-
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
-
melpe
说明: MELPe fixed point 2400/1200bps
- 2020-06-25 07:00:02下载
- 积分:1
-
gen_mon
使用万德QuantApi (vba) 实现的自选股监控器, 纯vba实现, 目前支持自定义量比指标AAR(The use of QuantApi (VBA) to achieve the memtech zishuagu monitor, pure VBA implementation, the current support for custom ratio index AAR)
- 2018-02-25 21:07:41下载
- 积分:1
-
3
说明: Description
Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最长底滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。elements in that rectangle. In this problem the sub-rectangle with the largest sum is referred to as the maximal sub-rectangle. ()
- 2008-05-13 20:26:52下载
- 积分:1
-
90074515Powell
一种多学科优化算法-鲍威尔算法,给大家参考(A multidisciplinary optimization algorithm - Powell)
- 2017-12-10 01:18:37下载
- 积分:1
-
SAR成像仿真
说明: 上传一个自己开发的合成孔径雷达(SAR)目标成像仿真模拟软件。(upload their development of a synthetic aperture radar (SAR) imaging target simulation software.)
- 2021-04-20 00:18:51下载
- 积分:1
-
cgeev0
调用mkl的矩阵求本征值和本征函数,并得到计算时间(Call MKL for caculate the matrix s eigenvalue and eigenfunction,and get the efficiency)
- 2021-04-26 14:38:45下载
- 积分:1
-
Desktop
給定一串陣列 依序排列大小 並且計算出總和 和找出最大值 屬於c++的基本練習題目(Given the size of the string array arranged sequentially and calculates the sum of the maximum values and identify the basic exercises belong c++ title)
- 2015-06-04 19:52:39下载
- 积分:1
-
CtrF
Programa para enviar una tecla al ClipBoard
- 2017-08-26 00:14:57下载
- 积分:1
-
VB6_Registry_Editor_Demonstration
Visual Basic Source Program Register
- 2011-12-15 09:28:52下载
- 积分:1