-
good
IOout的一段程序 很实用 大家要的自己下载吧-good
- 2022-03-18 12:02:33下载
- 积分:1
-
汇编指令代码注释
汇编指令代码详解-code Comments on the compilation instructions
- 2022-10-06 19:05:03下载
- 积分:1
-
球赛计时计分器程序
AT89C51汇编语言
球赛计时计分器程序
AT89C51汇编语言-Match time points AT89C51 assembly language program
- 2022-03-24 10:25:46下载
- 积分:1
-
一些汇编例子
一些汇编例子-Compilation of examples of some
- 2022-03-12 18:44:22下载
- 积分:1
-
此程序用于医疗方面,可有效监控病人的状况。
此程序用于医疗方面,可有效监控病人的状况。-For medical aspects of this procedure, which can effectively monitor the patient s situation.
- 2022-03-12 02:40:29下载
- 积分:1
-
Info compilation manual .. is a practical tool for beginners ...
汇编速查手册..是初学者的实用工具-Info compilation manual .. is a practical tool for beginners ...
- 2023-08-13 03:00:03下载
- 积分:1
-
基于89C51的六位led秒表汇编语言原程序
基于89C51的六位led秒表汇编语言原程序-89C51-based stopwatch six led the original assembly language program
- 2022-02-04 09:35:38下载
- 积分:1
-
PCF8574的数据移出移入总线的数据读写
PCF8574的数据移出移入总线的数据读写...
PCF8574的数据移出移入总线的数据读写
PCF8574的数据移出移入总线的数据读写-The data out of the bus PCF8574 moved into the data read and write the data out of the PCF8574 moved into the data bus read and write
- 2022-01-26 06:08:18下载
- 积分: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
-
基于51单片机实现一个用蜂鸣器唱歌的程序,适合与初学者使用...
基于51单片机实现一个用蜂鸣器唱歌的程序,适合与初学者使用-Based on 51 MCU buzzer to sing with a program suited to beginners
- 2022-06-19 16:36:05下载
- 积分:1