-
ARM LINUX on transplantation in the EP7312 is a PDF document, has to do in this...
ARM LINUX在EP7312上的移植
是个PDF文档,有做这方面的可以参考!-ARM LINUX on transplantation in the EP7312 is a PDF document, has to do in this area can refer to!
- 2022-02-03 09:55:39下载
- 积分:1
-
嵌入式系统开发
TOPPERS and JSP Kernel Release 1.3
TOPPERS = Toyohashi Open Platform...
嵌入式系统开发
TOPPERS and JSP Kernel Release 1.3
TOPPERS = Toyohashi Open Platform for Embedded Real-Time Systems
JSP = Just Standard Profile Kernel-TOPPERS embedded system development and JSP Kernel Release 1.3 TOPPERS = Toyohashi Open Platform for Embedded Real-Time Systems Standard JSP = Just Profile K ernel
- 2022-03-06 14:59:46下载
- 积分:1
-
声谱检测
它是用于生物医学应用的声谱检测器一旦每个频率听力测试,策划,点用线连接,让您可以一看便知。其频率一般都不会听到多少可以存在。
- 2022-02-06 10:31:53下载
- 积分:1
-
s3c44b0的一个bios源程序
s3c44b0的一个bios源程序-s3c44b0 a source bios
- 2022-11-24 02:10:03下载
- 积分:1
-
嵌入式linux下开发的必备uClibc,这是最新版的源码uClibc
嵌入式linux下开发的必备uClibc,这是最新版的源码uClibc-0.9.28,也可以到www.uclibc.org下载。-embedded Linux development under the prerequisite uClibc, the latest version of uClibc source-0.9.28, can be downloaded to www.uclibc.org.
- 2022-04-09 18:49:43下载
- 积分:1
-
大型设计中FPGA的多时钟设计策略,很详细的描述了在FPGA设计中时钟设计的方法...
大型设计中FPGA的多时钟设计策略,很详细的描述了在FPGA设计中时钟设计的方法-FPGA design large multi-clock design strategy, a very detailed description of the FPGA design clock design method
- 2022-11-04 05:00:03下载
- 积分:1
-
一个关于Nios的万年历程序,相当有趣,扩展性极强,欢迎大家下载使用。...
一个关于Nios的万年历程序,相当有趣,扩展性极强,欢迎大家下载使用。-The calendar on the Nios procedures, very interesting, highly scalable, welcome to download.
- 2022-03-14 07:07:16下载
- 积分:1
-
AT91RM9200的嵌入式Linux移植笔记,让您了解LINUX下驱动的移植过程。推荐。...
AT91RM9200的嵌入式Linux移植笔记,让您了解LINUX下驱动的移植过程。推荐。-AT91RM9200 Embedded Linux transplantation notes, to let you know, under LINUX-driven process of organ transplant. Recommended.
- 2022-12-25 17:25:03下载
- 积分:1
-
Linux内核定制优化配置
Linux内核裁减
(1)安装module-init-tools-3.0.tar.gz:
(2)安装modutils-2.4.25-8.9.i386.rpm:
(3)安装新内核:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-04 05:26:06下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1