-
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
-
dingwei
现实收集声源,载入声源到matlab中进行定位,三点定位( U73B0 u5B9E u6536 u96C6 u5B9 u5B9 u5B9 u5F9D )
- 2017-05-16 15:48:42下载
- 积分:1
-
search-the-number
用于求三组数,每组数的各个位都不相同。第二组数为第一组的2倍,第3组数为第一组的3倍(Is used to find the number of three, the number of the bits in each group are different. The second number of groups for the first group of two times the number of the third group of three times the first group)
- 2013-11-15 20:08:10下载
- 积分:1
-
glue
GLUE通过蒙托卡罗样点用来分析水文模型参数不确定性分析(GLUE through Monte Carlo samples used to analyze the hydrological model parameter uncertainty analysis)
- 2020-12-05 11:29:23下载
- 积分:1
-
lianjie
说明: 两个字符串连接,利用指针函数(two strings, using indicator function )
- 2006-04-15 12:59:45下载
- 积分:1
-
FANUC-PMCpassword
查看Fanuc的PMC密码的工具。30I有效(PMC password View Fanuc' s tool. 30I effective)
- 2011-06-02 15:37:00下载
- 积分:1
-
MAX7456bas
MAX7456 OSD generator IC spi code (bascom)
- 2010-02-11 19:41:33下载
- 积分:1
-
Test11
属于C++里继承与派生类的小程序,主要是多层派生里的指针继承问题,仅供参考(Belonging C++ inheritance and derived classes in a small program, mainly derived pointers in multilayer succession for reference purposes only)
- 2013-06-28 16:53:30下载
- 积分:1
-
CPP
可以实现电力系统负荷削减的判断,找出需要削减负荷的负荷点和母线编号(failed to translate)
- 2021-02-26 01:39:38下载
- 积分:1
-
stm32f4xx_hal
说明: STM32 is simple and practical to use, and can be used for reference on balancing vehicles.
- 2020-06-23 07:40:01下载
- 积分:1