-
Jam digital
数字钟项目。想尝试创造一个7段数字时钟。mikrokontrolerat89s52的来源。blogspot.com网站
- 2022-06-13 04:59:27下载
- 积分:1
-
重要的文件 重要的文件
重要的文件 重要的文件 -重要的文件重要的文件重要的文件重要的文件
- 2023-08-12 23:25:03下载
- 积分:1
-
ds1302时钟电路的汇编语言程序,编译无法通过,请各位大虾指教...
ds1302时钟电路的汇编语言程序,编译无法通过,请各位大虾指教-DS1302 clock circuit assembly language program, the compiler can not, please enlighten prawns
- 2022-03-02 07:27:59下载
- 积分:1
-
这是一个汇编的程序包,所包含了一般的汇编初学者所要参考的汇编小程序...
这是一个汇编的程序包,所包含了一般的汇编初学者所要参考的汇编小程序-This is a compilation of the package, which contains a compilation of the general beginners by reference to the compilation of small programs
- 2022-02-02 19:46:07下载
- 积分: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
-
89S51 与数码管显示器以及键盘SW 对应引脚的联机为:
P0.0
89S51 与数码管显示器以及键盘SW 对应引脚的联机为:
P0.0-------------------------数码管显示器的a脚
P0.1-------------------------数码管显示器的b脚
P0.2-------------------------数码管显示器的c脚
P0.3-------------------------数码管显示器的d脚
P0.4-------------------------数码管显示器的e脚
P0.5-------------------------数码管显示器的f脚
P0.6-------------------------数码管显示器的g脚
P0.7-------------------------数码管显示器的dp脚
;
P2.2-------------------------数码管显示器1的驱动脚
P2.3-------------------------数码管显示器2的驱动脚
P2.4-------------------------数码管显示器3的驱动脚
P2.5-------------------------数码管显示器4的驱动脚
P2.6-------------------------数码管显示器5的驱动脚
P2.7-------------------------数码管显示器6的驱动脚
;
P2.2-------------------------键盘SW1
P2.3-------------------------键盘SW2
P2.4-------------------------键盘SW3
P2.5-------------------------键盘SW4
P2.6-------------------------键盘SW5
P2.7-------------------------键盘SW6-devised with the digital control display and keyboard SW corresponding pin online : P0.0------------------------- Digital Display of a foot P0 .1--------
- 2022-06-03 18:10:38下载
- 积分:1
-
用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k...
用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
- 2022-07-19 02:23:39下载
- 积分:1
-
PT6523的程序,需要的朋友可以看一下
PT6523的程序,需要的朋友可以看一下-PT6523 procedures need friends can look at
- 2022-07-21 09:08:02下载
- 积分:1
-
看雪软件安全http:www.pediy.com 上 翻译的opcode结构的文章 对学习反编译很有用处...
看雪软件安全http:www.pediy.com 上 翻译的opcode结构的文章 对学习反编译很有用处-See the snow on the translation of software security http:www.pediy.com the opcode structure of the article on learning useful decompile
- 2022-02-03 03:41:11下载
- 积分:1
-
Computer
- 2022-01-26 02:57:29下载
- 积分:1