-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
+-
说明: 计算机组成原理课程设计 加减法程序设计及实现 多图 详细(Principles of curriculum design computer components add and subtract multi-program design and implementation of detailed plans)
- 2008-01-21 14:09:56下载
- 积分:1
-
getword
获取并替换word表格值,非常实惠好用的小软件,与大家分享。(get word)
- 2012-05-04 09:05:52下载
- 积分:1
-
cwt
给定小波母函数,要求做连续小波变换,变换结果以图像形式给出(尺度-位移),说明并在图像上标出信号有哪几个成分。(For a given mother wavelet function, required to do continuous wavelet transform, transform results are given in the form of images (scale- displacement), indicating that the signal in the image on the marked which of several components.)
- 2009-11-06 20:08:53下载
- 积分:1
-
akwpz
有限元前处理程序,c 适合用于前处理软件GiD,可以使用()
- 2017-11-14 08:49:50下载
- 积分:1
-
shouji
asp 手机网站 全代码 完全开放 配置iis即可浏览(asp mobile website)
- 2020-06-30 12:40:01下载
- 积分:1
-
CLOCK
钟面上的时针和分针之间的夹角总是在 0 ~180之间 ( 包括 0 和180 ) 。举例来说,在十二点的时候两针之间的夹角为 0 ,而在六点的时候夹角为180 ,在三点的时候为90 。本题要解决的是计算 12:00 到 11:59 之间任意一个时间的夹角。(The angle between the hour and minute hands of the clock face is always between 0 to 180 (including 0 and 180). For example, twelve o' clock, when the angle between the two pin 0, in the six o' clock when the angle is 180, three points for 90. This question must be resolved are the angle of the calculation of 12:00 to 11:59 any one time.)
- 2011-06-28 13:14:11下载
- 积分:1
-
mc68hc908qb8
汽车电子上现在最火热的总线之一lin2.0总线的单片机实现。(Automotive Electronics is now one of the most fiery bus LIN2.0 MCU bus.)
- 2008-06-12 19:45:03下载
- 积分:1
-
1234
简单计算器的界面代码,以及实现相关功能,加减乘除清零等(Simple calculator interface code, as well as the relevant functions)
- 2013-09-08 17:14:46下载
- 积分:1
-
paihang
有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下:
A B B A . . A B A B
(2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1 th box. For example, n = 5, and the initial configuration is as follows: ABBA .. ABAB)
- 2013-02-25 18:43:03下载
- 积分:1