-
MCS51 basic debugging procedures, including 8255, keyboards, LED, etc.
MCS51基本调试程序 包括8255、键盘、LED等-MCS51 basic debugging procedures, including 8255, keyboards, LED, etc.
- 2022-11-26 15:30:04下载
- 积分:1
-
Windows Environment 32
Windows环境下32位汇编语言程序设计配套书源码第7章-Windows Environment 32-bit assembly language programming book source supporting Chapter 7
- 2022-02-14 06:43:15下载
- 积分:1
-
数字电子钟程序配置文件规范数字电子钟…
数字电子钟方案简介说明书数字电子钟不但可以显示当前的时间,而且可以显示日期、农历、以及星期等,给人们的生活带来了方便。另外数字钟还具备秒表和闹钟功能,且闹钟铃声可自选,-Digital electronic clock program profiles specification digital electronic clock not only can display the current time, and can display the date, lunar, as well as the weeks and so on, to people
- 2022-01-24 15:49:32下载
- 积分:1
-
Infrared Remote Control Electronic locks procedures, through the infrared remote
红外遥控电子密码锁程序,通过红外遥控我们的电子密码锁-Infrared Remote Control Electronic locks procedures, through the infrared remote-control our electronic code lock
- 2022-08-23 16:03:26下载
- 积分:1
-
visual basic visual basic vis ual basic vis ual basic visual basi c
visual basic
visual basic
visual basic-visual basic visual basic vis ual basic vis ual basic visual basi c
- 2022-06-29 11:54:29下载
- 积分:1
-
boy的java 程序,用与appletviewer显示
boy的java 程序,用与appletviewer显示-boy of java program, and show appletviewer
- 2022-06-18 19:30:41下载
- 积分: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
-
微型数字键盘的代码
微型数字键盘的代码-micro-numeric keypad code
- 2023-09-09 07:05:02下载
- 积分:1
-
用matlab所编的关于用传输矩阵法计算光子晶体的反射率,文件中将程序写在word文档中,并附带有在matlab下画的图,感觉很有用...
用matlab所编的关于用传输矩阵法计算光子晶体的反射率,文件中将程序写在word文档中,并附带有在matlab下画的图,感觉很有用-using Matlab as in the use of the transfer matrix method photonic crystal reflectivity, Lieutenant General procedures documents written in word document, together with the painting under Matlab plans, feeling useful
- 2022-12-11 00:05:03下载
- 积分:1
-
Dos下屏蔽热启动,想要重启的话先按下Ctrl+Alt+Del,松开Del键,然后按R键则重 启,按Q键则关机...
Dos下屏蔽热启动,想要重启的话先按下Ctrl+Alt+Del,松开Del键,然后按R键则重 启,按Q键则关机-Dos under thermal shielding started, and wanted to resume the first pressing Ctrl-Alt-Del, loosen Del keys, then R button will resume by Q keys were shutdown
- 2023-08-05 10:10:03下载
- 积分:1