-
GAL16V8 GAL20V8和编译器的源码,小日本写的,与optasm…
gal16v8及gal20v8的编译程序源码,小日本写的,用optasm编译(该编译软件我也没找到,手上有的朋友请告诉一声,兄弟感激不尽),可以将eqn格式的文件编译成jed格式的文件-gal16v8 gal20v8 and the compiler source, the small Japanese writing, with optasm compiler (compiler software that I have not found the hands of some friends tell that as soon as the brothers eternally grateful), eqn format can be compiled into a document format documents jed
- 2022-09-14 07:45:02下载
- 积分:1
-
驻留程序TSR
驻留程序TSR -presence procedures TSR
- 2022-02-12 22:41:39下载
- 积分:1
-
128X128液晶显示程序.驱动芯片是89C51.里面有图片和红,绿,蓝测试图片...
128X128液晶显示程序.驱动芯片是89C51.里面有图片和红,绿,蓝测试图片-128X128 LCD procedures. Driver chip is 89C51. There are pictures and red, green and blue test picture
- 2022-03-30 02:06:26下载
- 积分:1
-
这个汇编程序可以显示ASC码,你可以学会如何显示字符…
this ASSEMBLY programme could show ASC codes ,you can leran how to show chars on display
- 2022-05-18 09:53:29下载
- 积分: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
-
This is a brushless DC motor speed control based on the DSP2407 source code, eve...
这个是直流无刷电机的基于DSP2407的速度控制源代码,希望对大家有所帮助,平台是CCS2-This is a brushless DC motor speed control based on the DSP2407 source code, everyone would like to help, platform is CCS2
- 2022-07-06 22:52:11下载
- 积分:1
-
系列除了
- 2023-05-02 14:45:02下载
- 积分:1
-
51的是门铃程程序是汇编程序,是很精典的
51的是门铃程程序是汇编程序,是很精典的-51 is a doorbell-way process is the compilation of procedures, is very classical in
- 2022-12-18 08:35:03下载
- 积分:1
-
128* 160 LCD procedures. The program driver chips are 89C51.
128*160液晶显示程序.该程序驱动芯片是89C51.-128* 160 LCD procedures. The program driver chips are 89C51.
- 2022-05-06 20:13:22下载
- 积分:1
-
模糊控制方法来控制无刷直流电动机调速,电机转速可以显著…
采用模糊控制方式控制直流无刷电机的转速,可使电机的转速稳定性大幅度提高-Fuzzy control method to control brushless DC motor speed, motor speed can significantly improve the stability of
- 2022-02-09 15:53:06下载
- 积分:1