CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 双向链表

搜索资源列表

  1. linklist

    0下载:
  2. 数据机构中的双向链表,可用来实现并集,并且是用c++编制-for(i=1 i<=link1.GetLengthofLink() i++) { int e=link1.GetElement(i) if(link2.LinkLocate(e)==0) { newnode=(struct node*)malloc(sizeof(struct node)) newnode->data=e newnod
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:818
    • 提供者:姚依梦
  1. min_malloc5

    0下载:
  2. 小型内存分配模块,用通用循环双向链表实现,改程序模拟系统malloc-Small memory allocation module, two-way linked list with the realization of general circulation, to process simulation system malloc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:3495
    • 提供者:毛泽东
  1. shuangxianglianbiao

    0下载:
  2. 该程序为双向链表,主要实现电话簿的功能,可以添加,插入,删除节点等。-This is doubly linked lists,which has the function of telephone.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7845
    • 提供者:王跃
  1. jose

    0下载:
  2. jose问题用双向链表实现,可以正向逆向数数,可以控制最后的获胜人数,可以自己定义起始位置,从哪里开始-jose problem with the realization of two-way linked list, you can forward reverse count, you can control the number of final victory, you can define their own starting position, from where to start
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:988657
    • 提供者:zijinghw
  1. double_list

    0下载:
  2. 构建两个双向链表,能够根据第一个链表中的值查询在第二个链表中的相同值的位置-Construction of two two-way linked list, a list based on the value of inquiry in the second list value in the same position
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:15487
    • 提供者:hungxn
  1. 123

    0下载:
  2. 构建两个双向链表,能够根据第一个链表中的值查询在第二个链表中的相同值的位置-Construction of two two-way linked list, a list based on the value of inquiry in the second list value in the same position
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:641
    • 提供者:王刚
  1. listconv

    0下载:
  2. 把原链表倒向 先用指针循环至NULL(结尾),再--; 先从头一个一个遍历,再把读过的建成一个链表(关键是这次要建前插链表),遍历完了,倒链表也建成了,思路就是这样了,程序应该不是太难吧,你自己试试就行了. 在开始完成你的从单链表派生出来的双向链表之前,要在单链表这个基类中添加修改当前 -The side of the original list Pointer to the first cycle of NULL (the end), and then-
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:934333
    • 提供者:楼昊
  1. feng10

    0下载:
  2. 双向链表插入与删除.该程序实现的功能是创建一个双向链表,并且实现链表的插入和删除-Insertion and deletion of two-way linked list. The function of the realization of the program is to create a two-way linked list, and the realization of the insert and delete list
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:690
    • 提供者:fengzhengnian/
  1. a

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

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

    0下载:
  2. 双向链表\8_2.rar 大学生c加加课程设计-Two-way linked list \ 8_2.rar Students c Gaga Course Design
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1913
    • 提供者:cai
  1. IOCPServer

    0下载:
  2. SrvEngine的修改类,删掉了无用代码,使用双向链表保存SOCKET,线程池增加对粘包判断,完整接收判断等-SrvEngine modification classes, deleted unused code, and the use of doubly linked lists to save SOCKET, to increase the thread pool stick package to determine a complete receiver judgments
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:37627
    • 提供者:gt2333588
  1. LinuxPos

    0下载:
  2. POS收银系统 开发平台:Redhat9 开发语言:标准C 数据库:Oracle 8i 开发周期:2009年6月-2009年7月 关键技术:ncurses库,Pro*C ,通用双向链表 项目简介:使用ncurses绘制界面,通过Pro*C访问 Oracle数据库,数据保存在通用双链表中,实现超市日常经营情况管理,报表生成,以及后台管理功能。 功能模块:用户登录模块,前台收银模块(收银、挂单、取单、退货),后台管理模块-POS cash register system
  3. 所属分类:Oracle

    • 发布日期:2017-03-25
    • 文件大小:89349
    • 提供者:杜峰
  1. DuL

    0下载:
  2. 基础数据结构学习:实现数据结构中双向链表的各种操作-Learn basic data structures: a two-way linked list data structure, the various operating
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:972
    • 提供者:jimwind
  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-05
    • 文件大小:17373
    • 提供者:chn
  1. insertionanddeletion

    0下载:
  2. 双向链表的插入和删除操作的原理和函数实现。 -Two-way linked list insertion and deletion operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:572
    • 提供者:huidan
  1. lianbiao

    0下载:
  2. 带头结点双链循环线性表,通过该程序可以学习双向链表的使用-Take the lead node linear double-stranded circular form, the program can learn through the use of doubly linked lists
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1307
    • 提供者:于孟磊
  1. two-waylinkedlist

    0下载:
  2. 双向链表,双向链表存储方式的实现及特点;双向链式存储结构的定义及基本运算;双向链表的创建、插入、删除和显示表中元素等基本操作 -A two-way linked list, doubly linked lists stored in achieving and characteristics two-way chain storage structure, the definition and basic operations two-way linked list creation,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1171
    • 提供者:古哩峰
  1. mylist

    0下载:
  2. 用vc++编写的双向链表的通讯录管理系统-Prepared using vc++ doubly linked list of address book management system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4013
    • 提供者:庄劲
  1. snake

    0下载:
  2. 双向链表实现的贪吃蛇游戏,有详细的注释。调用一块液晶屏的GUI函数,移植性好。-Two-way linked list implementation Snake game with detailed annotations. Call an LCD screen GUI functions, porting is good.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:228287
    • 提供者:nostalgia
  1. CircularDoubleLinkList

    0下载:
  2. 这个小程序是循环双向链表的基本操作…… 为什么一定要二十个字啊-This little program is the basic operation cycle of two-way linked list ... ...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3960
    • 提供者:林浊
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »
搜珍网 www.dssz.com