-
设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。...
设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。-established from the beginning byte DATA modules into 10 unsigned data, the data to find the maximum and minimum, the screens showed that 10 data and maximum and the minimum.
- 2022-10-29 07:40:03下载
- 积分:1
-
HPA磁盘隐藏分区的安装生成源码,在MASM编译上可以通过,主要调用BIOS中断,端口等实现操作。...
HPA磁盘隐藏分区的安装生成源码,在MASM编译上可以通过,主要调用BIOS中断,端口等实现操作。-HPA hidden disk partition to install to generate source code in MASM compiler can be passed, the main BIOS interrupt call, port and so realize the operation.
- 2022-05-13 13:55:22下载
- 积分: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
-
球赛计时计分器程序
AT89C51汇编语言
球赛计时计分器程序
AT89C51汇编语言-Match time points AT89C51 assembly language program
- 2022-03-24 10:25:46下载
- 积分:1
-
键盘输入顶点信息,有向图最短路径,最短时间,两点之间路径...
键盘输入顶点信息,有向图最短路径,最短时间,两点之间路径-Keyboard input vertex information, has to map the shortest path, shortest time path between two points
- 2022-03-21 01:38:27下载
- 积分:1
-
it can help you use C++ program we
it can help you use C++ program we
- 2022-05-12 18:46:21下载
- 积分:1
-
USB FM radio development, FM USB Radio Principle and source
USB-FM收音机的发展,FM-USB收音机的原理和来源
- 2022-03-18 04:52:30下载
- 积分:1
-
用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP...
用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP-51学习板24WC02时行读写控制。-VB USB functions, mainly through call EasyD12.dll DLL function, USBU-right control of DP-51 learning at the plate WC02 24 firms control read and write.
- 2022-06-02 14:55:13下载
- 积分:1
-
基于51的简单交通灯模拟,对那些刚刚入门的朋友可能有所帮助...
基于51的简单交通灯模拟,对那些刚刚入门的朋友可能有所帮助-51 Based on a simple traffic light simulation, for those just getting started may be helpful to Friend
- 2022-08-23 07:14:47下载
- 积分:1
-
LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file he...
LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file here. As it should
always be, the ASM stuff contains the innermost pieces of code for the
effect, and also some other stuff related to low-level keyboard input.-LANDSCAPE SOURCE
There is a makefile, two C sources and one ASM file here. As it should
always be, the ASM stuff contains the innermost pieces of code for the
effect, and also some other stuff related to low-level keyboard input.
- 2022-10-23 22:55:03下载
- 积分:1