搜索资源列表
generics-0.4.2
- 用C语言实现数据结构的封装,比如链表,向量等,很实用。-Data structure using C language package, such as lists, vectors and so on, very practical.
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.
C_link
- 用C语言实现通用链表的功能 有增 删 改 查的功能函数-Is C write link
airport.tar
- 在ubuntu下用C语言实现的机票管理系统,其中链表实现创建链表,删除链表等。-In ubuntu using C language implementation of ticket management system, which linked list to create lists, deleting the list and so on.
snake
- VC6.0编译环境下实现的贪吃蛇代码,里面用到循环链表,对学习循环链表的同学是个很好的实例-c++ language code Snake
list
- 一个用C++编写的通用链表,可实现链表的增删改查释放等功能。-C++ prepared with a common list, enabling the release of the list of the CRUD functions.
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)
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.)