-
DirectShow learning materials, it is worth studying
DIRECTSHOW的学习资料,很值得研究-DirectShow learning materials, it is worth studying
- 2022-01-25 16:54:30下载
- 积分:1
-
- 2023-02-03 03:25:04下载
- 积分:1
-
C++ Templates 完全导引,pdf格式。
C++ Templates 完全导引,pdf格式。-C++ Templates fully guided, pdf format.
- 2022-03-03 23:01:46下载
- 积分:1
-
中国的JDK帮助文档,转载,这肯定有用的java初学者
中文的JDK帮助文档,转载的,这个对JAVA初学者肯定有用-Chinese JDK help files, reprinted, and this certainly useful Java beginners
- 2022-04-29 12:34:05下载
- 积分:1
-
接口的好教程.清晰.PPT.教师也可以参考哟
接口的好教程.清晰.PPT.教师也可以参考哟-java interface....learning
- 2023-05-23 06:35:03下载
- 积分:1
-
PADS_Layout 2007 全中文教程
PADS_Layout 2007 全中文教程-The whole Chinese PADS_Layout 2007 Tutorial
- 2022-03-19 21:31:46下载
- 积分:1
-
国民财富的性质和原因,经济学的经典著作
国民财富的性质和原因,经济学的经典著作-national wealth to the nature and causes of Economics classics
- 2022-09-14 13:20:03下载
- 积分:1
-
很实用的一本书,详细介绍了oo的设计过程
很实用的一本书,详细介绍了oo的设计过程-very practical one, the detailed design process oo
- 2022-07-04 00:33:08下载
- 积分: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
-
This book is a foreign engineer called Robert Schmidt wrote, summing up the C an...
这本书是国外的一个叫Robert Schmidt的工程师写的,总结了C和C++编程中出现的一些异常情况,及其处理,对我们编程过程中出现的问题有一定的参考价值-This book is a foreign engineer called Robert Schmidt wrote, summing up the C and C++ Programming in some unusual circumstances, and their treatment of our programming problems arising in the course of some reference value
- 2022-07-03 22:20:25下载
- 积分:1