-
从软盘启动计算机,并且可以显示时钟,按键可以改变屏幕颜色...
从软盘启动计算机,并且可以显示时钟,按键可以改变屏幕颜色-your computer from a floppy disk, and can display clock, screen buttons can change color
- 2022-01-21 06:27:12下载
- 积分:1
-
The driver of C8051 rtl, it will bring you very big benfit if you will read it,...
C8051 rtl的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of C8051 rtl, it will bring you very big benfit if you will read it, it is very nice.
- 2023-01-16 06:35:04下载
- 积分:1
-
用汇编语言实现了精确频率计。实验已经通过
用汇编语言实现了精确频率计。实验已经通过-Using assembly language to achieve a precise frequency meter. Experiment has been passed
- 2022-10-07 02:25:02下载
- 积分:1
-
Related to two bipolar stepper motor control program, please refer to
有关2项双极步进马达控制程序,请各位参考-Related to two bipolar stepper motor control program, please refer to
- 2022-06-19 19:28:05下载
- 积分:1
-
交通灯。1)当乡村公路无车时,始终保持乡村公路红灯亮,主干道绿灯亮。
(2)当乡村公路有车时,而主干道通车时间已经超过它的最短通车时间时,禁止主干道通行,让...
交通灯。1)当乡村公路无车时,始终保持乡村公路红灯亮,主干道绿灯亮。
(2)当乡村公路有车时,而主干道通车时间已经超过它的最短通车时间时,禁止主干道通行,让乡村公路通行。主干道最短通车时间为25s 。
(3)当乡村公路和主干道都有车时,按主干道通车25s,乡村公路通车16s交替进行4)不论主干道情况如何,乡村公路通车最长时间为16s。
(5)在每次由绿灯亮变成红灯亮的转换过程中间,要亮5s时间的黄灯作为过渡。
(6)用开关代替传感器作为检测车辆是否到来的信号。用红、绿、黄三种颜色的发光二极管作交通灯。
-err
- 2022-10-11 02:50:03下载
- 积分:1
-
24c02应用,在家用电器控制系统中经常有这类的应用.
24c02应用,在家用电器控制系统中经常有这类的应用.-24C02 applications, in household appliances control systems often have this kind of application.
- 2022-02-06 19:10:09下载
- 积分:1
-
Award BIOS源代码,支持的芯片组看文件,有相同的类型…
AWARD BIOS源代码,支持的CHIPSET请看文件,有同型号的板子烧上去就可以跑-AWARD BIOS source code, support CHIPSET Look at the documents, have the same type of burning up on the board can run
- 2022-02-15 02:40:52下载
- 积分:1
-
This is a simple white noise generator written in asm for pic16f73, but it can b...
This a simple white noise generator written in asm for pic16f73, but it can be easily modified for other pics-This is a simple white noise generator written in asm for pic16f73, but it can be easily modified for other pics...
- 2023-06-11 19:15:04下载
- 积分:1
-
呵呵 一些及其简单的源代码 不是我的垃圾 而是我实在太急需要一些东西了 抱歉了 大家...
呵呵 一些及其简单的源代码 不是我的垃圾 而是我实在太急需要一些东西了 抱歉了 大家-Hehe some of its simple source code is not my rubbish but I really need to rush things a sorry everyone
- 2022-01-21 18:43:44下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1