资源列表
meanshift
- 这是介绍menshift算法的资料,很经典-This algorithm is described menshift information, it is classic
scasca
- 迷宫求解 用一个m×n长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序对于任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-Maze solving an m × n long phalanx said the maze, the maze of pathways and barriers 0 and 1, respectively. Design a program for any set of the maze, find a path from entran
TRIE
- 字典树,实现字典树的插入删除查找功能。效率高-Dictionary tree, insert the tree removed to achieve a dictionary lookup function. Efficient
eight-queen
- 通过堆栈结构解决著名的八皇后问题,同时也是数据结构中的典型例题-Codes for the well-known eight-queen problem
ourdev_423854
- VC编程源码,算法,文档,DTMF软解码-VC programming source code, algorithms, documentation, DTMF decoding software
sns-2-IP
- 首届SNS算法设计大赛初赛第二题~有关Ip查询~-SNS algorithm first design competition Ip preliminary inquiries about the second question ~ ~
BinarySearchTree
- 二叉搜索树的各种基本操作,各种遍历的递归和非递归实现,还有输出在指定范围的节点等-Binary search tree, variety of basic operations, a variety of traversal recursive and non-recursive implementation, as well as output in the specified range of nodes, etc.
beinuli 贝努力队列的实现
- 贝努力队列的实现,学过数据结构的都知道。-Bernoulli queue implementation.
biaodashiqiuzhi
- 问题描述 带有变量的中缀表达式是常见的数学表达式。如果规定变量由长度不超过 8 个小写字母组成;end为保留字,表示程序段结束;用?表示输出指定变量的值,则可以设计出比较复杂的表达式(即一个可顺序执行语句序列)。例如,如果有如下语句段: abc=10 def=8 c=abc+def abc=abc+5-c*2 ? c ? abc end 则输出为: c=18 abc=-21 注意:为了简化编程实现,运算符只有
FILE42
- 数据结构的三元组顺序表来实现稀疏矩阵的快速转置 C语言版 有解压的密码 请大家小心用好 压缩文件有密码 源码太简单-Data structure of the triple sequence table to achieve fast sparse matrix transpose C language version has unzip password, please make good use of everyone carefully compressed file has a pa
LBM 多孔介质 C++程序
- 多孔介质内自然对流的LBM模拟程序,采用C++语言编写,基于Guo等人的模型开发,能够用于模拟多孔介质内的流动与传热问题。
234
- 树的创建,遍历等待吗,用C++实现,完全可以运行,对于初学者很有用-Tree creation, traversal Wait for it, using C++ implementation, can operate very useful for beginners
