-
vCard test application
vCard test application
- 2023-05-13 01:35:04下载
- 积分:1
-
multi
多线程处理器,编程语言是:.net C# -multi-threaded processors, programming languages are :. Net C#
- 2022-02-01 04:00:28下载
- 积分:1
-
wince under the Tab control applications, coupled with the tree control the appl...
wince 下Tab控件的应用,再加上树形控件的应用,非常完美的代码,强烈推荐下载!-wince under the Tab control applications, coupled with the tree control the application of the code is perfect, strongly recommend to download!
- 2023-02-22 22:35:03下载
- 积分:1
-
机械优化设计中,一维搜索方法,针对单峰函数,利用进退法求收敛区间,采用黄金分割法求极值...
机械优化设计中,一维搜索方法,针对单峰函数,利用进退法求收敛区间,采用黄金分割法求极值-Optimization of Mechanical Design, one-dimensional search method, for single-peak function, the use of advance and retreat method convergence interval, using golden section method for extremal
- 2022-07-22 07:13:04下载
- 积分:1
-
钱能编的《C++教程》及课后答案,及源代码
钱能编的《C++教程》及课后答案,及源代码-Money will be allocated to the
- 2023-04-27 17:45:04下载
- 积分:1
-
计算器小程序,应该很容易再次开发,很值得看一看。
计算器小程序,应该很容易再次开发,很值得看一看。-Calculator applet, it should be very easy to develop once again, it is worth looking at.
- 2022-01-25 18:23:13下载
- 积分:1
-
对于interfacig 8051单片机与键盘的源代码
设计一个
- 2022-05-21 06:32:07下载
- 积分:1
-
This is the Chat Application that developed using the MFC Visual C++. (Only EXE...
This the Chat Application that developed using the MFC Visual C++. (Only EXE s) Application contain the Client.exe and Server.exe-This is the Chat Application that developed using the MFC Visual C++. (Only EXE s) Application contain the Client.exe and Server.exe
- 2022-02-09 21:42:46下载
- 积分:1
-
穿口调试程序,十分方便的进行计算机的穿口程序的调试
穿口调试程序,十分方便的进行计算机的穿口程序的调试 -I wear a debugger, which is very convenient to carry out the computer
- 2023-04-20 10:50:03下载
- 积分:1
-
在 C# 中的迷宫求解 (最短路径)
介绍了一个简单的技术,以找到一个 2D 的迷宫中两点间最短路径。类似的应用程序在这种情况下使用图,但本文将展示如何,这可以没有头痛的图。它使用类似于广度优先搜索技术。MazeSolver 类商店迷宫作为一个二维整数数组的值 "0" 开放 (可用) 节点和非零这对已关闭的节点 (墙)。如果某条路径将被发现,一种新的二维整数数组创建的路径 PathCharacter 其默认值是 "100"。类也可以跟踪对角的路径,如果它允许这样做
贯穿这篇文章,我们将使用"节点"来引用矩阵 (二维整数数组表示一个迷宫) 的元素。我假设读者是熟悉图和它的术语 (边缘、 节点等)。
- 2023-05-25 08:05:03下载
- 积分:1