-
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
-
use of SolidWorks in the secondary development. Is a standard part of a thread a...
使用VB对SolidWorks进行的二次开发。主要是建立了一个螺纹标准件库以及螺纹计算方法。-use of SolidWorks in the secondary development. Is a standard part of a thread and the thread is calculated.
- 2022-05-28 11:02:32下载
- 积分:1
-
For Viterbi decoding in wimax, you can adjust your signal to noise ratio, the si...
适用于wimax的维特比译码,可以自己调整信噪比,通过仿真选择合适的信道编码-For Viterbi decoding in wimax, you can adjust your signal to noise ratio, the simulation select the appropriate channel coding
- 2022-02-05 13:51:03下载
- 积分:1
-
一个很不错的评标系统,欢迎下在,做评标的可以参考,本人觉得确实不错...
一个很不错的评标系统,欢迎下在,做评标的可以参考,本人觉得确实不错-A very good evaluation system, welcome in, can make the evaluation of reference, I feel really good
- 2022-01-26 14:10:02下载
- 积分:1
-
random use of the function
随机数函数的使用-random use of the function
- 2023-05-22 12:50:02下载
- 积分:1
-
test3
说明: 二极管箝位式三电平逆变器。NPC三电平逆变器,绝对可以打开,我自己把负载什么的都调整好了。(Diode clamped three-level inverter.)
- 2020-12-18 21:49:10下载
- 积分:1
-
ISO_11898
说明: ISO 11898-{1,2,3,4,5}
- 2020-12-26 23:50:33下载
- 积分:1
-
eee
描述了NXP内置EEPROM的使用方法和注意事项,英文的但很有用(Describes the use of NXP built-in EEPROM and its considerations)
- 2020-06-16 06:20:01下载
- 积分:1
-
PV_Battery_Vf_Model
光伏发电储能系统平抑光波动,储能设备为蓄电池(Energy storage system suppress PV fluctuation)
- 2021-05-08 10:28:35下载
- 积分:1
-
compiler pascal
小型pascal语音编译器,包含词法分析工具FLEX和语法分析工具Bison-compiler pascal
- 2022-07-25 20:46:05下载
- 积分:1