-
带界面的两位数计算器,完成加减乘除运算欢迎使用
带界面的两位数计算器,完成加减乘除运算欢迎使用-calculator
- 2023-03-26 07:35:03下载
- 积分:1
-
AT91SAM7S32的一个应用.本程序为为一个简单的DEBUG口的输出演示:
1,完成基本的初始化
2,初始化DEBUG口,使能发送和接收
3,现...
AT91SAM7S32的一个应用.本程序为为一个简单的DEBUG口的输出演示:
1,完成基本的初始化
2,初始化DEBUG口,使能发送和接收
3,现象为在超级几终端打印信息-AT91SAM7S32 an application. The procedure for a simple mouth DEBUG output exercise : a complete two basic initialization, initialize DEBUG mouth so that it can send and receive three. the phenomenon of a few super information terminals Print
- 2022-02-03 16:15:58下载
- 积分:1
-
小车程序,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
小车程序,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Trolley procedures, language textbooks and textbooks compiled the relevant knowledge, and an increase of some of the compilation of the material layer architecture to meet the needs of organizations never learned the computer needs of students
- 2022-08-02 23:01:45下载
- 积分:1
-
assembly language to achieve the realization of the specified string of letters...
汇编语言实现的实现在字符串中查找指定的字母出现的次数,-assembly language to achieve the realization of the specified string of letters identifying the number of occurrences
- 2022-07-24 06:18:02下载
- 积分:1
-
ad9951,dds资料,有用的朋友看看,希望对你有用!
ad9951,dds资料,有用的朋友看看,希望对你有用!-ad9951, dds information useful to look at the Friend, I hope useful for you!
- 2022-02-02 07:08:03下载
- 积分:1
-
pe 文件编程:pe
pe 文件编程:pe-locknt 的解密程序.rar-pe programming documents : pe-locknt the declassification procedures. Rar
- 2022-02-12 04:17:29下载
- 积分:1
-
用汇编语言实现单片机电流检测程序
用汇编语言实现单片机电流检测程序-ASM
- 2022-06-16 02:28:18下载
- 积分:1
-
它是关于医院管理系统,它告诉我们如何管理…
it is about hospital management systems which tell how things can be managed in hospital
- 2022-02-13 02:27:31下载
- 积分: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
-
不是本人开发,但是是我从网上发现的qbasic 下的鼠标程序,调用了汇编语言...
不是本人开发,但是是我从网上发现的qbasic 下的鼠标程序,调用了汇编语言-qbasic program under the mouse
- 2022-01-22 08:59:46下载
- 积分:1