资源列表
BiTree
- 数据结构 二叉树算法集合为学习数据结构的同学提供帮助 互相交流-binary tree data structure set for the learning algorithm data structure to help students exchange
MAX
- 大整数乘法的详细实行 比如说1246*2566用此法可降低时间复杂度并且能过有效算出-large integer multiplication detailed implementation of the 1246 * 2566 for instance, tried to use this method can reduce the time complexity and can Guo calculated effective
数据结构课程设计的4个原程序代码
- 这是数据结构课程设计的4个原程序代码分别是数据结构课程设计——猴子选大王问题数据结构课程设计-This the data structure of curriculum design four original code was designed data structure courses -- monkeys elected king issues of curriculum design data structure
Dijkstra
- 用Matlab实现的Dijkstra算法源码。主要用于求最短路径。
main
- poj1411请多指教,多交流 0ms 交流算法
3dtrans
- 产生脉冲流密度为百万的雷达脉冲,可以对信号进行能够仿真达到给出测试的信号源环境
cpp_function_pointers
- 详细说明函数指针的用法,并且以数组的形式调用函数指针的方法
cpp_interface
- 很有价值的,提供另外一种设计接口的方法,打破了C++单纯使用虚函数来做接口的代码
gaos
- 高斯迭代法求解线性方程组的源代码!
train
- 一个火车调度的程序,援引自中国中学生奥林匹克中学生信息技术,内有详细说明程序的要求
pp
- 我写的一个把中缀表达式转换为波兰式,并且根据波兰式求表达式值的程序.
t
- A*算法只要求产生问题的全部状态空间的部分结点及关系,就可以求解问题了,搜索效率较高。当然由于A*算法中没有回溯,因此某些情况下可能会找不到正确的解过程。