-
This is my class completed the compilation of a language other than simple cours...
这是本人在课上完成的,汇编语言不是门简单的课程在我看来,还得努力.-This is my class completed the compilation of a language other than simple courses doors, in my view, have to strive.
- 2022-05-07 20:45:49下载
- 积分:1
-
对小学生算术加法程序的改进
具体要求如下:
1)、输入题数 2)、随机出题 3)、立即判对错,可随时退出
4)、最后给出总分 5、界面修饰。...
对小学生算术加法程序的改进
具体要求如下:
1)、输入题数 2)、随机出题 3)、立即判对错,可随时退出
4)、最后给出总分 5、界面修饰。
-Arithmetic addition of primary school students and improved procedures for the specific requirements are as follows: 1), enter the title number 2), random questions 3), right or wrong immediately contractor may at any time to withdraw from 4), Finally, Total 5, interfacial modification.
- 2022-04-16 22:31:28下载
- 积分:1
-
This is a digital display of the source, I hope everyone from the use of
这是一个数字显示的源程序,希望大家借鉴使用-This is a digital display of the source, I hope everyone from the use of
- 2022-04-17 04:02:40下载
- 积分:1
-
8253a
接口与通信实验报告(8253A定时计数器实验等)-8253a
- 2023-05-05 04:05:03下载
- 积分:1
-
1621 applications, in many systems we often see this application, it is for your...
1621的应用,在很多系统中经常见到这种应用,现给大家参考.-1621 applications, in many systems we often see this application, it is for your reference.
- 2023-01-19 16:20:04下载
- 积分:1
-
- 2022-03-10 14:40:35下载
- 积分: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
-
DS1302源程序 DS1302源程序
DS1302源程序 DS1302源程序-DS1302 source DS1302 source
- 2022-01-25 17:46:30下载
- 积分:1
-
240×128lcm测试程序,这是完全可能的。240×128lcm测试程序…
240*128LCM测试程序,完全可用。240*128LCM测试程序,完全可用-240* 128LCM test procedure and it is perfectly possible. 240* 128LCM test procedure and it is perfectly possible
- 2022-01-28 03:03:44下载
- 积分:1
-
用LabVIEW做的钟表和计时器。可以自动记录时间到txt文件中
用LabVIEW做的钟表和计时器。可以自动记录时间到txt文件中-LabVIEW to do with clocks and timers. Can be automatically recorded time to txt file
- 2023-01-16 12:25:03下载
- 积分:1