-
code yetkilendirme
公共类KullaniciYonetimi
- 2022-02-11 15:36:29下载
- 积分:1
-
在 C# 中的迷宫求解 (最短路径)
介绍了一个简单的技术,以找到一个 2D 的迷宫中两点间最短路径。类似的应用程序在这种情况下使用图,但本文将展示如何,这可以没有头痛的图。它使用类似于广度优先搜索技术。MazeSolver 类商店迷宫作为一个二维整数数组的值 "0" 开放 (可用) 节点和非零这对已关闭的节点 (墙)。如果某条路径将被发现,一种新的二维整数数组创建的路径 PathCharacter 其默认值是 "100"。类也可以跟踪对角的路径,如果它允许这样做
贯穿这篇文章,我们将使用"节点"来引用矩阵 (二维整数数组表示一个迷宫) 的元素。我假设读者是熟悉图和它的术语 (边缘、 节点等)。
- 2023-05-25 08:05:03下载
- 积分:1
-
High
高质量C++编程指导
一些编程规范和常见的容易犯错误的地方-High-quality C++ programming guide the number of programming norms and common areas prone to making mistakes
- 2023-07-30 04:20:02下载
- 积分:1
-
Range Hood air volume air
吸油烟机风量风压测试系统的设计和开发的全部过程。 实现串口通讯技术和使用Excel 2000调出报表的方法是本系统开发的关键之处。作者在本文中重点论述了其具体的设计和实现方法,通过串口通讯来实现数据采集,进而实现对吸油烟机风量风压的检验,并按标准要求打印测试报告、绘制出风压风量和效率曲线。-Range Hood air volume air-testing system in the design and development of the whole process. Serial communication technology and the use of Excel 2000 statements for the transfer of the system is the key to it. In this paper focuses on the specific design and implementation, through serial communications to data collection, so as to realize the right amount of wind Range Hood Pressure testing, in accordance with standard print test reports and draw air-air volume and efficiency curve.
- 2022-03-04 05:11:01下载
- 积分:1
-
用VC编写正轴等角割圆锥投影源程序的设计.还不尽完美!欢迎下载指导!...
用VC编写正轴等角割圆锥投影源程序的设计.还不尽完美!欢迎下载指导!-There a positive axes equal angle conic projection program.It is not very perfect.Welcome to download and instruct .
- 2022-08-05 22:34:59下载
- 积分:1
-
星期计算器,输入月日年,返回星期
例如: 输入: 11 22 1963
返回: Friday
程序通过编译运行...
星期计算器,输入月日年,返回星期
例如: 输入: 11 22 1963
返回: Friday
程序通过编译运行-Weeks calculator, enter on day, the return of weeks, for example: Input: 11 22 1963 return: Friday program run through the compiler
- 2023-01-17 01:35:05下载
- 积分:1
-
中国的手机安装java程序
driver for chinese phone install java
- 2022-08-07 18:15:21下载
- 积分:1
-
本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示...
本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示-procedures for the use of the data structure of the back- recursive algorithm right to know what the road map for the entire search, the shortest route to be completed, at least cost, and all the routes show
- 2022-07-28 00:21:11下载
- 积分:1
-
website source code, development delphi
同学录源代码,delphi开发-website source code, development delphi
- 2022-01-25 15:02:02下载
- 积分:1
-
地理信息系统
基于C++的基础地理信息系统的实现,采用MFC
- 2022-01-22 00:28:08下载
- 积分:1