-
该程序用vb编写,程序是用于声卡测试的源码.
该程序用vb编写,程序是用于声卡测试的源码.-the procedures used to prepare vb, procedures for testing the sound card source.
- 2022-02-01 09:03:59下载
- 积分:1
-
Ended at 10:00 p.m. on March 15, 2003 before finishing FAQ valuable CSDN finishe...
截止于2003年3月15日22时以前的CSDN有价值的FAQ整理完毕!asm,asm-Ended at 10:00 p.m. on March 15, 2003 before finishing FAQ valuable CSDN finished! asm, asm
- 2022-07-02 02:57:13下载
- 积分:1
-
xiaoche
这个是一个小车的模仿小车运行的小程序,是用汇编语言完成的-xiaoche
- 2022-07-27 02:08:15下载
- 积分:1
-
汇编的windows创建进程的例子
汇编的windows创建进程的例子-The windows to create the process of compilation of examples of
- 2022-01-29 03:33:36下载
- 积分: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
-
Russian box of the source code and articles gave a detailed code
俄罗斯方块的源代码及论文报告
里面有详细的代码-Russian box of the source code and articles gave a detailed code
- 2023-08-17 14:30:04下载
- 积分:1
-
本程序是用于高速冲床上的送料控制程序,一个较为简单的89C51中断、定时计数器应用程序,已经调试成功,今天为大家出点力,也希望能在以后的学习中能得到大家的帮助。...
本程序是用于高速冲床上的送料控制程序,一个较为简单的89C51中断、定时计数器应用程序,已经调试成功,今天为大家出点力,也希望能在以后的学习中能得到大家的帮助。-This procedure is used for high-speed red bed feed control procedures, a relatively simple 89C51 interrupt, timer counter application has debugging success for the U.S. today, a little effort, but also hope to study in the future everyone will be help.
- 2022-12-29 17:45:08下载
- 积分:1
-
EDIT Assembler can for VC6 VC8 VC2005
EDIT Assembler can for VC6 VC8 VC2005
- 2022-04-07 16:53:19下载
- 积分:1
-
it can help you know C++ souce program quckily
it can help you know C++ souce program quckily
- 2022-06-26 16:55:59下载
- 积分:1
-
汇编所写的日历程序源代码,用于dos或者windows 的dos窗口
汇编所写的日历程序源代码,用于dos或者windows 的dos窗口-written in the calendar compiled source code for windows or the dos dos window
- 2022-06-02 04:32:57下载
- 积分:1