-
一个很有用的USB开发的简单例子,固件,驱动,应用程序都有。...
一个很有用的USB开发的简单例子,固件,驱动,应用程序都有。-a very useful USB development of the simple example, firmware, drivers, application processes.
- 2022-01-25 19:15:26下载
- 积分:1
-
ADS仿真库文件,是飞思卡尔# 39秒的广告模原图书馆…
ADS仿真的库文件,是飞思卡尔的原件库里的ADS模型,就不用再在飞思卡尔里下了-ADS simulation library files, is Freescale" s original library of the ADS model, will not have again Freescale years down the
- 2022-03-10 16:45:37下载
- 积分:1
-
PALM 上的城管管理系统,具有拍照录音等功能
PALM 上的城管管理系统,具有拍照录音等功能-PALM administration on the management system, with cameras recording function
- 2022-01-25 16:20:43下载
- 积分:1
-
application example(linux), based on atmel9260: usart communication
linux下基于9260的应用例程:串口通信-application example(linux), based on atmel9260: usart communication
- 2022-02-28 15:31:51下载
- 积分:1
-
用AT89S52驱动RT12864M_LCD液晶的最基础的驱动程序
用AT89S52驱动RT12864M_LCD液晶的最基础的驱动程序-AT89S52 driver with the most basic RT12864M_LCD LCD driver
- 2022-05-31 00:13:19下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
senior ,manger
8051系列产品的集成电路设计。
- 2023-05-22 21:35:04下载
- 积分:1
-
7段和LPC2138的GPIO
这个项目是简单的gpio基7段与proteus文件。
- 2022-03-18 06:12:08下载
- 积分:1
-
嵌入式系统讲义幻灯片课件
嵌入式系统讲义幻灯片课件- Inserts the type system printed lecture slide class
- 2023-06-12 08:50:25下载
- 积分:1
-
使用递归实现N重循环,这里的N是不确定的。此代码实现的功能描述如下:
1. 有一个字符串的矩阵,用vector< vector< CStirng...
使用递归实现N重循环,这里的N是不确定的。此代码实现的功能描述如下:
1. 有一个字符串的矩阵,用vector< vector< CStirng > > 表示
2. 行与行之间进行排列组合
3. 输出所有组合的字符串-Recursive use of re-implementation cycle of N, where N is uncertain. This code describes the implementation of the function as follows: 1. There is a string matrix, with vector < vector < CStirng> > express 2. Line and line 3 between the permutation and combination. Output for all combinations of string
- 2022-02-21 11:55:03下载
- 积分:1