用递规子程序的方法实现HANOI塔问题.子程序模块个数不限. 要求: 盘子个数可以输入,第一个塔为A,第二个塔为B,第三个塔 的名称为C.打印出移动过程.
上传时间: 2013-12-17
上传用户:Yukiseop
本源码为uCOS-II实时操作系统下的ADC的驱动程序。
上传时间: 2014-01-17
上传用户:ZJX5201314
本源码是ucos-II实时操作系统下的串口中间件程序
上传时间: 2015-10-21
上传用户:wfeel
本代码是在ucos_ii实时操作系统下的多通道DAC驱动程序
上传时间: 2015-10-21
上传用户:skhlm
企业物资管理系统 为了使物资管理部门的责、权、利得到落实, 以提高总体的经济效益,采用J2EE 技术体系, 设计与实现了B/S 模式下的企业物资管理系统, 依据开发实例,分析了企业物资管理系统的业务需求和设计目标, 详细讨论了系统的实现技术、实现方案及安全设计
上传时间: 2015-10-22
上传用户:liglechongchong
嵌入式实时操作系统 uC/OSII最新官方2.83版 有详细的说明文档及移植手册
上传时间: 2015-10-22
上传用户:gtf1207
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
标签: representation Magnitude the magnitude
上传时间: 2013-12-24
上传用户:金宜
RTX是当前非常流行的RTX实时操作系统,可以将windows改造成Embedded OS,同时又拥有windows强大的开发环境。这个一个电子扫描项目的源代码。可以通过这个项目学习如何使用RTX,但是仅供学习使用,请勿用于商业目的。
上传时间: 2014-01-06
上传用户:123啊
RTOS-51实时操作系统 源程序,运行于51单片机上的实时操作系统源代码
上传时间: 2015-10-24
上传用户:日光微澜
一个旅行家想驾驶汽车从城市A到城市B(设出发时油箱是空的)。给定两个城市之间的距离dis、汽车油箱的容量c、每升汽油能行驶的距离d、沿途油站数n、油站i离出发点的距离d[i]以及该站每升汽油的价格p[i],i=1,2,…,n。设d[1]=0<d[2]<…<d[n]。要花最少的油费从城市A到城市B,在每个加油站应加多少油,最少花费为多少?
上传时间: 2013-12-31
上传用户:redmoons