资源列表
sort
- 插入排序 冒泡排序 最大化堆 堆排序 归并排序 快速排序等程序-Insertion sort, bubble sort to maximize the piles sort merge sort and quicksort program
banker
- 操作系统实验课程题目,实现银行家算法,避免死锁。-Experimental operating system curriculum subject, bankers algorithm to achieve, to avoid deadlock.
20157730208
- 这是一个游戏的程序,可以供程序员参考和玩家参考-a game
data_struct
- 数据结构之对栈的应用之实现各个进制的转换-Data structure on the stack of applications to achieve the various hexadecimal conversion
BSTree
- 二叉查找树的懒惰删除(lazy deletion) 包含类的完整定义-The lazy delete binary search tree (lazy deletion) contains a complete definition of the class
AOE-net
- 该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated critical path, that is a judgmen
generallist
- 求广义表的深度 利用数组传值,建立单链表并将其初始化。 利用递归求出每个子表的深度,进而求出广义表的深度。 先看两个表的深度是否相同,若相同,对表A中的每个元素i,扫描表B中的每个元素,对与i深度相同的元素j,再将i中的每个元素与j中的每个元素进行比较。(运用递归算法)-Seeking a broad depth of the table The use of an array passed by value, establish a single list of its in
a
- c语言编写的通讯录 主要是练习链表操作 还请多指教-c book is mainly written in operation also Pleased to meet you practice list
random_vehicle2
- 產生車流擋 藉此來時做模擬vanet 的實際情況-random vehicle
随机产生迷宫
- 随机产生一个迷宫。可以找出一条可以通过的路径。也可以找出全部可以通过的路径。-randomly generated a maze. To be able to find a path through. All can find the path through.
greedy
- 贪心法的算法,里面有最小生成树算法和单点源最短路径的算法,供大家学习参考-Greedy algorithms, there are minimum spanning tree algorithm and single-point-source shortest path algorithm, for them to learn from reference
lx
- 完成二叉树的基本算法,包括二叉树的生成(多种方式,先根、层次、双序列),遍历(前序、中序、层次等),求叶子节点数等-Completion of the basic binary tree algorithm, including the generation of binary tree (a variety of ways, first the root, level, two-sequence), traversal (pre-order, in sequence, level, etc.)
