-
these are some demo of algorithms
算法演示的FLASH文件,比较有趣,但做的相对有些粗糙-these are some demo of algorithms
- 2022-02-12 17:40:28下载
- 积分:1
-
VB写的定时关机程序,以后可以躺在床上看大片了
VB写的定时关机程序,以后可以躺在床上看大片了-VB write regularly shutdown procedures, after lying in bed reading can be a large
- 2022-03-17 06:12:50下载
- 积分:1
-
在 C# 中的迷宫求解 (最短路径)
介绍了一个简单的技术,以找到一个 2D 的迷宫中两点间最短路径。类似的应用程序在这种情况下使用图,但本文将展示如何,这可以没有头痛的图。它使用类似于广度优先搜索技术。MazeSolver 类商店迷宫作为一个二维整数数组的值 "0" 开放 (可用) 节点和非零这对已关闭的节点 (墙)。如果某条路径将被发现,一种新的二维整数数组创建的路径 PathCharacter 其默认值是 "100"。类也可以跟踪对角的路径,如果它允许这样做
贯穿这篇文章,我们将使用"节点"来引用矩阵 (二维整数数组表示一个迷宫) 的元素。我假设读者是熟悉图和它的术语 (边缘、 节点等)。
- 2023-05-25 08:05:03下载
- 积分:1
-
简单的随机码生成工具,可以生成数字码,字母码,以及数字和字母的混合码。...
简单的随机码生成工具,可以生成数字码,字母码,以及数字和字母的混合码。-Simple random code generation tool that can generate the digital code, alphabetical code, as well as numbers and letters mixed code.
- 2022-07-09 01:54:10下载
- 积分:1
-
WndTabs是一款Visual Studio的IDE扩展工具,能极大的方便使用Visual Studio来开发的程序员。...
WndTabs是一款Visual Studio的IDE扩展工具,能极大的方便使用Visual Studio来开发的程序员。-WndTabs is a Visual Studio IDE expansion tools, can greatly facilitate the use of Visual Studio programmers to develop.
- 2022-02-26 07:02:50下载
- 积分:1
-
用msvc编译zope时会提示这个文件有错误,原因是这个文件是采用ansi编码但是内容里却有非ansi字符的缘故,我把这个文件另存为utf8编码,这样就可以正常...
用msvc编译zope时会提示这个文件有错误,原因是这个文件是采用ansi编码但是内容里却有非ansi字符的缘故,我把这个文件另存为utf8编码,这样就可以正常编译zope了!-Zope with msvc compiler will be prompted when the document has errors, because the document is encoded using ansi content but there is non-ansi characters mentioned reasons, I put the document saved as utf8 encoding, this can be a normal compile zope!
- 2022-03-19 15:47:21下载
- 积分:1
-
Sample function to verbal represent money:
253$
Sample function to verbal represent money:
253$ -> two hundred fifty three dollars
One note: languige is RUSSIAN :--Sample function to verbal represent money:
253$-> two hundred fifty three dollars
One note: languige is RUSSIAN :-)))
- 2022-03-05 04:59:05下载
- 积分:1
-
paypal查询和paypal退款
paypal 查询和paypal退款
paypal查询和paypal退款
paypal 查询和paypal退款-scarchtransaction refundtrsaction
- 2022-03-24 09:58:25下载
- 积分:1
-
一个多线程贪吃蛇的小程序,用STL编写的
一个多线程贪吃蛇的小程序,用STL编写的-Snake more than one thread of small procedures, prepared by STL
- 2022-05-24 06:54:56下载
- 积分:1
-
压缩感知OMP算法
这是关于压缩感知的OMP算法,代码不仅包含OMP算法,还包括测量数M与重构成功概率的关系和稀疏度K与重构成功率的关系。
- 2022-05-09 05:13:40下载
- 积分:1