搜索资源列表
ConMemMan
- 这是我用C语言实现的磁盘空间连续分配算法.主要是用链表实现.-C Language for the disk space allocation algorithm. It is mainly used to achieve Chain.
student-manage
- c语言中一个关于链表的操作,输入数据,按要求操作,可以帮助您更好地学习链表-c language of a chain operation, the input data, the requested operation, and can help you to better study Chain
list
- 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份
a
- 用c语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作
generics-0.4.2
- 用C语言实现数据结构的封装,比如链表,向量等,很实用。-Data structure using C language package, such as lists, vectors and so on, very practical.
struct
- C语言写的链表操作,有建表,删除,增加等功能,对初学者很有帮助-Written in C language linked list operations have to build the table, delete, add other functions, useful for beginners
c-hash
- C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
lianbiao
- 链表的基本操作,用C语言实现,经过调试可以运行-List of basic operation, using C language, after commissioning can run
makefile_for_chains
- 一个有关linux下面Makefile与链表结合的演示程序,主要基于谭浩强的C语言进行了部分改动-A Makefile with the following list linux demo combining procedures, mainly based on the C Hao strong language of some changes
sa
- 学生成绩管理系统C语言不用链表而用结构体数组-Student achievement management system for C language linked list without using the array structure
osiplist
- osip库中的链表,用C语言实现,window、linux等均可以使用,去掉了一些关联,根据实际使用进行了修改,增加了函数。-osip library list, using C language, window, linux, etc. can be used to remove a number of related, according to the actual use of modified, an increase of function.
liangbiao
- linux双向循环链表操作 用c语言编写。在linux平台上运行-linux two-way circular list for operation c language. Run on the linux platform
C_link
- 用C语言实现通用链表的功能 有增 删 改 查的功能函数-Is C write link
graph_DFS
- 简易链表linux下实现单向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码-Easy to achieve one-way linked list linux C-language program, a detailed list manipulation functions can be used as reference for learning the C language code
Through-the-jungle
- 穿越丛林下游戏,采用的是链表等数据结构,C语言写的,易读懂-Through the jungle to the next game, using the linked list data structure C language to write, easy to read
c-Senior-courseware
- 这是一个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
lls
- C语言链表的应用程序 -C language application list C language application listC language application list C language application list
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
list
- 封装了通用的C语言链表,使用的时候可以直接调用(It encapsulates the common C language linked list, which can be called directly when used.)
FM
- 用C语言模拟的收音机功能,字符界面,主要技术点:字符UI、链表(Radio function, character interface, simulated in C language)