-
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
-
HttpServer-master
高性能服务器,基于Reator事件的服务分发器,模仿muduo的one loop per thread模型(High Performance Server)
- 2020-06-15 22:45:01下载
- 积分:1
-
displacement
有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数
(There are n integers, the number of its previous order of the backward shift m positions, the last m number of m into the number of front
)
- 2010-05-28 16:31:42下载
- 积分:1
-
a classic example of C language learning how to use pay you some passwords
一个经典的C语言学习例子 交你如何使用一些口令-a classic example of C language learning how to use pay you some passwords
- 2022-05-20 08:22:05下载
- 积分:1
-
G11_loader
富士G11变频器通用连接程序,调试组态王时,做参考。这是厂家内部提供软件,我做大工程时,套关系才给的(Fujitsu General G11 inverter connection procedures, debugging KingView when reference. This is the provision of software manufacturers, I make a big project, sets of relations to the)
- 2008-12-13 12:41:55下载
- 积分:1
-
IMM代码
可运行的多模型卡尔曼滤波的目标跟踪matlab程序(Target tracking matlab program for multi model Calman filtering)
- 2018-09-06 15:24:43下载
- 积分:1
-
hteratilehewd
使用奇异值分解算法的prony算法-single value decomposition based prony algo()
- 2018-05-13 09:44:18下载
- 积分:1
-
利用有限差分算法编写的三维迭后偏移的代码,算法精度高,结果很理想。...
利用有限差分算法编写的三维迭后偏移的代码,算法精度高,结果很理想。-Prepared by using three-dimensional finite difference algorithm Diego after the offset of the code, algorithms, high precision, the result very satisfactory.
- 2022-08-06 08:01:01下载
- 积分:1
-
CodeSmith_bible
详尽的Codesmith的开发教程,网上最全版本。(Detailed Codesmith development tutorials, online most complete version.)
- 2010-07-24 00:18:24下载
- 积分:1
-
C#与S7-1200通讯 控制AGV 0724
C#与S7-1200通讯,控制AGV,前进,后退,读取AGV当前状态,写入控制,电机转速,导航偏差,RFID数据,扫描仪信息,AGV位置。(C# communicates with S7-1200, controls AGV, moves forward and backwards, reads current status of AGV, writes control, motor speed, navigation deviation, RFID data, scanner information, AGV position.)
- 2020-06-19 04:20:01下载
- 积分:1