-
16个按键的 程序, 具体按照扫描的,时间快
16个按键的 程序, 具体按照扫描的,时间快-16 key procedures, specifically in accordance with the scan, time speed
- 2022-07-11 11:55:39下载
- 积分:1
-
主要是对成绩进行输入、排序、按名次输出的一个程序
主要是对成绩进行输入、排序、按名次输出的一个程序 -are the major achievements for input, scheduling, according to a ranking procedure output
- 2022-05-05 11:40:36下载
- 积分:1
-
在PC机上进行的8250串口实验,采用汇编语言编写
在PC机上进行的8250串口实验,采用汇编语言编写-In PC, the 8250 serial experiments, the use of compiled languages
- 2022-04-18 17:34:45下载
- 积分:1
-
the compressed file contains the source code of AWARD BIOS type D1D.Supported ch...
AWARD BIOS源代码,支持的CHIPSET请看文件,有同型号的板子烧上去就可以跑-the compressed file contains the source code of AWARD BIOS type D1D.Supported chipsets are listed in the related file.One can complie,download and run it on the mainboard if he has such one.
- 2022-07-16 08:09:09下载
- 积分:1
-
这个东东是我刚写出来的,这可以完成定时1秒的功能,并且使用定时器来完成,定时精度高,可靠性高....
这个东东是我刚写出来的,这可以完成定时1秒的功能,并且使用定时器来完成,定时精度高,可靠性高.-I just write out, it can be a regular seconds to complete the function, and the use of timers to complete, regular high accuracy and high reliability.
- 2022-10-10 06:05:02下载
- 积分:1
-
很好玩的俄罗斯方块游戏哦~这是汇编实现的课程设计呢
很好玩的俄罗斯方块游戏哦~这是汇编实现的课程设计呢-very fun game of the Russian box-oh this is a compilation of the design to achieve?
- 2023-05-21 04:20:03下载
- 积分:1
-
51单片机的软件延时,在12MHZ下的多种延时程序
51单片机的软件延时,在12MHZ下的多种延时程序-51 SCM software delay, at 12MHZ procedures under a variety of delay
- 2022-07-08 11:57:17下载
- 积分:1
-
编编带小动画,情人节
用汇编编的一个小动画,情人-compilation series with a small animation, Valentine
- 2022-02-01 15:34:12下载
- 积分: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
-
CSTN 用 IC NT7571
CSTN 用 IC NT7571-MTP 程序!-CSTN with IC NT7571-MTP process!
- 2022-01-25 20:47:54下载
- 积分:1