-
针对OCM4X8C的汉字显示的汇编程序,是用keil软件编写的.
针对OCM4X8C的汉字显示的汇编程序,是用keil软件编写的.-For the Chinese characters displayed OCM4X8C assembler is prepared using keil software.
- 2023-08-08 00:10:04下载
- 积分:1
-
汇编语言程序设计(第二版)课后答案,从第二章开始!
汇编语言程序设计(第二版)课后答案,从第二章开始!-Assembly language programming (second edition) after the answer, from the beginning of the second chapter!
- 2022-01-28 20:53:19下载
- 积分:1
-
它可以帮助您使用C++程序
it can help you use C++ program we
- 2022-01-25 16:30:29下载
- 积分: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
-
用汇编编写的矩阵乘源代码,可以在WinDLX下运行
用汇编编写的矩阵乘源代码,可以在WinDLX下运行-Matrix prepared by the compilation by the source code, you can run WinDLX
- 2022-02-03 09:36:11下载
- 积分:1
-
运用描述性TASM源文件
tasm source document descript
- 2022-01-29 04:21:36下载
- 积分:1
-
With 89C51, an external crystal oscillator, reset circuit, two digital tube, two...
用89C51,外接晶振,复位电路,二个数码管,二个按键,做一个电子秒表,具体要求为用按键起停电子表,可用按键设计倒计时时间(如10S,20S,60S),并启动倒计时功能,能用按键选择以上两功能之一-With 89C51, an external crystal oscillator, reset circuit, two digital tube, two buttons, making an electronic stopwatch, and specific requirements for the use button start-stop electronic watches, key design can be used countdown time (such as 10S, 20S, 60S), and start the countdown function, can be used for more than two buttons select one of the functions
- 2022-05-13 17:10:52下载
- 积分:1
-
删除半个汉字 删除半个汉字 删除半个汉字 删除半个汉字
删除半个汉字 删除半个汉字 删除半个汉字 删除半个汉字-delete to delete half Chinese half Chinese half Chinese delete delete t o delete half Chinese h alf Chinese delete to delete half Chinese half Chinese half Chinese delete to delete half of Chinese characters
- 2022-07-07 14:47:08下载
- 积分:1
-
random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码...
random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码-random.zip random number generator to compile the source code of a text editor cmdsrc.zip compilation of source code
- 2022-05-17 05:30:42下载
- 积分:1
-
51编写的电扇的程序,可以控制转速,并且在液晶上显示。在我们的板子上可以调试通过的...
51编写的电扇的程序,可以控制转速,并且在液晶上显示。在我们的板子上可以调试通过的-51 fans prepared procedures to control speed, and liquid crystal display. In our board can debug through the
- 2022-11-23 07:25:03下载
- 积分:1