-
RTX51 multi
RTX51多任务操作系统中文使用指南,小型操作系统!-RTX51 multi-tasking operating system, the Chinese use guidelines, and a small operating system!
- 2022-05-06 05:15:52下载
- 积分:1
-
stm32 内存分配管理
应用背景内存管理,是指软件运行时对计算机内存资源的分配和使用的技术。其最主要的目的是如
何高效,快速的分配,并且在适当的时候释放和回收内存资源。内存管理的实现方法有很多种,
他们其实最终都是要实现2 个函数:malloc 和free;malloc 函数用于内存申请,free 函数用于
内存释放。
关键技术当指针p 调用malloc 申请内存的时候,先判断p 要分配的内存块数(m),然后从第n 项开
始,向下查找,直到找到m 块连续的空内存块(即对应内存管理表项为0),然后将这m 个内
存管理表项的值都设置为m(标记被占用),最后,把最后的这个空内存块的地址返回指针p,
完成一次分配。注意,如果当内存不够的时候(找到最后也没找到连续的m 块空闲内存),则
返回NULL 给p,表示分配失败。
- 2022-02-10 14:18:07下载
- 积分:1
-
80c51程序
自摸提取,定时器,输入输出,液晶显示,独立式键盘
- 2022-02-28 17:29:10下载
- 积分:1
-
motor speed by pwm this depon on that the pwm has t on and t off and t ther is a...
motor speed by pwm this depon on that the pwm has t on and t off and t ther is a duty cycle that = ton / t this vary the average voltage across the motor-motor speed by pwm this depon on that the pwm has t on and t off and t ther is a duty cycle that = ton/t this vary the average voltage across the motor
- 2023-03-29 21:50:03下载
- 积分:1
-
W25Qxx系列Flash驱动
W25Qxx.c W25Qxx.h 华邦公司W25Qxx系列Flash驱动。 可以直接工程使用。注意大端小端模式。-W25Qxx.c W25Qxx.h
- 2022-09-18 07:50:03下载
- 积分:1
-
stc51单片机 数码管电子时钟(内部定时器)
stc51单片机 数码管电子时钟
使用内部定时器
外接元件为4个独立按键
K1 = P1^4;
K2 = P1^5;
K3 = P1^6;
K4 = P1^7;
和8段数码管
a = P0^0
b = P0^1
c = P0^2
d = P0^3
e = P0^4
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-04 05:35:03下载
- 积分:1
-
Minios153 的源代码
Minios153 的源代码-Minios153 source code
- 2023-05-06 19:40:03下载
- 积分:1
-
32 * 32 dot
32 * 32 dot-matrix program, set up the typewriter font size type
32 * 32 dot-matrix program, set up the typewriter font size type-32* 32 dot-matrix program, set up the typewriter font size type
32* 32 dot-matrix program, set up the typewriter font size type
- 2022-03-11 01:27:50下载
- 积分:1
-
cy7c68013 USB descriptor table example
cy7c68013 USB描述符表的范例
-cy7c68013 USB descriptor table example
- 2022-05-30 21:56:10下载
- 积分:1
-
实时多任务系统内核分析
实时多任务系统内核分析-real-time multi-task kernel analysis
- 2023-01-14 13:20:03下载
- 积分:1