-
交通灯程序
1.东西方向、南北方向均有红、黄、绿三种信号灯;
2.东西干道和南北干道,绿灯下情况通行,红灯情况下不行,黄灯情况下 慢行;
3.东西干道和南北干道交替控制;
4.实时提醒绿灯亮的剩余时间;
5.通行时间可调;
6.雾霾或夜间模式按钮按下,所有方向显示黄灯.(1. there are three red, yellow and green lights in east-west direction and north-south direction.
2. the East West trunk road and the north-south trunk road pass under the green light.
3. East and west main road and the north and South Main Road alternately control;
4. reminding the remaining time of the green light in real time;
5. the time can be adjusted;
6. haze or night mode button is pressed, all directions show yellow light.)
- 2021-01-13 22:48:47下载
- 积分:1
-
stm32_w5300
基于iCore2双核心板,用stm32和W5300实现以太网模块通讯。软件代码包括stm32驱动和Qt 程序。(Based iCore2 dual core board, with stm32 and W5300 Ethernet module communication. Stm32 drivers and software code, including Qt programs.)
- 2021-04-21 20:28:49下载
- 积分:1
-
Collect-template
队列循环采集模板,适合多通道的数据采集,是一个完整的上位机框架(Queue loop acquisition template, suitable for multi-channel data acquisition, is a complete PC framework)
- 2016-04-16 16:47:24下载
- 积分:1
-
AVR-ATmega8-ATmega16
atmeg 16和atmeg8 等说明书
(atmeg 16 and atmeg8 manual)
- 2012-11-05 11:17:41下载
- 积分:1
-
LQ-XS128-OLED
飞思卡尔比赛资料,不怎么样,大家看看就算了(Freescale game data, not very good, take a look even if the)
- 2012-10-29 20:07:51下载
- 积分:1
-
touch_key_code
使用AD7147作为电容式的触摸按键设计(Using the AD7147 as a capacitive touch button design)
- 2011-10-26 16:49:40下载
- 积分:1
-
car
汽车华容道,实现汽车华容道各种布局的路径的解法。(Car Huarong, Huarong realize various automotive solution path layout.)
- 2015-01-23 21:20:25下载
- 积分:1
-
filter42
TI公司的有源滤波器芯片UAF432的CAD软件,方便使用,官网下载(TI' s active filter chip UAF432 CAD software, easy to use, the official website to download)
- 2011-08-21 15:04:53下载
- 积分:1
-
DatamemoryEEPROM24C02
/*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
(/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
- 2010-06-05 18:30:50下载
- 积分:1
-
51汇编
这是我认为51汇编里面比较好理解的书籍,以及我简单整理的汇编指令文档一份。入门学习还是不错的。(This is a book that I think is better understood in the 51 assembly, as well as a document of assembly instructions that I simply organized. Initial study is still good.)
- 2020-06-16 13:20:02下载
- 积分:1