CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - sequential

搜索资源列表

  1. sequential search

    0下载:
  2. 数据结构中顺序查找的例子-sequence data structure search examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.1kb
    • 提供者:张海青
  1. avl_tree

    0下载:
  2. 1.本程序由本人采用vc++ 6.0编写,包括了排序平衡二叉树的整套算法(包括插入、删除、查找以及其测试算法)。 2.运行myavl_vc.exe输入树的初始结点个数,确定后本程序将在内存中生成一棵相应结点数的二叉树,在此基础上你可以进行各种操作(插入、删除、查找以及测试其平衡性、排序性等) 3.每一个结点信息包括\"商品编码\"、\"商品名称\",且以\"商品编码\"作为关键字 4.初始生成的树的结点的商品编码为从1按顺序递增,商品名称为\"生成的商品\"加上商品编码 5.程序中的随
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16.7kb
    • 提供者:avltree
  1. SqList

    0下载:
  2. 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2.建立并显示含有n个整数的顺序表 3.实现对有序表(非递减)插入一个元素的功能 4.实现两个有序(非递减)表合并生成新的有序表的功能 5.顺序查找顺序表,删除元素e(只删除找到的第一个值为e的元素)。 6.顺序查找顺序表,删除元素e(删除所有值为e的元素)。 -(1) the basic operation of the order of the ta
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3.02kb
    • 提供者:陈小默
  1. search

    0下载:
  2. 索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.65kb
    • 提供者:张蓓蓓
  1. Text9

    0下载:
  2. 在顺序存储结构上,采用顺序查找算法,直接插入排序算法等算法查找一关键字,输出查找结果-In the sequential storage structure, using the sequential search algorithm, sorting algorithm directly into the search for a keyword such as algorithms, the output search results
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.15kb
    • 提供者:wangningning
  1. StaticSearchTable

    0下载:
  2. 一个实现了三个查找功能的c语言源代码,分别是顺序查找,折半查找和二叉查找树上的查找。可用VC直接编译运行,对查找算法做了很好的演示。-A search function to achieve the three c-language source code, namely, sequential search, binary search and binary search tree to find. VC can be compiled to run directly on the searc
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7.05kb
    • 提供者:LIZHENG
  1. ssd7exercise2

    0下载:
  2. 相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vector<Client*>. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills. C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:642.63kb
    • 提供者:邹斌
  1. Sort

    0下载:
  2. 顺序存储结构的元素进行冒泡排序和简单选择排序-Sequential storage structure of the elements and a simple bubble sort selection sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:920byte
    • 提供者:huazhiyuan
  1. Orderform

    0下载:
  2. 顺序表,顺序存储方式的实现及特点;顺序表的创建、插入、删除和显示表中元素等基本操作。顺序存储结构的定义及基本运算; -Order form, the order of the realization and characteristics of stored order of the table creation, insert, delete, and display the basic operation of the elements in the table. Sequential
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:883byte
    • 提供者:古哩峰
  1. chazhaoyupaixu

    0下载:
  2. 数据结构、查找与排序、顺序查找、折半查找、快速排序-Data structure, search and sorting, sequential search, binary search, quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.42kb
    • 提供者:koko
  1. haxibiao

    0下载:
  2. 附有实验报告。。1、查找的基本概念和查找的几种方法以及求查找的平均查找长度。 2、静态查找表(基于线性表的查找法)。顺序查找、二分查找和分块查找。 3、动态查找表(基于树的查找法)。二叉排序树、二叉平衡树、 B_ 树和B+ 树。 -1, find the basic concepts and find several methods, as well as seeking to find the average search length. 2, static lookup tabl
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:243.96kb
    • 提供者:jingjing
  1. OK2

    0下载:
  2. 一个实现冒泡排序,选择排序和插入排序的程序,还有二分查找和顺序查找-An implementation of bubble sort, selection sort and insertion sort program, as well as binary search and sequential search
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:872.51kb
    • 提供者:gaoyi1620
  1. assign4

    0下载:
  2. 第1部分 该纳契系列:0,1 ,2,3,5,8,13,21,...。开始的条款0和1,并有 每一个成功的财产一词,是前两个条件的总和。编写一个非递归 功能纳契(n)到显示的前n个Fibonacci数。观看停止对样品标志 在最后显示的数字输出(它不是逗号)。编写一个简短的UNIX shell脚本来运行 您的斐波那契程序。 第2部分 编写一个C程序,使用UNIX进程管理工具。您将使用fork()函数 产卵的三子进程。每个子进程将使用execlp()函数来运行
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:53.1kb
    • 提供者:刘洋
  1. daima

    0下载:
  2. 顺序表的基本操作实现 运用该代码来实现基本表的操作-Sequential List s base operate realization
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:710byte
    • 提供者:majianfeng
  1. chazhaobaogao

    0下载:
  2. 数据结构遍历树的实验,有源码,可以任意输入1组有序数据;对顺序查找、折半查找、分块查找的查找次数进行比较并输出比较结果。 -Traverse the tree data structure to the experiment and source code, you can import a group of arbitrarily ordered data on sequential search, binary search, block search to find the numb
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:16.18kb
    • 提供者:天天向上
  1. shunxu

    0下载:
  2. 试编写一个用索引进行顺序查找的程序。 (1) 要求将数据以分块有序形式分别存放在不少于10个磁盘文件(块)中,每个文件中不少于10个数据,并能在内存中自动建立索引表; (2) 对任意待查找的关键字,若查找成功,给出其关键字比较次数。 (3) 自行设计测试用例。 -Try to write a sequential search using the index procedure. (1) requires the data to the form of block order w
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:57.29kb
    • 提供者:贾铭
  1. Sequential-search-and-binary-search

    0下载:
  2. 数据结构 顺序查找和折半查找 Sequential search and binary search-Find and order data structure binary search Sequential search and binary search
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:727byte
    • 提供者:brianlxw
  1. Sequential-queue

    0下载:
  2. 顺序队列是很有用的C经典数据结构算法,希望对大家有点用-Sequential queue is useful C classical data structure algorithms, we want to use a little bit
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:910byte
    • 提供者:Ri
  1. hellow4

    1下载:
  2. 序列二次规划算法,能求解包含约束和无约束的问题,非常方便。-Sequential quadratic programming algorithm to solve constrained and unconstrained contain the problem, very convenient.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4.69kb
    • 提供者:晓明
  1. sequential tables

    0下载:
  2. 编写一算法,实现两个顺序表的合并。(说明:将共同拥有的元素只存其一。)(Write an algorithm to achieve the merger of two sequential tables. (Descr iption: only one of the shared elements is stored.))
  3. 所属分类:数据结构

    • 发布日期:2017-12-27
    • 文件大小:188kb
    • 提供者:嘉树
« 12 3 4 5 6 »
搜珍网 www.dssz.com