资源列表
Distance_of_graph
- 从文件读取图结构的信息,输出子图个数,并统计相邻d距离的节点对个数。-read data a file and print to the terminal the number of connected sub-graphs and for each connected sub-graph, print a histogram of the number of pairs of vertices that are a distance d apart.
MazeGenerator.c
- 随机生成NxN大小的迷宫,保证任意两点之间有且仅有一条路径到达-gerate a random maze linking NxN grid such that there is a unique path between any two cells. Print using ASCII characters to denote allowed links between cells.
linkstorage
- use pointer as a method to programming linked storage
programs
- NS 一二三道模型代码 MATLAB 代码-NS one hundred twenty-three model code MATLAB code
Calculator
- 简单计算器。可以从控制台输入数值,进行计算。支持加减乘除和括号运算。-A simple calculator that supports addition, subtraction, multiplication, and bracketing.
CLL
- Circular Linked List Data Structure
SLL
- Single Linked List Data Structure
Neuron
- simple Neuron struction
Seqlist-change
- 顺序栈的验证和改造 用结构体描述停车场中车辆的信息,包括车牌号,进入时间等。修改顺序栈的入栈成员函数push(x),要求栈满时动态创建一个比原来的栈数组大一倍的新数组,代替原来的栈数组。-93/5000 The validation and transformation of the sequential stack describes the vehicle s information in the parking lot, including the license plate numb
DblLinkList-change
- 修改循环队列模板,把成员数据rear改为length表示队列长度,并完成各成员函数的修改。 增加成员数据tag,原有成员数据不变,改变队空和队满的判断条件为:front rear&&tag 0表示队空;front rear&&tag 1表示队满,并完成各成员函数的修改。-Modify the circular queue template, the length of the member data to rear queue length, and complete the member
Notation--Symbols--Abbreviations
- Notation ans symbols
dfs
- 非递归方式实现深度优先遍历图,可以有效的减少堆栈的使用,提高效率-dfs algorithm non-recurrence version
