-
8051单片机的A/D 2500,128X64点阵LCD的演示程序
8051 a/D2500,lcd 128x64演示程序
- 2022-09-19 10:15:03下载
- 积分: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
-
dspic6012A读写24LC02B的例程(用c语言编写)
dspic6012A读写24LC02B的例程(用c语言编写)-24LC02B of routines to read and write dspic6012A (using c language)
- 2023-05-27 22:30:04下载
- 积分:1
-
反汇编disasm的源代码
反汇编disasm的源代码
反汇编disasm的源代码
反汇编disasm的源代码-anti-disasm compilation of the source code compilation disasm against the source code of the anti-compilation disasm source code
- 2022-01-26 01:54:39下载
- 积分:1
-
Gauss投影计算方法以及界面美化,个人自己做的,比较菜
Gauss投影计算方法以及界面美化,个人自己做的,比较菜-Gauss projection method and interface landscaping, individuals themselves, more vegetables
- 2023-04-22 12:00:03下载
- 积分:1
-
control interrupted code compilation
控制中断的汇编代码-control interrupted code compilation
- 2022-07-18 12:42:41下载
- 积分:1
-
not the failure of the no no the failure of the failure of the no no no of the
没的 没的 没的 没的-not the failure of the no no the failure of the failure of the no no no of the
- 2022-11-29 12:25:04下载
- 积分:1
-
定时闹钟的一个简单实用的程序,可以对现在时间以及闹钟时间进行修改....
定时闹钟的一个简单实用的程序,可以对现在时间以及闹钟时间进行修改.-Regular alarm clock, a simple and practical procedures, the time now, and can modify the alarm time.
- 2023-01-15 19:05:03下载
- 积分:1
-
这是一本经典教材《IBM PC 86X86汇编语言程序设计》和教案,我觉得写得不错,拿来和大家分享...
这是一本经典教材《IBM PC 86X86汇编语言程序设计》和教案,我觉得写得不错,拿来和大家分享-This is a classic textbook "IBM PC 86X86 assembly language programming" and lesson plans, I feel well-written, and we used to share
- 2022-03-10 10:16:42下载
- 积分:1
-
header p16f916
此头文件定义配置、寄存器和其他有用的文件
- 2022-12-19 16:05:03下载
- 积分:1