-
(1) 有一个主持人控制开关和8路抢答按扭,当主持人允许抢答时才能进行抢答操作,并用一个数码管显示抢答选手的号码,同时其他选手不能再抢答。
(2)电路上...
(1) 有一个主持人控制开关和8路抢答按扭,当主持人允许抢答时才能进行抢答操作,并用一个数码管显示抢答选手的号码,同时其他选手不能再抢答。
(2)电路上要加个蜂鸣器的电路,当有选手抢答时蜂鸣器响一下。
(3)要有倒计时功能,开始抢答时开始倒20秒计时,用两个数码管显示,当有人抢答时停止倒计时。
2.2拓展部分
用按键可设置倒计时的时间,范围在5秒到30秒之间。-(1) has a host switch and 8-way control button to answer in, when the moderator allowed to be carried out to answer in time to answer in operation, and use an LED display to answer in the number of players, while other players can no longer answer in his place. (2) the circuit, we should add a buzzer circuit, when there are players when the buzzer rang to answer in about. (3) to have the countdown feature to begin to answer in 20 seconds when you start down time, using two digital tube display, when someone stops to answer in the countdown. 2.2 The expansion of part of the buttons can be set with the countdown time, the range of 5 seconds to 30 seconds.
- 2022-02-25 13:31:03下载
- 积分:1
-
本程序用于简单的成绩管理,如多学生成绩的输入,,查找,插入,和排序,并能保存并调出以输入的文件进行处理等。...
本程序用于简单的成绩管理,如多学生成绩的输入,,查找,插入,和排序,并能保存并调出以输入的文件进行处理等。-This procedure for the simple performance management, student achievement such as multi-input,, to find, insert, and sequencing, and can save and transfer a file to input processing.
- 2022-08-10 08:44:32下载
- 积分:1
-
TAJIMA binary pattern of linking documents, documents linking two tricks into a...
田岛二进制的花样文件的连接,二个花样文件连接成一个花样文件,请大家多多指点,谢谢。-TAJIMA binary pattern of linking documents, documents linking two tricks into a pattern file, Members can kind, thank you.
- 2023-02-11 16:00:03下载
- 积分:1
-
The driver of C8051, it will bring you very big benfit if you will read it, it i...
C8051的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of C8051, it will bring you very big benfit if you will read it, it is very nice.
- 2023-06-24 05:35:03下载
- 积分:1
-
它可以帮助您使用C++程序
it can help you use C++ program we
- 2022-01-25 16:30:29下载
- 积分:1
-
控制APIC的汇编源程序
控制APIC的汇编源程序-control APIC compilation source
- 2022-07-14 00:33:54下载
- 积分:1
-
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Chirpy few Pang Rui Sheng understanding书faded faded met译understanding书bleed at the nose cavity识SUI TING , sweet leftovers instance, to add floor Sa Shouson Which bleed at the nose very conduct anti prolyl met given the first step stool cavity , owe child can laugh Toru Tanzhong few算Lennon组织cavity laugh proliferation cavity
- 2022-02-02 05:41:58下载
- 积分:1
-
微机原理课程设计,设计一段音乐,根据音调在发光二极管上对应闪烁,并在七段数码管上显示已播放时间。...
微机原理课程设计,设计一段音乐,根据音调在发光二极管上对应闪烁,并在七段数码管上显示已播放时间。-Computer Principles of curriculum design, the design of a section of music, according to pitch in the corresponding LED flashes, and Seven-Segment LED display has been broadcasting time.
- 2023-06-15 22:25:03下载
- 积分:1
-
C++ 函数调用堆栈,反汇编例子。可以学习子函数入参传递,子函数返回等。...
C++ 函数调用堆栈,反汇编例子。可以学习子函数入参传递,子函数返回等。-C++ function call stack, disassembly examples. Can learn to pass parameters into the subroutine, subroutine return and so on.
- 2023-08-23 07:50:03下载
- 积分:1
-
GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图
GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图形编程,对于 Dos 下的图形编程,很多人可能“心有余悸”,因为PC 中有太多种类的显示卡,而几乎每个显示卡的处理都是不同的,即使后来有了 Vesa 编程,我们还是不能全部撇开具体的硬件,Windows GDI 使我们对图形的编程变得相对简单了很多,由于GDI 是 Windows 最庞大的部分,并不是几句话能讲清楚的,本节要讲的是 Windows 下GDI 的基本处理步骤和简单的位图处理,并没有涉及到 Directx 一类的编程。只希望能对朋友们有所启发。
Windows 并不允许程序员访问显示硬件,它的所有对屏幕的操作是通过环境设备(DC)来处理的,屏幕上的每一个窗口对应一个DC,你可以把一个DC 想象成这个窗口的视频缓冲区,你对DC的操作结果会反映到屏幕上,在窗口的DC之外,你也可以自己建立DC,这相当于建立一个内存中的缓冲区,你对这个DC的操作结果保存在内存中。你也可以用 API 在不同的DC之间拷贝数据,比如说你可以在内存DC 中先建立好数据,然后拷贝到窗口的DC中,就相当于完成了屏幕的刷新。
-err
- 2022-04-12 03:42:06下载
- 积分:1