-
汇编的windows显示消息框的例子
汇编的windows显示消息框的例子-Compilation of the windows to display a message box example
- 2022-02-12 14:01:23下载
- 积分:1
-
汽车通讯控制程序LOU RANMIAO 1
汽车通讯控制程序LOU RANMIAO 1-automotive communications control procedures RANMIAO a writer
- 2022-02-06 12:34:19下载
- 积分:1
-
X86汇编写的32位图形操作系统
X86汇编写的32位图形操作系统--MenuetOS 很有帮助的哦, -X86 compilation of 32 write graphical operating system-- MenuetOS helpful Oh,
- 2022-11-03 04:35: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
-
使用8255芯片,编写程序控制音乐发生器和LED工作使他们组成声光报警装置,自己设置按键来控制音乐发生器启...
使用8255芯片,编写程序控制音乐发生器和LED工作使他们组成声光报警装置,自己设置按键来控制音乐发生器启-The use of 8255 chips, the preparation of program music generator and LED components work so that they sound and light alarm devices, set up their own buttons to control music generator Kai
- 2022-08-02 15:15:42下载
- 积分:1
-
The program is to achieve the realization of digital clock, and a corresponding...
该程序是实现数字钟的实现 ,并且有相应的界面。-The program is to achieve the realization of digital clock, and a corresponding interface.
- 2023-03-21 02:45:03下载
- 积分:1
-
FASM WIN ERROR INC 文件,仔细整理了WINDOWS 错误号,fasm格式
FASM WIN ERROR INC 文件,仔细整理了WINDOWS 错误号,fasm格式-FASM WIN ERROR INC documents, carefully compiled WINDOWS error No., fasm format
- 2023-04-30 23:30:03下载
- 积分:1
-
这是一个用PIC16F73 MCP2515的驱动程序、应用程序连接到PC通过…
This is an MCP2515 driver application using a PIC16F73, connected to the PC through the serial port.
In the firmware you can easily configure the MCP in TX, RX or LOOPBACK mode.
- 2022-08-24 10:20:55下载
- 积分:1
-
用C语言在Keil PCF8591数字anaog
Anaog to digital by PCF8591 C Language By KEIL
- 2022-05-08 08:28:41下载
- 积分:1
-
无刷直流电机控制
计算机键盘通常有一个小的数字小键盘上的一边,除了其他数字键上顶部,但用的按钮,允许的数值数据更有效地进入一个计算器样式的安排。(通常简称为"滑鼠") 这个数字键盘通常位于键盘右侧因为大多数人都用右手。
许多便携式计算机具有特殊功能键,按字母顺序排列的键盘部分变成一个数值的键盘,如没有足够的空间,让一个单独的键盘,内置到便携式计算机的机箱。可以购买单独的外部插件按键。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-23 16:45:04下载
- 积分:1