资源列表
000
- 判定一个码是否为唯一可译码 1. 已知:信源符号个数为q,码符号集为C 2. 输入:任意一个码。码字个数和每个具体的码字在运行时从键盘输入。 3. 输出:判断(是否唯一可译码)
SegmentTree
- 一个效率可以的线段树代码 可以直接用来求解矩形面积并 另外可以修改实现更多功能.-The efficiency of the line segment can be a tree code can be directly used to solve the rectangular area and the other can be modified to achieve more.
erchashubianli
- 实现二叉树的建立和先、中、后序遍历二叉树以及求二叉树深度的功能。-To achieve the establishment and the first binary tree, during, and after traversing a binary tree and binary tree find the depth of functionality.
tablelink
- 线性表,用链表做的线性表,可以进行表格录入等操作,-Linear form, linear form with the list to do, can form entry and other operations,
Yang-Hui
- 数据结构与算法中用键盘输出控制杨辉三角的输出。-Data structure and algorithm of using the keyboard output Yang Hui triangle output control.
dbbz
- 自己实现的敌兵布阵的源代码,HDOJ1066题,数据结构使用了线段树和树状数组,算法策略使用了分治策略。-Own implementation of the enemy soldiers ended their source code, HDOJ1066 question, data structures using the segment tree and the tree array, the algorithm strategy of divide and conquer strategy
二维空间点线线线距离
- 基于GIS空间分析的简单入门,二维空间内点到线的距离使用的矢量法实现,线与线的距离使用线方程法,先判定是否平行然后计算距离。两个CPP文件,用于VC6.0实现。
josepheasy
- 刚开始学数据结构时做的一个约瑟夫环,有点复杂,,但总是可以运行,-just started studying data structure so a Josephus, a bit complicated, but they could always run,
disk
- 算法课本中用贪心算法解决磁盘文件最有存储问题。
Merge2linked
- Merge Two Sorted Linked List To Form A Third LInked List
first-select
- 一个按优先数调度算法实现处理器调度的程序-A number of priority scheduling algorithms processor scheduling program
kmp
- 用于识别子串 模式匹配算法 KMP算法 输入两个String-Used to identify substring pattern matching algorithm KMP algorithm to enter two String