-
2004ACM国际大学生程序设计决赛题目
2004ACM国际大学生程序设计决赛题目-2004ACM International Collegiate Programming Design Contest title
- 2022-03-24 02:03:11下载
- 积分:1
-
学习STL必备工具书!含boost应用,好好学习
学习STL必备工具书!含boost应用,好好学习-STL essential learning tool! Containing boost applications, study hard
- 2022-11-27 07:05:04下载
- 积分:1
-
现在ADS的教程市面上几乎没有,而网上可以下载的也大多是英文版的,这是一个中文版的教程,对我帮助很大,希望对大家也有所帮助
现在ADS的教程市面上几乎没有,而网上可以下载的也大多是英文版的,这是一个中文版的教程,对我帮助很大,希望对大家也有所帮助-ADS Directory now available almost nothing, and the Internet can also download the most is the English version, which is a Chinese version of the Guide, a big help for me, and I hope to help everyone
- 2022-04-10 02:34:36下载
- 积分: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
-
专家系统与程序设计
专家系统原理与编程-Expert System and Programming
- 2022-03-13 03:25:47下载
- 积分:1
-
HUMBLE LITTLE RUBY BOOK
This is a really good book for starters who want to learn ruby well.
An up to date book on Ruby programming, written in a style described as "a beautiful display of pragmatically chunky bacon,
wrapped in a nutshell." Or something like that.
Mr. Neighborly"s Humble Little Ruby Book covers the Ruby language from the very basics of using puts to put naughty
phrases on the screen all the way to serving up your favorite web page from WEBrick or connecting to your favorite web
service. Written in a conversational narrative rather than like a dry reference book, Mr. Neighborly"s Humble Little Ruby
Book is an easy to read, easy to follow guide to all thin
- 2022-03-22 20:41:41下载
- 积分:1
-
蚁群算法的演示程序用vc++开发的,希望对大家有帮助,这是我费了半天才下载的...
蚁群算法的演示程序用vc++开发的,希望对大家有帮助,这是我费了半天才下载的-use vc++ develop
- 2022-10-16 02:50:03下载
- 积分:1
-
数字滤波器设计――带有C代码,非常好!
数字滤波器设计――带有C代码,非常好!-digital filter design-- with C code, very good!
- 2023-09-01 21:55:04下载
- 积分:1
-
InsideVC++配套源码之三
InsideVC++配套源码之三-InsideVC matching source ter
- 2022-02-02 17:51:16下载
- 积分:1
-
MATLAB数学工具箱,包含了MATLAB在工程数学应用中的函数及其用法...
MATLAB数学工具箱,包含了MATLAB在工程数学应用中的函数及其用法-MATLAB Math Toolbox, MATLAB includes mathematical applications in engineering functions and their usage
- 2022-07-03 20:09:15下载
- 积分:1