搜索资源列表
同色球游戏
- 游戏开发,用到direct等.Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的完全管理. -game developers, such as direct use. Ball sports, including
linkedmatrix
- 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two
doublelink
- 我写的二维链表程序(采用非递归算法实现了二维链表程序),大家可以自由使用!如果有更好的算法请给我回复.-I wrote the two-dimensional chain (non - recursive algorithm to achieve a two-dimensional chain procedures), We can freely use! If there is a better algorithm please gi
ISODATA2
- 模式识别二维链表实现isodata算法 早期试验,界面没有优化-2D pattern recognition algorithm to achieve isodata early testing, has not been optimized interface
EXAMPLE9-SAMEBALL
- Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1 完成了主要的数据类 May.2 更正了SameBallMap 的错误,完成了界面。 May.2 再次更正SameBallMap 的错误 May.8 添加DirectSound 部分,主要代码引自 Eugene Olafsen(美)等 著 MFC Programming
ISODATA2
- 模式识别二维链表实现isodata算法 早期试验,界面没有优化-2D pattern recognition algorithm to achieve isodata early testing, has not been optimized interface
EXAMPLE9-SAMEBALL
- Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1 完成了主要的数据类 May.2 更正了SameBallMap 的错误,完成了界面。 May.2 再次更正SameBallMap 的错误 May.8 添加DirectSound 部分,主要代码引自 Eugene Olafsen(美)等 著 MFC Programming
datast
- array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜
同色球游戏
- 游戏开发,用到direct等.Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的完全管理. -game developers, such as direct use. Ball sports, including
高校运动会系统
- 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按
linkedmatrix
- 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two
doublelink
- 我写的二维链表程序(采用非递归算法实现了二维链表程序),大家可以自由使用!如果有更好的算法请给我回复.-I wrote the two-dimensional chain (non- recursive algorithm to achieve a two-dimensional chain procedures), We can freely use! If there is a better algorithm please giv
PathFinder2D
- a星路径规划,各种方式的实现,用于二维路径查找算法,(包括使用数组,链表,堆的实现)各种搜索算法-a path-planning, the realization of various ways, for two-dimensional path search algorithms, (including the use of arrays, linked lists, Stack achieved) search algorithm
C150
- C语言实用程序设计100例实例1利用库函数编写基本显示程序 实例2变量属性 实例3运算符与类型 实例4关于程序结构 实例5显示函数曲线图 实例6二分法选代的应用 实例7多变的立方体 实例8一维整型数组应用(1) 实例9一维整型数组应用(2) 实例10一维整型数组应用(3) 实例11一维整型数组应用(4) 实例12二维数组应用(1)——显示杨辉三角 实例13二维数组应
qishixunyou
- 骑士巡游算法(可以向八个方向移动,搜索所有可行路径. 用二维链表存储结果)-Cavalier Parade algorithm (moving to eight, search all possible paths. With two-dimensional chain store results)
NewestPowerFlow
- 采用二维链表编写的潮流计算程序,实现稀疏存储功能-List prepared by the use of two-dimensional flow calculation process, the realization of sparse storage
ISODATA
- 用二维链表结构对ISODATA算法的快速实现,速度快,扩展性强。提供 控制台程序 和 Windows交互测试程序,以及 详细的设计论文供参考。-fast isodata and paper
ISODATA
- 用二维链表结构对ISODATA算法的快速实现,速度快,扩展性强。提供 控制台程序 和 Windows交互测试程序,以及 详细的设计论文供参考。-ISODATA ALGORITHM AND MY PAPER
T
- 二维链表初始化怎样添加数据及输出显示,遍历显示每一个元素。-How to add a two-dimensional list initialization data and output display, traversing displays each element.
4
- (1)已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。试设计一个算法,从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 (2)二叉树的双序遍历(Double-order traversal)是指:对于二叉树的每一个结点来说,先访问这个结点,再按双序遍历它的左子树,然后再一次访问这个结点,接下来按双序遍历它的右子树。试写出执行这种双序遍历的算法。 -(1) known to a comp