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

搜索资源列表

  1. SqList

    0下载:
  2. 建立一个结构体顺序链表,线性表的动态分配顺序存储结构-Establish a sequence of linked list structure, the linear form of dynamic storage allocation sequence structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:215934
    • 提供者:邓志伟
  1. Head

    0下载:
  2. 数据结构常用头文件。包括单链表,双向链表,循环链表,栈,队列。还有几个常用的输入检查函数。-Data structure used header files. Including single-linked lists, doubly linked lists, circular linked lists, stacks, queues. There are several commonly used input checking functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4334
    • 提供者:马学威
  1. student

    0下载:
  2. 在某培训公司培训时基于linux操作系统 的用C语言学生管理系统,主要语法 链表,排序-Training in a training company based linux operating system using C language student management system, the main grammar- list, sorting
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:29427
    • 提供者:liaimen
  1. linkreverse

    0下载:
  2. 链表逆序最简单易懂的程序,全面学会链表,面试时经常考,一定要会。-List the reverse the most straightforward procedure, comprehensive society linked list, interview often take an examination of, must be.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:395104
    • 提供者:许丽萍
  1. polynominal

    0下载:
  2. 多项式相乘,堆栈的使用,指针,单循环链表,多项式的输出转换,多项式的加法变形。-Polynomial multiplication, the use of a stack pointer, single linked list, the output of the polynomial transformation, polynomial addition deformation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2172
    • 提供者:eric李
  1. Sqlist1

    0下载:
  2. 顺序链表,可以项链表中插入数字,可以删除链表中某数字-Order list, you can insert a digital necklace table, you can delete the list of a digital
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1538
    • 提供者:景绣
  1. list-

    0下载:
  2. 创建一个链表,并且对链表进行初始化,调用函数对其输入输出。-Create a linked list, and the initialization of the list, call the function for the input and output.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:794
    • 提供者:郑兆飞
  1. Heterogeneous

    0下载:
  2. C++实现异质链表,实现链表存储不同类型变量。-Heterogeneous list
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:396062
    • 提供者:luna
  1. Homogeneous-lists

    0下载:
  2. C++实现同质链表,初学者C++小程序。-Homogeneous lists
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:462567
    • 提供者:luna
  1. pinfanfangwen

    0下载:
  2. 设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结点的
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:988
    • 提供者:顾欣
  1. become-linked-list

    0下载:
  2. 将二叉搜索树变为双向链表,可直接编译通过-The two binary search tree into two-way linked list, compiled by
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:880039
    • 提供者:yuan
  1. ClassListDemo

    0下载:
  2. C++源码,以学生信息建立链表,用到指针,指针数组。-C++ source code, to student information list, use a pointer, pointer, sorting, etc
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3971
    • 提供者:刘文
  1. templateDemo2

    0下载:
  2. C++源码,以学生信息建立链表,用到指针,指针数,排序等-C++ source code, to student information list, use a pointer, pointer, sorting, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3236
    • 提供者:刘文
  1. CppStudy

    1下载:
  2. 高级C语言和C++语言demo 1.高级C部分包括二级指针、数组指针、链表,都是企业级使用方法 2.C++部分将C++语法做成demo和配套教学文档,帮助迅速入门C++ 3.里面还包含stl-demo、动态库回调函数demo、智能指针等进阶C++的demo-Senior C and C++ language demo 1. Senior C section includes two pointers, arrays, pointers, linked lists, are
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-05-09
    • 文件大小:1666350
    • 提供者:吴健
  1. codetsix

    0下载:
  2. 建立一个学生成绩信息的单向链表,信息包括学号、姓名、成绩,学生记录按学号 由小到大顺序排列,要求实现对成绩信息的插入、修改、删除和遍历操作。-Student achievement information to establish a one-way linked list, information including student number, name, score, record student numbers by school Small to large order,
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1067
    • 提供者:钦岚
  1. Chain

    0下载:
  2. 自己实现的一个数据结构的经典结构 -链表,可进行增加和删除操作-data structure chain
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:645793
    • 提供者:wangjing
  1. lists

    0下载:
  2. 自己实现的C++模板链表,用的是linux下的gcc。-C++ own implementation templates list
  3. 所属分类:STL

    • 发布日期:2017-04-15
    • 文件大小:6989
    • 提供者:rogers_an
  1. lianbiao

    0下载:
  2. 循坏链表,利用循坏链表实现学生成绩管理系统,详细的描述了编程具体步骤-Through the bad list, use the list to achieve through the bad student performance management system, a detailed descr iption of the program specific steps
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:77042
    • 提供者:张莉
  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. list

    0下载:
  2. c语言异质链表,创建链表 遍历链表输出 链表的插入(链头插入、链尾插入、按某种顺序插入) 链表的删除(链头节点删除、链尾节点删除、满足某种条件的节点删除) 链表的逆置 链表的销毁 两个链表的合并-c language heterogeneous list, create a list                         Traverse the l
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1051
    • 提供者:frant
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com