资源列表
tongxun
- RS232实现串行通讯,这是主机的,要重机的登陆http://user.qzone.qq.com/281149673
lg
- 拉格郎日插值,?
CASS_BiackToColor
- 南方CASS变黑白图后,转换为彩色图层 南方CASS变黑白图后,转换为彩色图层-survry south CASS blackObj to colorObj
K
- 最大K乘积问题。这个一个可以实现的代码。大家看看,参考一下。-The biggest problem of K product. This one can achieve code. Let us look at the reference.
optical_flow111
- 一个十分简单的光流法程序没有用到什么十分复杂的算法-A very simple optical flow method is not used, what procedures are very complex algorithm
Binary
- 二叉树 VC++, 通过VC++编程,生成二叉树,具有遍历的功能-Binarytree VC++
njiefangzhen
- 用C++语言编写的求n阶方阵的运算程序,即横竖斜方向上的数的和相等。-C++ language with the evaluation of n order matrix computation process, that the number of horizontal and vertical oblique direction and equal.
hash
- 数据结构 哈希表 二次再散列解决冲突,C-Data structure hash table secondary hash resolve conflicts, C++
Josephus
- 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a
shader
- Simple shader to apply to 3D object with texture and lightning/shadow
maze
- 数据结构课程设计——迷宫问题求解代码(已测试,可直接运行)-Curriculum design- maze problem solving code (already tested, can be directly run)
ShellSort
- 首先取一个整数 gap < n(待排序记录数) 作为间隔, 将全部记录分为 gap 个子序列, 所有距离为 gap 的记录放在同一个子序列中 在每一个子序列中分别施行直接插入排序。 然后缩小间隔 gap, 例如取 gap = gap/2 重复上述的子序列划分和排序工作,直到最后取gap = 1, 将所有记录放在同一个序列中排序为止-First, take an integer gap < n (the number of records to be sorted) as t
