-
在 C# 中的迷宫求解 (最短路径)
介绍了一个简单的技术,以找到一个 2D 的迷宫中两点间最短路径。类似的应用程序在这种情况下使用图,但本文将展示如何,这可以没有头痛的图。它使用类似于广度优先搜索技术。MazeSolver 类商店迷宫作为一个二维整数数组的值 "0" 开放 (可用) 节点和非零这对已关闭的节点 (墙)。如果某条路径将被发现,一种新的二维整数数组创建的路径 PathCharacter 其默认值是 "100"。类也可以跟踪对角的路径,如果它允许这样做
贯穿这篇文章,我们将使用"节点"来引用矩阵 (二维整数数组表示一个迷宫) 的元素。我假设读者是熟悉图和它的术语 (边缘、 节点等)。
- 2023-05-25 08:05:03下载
- 积分:1
-
这是一个物流管理系统,源代码,这个软件是基于第1个…
此为物流管理系统的源代码,此软件是基于SQL Server的数据库软件,采用ADO连接方式,功能比较强大-This is a logistics management system, source code, this software is based on the SQL Server database software, using ADO connections, more powerful features
- 2022-03-25 21:19:02下载
- 积分:1
-
C++ 视频播放器,仿暴风影音
这是一款仿暴风影音播放器,采用的 DIRECTSHOW 开发,对学习 DIRECTSHOW 和视频播放器开发的朋友很有帮助!!!
- 2022-07-25 01:09:01下载
- 积分:1
-
使用算术表达式的计算器,且带有常用单位转换工具,在BCB2007下编译通过。...
使用算术表达式的计算器,且带有常用单位转换工具,在BCB2007下编译通过。-The use of arithmetic expression calculator and unit conversion tool with a commonly used in the compiler under BCB2007 through.
- 2022-03-05 07:46:40下载
- 积分:1
-
在cyclone2芯片上实现VGA解决方案,可以将模拟示波器波形在电脑上显示。也可以储存波形文件来显示...
在cyclone2芯片上实现VGA解决方案,可以将模拟示波器波形在电脑上显示。也可以储存波形文件来显示
-In cyclone2 chip VGA solutions, Analog Oscilloscope waveforms can be displayed on the computer. Can also be stored waveform file to display
- 2022-05-31 06:54:38下载
- 积分:1
-
凌阳自动语音播放的源代码,只需要适当的硬件设备(凌阳61a开发版,下载线,开发软件,电源,pc机)就可以实现下载。...
凌阳自动语音播放的源代码,只需要适当的硬件设备(凌阳61a开发版,下载线,开发软件,电源,pc机)就可以实现下载。-Sunplus automatic voice broadcast by the source code, only need the appropriate hardware device (61a Sunplus Developer Edition, download lines, development of software, power supply, pc machine) can be achieved download.
- 2023-06-29 19:40:06下载
- 积分:1
-
基于CAST
基于CAST-256的安全选择重传协议的设计与实现.客户端代码-CAST-256 based on the selection of the safety of ARQ protocol design and implementation. Client-side code
- 2022-03-21 02:09:12下载
- 积分:1
-
Getting The Filename Given A Window Handle, window handle to obtain the file nam...
Getting The Filename Given A Window Handle,获得窗口句柄的文件名,学习源码。
-Getting The Filename Given A Window Handle, window handle to obtain the file name, learning source.
- 2022-03-22 02:07:26下载
- 积分:1
-
for data entry dialog box input data used for data entry in the dialog box
用于输入数据的对话框用于输入数据用于输入数据的对话框的对话框-for data entry dialog box input data used for data entry in the dialog box
- 2023-01-08 22:15:03下载
- 积分:1
-
该程序是利用概率算法,可以在该算法中设置大小…
这个程序是利用概率算法求可设大小得素数。-the procedure is the use of probabilistic algorithm can be set up for size in the prime.
- 2023-09-09 00:20:03下载
- 积分:1