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

搜索资源列表

  1. 数椐结构实验指导书

    1下载:
  2. 数据结构的实验算法 有线性表的,栈和队列,数组,树和而叉树,图,查找以及排序等算法的源代码 -experimental data structure is linear algorithm to the table, stack and queue, arrays, trees and the trees and fork, graphics, such as search and sorting algorithm source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:60.22kb
    • 提供者:龙亚星
  1. fk1

    0下载:
  2. 有关于数据结构中用C语言作为源码的几个线性表,栈和队列的几个例子,其中包括基本的插入、删除、查找等功能-on the data structure used C language as the source of several linear table, stack and queue a few examples, including the basic insert, delete, search functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.38kb
    • 提供者:F.K.
  1. 数据结构配套光盘

    1下载:
  2. 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.6mb
    • 提供者:mars
  1. hudong0178

    0下载:
  2. 数据结构(c++版)线性表的全部操作. 创建,查找,删除,添加,合并,顺序定点合并-data structure (c version) Linear List of all operations. To create, search, delete, add, the merger, the merger order sentinel
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.37kb
    • 提供者:hd0178
  1. chazhaoyuansu

    0下载:
  2. 查找线性表中的某元素:L为带头接点的单链表的头指针,当第i个元素存在的时候,其值赋给e并返回OK,否则返回ERROR */ -linear search of a table of elements : L tap for the lead single linked list for the first guide, When the first i elements exist, the value assigned to the e and return to the lounges, o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.55kb
    • 提供者:周伯通
  1. Linewatch

    0下载:
  2. 线性表的基本操作,基本操作:插入、删除、查找以及线性表合并等运算在顺序存储结构和链接存储结构上的运算。-linear form the basic operation, the basic operations : insert, delete, Search and linear forms merging operations in order to link storage structures and storage structure on the operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.87kb
    • 提供者:林静
  1. 针对链式或顺序存储的线性表实现指定的操作

    0下载:
  2. 针对链式或顺序存储的线性表实现指定的操作 使用栈或队列解决一个应用问题 实现对二叉树的一个指定的操作或用二叉树解决一应用问题 实现对图的一个指定的操作或用图解决一个应用问题 查找算法设计 排序算法设计 ,Store chain or the order for the linear table implementation of the operation specified stack or queue to use the application to solve a probl
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:24.38kb
    • 提供者:冯莹莹
  1. SqList

    0下载:
  2. 线性表操作完整代码,包含查找,删除,插入,遍历,等等常用功能-Linear table operation complete code, including search, delete, insert, traverse, and so commonly used functions
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1.36kb
    • 提供者:wangyun
  1. hash

    2下载:
  2. 为班级30个人的姓名设计一个哈希表,假设姓名用汉语拼音表示。要求用除留余数法构造哈希函数,用线性探测再散列法处理冲突,平均查找长度上限为2.-The names of 30 people for the class to design a hash table, assuming that the name in pinyin. Required to remain with the addition of more than a few method to construct hash fun
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:13.56kb
    • 提供者:sammie
  1. shujujiegou

    0下载:
  2. 数据结构的线性表及其应用,树和二叉树的建立和应用,查找和排序-The linear table data structure and its application, trees and tree establishment and applications, search and sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4.95kb
    • 提供者:xin
  1. shuangxianglianbiao

    0下载:
  2. 实现双向链表所存储线性表的各种操作。要求提供数据的插入、删除、查找、两个数据交换、求所有数据平均值、最大值、最小值的操作。先利用随机函数产生100个随机整数,建立线性表的存储结构,然后完成上述的功能。分析程序的时间、空间复杂度。-Achieve bi-directional linear list stored various operating table. Request for data insert, delete, search, both for data exchange, and
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:黄啸尘
  1. search_word

    0下载:
  2. 从字母表2中搜索字母表1中的单词,可以按行,列,斜线进行直线搜索-2 from the alphabet of the english alphabet in one word, can be row, column, diagonal linear search
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.13kb
    • 提供者:黄咋的
  1. 1

    0下载:
  2. a.输入一组整型元素序列,建立线性表。 b.实现该线性表的遍历。 c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。 d. 在该线性表中删除或插入指定元素。 -a. Enter a group of integer elements in sequence, a linear form. b. To achieve the linear traverse table. c. In the linear search for a particular eleme
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:36.07kb
    • 提供者:peter
  1. Template-Binary-Search

    0下载:
  2. The "binary search algorithm" is one of the quickest way for searching threw an array, the "linear search algorithm" makes "n" comparaisons for searching for an element inside a given array. The "binary search algorithm" only makes log2(n) comparais
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:12.45kb
    • 提供者:Bhushan
  1. Linear-table

    0下载:
  2. 分别建立一个单链表和一个双链表,实现插入,删除,查找的功能-The establishment of a single linked list, respectively, and a doubly linked list, to achieve insert, delete, search functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.23kb
    • 提供者:古狸
  1. Sort

    0下载:
  2. 几种常见的搜索和排序算法。 包括:线性搜索、二分搜索、选择排序、插入排序、合并排序。-Several common searching and sorting algorithms. Include: linear search, binary search, selection sort, insertion sort, merge sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.24kb
    • 提供者:姜枫
  1. query

    0下载:
  2. 数据结构---查找算法java实现,线性查找,二分查找-Data structure-search algorithmsJava implementation, linear search, binary search and so on
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2.39kb
    • 提供者:lixiao
  1. linear

    0下载:
  2. 一个功能实用完整的C++链表程序及代码,使用了模板编写了代码,包含删除元素、添加元素、搜索元素、输出元素处理等功能,运行截图如上所示。    -A functional and complete C++ linked list procedures and code, use the template to write code that contains the deleted elements, add elements, search elements, output eleme
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2.91kb
    • 提供者:suehao
  1. Linear_Search

    0下载:
  2. 本工程包含了C语言中常用的查找方法——线性查找法,该方法简单使用,是写C程序中常用的模块。-The project includes the C language commonly used search method- linear search method, which is simple to use, is to write a C program commonly used modules.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:202.28kb
    • 提供者:xt
  1. LINEAR-SEARCH

    0下载:
  2. It is a source code of Linear Search in C++. Liner Search is a data structure.-It is a source code of Linear Search in C++. Liner Search is a data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:8.5kb
    • 提供者:waqasullahkhan
« 12 3 4 »
搜珍网 www.dssz.com