-
汇编音乐程序
汇编音乐程序--两只老虎!这是一个挺好的程序-compilation music programme_________two tigers ,and this is a wonderful programme
- 2022-02-02 12:35:21下载
- 积分:1
-
input strings will be case
输入字符串将是区分大小写的开关。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-01-04 16:05:03下载
- 积分:1
-
May receive q3d ri webcam numerical, let q3d users can webcam
可以接收q3d ri网络摄像头的数字,让q3d用户可以进行网络摄像头
- 2022-11-01 05:55:03下载
- 积分:1
-
aduc834 iic 通讯 aduc834 iic 通讯
aduc834 iic 通讯 aduc834 iic 通讯-aduc834 iic communications communications aduc834 iic
- 2023-07-29 05:10:03下载
- 积分:1
-
用汇编做的一个编制演奏音乐的的小程序, 是一次课程设计的题目!...
用汇编做的一个编制演奏音乐的的小程序, 是一次课程设计的题目!-do with the compilation of a music concert establishment of small procedures, curriculum design is a topic!
- 2022-10-05 11:50:03下载
- 积分:1
-
中断程序 实现统计男女生个数 0代表男生 1代表女生 键盘输入...
中断程序 实现统计男女生个数 0代表男生 1代表女生 键盘输入
-Interrupt program for boys and girls to achieve statistical number of 0 for boys and girls on behalf of a keyboard input
- 2022-03-19 08:08:48下载
- 积分:1
-
这是液晶程序的源代码
这是液晶程序的源代码-This is a program"s source code
- 2022-12-26 22:35:02下载
- 积分: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
-
Matrix Operation in Assembly Language
Matrix Operation in Assembly Language
- 2022-07-07 20:14:46下载
- 积分:1
-
数字电子钟程序配置文件规范数字电子钟…
数字电子钟方案简介说明书数字电子钟不但可以显示当前的时间,而且可以显示日期、农历、以及星期等,给人们的生活带来了方便。另外数字钟还具备秒表和闹钟功能,且闹钟铃声可自选,-Digital electronic clock program profiles specification digital electronic clock not only can display the current time, and can display the date, lunar, as well as the weeks and so on, to people
- 2022-01-24 15:49:32下载
- 积分:1