CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - double linked list

搜索资源列表

  1. Edit

    0下载:
  2. 简单行编辑器:简单行编辑器要求实现行插入和行删除,以一行为操作目标,这里使用了双链表,一行为一个Node,整个双链表链表为一篇文档的形式来存储。算法使用了KMP算法来实现查找,且支持"*"、"?"等通配符。-Simple line editor: Simple line editor insert rows and rows required to achieve removed to a behavioral operational objectives, where the use of t
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4683
    • 提供者:
  1. sys

    0下载:
  2. 这是我自己在linux下写的c程序,在linux下可用gcc可编译运行。程序功能是学生信息管理,有三种用户,管理员,教师,学生。管理员可对教师学生进行添加和删除,教师可对学生进行删除和添加。学生只能查看教师信息和添加学生信息。使用数据结构的循环双链表进行数据管理。数据存储于文件一边下次访问。访问许要密码和用户名登陆。开始时可用管理员aaa密码aaa登陆。有三个数据存储文件,请不要删除,不然会报错找不到文件的。程序属于初学练手之作,有很多缺点,望包涵。但是c语言初学者还是值得看看的。里面还是有一些
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:34455
    • 提供者:滔滔
  1. list

    0下载:
  2. 本代码包括(单链表,循环链表,双循环链表,静态来拿吧,以及线性表的应用)-This code includes (a single linked list, circular linked list, double loop chain, still to come and collect it, and the application of the linear form)
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:16593
    • 提供者:郭悠悠
  1. linklist

    0下载:
  2. 根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表, 并完成线性表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、构造:使用头插法、尾插法两种方法 2、插入:要求建立的链表按照关键字从小到大有序 3、删除 4、查找 5、获取链表长度 6、销毁 7、其他:可自行定义 编写测试main()函数测试线性表的正确性-According to the linear form of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1752
    • 提供者:王霞
  1. XSCJ_0813_M_2

    0下载:
  2. 用控制台编写的学生成绩管理系统,涉及文件操作和数据管理,还有排序、插入、删除等链表里的操作。采用的是一个双重链表结构。-Prepared by the console student achievement management system, involving file operations and data management, as well as sort, insert, delete, etc. the list in operation. Uses a double linke
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:698018
    • 提供者:Hello
  1. DoubleLink

    0下载:
  2. DoubleLink.cpp 双链表的一些常规操作-Double-linked list of some routine operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1313
    • 提供者:zhang
  1. ExamCpp--

    0下载:
  2. 单链表,单循环链表,双链表,循环双链表的实现,二叉树的遍历与实现。森林与树的转换以及图的深度广度遍历,邻接矩阵邻接表实现-Single list, round robin list, double-linked list, circular double-linked list implementation, and implementation of a binary tree traversal. Forest conversion, and the depth and breadth of
  3. 所属分类:File Formats

    • 发布日期:2017-05-19
    • 文件大小:5521300
    • 提供者:xiaohei
  1. likaihomework3

    0下载:
  2. 单链表与双链表的应用。包括链表的建立,查找、删除、交换相邻两个元素的功能-Single list and double-linked list of applications. Including the establishment of the list, search, delete, swap two adjacent elements function
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4026345
    • 提供者:bujingyun
  1. LinkList

    0下载:
  2. 链表的代码,包括单链表、双链表、循环链表、静态链表代码。有代码注释。-List of code, including single list, double-linked list, circular linked list, static list of code. There code comments.
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5772
    • 提供者:应兆平
  1. test6

    0下载:
  2. 双链表,有助于你提高对双链表的认识,而且能学到很多种结构体的思想 英语-Double linked list, will help improve your understanding of the double linked list, but also to learn many kinds of structure of thought
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:731
    • 提供者:qjs
  1. algorithms-master

    0下载:
  2. 1. 经典的算法实现 2. 服务器端 3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo. 1. 一个算法用一个.h文件表示放到include下.2. 算法演示的demo程序放到src下.3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。 已实现 ( Implemented ): Array shuffle Prime test(trial division) Prime test(Mi
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1636510
    • 提供者:汪小君
  1. DoubleLinkedList(RUS)

    0下载:
  2. This program can create Double Linked List and control it: add or delete lements, let you know is it empty or not, delete created list.-This program can create Double Linked List and control it: add or delete lements, let you know is it empty or not,
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:549991
    • 提供者:Michael
  1. HW01

    0下载:
  2. 实现AllTopSorts算法,双链表做bag,succ数组是数组队列,pre是记录前指针个数的数组。时间复杂度为常数。-Achieve AllTopSorts algorithm, double-linked list do bag, succ array is an array queue, pre array pointer before the number of records. The time complexity is constant.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:18612
    • 提供者:陈婧婧
  1. php-algorithm

    0下载:
  2. 韩顺平的php第一季算法源码,单链表,双链表,栈-Basi algorithm of php,includng singled linked list, double linked list and stack.
  3. 所属分类:Web Server

    • 发布日期:2017-04-25
    • 文件大小:9588
    • 提供者:name
  1. snake

    0下载:
  2. VC++6.0编写的控制台C/C++贪吃蛇游戏,游戏使用了数组,指针,文件操作,没有使用结构体,单双链表,适合初学C++同学练习! C/C++语言作业:zjlj jhanker,2015.3.16-VC++6.0 written in the console C/C++ Snake game, the game uses the array, pointer, file operations, without the use of structure, single and double lin
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1821653
    • 提供者:namejiang
  1. plist

    0下载:
  2. Descending-priority-sorted double-linked list.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4314
    • 提供者:xiuqxjd
  1. ArregloDeObjetos

    0下载:
  2. a bunch of exercises, deelaing with linked list and double linked list, Data Structure!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:71289
    • 提供者:icy
  1. wregex

    0下载:
  2. weak double-linked list w tail sentinel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2688
    • 提供者:zthpkl
  1. Double-List

    0下载:
  2. 双向链表也叫双链表,是链表的一种,它的每个数据结点中都有两个指针,分别指向直接后继和直接前驱。所以,从双向链表中的任意一个结点开始,都可以很方便地访问它的前驱结点和后继结点。一般我们都构造双向循环链表-doubly linked list
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5954
    • 提供者:丁月友
  1. Student-score-inquiring

    0下载:
  2. 可用顺序表、单链表、双链表、循环链表实现学生成绩及信息输入、输出、查询等功能-Can order table, singly linked lists, double linked list, circular linked list to achieve student performance and information input, output, query and other functions
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:124660
    • 提供者:dongli
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com