-
Through the AT89C51, can be carried out on the LCD to read and write.
通过AT89C51,可以对LCD 进行读和写.-Through the AT89C51, can be carried out on the LCD to read and write.
- 2022-07-08 19:14:34下载
- 积分:1
-
二级公共基础知识总结
全国二级c语言公共基础知识总结,由专业培训机构的专业老师编写,包含了近几年来的二级考试公共基础知识点,分点总结,结合每年题型,非常全面,专业,实用。
- 2022-05-29 13:57:44下载
- 积分:1
-
RX8025时钟芯片操作程序,初始化时钟,写时间等,用汇编(ASM)编写!...
RX8025时钟芯片操作程序,初始化时钟,写时间等,用汇编(ASM)编写!-RX8025 clock chip operating procedure, initialize the clock, the time to write, using the compilation (ASM) to prepare!
- 2022-03-16 05:33:37下载
- 积分:1
-
transmitter receiver program
transmitter receiver program
- 2022-03-21 11:00:20下载
- 积分:1
-
汇编移位操作,asm文件演示如何进行移位操作
汇编移位操作,asm文件演示如何进行移位操作-Compilation shift operation, asm files demonstrate how to carry out shift operation
- 2022-01-31 14:32:18下载
- 积分:1
-
显示当前时间系统
显示当前系统时间-show the current time system
- 2023-06-26 20:45:02下载
- 积分:1
-
This is a simple address book program, very suitable for novices to learn from.
这是一个简单的地址簿程序,非常适合新手学习和借鉴。-This is a simple address book program, very suitable for novices to learn from.
- 2022-03-13 07:41: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
-
贪食蛇汇编源代码
贪食蛇汇编源代码-Snake compiled source code
- 2022-01-28 08:51:13下载
- 积分:1
-
基于DSP2812的电机的控制程序源代码:包括永磁同步电机,感应电机,无刷电机,开关磁阻电机,还附带9组测试程序...
基于DSP2812的电机的控制程序源代码:包括永磁同步电机,感应电机,无刷电机,开关磁阻电机,还附带9组测试程序-electromotor control dased on DSP2812
- 2022-01-24 16:46:16下载
- 积分:1