CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 链表实现

搜索资源列表

  1. explicit_freelist_malloc

    1下载:
  2. 显示空闲链表实现动态内存分配的程序,malloc-show idle Chain dynamic memory allocation procedures malloc
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4122
    • 提供者:leaing
  1. ConMemMan

    0下载:
  2. 这是我用C语言实现的磁盘空间连续分配算法.主要是用链表实现.-C Language for the disk space allocation algorithm. It is mainly used to achieve Chain.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2589
    • 提供者:王晓栋
  1. llset

    0下载:
  2. 此程序为一个用链表实现集合的各种运算,包括求并集,求交集,求补集,求笛卡儿集等,是本人刚学完数据结构是写的-the procedure used for a pool List in the operation, including the demand and to gather, seek common ground, seeking fill sets, Set for Descartes, I was just learning to End data structure is writ
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:12145
    • 提供者:海易
  1. tingche

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3900
    • 提供者:彭枝考
  1. debugging_malloc

    1下载:
  2. SSD4 Exercise3答案,采用链表实现的动态内存分配。-SSD4 Exercise3 answers, the use of linked lists to achieve the dynamic memory allocation.
  3. 所属分类:Windows Kernel

    • 发布日期:2016-10-28
    • 文件大小:2760991
    • 提供者:叶世权
  1. mutex-lock

    0下载:
  2. 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1569
    • 提供者:周伟光
  1. 1

    0下载:
  2. 栈的一种实现,同时附数组的实现,数据结构,有借口,可以在接口不变的条件下轻松改成队列或用链表实现-A stack to achieve, at the same time attached to the realization of the array, data structure, an excuse to be able to interface easily under the conditions of the same queue or linked list into a real
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4972
    • 提供者:Yuan
  1. bignum

    0下载:
  2. 使用链表实现大数的阶乘运算,如10000!的计算,速度还可以-BigNum
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:406589
    • 提供者:历历
  1. monoList

    0下载:
  2. 集合链表接口,描述了如何用链表实现集合的操作-set
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:26055
    • 提供者:博之博
  1. StudentSystem

    0下载:
  2. 学生管理系统,用动态链表实现,学生信息的输入,能实现详细查询,模糊查询,插入删除,计算平均分功能。还可以实现一些图形显示。-Student management system, with dynamic linked list implementation, student information input, enables detailed queries, fuzzy queries, insert delete, calculation of the average sub-functi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:10057
    • 提供者:逍遥一心
  1. jjosefuh

    0下载:
  2. 此程序利用无头结节链表实现完成对每个人先后出队的顺序的功能-This process used to achieve the completion of the list without a head node has a team for each individual function of the order of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1297
    • 提供者:周杰伦
  1. lianbiaoshixianxueshengguanlixitong

    0下载:
  2. vc链表实现学生信息的管理,包括学生信息输入、删除、查询等-vc linked to achieve the management of student information, including student information input. Remove. Inquiry
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1278255
    • 提供者:橙子
  1. tongxunlu

    0下载:
  2. 可以查询,增加,删除,修改通讯录。用链表实现的。-Can query, add, delete contacts,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:11102
    • 提供者:宋晓
  1. timer

    0下载:
  2. UNIX/Linux应用程序在使用select/poll调用实现I/O的集中控制时,可借此实现通用的定时器功能。因为依赖于之前上传的双向链表实现,故而也包含在其中。-UNIX/Linux applications to achieve the centralized control of the I/O using select/poll call will be able to achieve universal timer functions. Doubly linked list impl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:3331
    • 提供者:Richard
  1. link4

    0下载:
  2. 链表实现 链表的简单实现 数据结构与算法分析 -Simple implementation of a linked list of linked list data structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:1329857
    • 提供者:严东荣
  1. snake

    0下载:
  2. C语言实现贪食蛇游戏,采用链表实现,首先 创建方向结构体、食物结构体、蛇身链表结构体、蛇的属性结构体-The pivotal game of the C language, the use of a linked list implementation, first create the direction structure, food structure, snake linked list structure, snakes attribute structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:23906
    • 提供者:孙松青
  1. mymaloc

    0下载:
  2. 双链表实现malloc free,模拟内存分配,开辟数组以模拟-Doubly linked list implementation malloc free, analog memory allocation, open arrays to simulate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:1797
    • 提供者:ChenZhelang
  1. 链表排序

    0下载:
  2. 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-20
    • 文件大小:9216
    • 提供者:On my way
  1. 11

    0下载:
  2. 编程实现如何创建含有n个结点的单向循环链表(programing to realize creating single linklist with n node)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-14
    • 文件大小:18432
    • 提供者:DandingWQZ
  1. student_sys

    0下载:
  2. 有三个文件,分别是通过单项链表循环链表,双向循环链表和可以用作存档用的双向循环链表实现学生的信息的增删改查,还有学生成绩的排名。(There are three files, which are linked by single linked list, circular linked list, two-way circular list and two-way circular list that can be used as archival.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-07
    • 文件大小:57344
    • 提供者:gzl
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com