-
在 C# 中的迷宫求解 (最短路径)
介绍了一个简单的技术,以找到一个 2D 的迷宫中两点间最短路径。类似的应用程序在这种情况下使用图,但本文将展示如何,这可以没有头痛的图。它使用类似于广度优先搜索技术。MazeSolver 类商店迷宫作为一个二维整数数组的值 "0" 开放 (可用) 节点和非零这对已关闭的节点 (墙)。如果某条路径将被发现,一种新的二维整数数组创建的路径 PathCharacter 其默认值是 "100"。类也可以跟踪对角的路径,如果它允许这样做
贯穿这篇文章,我们将使用"节点"来引用矩阵 (二维整数数组表示一个迷宫) 的元素。我假设读者是熟悉图和它的术语 (边缘、 节点等)。
- 2023-05-25 08:05:03下载
- 积分:1
-
An image management procedures users through the program, in seconds to find th...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-11-27 19:40:03下载
- 积分:1
-
Play video code, use the first three party DLL to play video
播放视频的代码,使用第3方DLL播放视频-Play video code, use the first three party DLL to play video
- 2023-01-15 13:05:04下载
- 积分:1
-
vb.net using an agent prepared by the small examples, to call Microsoft's ag...
一个用vb.net编写的agent的小例子,能够调用微软的agent小人,并能够说话-vb.net using an agent prepared by the small examples, to call Microsoft"s agent villains, and to speak
- 2023-04-09 18:00:04下载
- 积分:1
-
speechsdk51
windows声音合成控件,可通过该控件将文字读出来。程序在Windows系统中安装后在编程语言中进行配置,配置完成后即可在程序中进行相关调用。
- 2023-01-13 05:25:18下载
- 积分:1
-
在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,...
在做程序时,经常需要把文本按固定的标志进行拆分,CString 类提供了一些基本的字符串操作,本文就是利用CString类的基本函数来实现文本串的自由拆分 ,-doing procedures, the need for regular text by the fixed signs split redeem category provides some basic string manipulation, use redeem this is the basic function to achieve the free text string separation
- 2022-01-23 10:10:08下载
- 积分:1
-
深入浅出vc++入门,进阶与应用实例的源码第四部分,对于初学者有很多帮助...
深入浅出vc++入门,进阶与应用实例的源码第四部分,对于初学者有很多帮助-Easy vc++ entry, advanced source code examples and application of the fourth part of a lot of help for beginners
- 2022-01-31 11:50:16下载
- 积分:1
-
闹钟程序
闹钟程序-clock procedures
- 2023-01-09 13:35:03下载
- 积分:1
-
miniICE jtag programmer circuit
miniICE jtag programmer circuit
- 2022-02-04 23:24:09下载
- 积分:1
-
利用这个源代码我们可以更深的了解关于netstat这个命令是如何工作的,这个源代码可以扫描指定网段内的主机的用户信息...
利用这个源代码我们可以更深的了解关于netstat这个命令是如何工作的,这个源代码可以扫描指定网段内的主机的用户信息-we can understand much deepper about the mechanism of NETSTAT command , this source code can scan the information of PCs in certain ip range
- 2022-04-22 17:03:33下载
- 积分:1