搜索资源列表
图论算法库 C++ 语言实现
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
BpNet_src
- BP神经网络源代码,代码详细设计了网络节点、迭代过程、及调用接口,在VC6.0下调用测试通过-BP neural network source code, code detailed design of the network nodes, iterative process, and call interfaces, in VC6.0 under test by calling
7d
- 7种内部排序算法的比较 里面含 测试代码!-seven internal sorting algorithm inside compared with the test code!
mmc(skyw)
- 用VC写的模拟内存分配管理的代码,经测试运行完全正确-VC write memory allocation management simulation code, the test run entirely correct
tu
- 数据结构中图的实现源代码,用C语言实现,有测试代码。
lianzhan
- 数据结构中链栈的实现源代码,用C语言实现,有测试代码。
HASH
- 一个hash表的实现以及测试代码,比顺序查找快100多倍
Data_structure
- 数据结构中的:线性表(含链表)、树、图的操作的子程序。用C写成,有测试代码。非VC写成,但源文件可直接导入到VC项目中。
gait 步态识别算法代码
- 步态识别算法代码,对多种识别算法予以实现,以及一些论文上提到方法的测试程序。-Gait recognition algorithm code for a variety of recognition algorithms to be realized, as well as some papers on the method of testing procedures mentioned.
red-black-tree
- c语言的红黑树算法实现,并带有测试代码。-red-black tree implementation c language, with test code
2010_Blokus
- 一个经典的游戏blokus,测试代码可以去http://www.botzone.org/去测试。 北京大学2010年程序设计实习最终大作业-A classic game blokus, test code can go http://www.botzone.org/ to test. Peking University, 2010 Internship Program final big job
RBTree
- 一个关于红黑树的C++源码的测试代码,实现了包括红黑树的插入,删除,旋转调整等等功能-codes on Red_Black Tree
CPPjuzhengyuanma
- C 矩阵类模板(支持实数矩阵与复数矩阵的各种运算),功能非常强大,而且用模板实现,完整无错,后面有测试代码.需要的拿走.-C Matrix class template (for real and complex matrix of matrix operations), very powerful, and use templates, a complete error-free, followed by a test code needs to take.
QuickSortTest
- 用随机法结合递归做了一个快速排序,做成了模板的形式,用处应该比较大。Main函数本身做了测试代码,正确性是可以保证的。-The combination of recursive stochastic approach to do a quick sort, made a template in the form of useful should be relatively large. Main function of the test code, the correctness can be
Red_Black_Tree
- 高级数据结构 C++的红黑树的实现和测试代码-Red Black Tree
huiduceshi
- matlab白黑度测试代码,,输出时间响应方程-White blackness matlab test code, the output time response equation
Cell
- 用于验证稀疏矩阵存储相关测试代码,稀疏矩阵存储单元。-Used to verify the sparse matrix storage-related test code, sparse matrix storage unit.
SM2&SM3&SM4国密算法C语言实现
- SM2&SM3&SM4国密算法C语言实现,分别有3个算法的pdf文档,以及测试代码(SM encryption algorithm,including test code & docs)
b搜索树
- b树的c++代码实现例程,附测试代码,用于高级数据结构的学习
poj一些算法题的C++代码
- poj一些算法题的C++源码,已经通过测试,可以直接使用