-
SunPlus Drivers for Mp4/Mp5 Players
SunPlus Drivers for Mp4/Mp5 Players
- 2022-07-16 09:09:12下载
- 积分:1
-
ATMEL MP3电路图
ATMEL MP3电路图--ATMEL MP3 circuit diagram.
- 2022-04-15 01:35:34下载
- 积分:1
-
RTOS system, a five internal organs, though small, full
RTOS系统,一个五脏虽小,功能集全的小系统,用来熟悉系统设计是不错的选择-RTOS system, a five internal organs, though small, full-feature set of small systems, familiar with the system design used is a good choice
- 2022-08-15 00:01:30下载
- 积分:1
-
加法器的 ve
这包含加法器 vhdl 中的代码。所以小心使用。您可以执行操作使用它的大号码号码
- 2022-09-13 02:45:03下载
- 积分:1
-
Taxi automatic meter design requirements: 1 meter taxi meter. The meter' s bi...
出租车自动计价器设计
要求:
计一个出租车计价器。
该计价器的计费系统:行程 3公里内,且等待累计时间2分钟内,起步费为10元;3公里外以每公里1.6元计费,等待累计时间2分钟外以每分钟以1.5元计费。
并能显示行驶公里数、等待累计时间、总费用。
-Taxi automatic meter design requirements: 1 meter taxi meter. The meter" s billing system: stroke within 3 km, and the total waiting time of 2 minutes, the starting fee is 10 yuan 3 kilometers away, charging 1.6 yuan per kilometer, waiting outside the aggregate time of 2 minutes to 1.5 yuan per minute billing. And can show the number of road miles, waiting for the accumulated time, the total cost.
- 2023-03-13 10:30:03下载
- 积分:1
-
嵌入式eCos软件开发
EMBEDDED SOFTWARE DEVELOPMENT WITH ECOS
- 2022-02-11 16:07:29下载
- 积分:1
-
source code of C8051F040 UART0 mode1 slave computer
C8051F040 UART0模式1从机程序-source code of C8051F040 UART0 mode1 slave computer
- 2022-03-31 07:39:36下载
- 积分:1
-
TMS320C6713的语音信号的FIR滤波,ccs开发环境。
TMS320C6713的语音信号的FIR滤波,ccs开发环境。-TMS320C6713 voice signal FIR filtering, ccs development environment.
- 2023-09-04 03:15:04下载
- 积分:1
-
这是本人调用small rtos51的函数来仿真写的基本代码
这是本人调用small rtos51的函数来仿真写的基本代码-This is a small rtos51 I call a function to write the basic code simulation
- 2022-07-01 19:11:05下载
- 积分:1
-
PIC16F877A 24C02读写
资源描述
/***************************************************************************
* 文件名:24c02
* 功 能:利用IIC总线对eeprom 24c02,进行读写
* 作 者:TXMCU
* 日 期:
* 备 注:
//软件思路:当按键KEY0按下时,把6个连续的数据写入到6个连续的单元内,
//写完成后数码管显示单个0,做为完成标志位,当按键KEY1按下后,
//读取EEPROM连续六个单元,读取结果送6位数码管显示
//
//开发板连接方法:将JP10 JP11 JP12 JP13这4个跳线帽分别接到24C02位置
// 把JP8的的跳线帽跳到DPY位置上,JP14选择在IO口位置上
****************************************************************************/
#include
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
#define address 0xa
#define nop() asm("asm")
//定义待写入的数据
const char ee_data_write[] = {0, 4, 2, 3, 3, 1};
//定义读取数据存放的缓冲区
unsigned char ee_date[6];
//定义0-9的显示代码
- 2022-03-18 07:32:17下载
- 积分:1