-
非常棒的DSP数字信号处理实例,非常详尽的解决思路及过程,是学习数字信号处理的理想参考。...
非常棒的DSP数字信号处理实例,非常详尽的解决思路及过程,是学习数字信号处理的理想参考。-wonderful DSP digital signal processing examples, very detailed process and the solution, learning digital signal processing ideal reference.
- 2022-02-14 06:06:19下载
- 积分:1
-
软件工程管理
软件工程管理---微软研发-致胜策略-project management software-- Microsoft research and development- a winning strategy
- 2022-10-03 16:35:03下载
- 积分:1
-
win2000下驱动程序开发和相关技术,有大量代码
win2000下驱动程序开发和相关技术,有大量代码-win2000 driver under development and related technologies, a large number of code
- 2023-06-22 15:50:04下载
- 积分:1
-
编程第四版,是一本很好的书,可以学习
linux程序设计第四版,是一本不错的学习linux的好书-linux programming fourth edition, is a good book to learn linux
- 2022-07-21 09:11:28下载
- 积分:1
-
非常好的分形集合入门级读物,包括引言、经典分形集合、自相似性和映射平面、度量空间、赋范空间、迭代函数系统等...
非常好的分形集合入门级读物,包括引言、经典分形集合、自相似性和映射平面、度量空间、赋范空间、迭代函数系统等-very good fractal set entry-level books, including the introduction and the classic fractal set, self-similarity and mapping plane, metric spaces, normed space, iterated function systems
- 2022-10-19 18:40:03下载
- 积分:1
-
这是一本autoconf使用手册。autoconf是用来建立makefile文件的程序...
这是一本autoconf使用手册。autoconf是用来建立makefile文件的程序-This is an autoconf manual. autoconf is used to create makefile documentation procedures
- 2022-05-30 04:47:19下载
- 积分:1
-
模式识别,利用监督分类对一幅图像进行分类。
模式识别,利用监督分类对一幅图像进行分类。-supervised_classification
- 2022-11-04 10:40:03下载
- 积分:1
-
由一本游戏编程的著作,喜欢游戏编程的朋友一定不能错过。...
由一本游戏编程的著作,喜欢游戏编程的朋友一定不能错过。-Silkworm instance linked to the most游ke met著brazing cavity , spicy roast游ke friend met the most cavity corner Cheung Kui Java instance, Toru 。
- 2022-12-26 19:25:06下载
- 积分:1
-
VC technology fifth edition of book Insider (english)
VC++技术内幕第五版的电子书(english)-VC technology fifth edition of book Insider (english)
- 2022-03-05 21:31:58下载
- 积分: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