-
这个程序设置非常简单,但它已包含最常用的功能.
这个程序设置非常简单,但它已包含最常用的功能.-this program is very simple, but it contains the most commonly used functions.
- 2022-03-14 09:23:25下载
- 积分:1
-
KS0108和KS0107组合的128*64LCD屏显示程式
KS0108和KS0107组合的128*64LCD屏显示程式-KS0108 and KS0107 portfolio of 128* Embedded-screen display program
- 2023-07-21 04:15:03下载
- 积分:1
-
Students with an array storing the results, the above statistics the number of s...
设有一个数组存放学生的成绩,统计各段学生人数!-Students with an array storing the results, the above statistics the number of students!
- 2022-01-25 18:50: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
-
Windows环境下32位汇编语言程序设计,附带源码,讲解的很详细,呵呵@...
Windows环境下32位汇编语言程序设计,附带源码,讲解的很详细,呵呵@-Windows Environment 32-bit assembly language programming, with source code, on the very detailed,呵呵@
- 2022-02-21 18:50:05下载
- 积分:1
-
classic compilation, huh, really good game, "Assembly Language Course Desig...
经典的汇编,呵呵,真的很不错呀
《汇编语言课程设计案例精编》-classic compilation, huh, really good game, "Assembly Language Course Design Case intensive series"
- 2023-05-13 23:20:02下载
- 积分:1
-
absolutely convenient, but I will not tell the teacher! ! This operation but my...
绝对好用,不过不要告诉俺老师!!这可是我的作业阿!-absolutely convenient, but I will not tell the teacher! ! This operation but my A!
- 2022-04-14 23:23:37下载
- 积分:1
-
通用boot loader m8 m16m
通用boot loader m8 m16m-common boot loader sp m16m
- 2023-06-21 10:35:03下载
- 积分:1
-
The course is designed to use the three interface chip, 8253,8255,8259 in the p...
该课程设计使用了三块接口芯片,8253、8255、8259;在程序中需要对8255芯片的控制口进行修改,改成自己所用实验板的端口-The course is designed to use the three interface chip, 8253,8255,8259 in the program need to control the port 8255 to modify the chip, into his own experimental port board
- 2022-08-17 07:21:27下载
- 积分:1
-
这有一点C的资料,看看,喜欢的下载吧,帮忙
这有一点C的资料,看看,喜欢的下载吧,帮忙-C
- 2023-06-16 05:35:03下载
- 积分:1