搜索资源列表
keil_iodemo
- The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C
gnu_iodemo
- UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog
DynAlloc
- 单片机动态内存分配代码,实现malloc.-Single-chip dynamic memory allocation code, realize malloc.
ram
- main程序开始, 让用户输入需要操作的内存空间大小,最大不超过5000 bytes,通过malloc函数分配空闲区, 然后让用户输入命令选定需要进行的操作,命令按照格式输入, m为分配空间,需要输入参数为需要分配的空间大小, f为回收空间,需要输入的参数为需要释放的空间大小和释放空间起始地址的物理地址, F也是回收空间的命令,为调试方便而设计的操作,需要输入的参数为需要释放的空间的大 小和释放空间起始地址的逻辑地址, 操作结束后调用display函数打印空间区表,
malloc()
- molloc 函数原型,面试程序员可用,安全可靠,无毒无副作用,健康可靠,请放心使用-molloc function prototypes, interviewing programmers available, safe, reliable, non-toxic side effects, healthy and reliable, ease of use
110325dj9p6ik6j9iniiii
- STM32实时时钟功能的标准库实现首先是bsp驱动,包括初始化函数RTC_Init()和设置时间函数RTC_Set()。 接下来就是<time.h>中的相关函数,我只实现了我认为最重要的函数 time_t time(time_t *time) time_t mktime(struct tm *timeptr) struct tm *gmtime(const time_t *timer) 以及辅助函数 static int getTotalDays
MALLOC
- 单片机系统中内存管理算法,单片机中实现实时的内存分配与收回算法,提高内存的利用效率-SCM system memory management algorithms, real-time microcontroller memory allocation and recovery algorithm to improve the utilization efficiency of memory
malloc_code
- 单片机内部实现malloc函数,方便移植使用任何单片机,代码规范。-Internal MCU malloc function to facilitate transplant using any microcontroller code specifications.
LQ_eTPU-PWM
- mpc5644 c语言 pwm 飞思卡尔 pwm输出程序,初始化-mpc5644 eTPU .PWM c unit .longqiu Use this file .for C or C++. Contains calls to initialize memory pools . for use with malloc/free, exceptions .and static. initializers. If your project does not use exceptions.
ringbuf
- 环形缓冲区的C实现,包括测试用例。测试时根据随机数对缓冲区写和读。不过这个实现是静态的,没有用malloc,所以缓冲区大小是固定的256个字节。如果有问题欢迎联系我。kavin.zhuang@gmail.com-the C implementation of ring buffer, also include the simple but useful test program.
calculator
- 【超值】单片机多项式运算的C语言程序代码,集合了不同方法 #include <malloc.h> #include <sstream> #include <iostream.h> #define STACK_INIT_SIZE 100(Polynomial operation #include <malloc.h> #include <sstream> #include <iostream.h> #defin
STM32F103项目总集
- 外设整理 H1621B/OLED0.96/HC595/malloc/modbus/DHT11/DS18B20/LM35/SH2x/wifi/remote/lsens(Peripherals collate H1621B/OLED0.96/HC595/malloc/modbus/DHT11/DS18B20/LM35/SH2x/wifi/remote/lsens)
