-
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
-
灌溉系统
51单片机的智能灌溉系统,可自动调整湿度阈值,手动自动切换(Intelligent irrigation system based on 51 single chip microcomputer)
- 2018-11-09 18:01:14下载
- 积分:1
-
pdflibt源码。只不过是C++版
文件是pdflibnet的源码。可以按需生成64或者32位的,但是本人对C++不熟悉,大家看了之后可以一起互相讨论代码的使用,接口的调用等等
- 2022-12-26 13:55:08下载
- 积分:1
-
STM8S-IIC
是一个IIC通信程序,利用定时器进行扫描按键和数码管(IIC is a communication program, using the timer button for scanning and digital control)
- 2020-10-29 14:29:57下载
- 积分:1
-
MFCTree
MFC树型控件的操作过程,包括在MFC对话框中使用程序的方法添加树型控制的详细过程。此程序使用VS2010开发,界面中可以添加树形节点,修改并删除树型控件中的节点项。(MFC tree control operation, including the procedures used in the MFC dialog box to add the tree control process. This program uses the VS2010 development, can add a tree node interface, modify and delete a node in the tree control.)
- 2012-03-21 17:36:04下载
- 积分:1
-
STM32-V1.0
STM32开发指南V1.0_库函数版本,战舰开发板手册(STM32 Development Guide V1.0_ library function version)
- 2014-06-10 09:41:47下载
- 积分:1
-
Camera_AVT
Capture images from AVT camera
- 2020-06-30 18:00:02下载
- 积分:1
-
86346644
图像的复制剪切粘贴,Visual C++编程技巧精选,很好的参考资料。(Copy cut and paste image, Visual C++ programming skills selected, a good reference.)
- 2013-11-17 06:09:48下载
- 积分:1
-
C #遗传算子VRP
c#遗传算 VRP-c# genetic operator VRP
- 2022-06-27 00:41:50下载
- 积分:1
-
Keil.STM32F1xx_DFP.2.3.0
说明: Keil.STM32F1xx_DFP.2.3.0
- 2020-12-28 15:28:25下载
- 积分:1