-
指令LCD PAR PIC16F84
液晶控制2×16的峰值16f84,方案在ISIS布线。
- 2022-07-17 06:37:04下载
- 积分: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
-
智能电话系统的使用说明书
智能电话系统的使用说明书 --User manual for smart telephone system.
- 2022-02-05 02:08:47下载
- 积分:1
-
仪表温度控制程序
仪表温度控制程序--Instrument temperature controlling program.
- 2022-03-05 01:08:10下载
- 积分:1
-
包括蕾莉
Included O Reilly - Programming Embedded Systems in C and C++ pdf. Its been explained fantastically with simple english. Have read many embedded C documents, But the embedded C concept explained here is simple, basic and to the point.
-Included O Reilly- Programming Embedded Systems in C and C++ pdf. Its been explained fantastically with simple english. Have read many embedded C documents, But the embedded C concept explained here is simple, basic and to the point.
- 2022-01-21 05:48:53下载
- 积分:1
-
该程序是一个利用红外传感器获得温度值,然后通过数码管显示出来...
该程序是一个利用红外传感器获得温度值,然后通过数码管显示出来-infrared sensor
- 2022-04-15 01:32:04下载
- 积分:1
-
嵌入式网络服务器体系结构
Embedded Web Server Architecture for Web-based Element and Network Management关于嵌入式Web服务器的完整论文-based Ele Embedded Web Server Architecture for Web-based Element and Network Management. a integrate discourse about Web server.
- 2022-01-25 22:21:30下载
- 积分:1
-
51单片机对步进电机的控制程序,可实现步进电机的正反转
51单片机对步进电机的控制程序,可实现步进电机的正反转-51 single-chip stepper motor control of the process, the stepper motor can achieve positive
- 2023-05-17 16:45:03下载
- 积分:1
-
将windows 的ttf字库转化成嵌入式开发需要的bdf字库的工具。
将windows 的ttf字库转化成嵌入式开发需要的bdf字库的工具。-windows of the ttf font embedded into the needs of the development bdf font tools.
- 2022-03-24 16:30:44下载
- 积分:1
-
微机连接枪应答课程设计
微型计算机接口枪答器课程设计- The microcomputer connection gun answering curriculum designs
- 2022-04-29 19:48:35下载
- 积分:1