-
12232 LCD test driver, in the 12232 through 12232 of the liquid crystal display...
12232液晶的测试驱动程序,在12232通过at89s51显示12232的液晶测试程序。用汇编写成测试可以使用-12232 LCD test driver, in the 12232 through 12232 of the liquid crystal display AT89S51 test procedure. With the compilation of written test can be used
- 2022-02-26 13:47:07下载
- 积分:1
-
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做...
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电
路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。
本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,依次从引脚RC0
到RC7送出高电平,然后再依次从引脚RC7到RC0送出高电平,并且周而复始,从而
使得与该端口C相连的8只发光二极管LED循环依次点亮,其效果类似于一个简单的霹雳灯。
该程序可用于PIC16F87X(A)所有系列
- 2022-01-26 02:20:23下载
- 积分:1
-
从C51单片机最基本的节拍、机器周期、指令周期、指令时序谈开去,基础不扎实的汇编程序员的必补资料。...
从C51单片机最基本的节拍、机器周期、指令周期、指令时序谈开去,基础不扎实的汇编程序员的必补资料。-C51 cycles, reference for ASM programmer.
- 2022-04-07 21:22:38下载
- 积分:1
-
如果要进行农历跟正历的转换 那么这个程序就是用来转换的...
如果要进行农历跟正历的转换 那么这个程序就是用来转换的-to the Lunar calendar is with the conversion Well, this procedure is used for conversion
- 2022-02-02 05:29:38下载
- 积分:1
-
输入一个数 然后可以得到比这个数小的所有素数 InTEL汇编程序设计书后的一道题目 天津大学实验...
输入一个数 然后可以得到比这个数小的所有素数 InTEL汇编程序设计书后的一道题目 天津大学实验 -Enter a number and then can get smaller than this number of all prime numbers InTEL assembly programming book for a test subject of Tianjin University
- 2023-08-26 13:35:11下载
- 积分:1
-
Procedures for single
AT89S51红外程序单片机学习板的程序
asm汇编程序-Procedures for single-chip AT89S51 infrared study of the process board assembler asm
- 2022-01-24 18:24:50下载
- 积分:1
-
编程高手 讨论
编程高手 讨论 -programming experts to discuss programming experts discussed
- 2022-08-11 19:12:04下载
- 积分:1
-
CS1694 DEMO程序,CS1694主要用于DVDVFD驱动
CS1694 DEMO程序,CS1694主要用于DVDVFD驱动-CS1694 DEMO procedures, CS1694 driven mainly used DVDVFD
- 2022-03-19 03:56:47下载
- 积分: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
-
EEPROM的驱动程序,可以实现连续读出,单个输入,希望高手能帮忙改进以下,使其实现连续输入...
EEPROM的驱动程序,可以实现连续读出,单个输入,希望高手能帮忙改进以下,使其实现连续输入-EEPROM driver, you can realize continuous read out, a single input, I hope you can help improve the following to achieve the continuous input
- 2022-05-31 06:49:07下载
- 积分:1