-
at89c51 ADC0809 Basic
at89c51 ADC0809 Basic
- 2023-02-14 00:15:04下载
- 积分: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
-
Bubble Sorting in Assembly language
Bubble Sorting in Assembly language
- 2022-02-14 00:42:53下载
- 积分:1
-
汇编语言设置系统报警程序
汇编语言设置系统报警程序-assembly language procedures set alarm system
- 2022-06-16 12:45:51下载
- 积分:1
-
PIC18CXXX/PIC16CXXX DC Servomotor
PIC18CXXX/PIC16CXXX DC Servomotor
- 2023-01-29 13:45:03下载
- 积分:1
-
确定结构的DFA句子识别程序的基础上,识别…
一个根据所构造的确定有穷自动机进行识别句子的程序,识别由0,1所构成的字符串,并且该字符串不能含有两个连续的0.运行效果良好,是个值得参考的程序.-a basis to determine the structure DFA sentence identification procedures, identification by 0. consisting of a string, and the string can contain two consecutive 0. running well, is a worthy reference procedures.
- 2022-06-21 10:19:47下载
- 积分:1
-
一个模拟的操作系统的一些功能
一个模拟的操作系统的一些功能-a simulation of the operating system features
- 2022-11-15 17:00:03下载
- 积分:1
-
用单片机制作的高精度计数器,验证通过,适用于计数场合。...
用单片机制作的高精度计数器,验证通过,适用于计数场合。-Produced using high-precision single-chip counters, authentication is passed, apply to count occasions.
- 2022-11-01 23:40:03下载
- 积分:1
-
the compilation tools (includes anti
linux下的汇编工具,(内包含反汇编工具),比masm有许多优点。-the compilation tools (includes anti-compilation tools), can have many advantages.
- 2022-03-04 23:36:20下载
- 积分:1
-
AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。...
AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。-AT89S51 the parallel port P1 then 4 × 4 matrix keyboard to P1.0-P1.3 as input lines to P1.4-P1.7 for output line in the digital control button displayed on each of the " 0-F" serial number.
- 2022-03-03 22:05:03下载
- 积分:1