资源列表
DataStruct
- 用C语言模拟实现链表、栈、图、树等数据结构,包括其常用的算法。-Implement a linked list in C-language simulation, stacks, graphs, trees and other data structures, including the commonly used algorithms.
lmalloc
- 用C语言实现malloc的内存动态分配与释放。-Using C language malloc memory allocation and release dynamic.
CDeep
- 用C语言模拟一个通讯录的功能,包括查询、添加、修改和删除等。-An address book using C-language simulation features, including query, add, modify, and delete.
maze
- 可输入N*M矩阵以代表迷宫形状,指定入口和出口,可以自动搜索出从入口到出口的路径。可以帮助熟悉数据结构。-You can input a N*M matrix to represent a maze ,define an entrance and exit,this program will search the way from entrance to exit .
puzzle
- 能输入一个N*M矩阵代表迷宫分布,指定入口出口后,程序自动搜索从入口到出口的路径。-You can input a N*M matrix to represent a maze ,define an entrance and exit,this program will search the way from entrance to exit .
biancheng1
- 编程实现希尔、快速、堆排序、归并排序算法,并计算每种算法的比较、交换次数、执行时间。要求准备不同数量级(100、1000、10000、20000)的待排数据存入文件;再从文件读入数据,排序;将结果写入文件中。-Programming Hill, quick, heap sort, merge sort algorithm, and calculate for each algorithm, switching frequency, the execution time. Asked to pre
JAVAgongjiaoguanli
- 公共交通查询系统, 对公共交通进行管理-Public transportation system inquires, the public traffic management
main4
- 页面淘汰算法,有理想淘汰算法,最近最久未使用算法。-Page out algorithm, ideals out algorithm, recently the most recently-used algorithm.
tree
- 一位在红帽工作的Geek编写的数据结构代码-树-Code of Data Structure Writen by a Geek working in Red Hat-PartIV(Tree)
stack
- 一位在红帽工作的Geek编写的数据结构代码-栈-Code of Data Structure Writen by a Geek working in Red Hat-PartIV(Stack)
Queue
- 一位在红帽工作的Geek编写的数据结构代码-队列-Code of Data Structure Writen by a Geek working in Red Hat-PartIV(Queue)
Sort
- 一位在红帽工作的Geek编写的数据结构和算法代码-排序-Code of Data Structure Writen by a Geek working in Red Hat-Sort
