-
是一些 程序的汇编源代码,需要的话,大家可以下载看看啊
是一些 程序的汇编源代码,需要的话,大家可以下载看看啊
-Is a compilation of some procedural source code, if necessary, you can download to see ah
- 2022-04-12 07:38:12下载
- 积分: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
-
我们接口技术做的实验8253,有需要的就下载吧
我们接口技术做的实验8253,有需要的就下载吧-we do Interface Technology Experiment 8253, on the need to download it
- 2022-07-25 14:15:24下载
- 积分:1
-
经典win32汇编语言例子
经典win32汇编语言例子-classic example of assembly language
- 2022-09-14 09:35:03下载
- 积分:1
-
这是本人编写的万年历,内容简洁,只有三十条代码左右.
这是本人编写的万年历,内容简洁,只有三十条代码左右.-This is my prepared by the calendar, concise, only about 30 code.
- 2022-03-22 10:19:33下载
- 积分:1
-
RS232中断通信
RS232中断通信-RS232 communication disruption
- 2022-08-15 00:47:32下载
- 积分:1
-
(TASM)汇编语言,显示 0 到 9,显示 0 到 99
0 到 9 和 0 到 99 的组装时,将显示此源代码。 再组装起来,使用 TASM,。 涡轮增压器装配。 做为 UMS 微处理器课程8086 微处理器的汇编语言源代码
- 2022-08-10 02:43:51下载
- 积分:1
-
Computer
- 2022-01-26 02:57:29下载
- 积分:1
-
vb和c++结合语言,相关程序
vb和c++结合语言,相关程序-vb and c combined language, procedures
- 2022-03-03 18:13:23下载
- 积分:1
-
除湿机的说明程序文件 已经生产几十W台 出口机形 分时操作
除湿机的说明程序文件 已经生产几十W台 出口机形 分时操作-dehumidifiers of the document production process dozens of W-exporting machine time-sharing operation
- 2022-06-18 05:13:50下载
- 积分:1