搜索资源列表
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
coust
- 随机序列模拟的彩票摇奖系统。开发环境的Visual C++。采用链表的数据结构。-random sequence simulated lottery lottery system. Development environment for Visual C + +. Listless using the data structure.
list
- 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份
linklistnode(c++)
- 此系统比较简单,用c++类机制描述了数据结构中的线形链表,供正在学习C++的同学参考,避免对c++中对象的创建,动态分配内存的错误理解.这需要一段时间专心的理解,反复推敲,看不到很好的效果.注意不要照搬照用,一定要理解才能驾驭它.即是编写应用程序.
c++example
- c++的一些简单但是特别精炼的例子 关于栈和链表,从NACHOS中提取的
C++NeiCunFenPei
- C++模拟内存分配 一、思路 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。 1.分配规则 每块被分配或释放的内存由MemInfo记录,并保存于数组(buf)中作为内存空间的“头”,其后紧跟数据。MemInfo组成链表结构,表头不占用数组空间(buf)。当调用者申请内存时,将导致MemInfo链表的遍历,遍历的
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.
liangbiao
- linux双向循环链表操作 用c语言编写。在linux平台上运行-linux two-way circular list for operation c language. Run on the linux platform
good-c
- linux链表,有很好的功能,可以作为学习参考,对初学者很有用-linux list
-learn-CPP-node
- 易学C++链表操作练习 node.h也附件了上传-The linked list operating practice node.h attachments upload
learn-CPP-node-linklist
- 易学C++链表节点类案例,有详细的注解,方便阅读代码-Learn C++ list node class case, with detailed comments, and easy-to-read code
c-link
- 链表的创建、链表的插入、链表的修改和链表的删除。-List creation, list of the insert, modify, and list the list of deletion.
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
ZHU
- C链表写的学生投票管理系统,需要的朋友可以下载试试看- C list written by the student vote management system
链表排序
- 解决用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)