-
智能小车的程序以及报告怎么要这么多个字的,晕死
智能小车的程序以及报告怎么要这么多个字的,晕死-Smart car, as well as the procedures for how to report so many words,
- 2022-08-12 23:21:54下载
- 积分:1
-
字模程序 字模程序 字模程序
字模程序 字模程序 字模程序-Fonts procedures Fonts procedures Fonts procedures procedures Fonts
- 2022-08-09 09:38:49下载
- 积分:1
-
计算表达式值的汇编程序
计算表达式值的汇编程序-calculation that evaluates the compilation process
- 2022-03-16 21:19:15下载
- 积分:1
-
notebook
记事本-notebook
- 2022-04-15 07:41:15下载
- 积分:1
-
random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxpr...
random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序 amis.zip 在汇编程序中灵活运用TSRs的程序库-random.zip random number generator to compile the source code cmdsrc.zip a text editor ourvxd.zip compilation of source code used to compile a series of simple example VxD a foxprn.zip use Fox assembler language interface program print graphics procedures amis.zip in the compilation process TSRs flexibility in the use of the library
- 2022-02-01 16:27:50下载
- 积分:1
-
一些基本的浮点数运算实现,可以方面地在ASM环境下调用这些子程序,简化编程...
一些基本的浮点数运算实现,可以方面地在ASM环境下调用这些子程序,简化编程-Some of the basic floating-point realize, you can easily call in ASM environment of these subroutines, simplify programming
- 2022-03-23 23:41:10下载
- 积分: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
-
各色各样的霓虹灯汇编源程序和exe执行程序
各色各样的霓虹灯汇编源程序和exe执行程序-all kinds of neon source and compilation procedures exe
- 2022-12-04 10:05:03下载
- 积分:1
-
input student score ,sort and output the result
输入学生姓名,学号,成绩,成绩可保留一位小数,然后按成绩排序,输出结果-input student score ,sort and output the result
- 2022-10-14 11:45:02下载
- 积分:1
-
compilation series operating procedures
汇编串操作的程序-compilation series operating procedures
- 2023-01-26 21:25:03下载
- 积分:1