-
Digital clock procedures, suitable for use in school learning, understanding thi...
数字钟程序,适合于在校学习学习使用,理解此程序,对于以后的编程十分有用-Digital clock procedures, suitable for use in school learning, understanding this process, for future programming very useful
- 2022-06-13 02:52:52下载
- 积分:1
-
汇编操作蜂鸣器演奏音乐的例程,使用MASM6.15编译通过
汇编操作蜂鸣器演奏音乐的例程,使用MASM6.15编译通过-operation of buzzer
- 2022-02-15 05:23:26下载
- 积分:1
-
TV remote control procedures
电视遥控器软解码程序-TV remote control procedures
- 2023-08-31 09:50:03下载
- 积分:1
-
经典的fast ICA程序,用于盲信号的分离,希望能够对大家有帮助!...
经典的fast ICA程序,用于盲信号的分离,希望能够对大家有帮助!-Classic fast ICA program for the separation of the spread, hoping to help!
- 2022-03-04 23:44:18下载
- 积分:1
-
无线电源控制系统发射程序.T1为方式2(8位).设置串口方式1,允许接收.设置波特率:2400bit/s(晶振12MHz),调看门狗喂狗子程序....
无线电源控制系统发射程序.T1为方式2(8位).设置串口方式1,允许接收.设置波特率:2400bit/s(晶振12MHz),调看门狗喂狗子程序.-Wireless power control system of the launch procedures. T1 for Mode 2 (8). Set serial mode 1, the receiving permit. Set baud rate: 2400bit/s (crystal 12MHz), transferred喂狗watchdog subroutine.
- 2023-07-29 12:45:03下载
- 积分:1
-
在该系统下,将所有的系统中的所有的设备都一一列举出来…
在dos下编程,列举出系统中的全部PCI设备,显示出厂商和设备号-Under the dos program to enumerate all the PCI devices in the system, indicating that manufacturers and device number
- 2022-03-20 05:24:46下载
- 积分:1
-
装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显...
装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显示出来。如实时温度超过设定的上、下限值,一方面由LCD显示信息,并发出警报声;另一方面自动控制继电器(Relay)开接通或断开,从而控制加热源的开与断,达到对温度进行实时控制的目的。-Device" s function is real-time temperature monitoring and control. Temperature by the temperature sensor DS18B20 sample and converted into a digital signal into the microcontroller, and with the set alarm temperature of the upper and lower limit comparison information through the LCD display. Such as real-time temperature exceeds a set upper and lower limits on the one hand by the LCD to display information, and the alarm sound the other hand, automatic control relay (Relay) to open turn on or off to control the opening and the heat source off, to achieve real-time temperature control.
- 2022-02-20 12:38:04下载
- 积分: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
-
DP-1581的8563T及7289a键盘LED演示程序-DP-1581 and 7289a of the 8563T Keyboard LED demo
- 2022-02-03 13:45:17下载
- 积分:1
-
基于汇编语言的学生管理系统
资源描述学生管理系统。由汇编语言编写的,有学生信息录入、排序、输出等功能。
- 2022-03-22 09:49:52下载
- 积分:1