-
MFC写的迷宫游戏,搜索算法值得研究
MFC写的迷宫游戏,搜索算法值得研究,还可以自己调整迷宫,界面友好
- 2022-04-19 23:17:59下载
- 积分:1
-
列表 BFS 广度优先搜索
广度优先搜索 (BFS) 是一种策略寻找图中搜索时限于本质上是两个操作: (a) 访问和视察一个节点图 ;(b) 获得访问权的邻居的当前访问的节点的节点。BFS 从根节点开始,并检查所有相邻的节点。然后这些邻居节点的每个反过来,它检查其中人迹罕至,他们的邻居节点,等等。BFS 相比相当,但更多的内存 efficientIterative 深化深度优先搜索和深度优先搜索与对比。
- 2022-01-24 13:52:36下载
- 积分:1
-
Examples of socket communication, the most easy
socket 通信实例,最让人易懂的教程。-Examples of socket communication, the most easy-to-understand tutorial.
- 2022-01-24 16:35:16下载
- 积分:1
-
遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考
遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考-GA small program on the settlement of the TSP Genetic Algorithm for reference purposes only and interact more
- 2022-02-02 01:23:44下载
- 积分:1
-
好不容易才找到的,一个用来隐藏IP的DELPHI控件,
好不容易才找到的,一个用来隐藏IP的DELPHI控件,-hard to find, used a hidden IP DELPHI controls,
- 2022-07-24 21:47:27下载
- 积分:1
-
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;...
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;
b)概要设计:
本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。
-a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffman coding; Requirements : Every character in the output of the number and the code for which the minimum requirement of the right to use Heap; B) Summary of design : the procedures used by the data nodes the tree structure and linear form, the algorithm used by the main sculpture, in order Huffman algorithm.
- 2022-03-06 12:21:16下载
- 积分:1
-
Mouse playing small games, as have the number of rats, mice mobile pace. The tot...
打老鼠的小游戏,随着老鼠产生的次数,老鼠的移动速度越来越快。总数为120个,并有评价-Mouse playing small games, as have the number of rats, mice mobile pace. The total number of 120, as well as evaluation of
- 2022-03-18 16:08:16下载
- 积分:1
-
3d 点云 分割
3d点云语义分割 ,使用matlab和python写的,在window环境运行。数据在文件夹下创建data文件夹,把数据放到里面,同时在主函数修改对应的存放路径。
- 2023-02-08 13:20:03下载
- 积分:1
-
模拟电梯井道、井道安全开关动作(随轿厢位置不同),可将真实曳引机(同步、异步)连接于控制系统。在整梯出厂前可用于快车调试、控制系统真实环境的评估(电磁兼容、抗干...
模拟电梯井道、井道安全开关动作(随轿厢位置不同),可将真实曳引机(同步、异步)连接于控制系统。在整梯出厂前可用于快车调试、控制系统真实环境的评估(电磁兼容、抗干扰等)。-Simulation of elevator shaft
- 2022-04-13 06:45:23下载
- 积分:1
-
用C写的通讯录小程序
大家一起交流一下
用C写的通讯录小程序
大家一起交流一下-Address Book using C to write small programs of exchange with U.S.
- 2022-02-02 01:22:07下载
- 积分:1