搜索资源列表
c库部分源代码
- c库的部分源代码 用惯了操作系统提供的内存api,你是否了解系统的运行机制,这是提供动态内存分配最简单的实现代码 静态的代码库 可用各种c编译-c for the source code of the operating system are used to provide memory api, whether you know the operating mechanism, which is to provide the most dynamic memory allocation to
mem
- 标准C语言实现的动态内存分配,在VS2005下写成,但文件扩展名为.c 可以方便的移植到STM32、51等处理器中。内有动态内存分配的实现原理,仅共参考-Standard C language implementation of dynamic memory allocation, under written in VS2005, but the file extension. C can be easily ported to the STM32, 51 and other processor
STM32-serial-driver-
- STM32串口驱动(环形队列+内存动态分配+DMA+拼音检索),多功能整合,方便各种情况使用-STM32 serial driver (circular queue+ memory dynamically allocated+DMA+ phonetic search), multi-function integrated, easy to use a variety of situations
ATKNCR
- (数字字母手写识别库)ATKNCR_M_Vx.x.lib和ATKNCR_N_Vx.x.lib的唯一区别是是否使用动态内存分配. 其中:M,代表需要用到malloc的版本,必须实现alientek_ncr_malloc和alientek_ncr_free两个函数 N,代表普通版本,不需要实现alientek_ncr_malloc和alientek_ncr_free两个函数 Vx.x,代表当前识别程序的版本. 功能:支持数字/小写字母/大写字母/混合四种识别模式.