-
整型浮点数加法运算
通过MIPS的汇编语言实现整型浮点数的加法运算。其中可以设计的指令有mfc1和mtc1。如输入1,1,则输出2.0,以此实现运算。
- 2023-05-29 00:20:03下载
- 积分:1
-
一个很详细的电话拨号程序,利用HT9200A发送双音频信号
一个很详细的电话拨号程序,利用HT9200A发送双音频信号-A very detailed telephone dial-up procedures, the use of dual-audio signals sent HT9200A
- 2023-01-12 19:40:04下载
- 积分:1
-
AD9851的应用程序,经验证可以正常使用
AD9851的应用程序,经验证可以正常使用-AD9851 application, normal use can be proven
- 2022-08-07 18:35:42下载
- 积分:1
-
小小的BIOS了解BIOS非常好的资料,大家可以学习一下
tiny bios--了解BIOS非常好的资料,大家可以学习一下-tiny bios very good understanding of BIOS data, everyone can learn about
- 2022-06-01 15:34:10下载
- 积分:1
-
这是一个汇编程序,是个简单的闹钟程序,可以获取系统时间、可以校时!...
这是一个汇编程序,是个简单的闹钟程序,可以获取系统时间、可以校时!-This is an assembler, is a simple alarm clock program, you can get the system time, to school, when!
- 2022-02-15 20:34:26下载
- 积分:1
-
系列除了
- 2023-05-02 14:45:02下载
- 积分:1
-
12232 LCD test driver, in the 12232 through 12232 of the liquid crystal display...
12232液晶的测试驱动程序,在12232通过at89s51显示12232的液晶测试程序。用汇编写成测试可以使用-12232 LCD test driver, in the 12232 through 12232 of the liquid crystal display AT89S51 test procedure. With the compilation of written test can be used
- 2022-02-26 13:47:07下载
- 积分:1
-
用光标实现飞鸟的形状
使其在屏幕中间看起来有非动效果
非常好玩哈...
用光标实现飞鸟的形状
使其在屏幕中间看起来有非动效果
非常好玩哈-birds use the cursor to achieve it in the shape of the screen, they are among the non-dynamic effect was very fun Kazakhstan
- 2022-02-04 04:52:54下载
- 积分: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
-
本程序实现液晶显示控制器SED1335的字符和汉字显示。
1.显示屏为320*240点阵
2.显示屏前128行为图形方式显示汉字,后112行为文本方式显...
本程序实现液晶显示控制器SED1335的字符和汉字显示。
1.显示屏为320*240点阵
2.显示屏前128行为图形方式显示汉字,后112行为文本方式显示字符
3.汉字的Y坐标以象素点为单位,X坐标以8象素点为单位。-This program SED1335 LCD controller display of characters and Chinese characters. 1. Display of 320* 240 dot matrix 2. Display 128 acts of the former graphics display Chinese characters, act after the 112 character text display 3. Chinese characters Y coordinates to pixel-point unit, X pixel coordinates point to 8 units.
- 2023-05-28 15:05:03下载
- 积分:1