-
查找硬盘坏扇区并快速标出坏扇区 (FindBad v1.3)
查找硬盘坏扇区并快速标出坏扇区 (FindBad v1.3)-you drive bad sector and the rapid deterioration marked Sector (FindBad v1.3)
- 2022-07-01 05:39:49下载
- 积分:1
-
hex 转 二进制
hex 转 二进制-hex binary switch
- 2022-10-12 23:10:02下载
- 积分:1
-
AT89C51 through the serial port communication, able to read the series of digita...
通过AT89C51的串行口通讯,能够读取Escort_95系列的数字式表头的电压和电流等信号.-AT89C51 through the serial port communication, able to read the series of digital Escort_95 table headers, such as voltage and current signals.
- 2022-02-21 15:44:47下载
- 积分:1
-
非常不错的初学者看的程序有硬件设计哦。我是菜鸟为了成为会员花了不少心事...
非常不错的初学者看的程序有硬件设计哦。我是菜鸟为了成为会员花了不少心事-very good look at the procedures for beginners hardware design oh. I was a birdie to become a member spent a lot of feelings
- 2022-03-04 08:58:17下载
- 积分: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
-
秒表完整程序,具有计时,暂停,清零功能能。
秒表完整程序,具有计时,暂停,清零功能能。-Stopwatch complete program, with the timing, pause function can be cleared.
- 2022-03-05 03:49:43下载
- 积分:1
-
二进制计算器,位运算,计算器
二进制计算器,位运算,计算器--用户界面设计,汇编语言学习工具-binary calculator, bit, calculator-- user interface design, assembly language learning tool
- 2022-05-28 16:00:11下载
- 积分:1
-
Basic coding for Digital communication
Basic coding for Digital communication
- 2022-02-26 12:40:39下载
- 积分:1
-
登录 注册界面 java加access数据库
登录 注册界面 java加access数据库-Login Register interface, plus access database java
- 2022-07-03 12:44:58下载
- 积分:1
-
汇编语言设置系统报警程序
汇编语言设置系统报警程序-assembly language procedures set alarm system
- 2022-06-16 12:45:51下载
- 积分:1