资源列表
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
interview-arrangement
- 某IT公司招聘新员工,收到了N份简历,人力资源部小X和小Y负责挑选简历安排面试,他们把N份简历排成了一个圆圈,按逆时针方向编号为1到N。开始时小X站在1号简历前,按逆时针方向数K份简历选中,小Y站在N号简历前,按顺时针方向数M份简历选中。两人同时取走所选简历之后,分别按逆时针和顺时针走到下一份简历前,再重复如上的方法取简历,直到取走所有简历,如果两人选中同一份简历,则只输出一个编号。-An IT company recruiting new employees, received a resum
Neuron
- simple Neuron struction
SLL
- Single Linked List Data Structure
CLL
- Circular Linked List Data Structure
Calculator
- 简单计算器。可以从控制台输入数值,进行计算。支持加减乘除和括号运算。-A simple calculator that supports addition, subtraction, multiplication, and bracketing.
programs
- NS 一二三道模型代码 MATLAB 代码-NS one hundred twenty-three model code MATLAB code
linkstorage
- use pointer as a method to programming linked storage
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.
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.
Algorithm-BIOS
- 算法精解c语言版,讲解了c语言和数据结构,大量讲解了各种算法在c语言中的实现-The algorithm BIOS c language, explains c language and data structure, and explains the realization of various algorithms in c language.
TLD研究
- C++代码写的tld跟踪算法,直接编译运行,工程化案例,欢迎研究tld目标跟踪的同道中人一起交流。内部代码都已注释,理解起来非常的方便。