-
EEPROM局部抄写软件,可以任意设置地址,抄写一段数据,数据由母片提供....
EEPROM局部抄写软件,可以任意设置地址,抄写一段数据,数据由母片提供.-EEPROM partial copying software, can set up addresses, copying a section of data, data provided by the master.
- 2022-06-29 08:31:42下载
- 积分:1
-
用汇编语言实现的倒计时器,利用1C中断每秒中断约18次的特性,在根据中断次数计算时间,每过一秒,时间以十进制显示在屏幕上,时间减到零时程序退出。...
用汇编语言实现的倒计时器,利用1C中断每秒中断约18次的特性,在根据中断次数计算时间,每过一秒,时间以十进制显示在屏幕上,时间减到零时程序退出。-Using assembly language implementation of the countdown device, using 1C interrupted about 18 times per second interruption characteristics, in accordance with interruptions computation time, with every passing second, the time displayed on the screen in decimal, the time reduced to zero to quit.
- 2022-01-26 00:26:39下载
- 积分:1
-
输入高电压时直流无刷电机的控制程序,可使用在家庭,工厂等没有直流电源的地方...
输入高电压时直流无刷电机的控制程序,可使用在家庭,工厂等没有直流电源的地方-Importation of high-voltage brushless DC motor control program, you can use in the home, factories, and other places there is no DC power supply
- 2022-04-28 08:04:52下载
- 积分: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
-
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
-
在DOS下固定的位置显示时间
在DOS下固定的位置显示时间-DOS in a fixed location time
- 2022-09-19 06:50:03下载
- 积分:1
-
modbus RTU
51单片机 ASM源代码
modbus RTU
51单片机 ASM源代码-modbus RTU51 Singlechip ASM source code
- 2023-06-28 14:20:03下载
- 积分:1
-
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目...
将系统时间显示出来 由汇编语言编辑而成
可应用于课程设计等项目-The system time display made by assembly language editor can be used in curriculum design and other projects
- 2023-02-25 04:50:04下载
- 积分:1
-
红外遥控码形检测,通过串口发送数据到PC机
9600,n,8,1,每位+1表示14us...
红外遥控码形检测,通过串口发送数据到PC机
9600,n,8,1,每位+1表示14us-Infrared remote control code type detection, through the serial port to send data to the PC-9600, n, 8,1, each+1 that 14us
- 2022-03-14 23:39:24下载
- 积分:1
-
采用PID方式控制直流无刷电机,可使电机的调速范围扩大一倍以上...
采用PID方式控制直流无刷电机,可使电机的调速范围扩大一倍以上
- 2022-03-04 22:27:58下载
- 积分:1