-
lzma的压缩算法再嵌入式系统上的实现,lzma是一个对bin类型文件压缩比很高的压缩算法,一般压缩后的文件大小是原理的1/3...
lzma的压缩算法再嵌入式系统上的实现,lzma是一个对bin类型文件压缩比很高的压缩算法,一般压缩后的文件大小是原理的1/3-LZMA compression algorithm embedded system again on the realization LZMA was a bin file types high compression ratio of compression algorithm, the general compressed file size is the principle of 1/3
- 2022-01-26 06:31:52下载
- 积分:1
-
windows mobile pocket pc移动开发源代码书籍
windows mobile pocket pc移动开发源代码书籍-windows mobile pocket pc mobile development source code books
- 2022-05-19 22:35:23下载
- 积分:1
-
stm32f0程序
应用背景这 ;项目 ;只是 ;如何显示 ; ; ;闪烁的LED工作在 ; ;stm32f051r8t6 microkontroller关键技术 ;项目 ;是 ;在coocox了 ; ;鲕状。
- 2023-06-05 17:15:03下载
- 积分:1
-
C8051F020的SED1335驱动程序
C8051F020的SED1335驱动程序-C8051F020 SED1335 Driver
- 2022-06-01 02:58:35下载
- 积分:1
-
lcd1602驱动 iic驱动 spi驱动 ir驱动
lcd1602驱动 iic驱动 spi驱动 ir驱动-lcd1602 actuates iic to actuate spi to actuate ir to actuate
- 2022-08-06 14:58:38下载
- 积分:1
-
A Tiny Microcontroller for FPGAs
应用背景Abstract—Leros is a tiny microcontroller that is optimized for
current low-cost FPGAs. Leros is designed with a balanced logic
to on-chip memory relation. The design goal is a microcontroller
that can be clocked in about half of the speed a pipelined on-chip
memory and consuming less than 300 logic cells.
The architecture, which follows from the design goals, is a
pipelined 16-bit accumulator processor. An implementation of
Leros needs at least one on-chip memory block and a few hundred
logic cells.
The application areas of Leros are twofold: First, it can be used
as an intelligent peripheral device for auxiliary functions in an
FPGA based system-on-chip design. Second, the very small size
of Leros makes it an attractive softcore for many-core research
with low-cost FPGAs.关键技术The smallest core is comparable to Leros and can be implemented
- 2023-09-03 01:00:04下载
- 积分:1
-
Prepared with the fat32 file system 430
用430编写的fat32文件系统,希望对大家有用。-Prepared with the fat32 file system 430
- 2022-05-14 11:16:55下载
- 积分:1
-
并行扰码器/解扰
6 位并行扰码和解扰与顶级模块连接这两个和验证
- 2022-04-17 13:51:53下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
STM32F103VET6灯测试程序
ARM CORTEX M3核的STM32F103VET6最小系统板灯测试程序下载,可用于STM32F103,STM32F107,STM32F403,STM32F407,只需将Target中Device中的器件选择相应板上的器件即可
- 2022-03-24 09:08:37下载
- 积分:1