搜索资源列表
ConMemMan
- 这是我用C语言实现的磁盘空间连续分配算法.主要是用链表实现.-C Language for the disk space allocation algorithm. It is mainly used to achieve Chain.
C++NeiCunFenPei
- C++模拟内存分配 一、思路 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。 1.分配规则 每块被分配或释放的内存由MemInfo记录,并保存于数组(buf)中作为内存空间的“头”,其后紧跟数据。MemInfo组成链表结构,表头不占用数组空间(buf)。当调用者申请内存时,将导致MemInfo链表的遍历,遍历的
generics-0.4.2
- 用C语言实现数据结构的封装,比如链表,向量等,很实用。-Data structure using C language package, such as lists, vectors and so on, very practical.
lianbiao
- 链表的基本操作,用C语言实现,经过调试可以运行-List of basic operation, using C language, after commissioning can run
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
UserLog
- 一个包括使用链表和多线程的用C++实现的信息检索程序-One including the use of a linked list and multithreading the information retrieval with C++ achieve program
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.
lianbiaoshixian
- 简单的工资管理系统,采用C语言编程,用链表实现-Simple payroll management system, using the C programming language, using linked list implementation
snake
- VC6.0编译环境下实现的贪吃蛇代码,里面用到循环链表,对学习循环链表的同学是个很好的实例-c++ language code Snake
my_stl_Queue1
- 基于C++模板的队列实现,自己实现vector类。在这之前,先用模板实现一个队列。队列的底层是链表。主要是熟悉一下模板的写法。-Template-based C++ queue implementation, to achieve their own vector class. Prior to this, a first queue with templates. The bottom of the queue is a linked list. Mainly to familiarize y
my_stl-queue2
- 基于C++模板的队列实现,自己实现vector类。在这之前,先用模板实现一个队列。队列的底层是链表。主要是熟悉一下模板的写法。-Template-based C++ queue implementation, to achieve their own vector class. Prior to this, a first queue with templates. The bottom of the queue is a linked list. Mainly to familiarize y
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.)