-
经典C编程100例子,非常实用,特别是对初学C语言的朋友有极大帮助,让他们少走弯路。...
经典C编程100例子,非常实用,特别是对初学C语言的朋友有极大帮助,让他们少走弯路。-100 classic C programming examples, very useful, especially for the novice C language have great friends to help, so that they fewer detours.
- 2022-08-08 21:18:13下载
- 积分: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
-
程序员杂志2005年第11期
程序员杂志2005年第11期
程序员杂志2005年第11期
程序员杂志2005年第11期-programmers 2005 magazine article 11 programmers in 2005 magazine article 11
- 2022-05-27 12:44:43下载
- 积分:1
-
This paper describes a platform embedded C language EC software and application...
本文详细介绍了嵌入式平台上用C 语言编写统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适合于其他嵌入式平台的软件设-This paper describes a platform embedded C language EC software and application method. Although ARM platform is introduced, but the basic experiences and algorithms are suitable for embedded in other software-based platform
- 2022-08-16 13:16:48下载
- 积分:1
-
运放OP37数据手册,有需要的朋友可以下来
运放OP37数据手册,有需要的朋友可以下来-LOW-NOISE HIGH-SPEED PRECISION OPERATIONAL AMPLIFIERS
- 2022-08-24 23:58:58下载
- 积分:1
-
本书介绍了IP组播的应用,如IPTV
The book introduces the IP multicast and its applications, such as IPTV
- 2022-06-17 10:09:05下载
- 积分:1
-
a详细介绍MATLAB7.0的功能,及其一些编程注意事项和程序举例。...
a详细介绍MATLAB7.0的功能,及其一些编程注意事项和程序举例。-a detailed introduction MATLAB7.0 functions, and some of its attention to matters of programming and procedures, for example.
- 2022-10-12 05:55:08下载
- 积分:1
-
newcastle upon tyne university ,computing science 专业 java基础讲义
newcastle upon tyne university ,computing science 专业 java基础讲义-university, professional computing science lectures based java
- 2022-04-22 18:02:00下载
- 积分:1
-
Windows CE Application Development (English)
Windows CE 应用程序开发(英文)-Windows CE Application Development (English)
- 2022-12-17 14:30:04下载
- 积分:1
-
在开发有关的卢定位的软件时,我们可以用鼠标拖拽的方法实现动态地理定位。本实例就是一个用鼠标拖拽的方法实现的动态改变公交线路的例子。...
在开发有关的卢定位的软件时,我们可以用鼠标拖拽的方法实现动态地理定位。本实例就是一个用鼠标拖拽的方法实现的动态改变公交线路的例子。-Lu in the development of location-related software, we can use the mouse to drag and drop method to achieve dynamic geo-positioning. This example is a way to use the mouse to drag realize the dynamic change in the example of bus lines.
- 2023-01-22 10:40:04下载
- 积分:1