-
嵌入式系统开发中使用的源代码包含at91c ARM芯片的关系…
嵌入式系统开发用源代码
包含At91C arm芯片相关各种例程
包括整数性能测试,浮点测试,硬件驱动等-embedded systems development using the source code contains At91C arm chip related various routines including integer performance measurement Ban, floating point tests, such as hardware drivers
- 2022-01-26 01:47:34下载
- 积分:1
-
Proteus的Arduino项目
应用背景此代码示例是在Proteus仿真设计工具。关键技术这个代码是显示LCD的Arduino电路板。
- 2022-10-03 11:40:03下载
- 积分:1
-
电子骰子
这个项目对初学者来说是非常好的,这个项目涉及Multisim软件在基于微控制器的原理可以用keil的代码执行,生成HEX文件,然后导入HEX文件在Multisim仿真工具来运行,你可以看到在LCD和七段也相同的代码可以下载真正的8051项目基础板测试结果仿真结果。
- 2023-06-05 18:50:03下载
- 积分:1
-
是基于MSP430F449的温度报警的c程序
是基于MSP430F449的温度报警的c程序--A C program to alarm based on the temperature of MSP430F449.
- 2022-02-13 12:51:29下载
- 积分:1
-
This is linux kernel source code 58 C source, the source code is compiled by
这是linux内核C源代码58的源程序,这个源代码已经编译通过-This is linux kernel source code 58 C source, the source code is compiled by
- 2022-01-26 00:40:48下载
- 积分:1
-
tms320c5402 bootloader
tms320c5402 bootloader
- 2022-10-07 12:20:02下载
- 积分:1
-
单片机常用汇编算法 单片机常用汇编算法
单片机常用汇编算法 单片机常用汇编算法-asmasmasmasmasmasmasmasmasmasmasmasmasmasmasmasmasmasmasmasm
- 2023-02-13 10:35:03下载
- 积分:1
-
Included basic embedded concept documents. Its been explained fantastically with...
Included basic embedded concept documents. Its been explained fantastically with simple english. Have read many embedded documents, But the embedded concept explained here is simple, basic and to the point.
- 2022-02-09 14:43:29下载
- 积分:1
-
嵌入式数据库的开发与应用,主要介绍了SQLite和…
嵌入式数据库的发展与应用,主要介绍了sqlite和berkerly DB的相关内容-Embedded database development and application, which mainly describes sqlite and relevant content berkerly DB
- 2023-05-31 07:35:03下载
- 积分:1
-
汉字在计算机内存放分为两种情况,一种是在外部存储设备上存放的点阵数据或矢量数据,一种是在内存中存放的内码或者交换码。汉字内码用于一般汉字的识别和显示,它与汉字字...
汉字在计算机内存放分为两种情况,一种是在外部存储设备上存放的点阵数据或矢量数据,一种是在内存中存放的内码或者交换码。汉字内码用于一般汉字的识别和显示,它与汉字字库有着天然的对应关系,通过内码可以在字库中得到这个汉字的点阵或是矢量数据用于显示。交换码用于网络的传输交换或者特定字符集的转换。在我们嵌入式环境中只使用汉字内码进行汉字的感知。输入法要解决的问题就是如何把外部输入转换为汉字内码的问题,一般来说的外部输入码有两种ASCLL字符,或特殊为汉字输入设计的字符如五笔字型。这里我们采用使用ASCLL码的拼音形式来实现汉字输入。-err
- 2022-08-18 13:04:17下载
- 积分:1