-
接口8259编程
汇编语言实现的 接口8259编程 一个很好用的代码 上课实验时写的
- 2023-05-15 12:15:03下载
- 积分:1
-
80x86保护模式系列教程 作者:李彦昌
80x86保护模式系列教程 作者:李彦昌-80x86 protected mode Series Guide Author : Lipanchang
- 2023-03-25 07:10:03下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第9章
Windows环境下32位汇编语言程序设计配套书源码第9章-Windows Environment 32-bit assembly language programming package source book Chapter 9
- 2022-07-08 03:30:18下载
- 积分:1
-
AD about the company' s chips course ADSP21020 models to VISUAL DSP++ as a de...
关于AD公司的ADSP21020型号芯片的历程,以VISUAL DSP++为开发环境-AD about the company" s chips course ADSP21020 models to VISUAL DSP++ as a development environment
- 2023-04-10 11:15:03下载
- 积分: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
-
交通灯由黄光东写
traffic light written by Huynh Quang Tung
- 2022-06-27 14:03:11下载
- 积分:1
-
24C02 read and write procedures. Extracting called directly. A descriptive notes...
24C02 的读写程序。解压 直接调用。 有说明注释 的 。-24C02 read and write procedures. Extracting called directly. A descriptive notes.
- 2022-04-17 18:25:03下载
- 积分:1
-
五个按键:关机off键,开机on键,五分钟定时键,十分钟定时键,二十分钟定时键,按相应的按键实现相应的功能,输出4HZ的方波...
五个按键:关机off键,开机on键,五分钟定时键,十分钟定时键,二十分钟定时键,按相应的按键实现相应的功能,输出4HZ的方波-5 buttons: off off key, turn on key, five minutes from time to time key, 10 minutes from time to time key, 20 minutes from time to time, press the corresponding button to achieve the corresponding functions of the square wave output of 4HZ
- 2022-08-14 16:41:06下载
- 积分:1
-
TC1320 drive the process to achieve the realization of DA conversion. Entrance p...
本程序实现驱动TC1320实现DA转换。
入口参数:待转换的数据在SOU中。
出口参数:无。-TC1320 drive the process to achieve the realization of DA conversion. Entrance parameters: the data to be converted in the SOU. Export parameters: None.
- 2022-01-25 16:18:25下载
- 积分:1
-
汇编的windows显示消息框的例子
汇编的windows显示消息框的例子-Compilation of the windows to display a message box example
- 2022-02-12 14:01:23下载
- 积分:1