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

搜索资源列表

  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. student-manage

    0下载:
  2. c语言中一个关于链表的操作,输入数据,按要求操作,可以帮助您更好地学习链表-c language of a chain operation, the input data, the requested operation, and can help you to better study Chain
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1686
    • 提供者:beidaole
  1. coust

    0下载:
  2. 随机序列模拟的彩票摇奖系统。开发环境的Visual C++。采用链表的数据结构。-random sequence simulated lottery lottery system. Development environment for Visual C + +. Listless using the data structure.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5798
    • 提供者:魏鲲鹏
  1. list

    0下载:
  2. 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:79902
    • 提供者:方彪
  1. linklistnode(c++)

    0下载:
  2. 此系统比较简单,用c++类机制描述了数据结构中的线形链表,供正在学习C++的同学参考,避免对c++中对象的创建,动态分配内存的错误理解.这需要一段时间专心的理解,反复推敲,看不到很好的效果.注意不要照搬照用,一定要理解才能驾驭它.即是编写应用程序.
  3. 所属分类:系统编程

    • 发布日期:2014-01-17
    • 文件大小:10722
    • 提供者:杨业春
  1. c++example

    0下载:
  2. c++的一些简单但是特别精炼的例子 关于栈和链表,从NACHOS中提取的
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:84367
    • 提供者:kaixinjing07
  1. C++NeiCunFenPei

    0下载:
  2. C++模拟内存分配 一、思路 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。 1.分配规则 每块被分配或释放的内存由MemInfo记录,并保存于数组(buf)中作为内存空间的“头”,其后紧跟数据。MemInfo组成链表结构,表头不占用数组空间(buf)。当调用者申请内存时,将导致MemInfo链表的遍历,遍历的
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2078
    • 提供者:weat
  1. c-hash

    0下载:
  2. C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-25
    • 文件大小:15360
    • 提供者:黄健
  1. liangbiao

    0下载:
  2. linux双向循环链表操作 用c语言编写。在linux平台上运行-linux two-way circular list for operation c language. Run on the linux platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:84567
    • 提供者:小麦
  1. good-c

    0下载:
  2. linux链表,有很好的功能,可以作为学习参考,对初学者很有用-linux list
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:20183
    • 提供者:冯马
  1. -learn-CPP-node

    0下载:
  2. 易学C++链表操作练习 node.h也附件了上传-The linked list operating practice node.h attachments upload
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:666
    • 提供者:吴祥
  1. learn-CPP-node-linklist

    0下载:
  2. 易学C++链表节点类案例,有详细的注解,方便阅读代码-Learn C++ list node class case, with detailed comments, and easy-to-read code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:2006
    • 提供者:吴祥
  1. c-link

    0下载:
  2. 链表的创建、链表的插入、链表的修改和链表的删除。-List creation, list of the insert, modify, and list the list of deletion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9033
    • 提供者:
  1. c-Senior-courseware

    0下载:
  2. 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2535408
    • 提供者:
  1. ZHU

    0下载:
  2. C链表写的学生投票管理系统,需要的朋友可以下载试试看- C list written by the student vote management system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2984
    • 提供者:
  1. 链表排序

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

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

    0下载:
  2. 一个用链表这种数据结构写的简单的通讯录代码,希望大家对链表有进一步的了解。(Using a list of such data structure to write a simple address book code, I hope you have a further understanding of the list.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:linton
  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
  1. list

    0下载:
  2. 封装了通用的C语言链表,使用的时候可以直接调用(It encapsulates the common C language linked list, which can be called directly when used.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-23
    • 文件大小:20480
    • 提供者:是你凯哥哈
  1. FM

    0下载:
  2. 用C语言模拟的收音机功能,字符界面,主要技术点:字符UI、链表(Radio function, character interface, simulated in C language)
  3. 所属分类:Linux/Unix编程

« 12 3 4 »
搜珍网 www.dssz.com