资源列表
CircularBufferTest
- 存储可变长度数据的循环缓冲区类及测试程序-variable length data circular buffer
cnmm
- 前缀码:任何一个字符的编码都不是同一字符集中另一个字符的编码的前缀。 请编写一个程序,判断输入的n个由1和0组成的编码是否为前缀码。如果这n个编码是前缀码,则输出 YES”;否则输出第一个与前面编码发生矛盾的编码。-Prefix: Any character encoding is not the same character set encoding another character prefix. Write a program, n one by the ones and ze
Linux
- Linux下的显示,中断,计时器,信号量,做成的迷宫游戏-Linux
Greedy-Algorithm
- 数据结构(java版)第三版的贪心算法背包问题源码程序-Greedy Algorithm
VBToolsop
- 如何打开文本文件,需要的试试吧。 如何打开文本文件,需要的试试吧。 -How to open the txtfiles by vb6? if you need the source code you can download it free.
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.
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