资源列表
自己写的双链表
- 用java实现的双链表
A星寻路算法例程
- A星寻路算法,有算法步骤详解,及一个小例子,可将寻路结果打印在控制台
Alpha_Beta剪枝算法
- C++实现了Alpha_Beta剪枝算法,对于给定的Alpha_Beta博弈树,使用Alpha_Beta剪枝算法对其进行剪枝,输出剪掉的结点。
sift算子的vc++源代码
- sift算子的vc++源代码
校园导游咨询系统
- 该次实习要求是设计一张地图,里面有n个景点,告诉我们景点之间的连接信息,要设计一个校园导游程序,为来访的游客提供各种信息的查询服务。主要为两个服务。 (1) 为来访游客提供图中任意景点相关额信息查询。 (2) 为游客提供图中任意两景点间的最短路径的长度,并输出该条路径 为实现这两个服务我们需要用一个数据结构存储这个地图的情况,还有就是用dijkstra 算法去求两点间的最短路,并需要一个数组去记录该最短路径。
利用四阶龙格-库塔公式计算常微分初值问题的数值解
- 利用四阶龙格-库塔公式计算常微分初值问题的数值解,The use of fourth-order Runge- Kutta ordinary differential formula of the numerical solution of initial value problem
algorithm.rar
- 计算机算法设计与分析 王晓东 全部ppt,Computer algorithm design and analysis of all ppt Xiaodong
bBTREE.rar
- B+树实现索引的源程序 一个数据库管理系统的项目 ,B+ tree index source to achieve a database management system project
huffman用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码
- 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
Stack 实现栈的所有基本操作
- 1、定义顺序栈类型,实现栈的所有基本操作。 2、定义链栈类型,实现栈的所有基本操作。 3、实现数制的转换-1, define the order of the stack type, to achieve the stack all the basic operations. 2, define the chain stack type to achieve the stack all the basic operations. 3, conversion of number sys
List 定义顺序队列类型
- 定义顺序队列类型,实现队列的所有基本操作。 定义链队列类型,实现队列的所有基本操作。 -Definition of the order queue type, all the basic operations of the queue. Defined chain of the queue type, all the basic operations of the queue.
DouglasPeucker
- 道格拉斯—普克法(Douglas—Peucker)的C++程序-Douglas- Puck method (Douglas-Peucker) of the C++ program