-
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
-
CAN分析仪,上位机 C#代码 USB_CAN c#
CAN分析仪,上位机 C#代码,带详细注释,双路通讯测试通过,(《创芯科技有限公司》产品 CANOpen J1939 DeviceNet USBCAN-2 USB),据说兼容周立功CAN调试器,有条件的可以试下,顺便告诉下结果,谢谢~(CAN analyzer, PC C# code, with detailed notes, dual communication test, ("a core technology company" J1939 DeviceNet USBCAN-2 USB CANOpen), is said to be compatible with ZLG CAN debugger, conditional can try, by the way tell the results, thank you.)
- 2020-06-27 04:20:02下载
- 积分:1
-
SVG_APF_DSP+FPGA整机完整成熟代码0109
APF SVG DC-DC 充电机 储能系统 微网发电 逆变器 均可以采用该套代码,实现目前电力电子产品市场的主流产品。特别适合正在研发电力电子产品的研发人员。(APF SVG DC-DC charging generator generation; electric power generation; generate electricity; send a telegram nverter; dc-to-ac converter; dc-to-ac inverter
code)
- 2017-07-13 10:20:52下载
- 积分:1
-
im
说明: ImmuneAgent城市水污染控制决策系统 ImmuneAgent urban water pollution control decision-making system(ImmuneAgent urban water pollution control decision-making system)
- 2011-03-28 18:07:39下载
- 积分:1
-
WMRegman
WM9713 Register Read Write and Dump Application in WindowsMobile Platform
- 2011-06-21 10:26:14下载
- 积分:1
-
完整的DHCP客户端源码 C语言实现
完整的DHCP服务端和客户端代码 C语言实现,自动获取IP地址.
- 2022-06-13 09:35:49下载
- 积分:1
-
houxuanren
对候选人得票进行统计,设有3个候选人,最终只能有1人当选为领导。(Statistics on the number of votes a candidate with three candidates, we can only have one person elected as leader.)
- 2015-04-22 11:49:28下载
- 积分:1
-
CMC
本文件讲述了基于CMC芯片的智能仪表的采集器、控制器的源代码描述。(This file tells the story of the intelligent instrument based on CMC chip collector, controller source code description. )
- 2013-12-01 13:17:58下载
- 积分:1
-
dvlp
该功能实现 保险公司出单录单 及所有规则管控(The insurance company a single recorded single and all rules pipe control function)
- 2012-08-28 17:02:25下载
- 积分:1
-
fxlms算法
fxlms 算法实现,主要描述了fxlms算法的代码实现步骤(FXLMS algorithm implementation, mainly describes the FXLMS algorithm code implementation steps.)
- 2018-05-29 18:37:01下载
- 积分:1