-
11main
说明: 使用8086汇编语言 基于DOS功能完成横版2D小游戏的设计 具体游戏使用(Using 8086 Assembly Language to Complete the Design of Horizontal 2D Game Based on DOS Function)
- 2019-01-19 22:56:13下载
- 积分:1
-
51 LCD Simulator demo fat fat fat occurred occurred occurred occurred occurred i...
51仿真器液晶显示演示程序发发 发发生 发放发生的发生发生地方-51 LCD Simulator demo fat fat fat occurred occurred occurred occurred occurred issuing places
- 2023-04-25 17:45:03下载
- 积分:1
-
红外键值码LED显示,用于C51程序,解码遥控器编码
红外键值码LED显示,用于C51程序,解码遥控器编码
-IR key code LED display for the C51 process, decoding the remote control code
- 2022-03-24 08:01:57下载
- 积分:1
-
C语言编译器的源代码
C语言编译器的源代码-C language compiler source code
- 2022-06-19 18:14:49下载
- 积分: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
-
5767例子程序,用C编程,很经典,大家直接复制来用
5767例子程序,用C编程,很经典,大家直接复制来用-5767 examples of the procedure, using C programming, it is a classic, we directly copy to use
- 2023-08-07 01:55:03下载
- 积分:1
-
利用8051芯片制作一个数字电压表,能够测量电压并用4段数码管显示。...
利用8051芯片制作一个数字电压表,能够测量电压并用4段数码管显示。-Manufactures a digital voltmeter using 8051 chips, can survey the voltage and demonstrate with 4 sections of nixietubes.
- 2022-09-16 10:30:03下载
- 积分:1
-
lottery program ... may random selection. Packet licensing. And computer random...
彩票计划。。。可以随机选择。数据包许可。计算机随机选择
- 2022-05-21 21:19:17下载
- 积分:1
-
C8051F350采样滤波汇编程序,请大家参考指教,应该有所帮助,这个片子最竟很热,啊...
C8051F350采样滤波汇编程序,请大家参考指教,应该有所帮助,这个片子最竟很热,啊-C8051F350 sampling filter assembler, please refer to U.S. advice, should be helpful, this film has the most hot, ah
- 2022-03-23 10:26:42下载
- 积分:1
-
它是关于医院管理系统,它告诉我们如何管理…
it is about hospital management systems which tell how things can be managed in hospital
- 2022-02-13 02:27:31下载
- 积分:1