-
fpga viterbi dec project
fpga viterbi dec project
- 2022-10-19 20:55:03下载
- 积分:1
-
收藏书籍,给点意见
收藏书籍,给点意见-collection of books, to the point Thank you
- 2022-03-16 12:00:24下载
- 积分:1
-
C#实用编程百例――第55例
C#实用编程百例――第55例-Practical Programming C# 100 cases-- 55 cases
- 2023-02-23 13:10:03下载
- 积分:1
-
author's humorous style, I like his writing style of writing. Scherzo from t...
作者的风格幽默,我喜欢他写作的文笔.从诙谐的语言里,我们可以了解更多关于编程的原则.-author"s humorous style, I like his writing style of writing. Scherzo from the language, We can learn more about the principles of programming.
- 2022-01-26 01:49:47下载
- 积分:1
-
中文SQL Server 2005程序设计实训教程
冶金工业出版社
赵森 苏庆 肖蓉...
中文SQL Server 2005程序设计实训教程
冶金工业出版社
赵森 苏庆 肖蓉-SQL Server 2005 Programming Practical Guide metallurgical industry press ZHAO Sen Qing Xiao Rong
- 2022-02-14 12:44:12下载
- 积分:1
-
精通Struts技术,为了更深刻的理解Struts框架,你必须先理解MVC设计模式,Struts技术的就是基于MVC设计模式的...
精通Struts技术,为了更深刻的理解Struts框架,你必须先理解MVC设计模式,Struts技术的就是基于MVC设计模式的-Struts technical proficiency, in order to more profound understanding of Struts framework, you must first understand the MVC design pattern, Struts technology is based on the MVC design pattern
- 2022-08-15 23:47:47下载
- 积分:1
-
本书是针对高职高专教学特点而编写的与《C语言教程》配套的上机实际训练用书...
本书是针对高职高专教学特点而编写的与《C语言教程》配套的上机实际训练用书-This book is for the preparation of the characteristics of higher vocational education with the " C Language Tutorial" on the plane supporting the actual training book
- 2023-09-06 01:20:03下载
- 积分:1
-
软件项目文档的书写解说
详细的介绍了需求分析文档 详细设计文档
等开发阶段的文档书写的解说...
软件项目文档的书写解说
详细的介绍了需求分析文档 详细设计文档
等开发阶段的文档书写的解说-software project documentation detailed written explanation on the needs analysis documents, and other documents detailed design development phase Documents written explanation
- 2023-09-02 06:10:03下载
- 积分:1
-
c tutorial,introduce,is good for beginner
C语言学习教程,全面介绍,适合初学者使用-c tutorial,introduce,is good for beginner
- 2022-03-15 02:14:05下载
- 积分: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