-
无线电源控制系统发射程序.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
-
编编带小动画,情人节
用汇编编的一个小动画,情人-compilation series with a small animation, Valentine
- 2022-02-01 15:34:12下载
- 积分:1
-
fm中频调制中实现数字正交上变频和正交下变频。
fm中频调制中实现数字正交上变频和正交下变频。-fm frequency modulation in digital quadrature up-conversion and down-conversion quadrature.
- 2022-02-03 11:23:54下载
- 积分:1
-
Matrix switchers chip assembler source code. Manufacturers provide.
矩阵切换器芯片的汇编程序源码。厂家提供。-Matrix switchers chip assembler source code. Manufacturers provide.
- 2022-10-27 05:30:03下载
- 积分:1
-
F2812的实验程序,八个按键蜂鸣器和液晶显示器
F2812实验程序,8位键控蜂鸣器与lcd-F2812 experimental procedure, eight keying buzzer sounded with the lcd
- 2023-04-06 06:00:04下载
- 积分:1
-
同学的课程设计 觉得不错
同学的课程设计 觉得不错-curriculum design students think it"s good
- 2022-01-31 19:33:06下载
- 积分: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
-
我写的电子琴用8253的程序,有点浪费资源,不过听好用的,大家不妨参考一下...
我写的电子琴用8253的程序,有点浪费资源,不过听好用的,大家不妨参考一下-I write flower with 8,253 procedures, a bit of a waste of resources, but to listen to everything, you may wish to make reference to
- 2022-07-11 22:36:42下载
- 积分:1
-
LCD驱动ASM程序
lcd drive asm program-lcd drive asm2 program
- 2022-01-25 22:51:24下载
- 积分:1
-
Experiments done by the serial communication code used in the procedure, I hope...
做串口通信实验时所用的编码程序,希望对你们有用-Experiments done by the serial communication code used in the procedure, I hope useful to you
- 2022-03-16 11:08:35下载
- 积分:1