-
1) direction vehicle release 20 seconds. What is the direction of red and green...
1) 东西方向车辆放行20秒钟。即东西方向的绿灯和南北方向的红灯同时点亮20秒钟;
2) 20秒钟后,东西方向的黄灯闪烁2秒钟,以警示车辆将切换红绿灯。此时南北方向仍维持红灯点亮。在南北方向亮红灯期间,在2位数码管上显示计数值(每秒减1),从20减至01。
3) 东西方向的黄灯闪烁2秒钟后,转为南北方向放行20秒钟。即东西方向的红灯和南北方向的绿灯同时点亮20秒钟;
4) 南北方向放行20秒钟后,转为南北方向的黄灯闪烁2秒钟,以警示将切换红绿灯。此时东西方向仍维持红灯点亮。
5) 南北方向的黄灯闪烁2秒钟后,再转为东西方向车辆放行20秒钟。如此循环重复。
-1) direction vehicle release 20 seconds. What is the direction of red and green light at 20 seconds,
2) 20 seconds later, the yellow lights flashing warning vehicles with 2 seconds, switch to the traffic lights. This is still remain red light north-south direction. In the south during the red light, in the direction of the digital display tube of 2 per plan (minus 1), from 20 to 2001.
3) the yellow lights flashing direction to 2 seconds later, the south direction release 20 seconds. What is the direction of the north-south direction of red and green and light 20 seconds,
4) north-south direction after 20 seconds to release the north-south direction, yellow lights flashing warning, with 2 secon
- 2022-02-04 13:43:35下载
- 积分:1
-
最简单的例子,有电路仿真,和源代码,本人初学的东西。
最简单的例子,有电路仿真,和源代码,本人初学的东西。-89C51+ds1302
- 2022-02-21 05:21:50下载
- 积分:1
-
- 2022-09-16 09:30:03下载
- 积分:1
-
simple 8PCSLED water lights, easier to get started, one will see
较简单的8PCSLED流水灯,容易上手,一看就会-simple 8PCSLED water lights, easier to get started, one will see
- 2022-07-19 11:17:57下载
- 积分:1
-
usinf pic16c57 to achive copy machine for pic16c65/66(programmer)
usinf pic16c57 to achive copy machine for pic16c65/66(programmer)-usinf pic16c57 to achive copy machine for p ic16c65/66 (programmer)
- 2022-11-13 03:20:03下载
- 积分:1
-
我对汇编语言学习一些,在此提供一些源码,大家可试一下。...
我对汇编语言学习一些,在此提供一些源码,大家可试一下。-I have to learn some assembly language, in this to provide some source code, we can try.
- 2022-09-16 18:25:03下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第13章
Windows环境下32位汇编语言程序设计配套书源码第13章-Windows Environment 32-bit assembly language programming book source package Chapter 13
- 2022-07-11 18:01:59下载
- 积分:1
-
这是一个关于89c51,max7219,93c46组成的计数器程序,编译能同过,但可能程序本身有些问题,需要修改。...
这是一个关于89c51,max7219,93c46组成的计数器程序,编译能同过,但可能程序本身有些问题,需要修改。-This is a study on 89c51, max7219, 93c46 counter composed of procedures, the compiler can be the same, but the process itself may be some problems, needs to be revised.
- 2022-08-14 07:31:27下载
- 积分:1
-
汇编闹钟
这是一个用8086汇编语言编写的小闹钟,具有闹钟,响铃,整点报时功能,界面简洁,适合初学者研究
- 2022-02-04 14:23:30下载
- 积分:1
-
在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表...
在编制键盘输入程序时常常要用到一个键的扫描码或ASC码,如用到 Foxpro 的 inkey() 函数,以及用到 BIOS 的 INT 16H时,但找一个编码表不太容易,有时候找到的编码表又不全,无法查到组合键的编码,本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。-Keyboard input in the preparation procedures are often used to a key scan code or ASC code, such as using Foxpro
- 2022-01-26 04:59:49下载
- 积分:1