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

搜索资源列表

  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
    • 文件大小:3632
    • 提供者:周伯通
  1. xxbgb

    0下载:
  2. 首先,用前插法建立链表,在算法中以create函数表示;其次,定义mergeab函数,表示算法的归并: 本算法的思路为:顺次逐个将单链表的ha中的节点(P节点)在链表 hb中查找是否有重复的结点,若有,则不插入到链表hb中,将其从链表ha中删除。若在链表hb中找到第一个大于P的节点的数据域值的节点(Q节点),则在Q节点之前插入P节点,否则将链表ha联接到链表hb的表尾。为了实现方便在单连表hb之前附加一个表头节点,带归并完成后,再归还该表头节点,返回归并后连表的头指针。      最后,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1033
    • 提供者:皮皮
  1. Data_stucture_codes

    0下载:
  2. 包含各种测试,查找和算法等代码,如冒泡算法,树的遍历,链表,队列,堆栈等-includes various tests, such as search and algorithm code, such as Bubble algorithm, the tree traversal, linked list, queue, stack, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:178727
    • 提供者:rayson
  1. 城市的信息带头结点的单链表

    1下载:
  2. 将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-Several cities in the information into a single linked list node to take the lead. Nodes in the city information including: city name, the city' s location coordinates. Re
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-26
    • 文件大小:66560
    • 提供者:郭文明
  1. DoubleChainTable

    0下载:
  2. 该软件实现了一个双向链表类,该类具有查找,增加结点等功能-The software realization of a two-way linked list class, such has search, increase the functions of node
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:7906
    • 提供者:张三
  1. ChainTable

    0下载:
  2. 该软件实现了一个单向链表的类,具有查找、增加和删除一个结点等功能-The software implements a one-way linked list of categories, with search, increase and delete a node and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:6491
    • 提供者:张三
  1. asdfwcxgf

    0下载:
  2. 数据结构单向链表的多少功能的实现 建立插入删除查找等功-One-way linked list data structure functions realize how much set up to insert delete search such as reactive
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1251
    • 提供者:张清
  1. aefwxcvddx

    0下载:
  2. 双向链表功能的实现包括插入删除修改查找等功 为比较好用的-Realize two-way linked list functions including insert delete modify search such as reactive useful for comparison
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1502
    • 提供者:张清
  1. shiyan1

    0下载:
  2. C语言。数据结构中实现链表的相关操作。插入,删除,查找等。-C language. Linked list data structure to achieve the relevant operation. Insert, delete, search and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1864
    • 提供者:白鑫
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料。-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:316702
    • 提供者:126
  1. a

    0下载:
  2. 双向链表的各种操作(包括建立,插入,删除,查找等)-Two-way linked list of a variety of operations (including create, insert, delete, search, etc.)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:625
    • 提供者:徐彦
  1. passenger

    0下载:
  2. 数据结构大作业 用双向链表 和五种数据结构实现 飞机场旅客信息查询检索订票等-Great job with the two-way data structure linked list, and five kinds of data structures to achieve an airport passenger information query and search booking, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:17373
    • 提供者:chn
  1. danlianbiao

    0下载:
  2. 单链表的相关操作(建立单链表+求长度+显示+查找+插入+删除+排序+就地置逆+求最大最小值+两链表的降序合并)-Single list of related operations (seeking to establish the length of a single linked list+ search+ show++ sort+ insertion+ deletion+ reverse+ find local maximum and minimum set+ merge the two l
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:452605
    • 提供者:anderson
  1. List-operations

    0下载:
  2. 主要包括两个方面,一个是要利用链表的插入运算建立线性链表,并利用链表的查找、删除、输出等基本运算反复实现这些操作,另一个方面就是要建立两个链表,把它们合并成一个线性表。-Mainly include two aspects, one is to use a linked list into a linear list operations, and use the search list, delete, export and other basic operations to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1069
    • 提供者:邱凌云
  1. double-link-list

    0下载:
  2. 双向链表的应用,包括建立链表,插入,删除,查找,排序等功能。-Doubly linked list of applications, including the establishment of the list, insert, delete, search, sorting and other functions.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4554
    • 提供者:曾逸哲
  1. data_structure_Doubly-linked-list

    0下载:
  2. 此文档为数据结构课程设计,主要是用算法岁双向链表进行双向链表的建立、查找、插入和删除等操作-This document is designed for data structure course, is mainly used for two-way algorithm-year-old two-way linked list creation, search, insert and delete operations
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:42312
    • 提供者:huhuanting
  1. Single-linked-list

    0下载:
  2. 数据结构学习所用,实现单链表的基本操作:插入、删除、查找-Single-linked list of basic operations: insert, delete, search
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:824
    • 提供者:叶念阳
  1. Single-linked-list

    0下载:
  2. 使用C#图形界面,演示单链表的删除、插入、查找等功能。使用画图工具,实时画出每个节点和连线-Use the graphical interface of the C# demo single linked list, delete, insert, search functions. Use drawing tools, real draw for each node and connection
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:45117
    • 提供者:黄佳禾
  1. Singly-linked-list

    0下载:
  2. 用C语言实现单链表的建立以及对所建立的单链表进行排序和查找。-Achieve the establishment of a Singly linked list using the C language ,and sort and search on the established Singly linked list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:124640
    • 提供者:zk
  1. Single-linked-list

    0下载:
  2. 已知一个带有表头结点的单链表,结点结构为 ,假设该链表只给出了头指针list。在不改变链表的前提下,请设计一个尽可能高效的算法,查找链表中倒数第k个位置上的结点(k为正整数)。若查找成功,算法输出该结点的data域的值,并返回1;否则,只返回0。 -Given a single linked list with a header node, node structure, assuming that the list gives only the head pointer list. On
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1139
    • 提供者:陈默
« 12 3 4 »
搜珍网 www.dssz.com