-
电子密码锁,报警,修改密码,输入三次错误自动结束。
电子密码锁,报警,修改密码,输入三次错误自动结束。-Electronic password lock, alarm, change your password, enter the three errors automatically end.
- 2022-04-25 16:33:52下载
- 积分: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
-
片机电子钟的计时脉冲基准是由外部晶振的频率经过12分频后提供,采用内部的定时/计数器来实现计时功能。所以,外接晶振频率精确度直接影响电子钟计时的准确性。...
片机电子钟的计时脉冲基准是由外部晶振的频率经过12分频后提供,采用内部的定时/计数器来实现计时功能。所以,外接晶振频率精确度直接影响电子钟计时的准确性。 -Machine electronic time clock pulse baseline is by an external crystal oscillator frequency, after 12 minutes after the frequency, using an internal timer/counter to achieve the timing function. Therefore, the external crystal frequency accuracy of a direct impact on the accuracy of the electronic time clock.
- 2022-02-03 05:24:56下载
- 积分:1
-
cwdp1203
CWDP1203-433、868、915型无线收发模块,是应用XEMICS公司的XE1203芯片开发的射频模块,工作频率为426-441MHz、856-882MHz、902-928MHz。工作频率稳定可靠。 -CWDP1203-433, 868,915 wireless transceiver module, is the application XEMICS the development of the company" s XE1203 chip RF modules, the working frequency 426-441MHz ,856-882MHz ,902-928MHz. Operating frequency of stable and reliable.
- 2022-11-06 02:30:04下载
- 积分:1
-
一个用汇编语言编写的计算器程序
一个用汇编语言编写的计算器程序-an assembler language calculator program
- 2023-07-02 21:05:03下载
- 积分:1
-
汇编语言的打字游戏,包括鼠标控制,直接写显存的图形界面,通过rs232连机,记录存档等功能。...
汇编语言的打字游戏,包括鼠标控制,直接写显存的图形界面,通过rs232连机,记录存档等功能。-An asm typing game. Includes features such as mouse control, direct video memory access, serial communication via rs232 and high score keeping and etc.
- 2023-03-22 00:15:03下载
- 积分:1
-
The use of the temperature of the outside world ds18b20 collection led to the us...
利用ds18b20对外界的温度进行采集,利用led进行温度的实时显示-The use of the temperature of the outside world ds18b20 collection led to the use of real-time display of temperature
- 2022-07-24 04:20:33下载
- 积分:1
-
8251A实现异步串行接口模式双
用8251a实现串行口异步方式双机通信,波特率1200bps,采用查询方式发送,中断方式接收。双方平时处在查询键盘、等待中断接收状态,并显示相关提示-8251a achieved using an asynchronous serial interface mode dual-machine communication, baud rate 1200bps, using queries sent, interrupt reception. Look at the two sides usually the keyboard, waiting for interrupt reception status, and display-related tips
- 2022-02-24 23:24:07下载
- 积分:1
-
汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。...
汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。-Compilation of small programs, for beginners to learn to compile, arm
- 2023-06-10 09:50:03下载
- 积分:1
-
EEPROM_24C01的C源代码,精巧实用,带有注释.
EEPROM_24C01的C源代码,精巧实用,带有注释.-EEPROM_24C01 the C source code, sophisticated and practical, with Notes.
- 2022-03-09 18:35:58下载
- 积分:1