搜索资源列表
VBKing
- 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
ABT
- 游戏编程精粹6中关于用自适度二叉树进行空间剖分,对入门的游戏开发者很有帮
turboc2_九子棋
- turboc2下的九子棋,人机对战的,用二叉树很麻烦,用了穷举-turboc2 the nine-game, man-machine players, a binary tree is cumbersome, with the exhaustive
tree
- 数据结构的二叉树,用图形的方式来演示,让你更容易理解数据结构-The binary tree data structure, using graphics to show the way, let you more easily understand the data structure
EnumMoster
- 天龙八部二叉树遍历源码. 可以方便研究游戏.-Dragon binary tree traversal source.
2xs
- 一个技能二叉树源码,可供学习二叉树数据结构的同学学习-A skill two forks tree source
Binary-tree-traversal
- 二叉树遍历,有先序遍历,中序遍历,后序遍历等遍历方法的java实现-Binary tree traversal, there are preorder, java preorder, postorder traversal methods, such as the realization of
eyywg
- 易语言*制作教程,驱动过保护教程,游戏数组/链接/二叉树数据分析教程 自动化脚本功能,易语言按键/封包技术,全自动脚本内存辅助教程 页游脱机封包封程,易语言/OD/CE/汇编基础教程,2D/3D网游辅助教程 -Plug-making easy language tutorial, drive over protection tutorials, games array / link / binary data analysis tutorial Automation
erchashu1
- 建造二叉树、二叉树的前序、中序、后序、层序遍历-The construction of binary tree, binary tree of the former order, in sequence, after the sequence, sequence traversal
erchashu__jiedianzonngshu
- 初始化二叉树,创建二叉树,并计算二叉树总结点数,输出-Binary tree is initialized, create a binary tree, and calculate the tree summary points, output
huffman112
- 哈夫曼编码的实现与解析基于二叉树技术的搜索 遍历-Huffman coding with the analytical technique based on the binary tree search traversal
jinbiaosai
- 如果要在n个数据中挑选出第一大和第二大的数据(要求输出数据所在位置和值),使用什么方法比较的次数最少?我们可以从体育锦标赛中受到启发。 如图【1.png】所示,8个选手的锦标赛,先两两捉对比拼,淘汰一半。优胜者再两两比拼...直到决出第一名。 第一名输出后,只要对黄色标示的位置重新比赛即可。 下面的代码实现了这个算法(假设数据中没有相同值)。 代码中需要用一个数组来表示图中的树(注意,这是个满二叉树, 不足需要补齐)。它不是存储数据本身,而
BinTreeBoard
- Java实现的二叉树分形图,递归算法和awt的应用-Java implementation of the binary tree fractal, recursive algorithm and awt application