搜索资源列表
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函数手册一份
c++example
- c++的一些简单但是特别精炼的例子 关于栈和链表,从NACHOS中提取的
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.
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
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
yy
- C中指针的定义以及使用头插法建立的链表输出结果,-C in the definition of a pointer the first interpolation method and the use of established lists the output results
list
- c数据结构 链表源码,在linux下可编译,包含makefile文件-c data structure linked list source code can be compiled under the linux, including the makefile file
Algorithm
- Linux C 编程下的最,最基本的数据算法。包括链表(单向与循环)、队列、栈。-Linux C programming, basic program algorithm. Include list, queue, stack.
good-c
- linux链表,有很好的功能,可以作为学习参考,对初学者很有用-linux list
c-link
- 链表的创建、链表的插入、链表的修改和链表的删除。-List creation, list of the insert, modify, and list the list of deletion.
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
addressbook
- 一个用链表这种数据结构写的简单的通讯录代码,希望大家对链表有进一步的了解。(Using a list of such data structure to write a simple address book code, I hope you have a further understanding of the list.)
student_sys
- 有三个文件,分别是通过单项链表循环链表,双向循环链表和可以用作存档用的双向循环链表实现学生的信息的增删改查,还有学生成绩的排名。(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.)
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)