-
通用的嵌入式设备下载软件
通用的嵌入式设备下载软件--A general-purpose download software for embedded systems.
- 2022-01-25 17:24:24下载
- 积分:1
-
yaffs2文件系统源码
学习编程最好的教材就是源代码,yaffs2文件系统源码,是学习yaffs2文件系统的最好教材。
- 2022-08-18 21:18:01下载
- 积分:1
-
介绍了s3c2410在realview中的仿真
介绍了s3c2410在realview中的仿真-Introduced the S3C2410 in RealView Simulation
- 2022-07-22 18:18:44下载
- 积分:1
-
LPC2300硬件系统外设驱动源代码库,包括ad,iic,Timer
LPC2300硬件系统外设驱动源代码库,包括ad,iic,Timer-LPC2300 peripherals hardware driver source code library, including the ad, iic, Timer, etc.
- 2022-01-30 20:02:23下载
- 积分: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
-
这个程序详细描述了单片机的USB
本程序详细介绍了基于USB的单片机编程,有电路图。
- 2022-02-22 06:53:31下载
- 积分:1
-
Drive Keypads with codevision AVR + proteus
简单的源代码写在codevisionavr显示如何驱动键盘和模拟proteus。
- 2022-05-16 23:20:41下载
- 积分:1
-
Microchip PICKIT2编程软件
Microchip PICKit2 Programming Software
- 2023-07-04 20:30:04下载
- 积分:1
-
that the procedure was iic procedures testing procedures, led only two buttons a...
该程序是iic程序的测试程序,只需两个led和两个按键,是入门的好程序!-that the procedure was iic procedures testing procedures, led only two buttons and two, is the entry of the program!
- 2022-04-18 07:16:38下载
- 积分:1
-
Qt/Embedded is a multi
Qt/Embedded是一个多平台的C++图形用户界面应用程序框架,其对象容易扩展,可移植性好,支持多个GUI平台的交互开发。现在,Qt/Embedded被广泛地应用于各种嵌入式产品和设备中。-Qt/Embedded is a multi-platform C++ graphical user interface application framework for easy expansion of the target, portability, and support multiple cross-platform GUI development. Now, Qt/Embedded has been widely used in a wide variety of embedded products and devices.
- 2023-04-08 00:25:05下载
- 积分:1