-
c++语言程序设计(第3版)》清华大学(郑莉)课后题答案
c++语言程序设计(第3版)》清华大学(郑莉)课后题答案-c++
- 2022-03-14 03:20:31下载
- 积分:1
-
Book Advanced Java 2 Platform How To Program
Book Advanced Java 2 Platform How To Program
- 2022-06-19 15:15:49下载
- 积分:1
-
C++ FAQs
Addison Wesley出版
C++ FAQs
Addison Wesley出版-C++ FAQsAddison Wesley Publishing
- 2023-07-19 10:20:04下载
- 积分:1
-
针对数据采集作了详细的介绍和并以图解方式加以说明,内容丰富。...
针对数据采集作了详细的介绍和并以图解方式加以说明,内容丰富。-For data collection, and gave a detailed description and illustrated graphically rich content.
- 2023-07-21 01:10:04下载
- 积分:1
-
希望我提供的代码对大家有帮助
希望我提供的代码对大家有帮助-I hope for the code to be helpful
- 2022-07-03 17:45:49下载
- 积分:1
-
This is a UML development tool use Rose tutorial, I hope to help you This is a U...
这是一个UML开发工具Rose的使用教程,希望对大家有帮助 This is a UML development tool use Rose tutorial, I hope all of you help-This is a UML development tool use Rose tutorial, I hope to help you This is a UML development tool use Rose tutorial, I hope all of you help
- 2023-08-07 15:30:03下载
- 积分:1
-
c语言常用算法,是学习c的很好练习的源码。
c语言常用算法,是学习c的很好练习的源码。-c language commonly used algorithm, it is a good learning c source code of practice.
- 2022-01-25 21:27:02下载
- 积分:1
-
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫...
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。
为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic idea for solving the problem: If the current position can be adopted, in pressure, otherwise the next location to explore, if a dead end, then back to New Moon, the size of the maze: M* N. maze set up a custom. A simple maze to solve the problem is: starting from the entrance, along a certain direction to explore, can walk, then continue to move forward otherwise return along the same route, a direction for further exploration, until all possible pathways are exploring to date. In order to avoid going back to have access points (including the current path and current path in the point), all the points should be entered mark.
- 2022-03-21 17:16:01下载
- 积分:1
-
a more powerful but beautiful serial interface surveillance software source code
一个功能较强且界面漂亮的串口监视软件源代码-a more powerful but beautiful serial interface surveillance software source code
- 2023-01-15 21:00:03下载
- 积分:1
-
软件工程和计算机游戏
Software Engineering and Computer Games
By Rudy Rucker
Software Engineering and Computer Games was written with four broad goals:
To teach a lively style of object-oriented software engineering.
To show how to bring a complete program to the level of a commercial release.
To provide a "game engine" framework of linked classes for game development.
To help students create computer games that are interactive, rapidly executing, and visually beautiful.
- 2022-01-24 18:06:31下载
- 积分:1