-
移植uC/0S
移植uC/0S-II 到ARM系统,本课题要求详细了解uC/0S-II嵌入式实时操作系统的内核,分析如何将uC/0S-II移植到ARM系统上,并给出一个移植的应用实例。-Transplant uC/OS-II To ARM System
- 2022-11-01 15:35:03下载
- 积分:1
-
zigbee无线传感网络开发实例
zigbee无线传感网络,使用TI公司的cc2430芯片,应用开发源码实例,是学习zigbee的好工具
- 2023-06-24 14:20:03下载
- 积分:1
-
生成多项式的最高位必须是1。例如:CRC
生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16
即:0x11021.最高位通常为1。-Generating polynomial must be the highest one. For example: CRC-CCITT standard 16-bit generation polynomial: g (x) = x16+ X12+ X1+ 1 order of r = 16 that is: 0x11021. Highest one usually.
- 2023-07-16 11:00:03下载
- 积分:1
-
lcd液晶显示
lcd液晶显示-LCD LCD
- 2022-10-29 12:20:02下载
- 积分:1
-
verilog编写,rtl风格,流水线设计,实现图像rgb格式到yuv格式的转换。...
verilog编写,rtl风格,流水线设计,实现图像rgb格式到yuv格式的转换。-Verilog prepared, rtl style, pipeline design, realize image rgb to yuv format format conversion.
- 2022-05-28 18:35:35下载
- 积分:1
-
国际标准化组织
ISO-HDLC协议中文版。HDLC是很繁琐的一个协议,希望对大家有所帮助。-ISO-HDLC the Chinese version of the agreement. HDLC is a very complicated an agreement, and they hope to be helpful to everyone.
- 2023-08-03 22:55:03下载
- 积分: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
-
This is a linux shell script based learning materials, introductory tutorial to...
这是学习linux shell 脚本的基础教材,是学习linux的入门教程-This is a linux shell script based learning materials, introductory tutorial to learn linux
- 2023-01-19 23:30:04下载
- 积分:1
-
symbian documents under mp3 decoder source code, with small examples
symbian下mp3文件的解码源代码,附有小例子-symbian documents under mp3 decoder source code, with small examples
- 2022-05-14 12:04:43下载
- 积分: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