搜索资源列表
small_gui_core.ZIP
- Very very small GUI. Usefull for small system, without OS or small OS. Event driven, support user message to GUI. included simle widgets: nested menu, window, dialog, inputline, scroll list. Footprint for 16 bit CPU - aprox. 60kB. Languadge -
list
- Visual C++ 6.0 链表 例程 实现功能:学生名单登陆系统-Visual C++ 6.0 list example
c_suanfa
- c常用算法 带头结点双链循环线性表 单链表 单循环链表 定长串 -c common algorithms to take the lead node linear form double-stranded cycle fixed-length string list list round robin ...
timeout-list-malloc
- 从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timi
memb
- 因单片机的ram非常有限,本人在实际的工作中发现在编写单片机程序时能使用动态内存分配将对程序结构和提高程序复杂度有很大的帮助,但是编写动态内存分配代码因ram有限又不适宜采用动态链表的方式来管理内存,采用固定分配块的方式又不能充分利用单片机的ram(有时候一个字节都很重要啊),为此想出这个在速度和ram使用效率折中的办法(因为在使用动态内存的地方往往速度要求不是很高)。 本代码是采用C语言编写,可以在任何可编译C语言的工具上编译。 如果你在使用中发现任何的bug,或者对单片机
PLC-lilunbiancheng-Program.rar
- 其中VB NC程序可与PLC newNCDH程序配合使用。由NC VB在计算机上做程序编辑,然后再下载给PLC。起动PLC运行,即可使PLC所控制的系统按所编程序工作,并可实时读取与显示有关运动数据。程序所用设备为沈阳旭风电子公司二维运动控制模型。 其中"绝对值列表控制VB"程序可与PLC "绝对值列表控制完整程序.cxp"程序配合使用。由VB程序在计算机上做画图编辑,然后再下载给PLC。起动PLC运行,即可使PLC所控制的系统按所画图形运动,并可实时读取与显示有关运动数据。程序所用设
c_prgm_check
- # This scr ipt scans a list of C programs and # tries to find if statements which do assignments. # Specifically, it looks for any line which contains # text of the form if(....), where if is the first # non-blank thing on the line, and the (
FreeRTOS核心源码
- 内含FreeRTOS核心源码,包含tasks.c/task.h/list.c等各种核心源码