-
TLV2544/48 Interface routine
TLV2544/48 Interface routine
- 2022-03-29 01:04:28下载
- 积分:1
-
一些关于FPGA的重要的PING语句,相当好的东西
一些关于FPGA的重要的PING语句,相当好的东西-Number of FPGA
- 2022-11-12 02:10:03下载
- 积分:1
-
适用于内藏SED1335及其兼容控制器的SHARP
适用于内藏SED1335及其兼容控制器的SHARP-LM32019T 320X240点阵字符-Applicable to embedded controller SED1335 compatible and SHARP-LM32019T 320X240 dot matrix characters
- 2022-07-04 17:32:33下载
- 积分:1
-
You can also source an asterisk password, the compilation is good material for a...
可以还源星号密码,是汇编朋友学习的好教材-You can also source an asterisk password, the compilation is good material for a friend to learn
- 2022-03-11 09:59:31下载
- 积分:1
-
16x16的点阵LED
16x16点led
- 2022-01-25 22:36:22下载
- 积分: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
-
VC写的一个可以对ARM进行反汇编的工具的原代码
VC写的一个可以对ARM进行反汇编的工具的原代码-VC can write an anti-ARM tools to compile the original code
- 2023-01-24 08:25:04下载
- 积分:1
-
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现动态时间的显示,...
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现动态时间的显示,-the procedures detailed in the Notes, cut operating correctly, program modules clear, transplantation, and can achieve dynamic time,
- 2022-12-14 14:30:03下载
- 积分:1
-
基于51的蓝牙车程序(内附手机APP)
基于51的蓝牙车程序,你只需按着程序接线即可,内附手机APP,有摇杆按钮控制,并且可实现重力感应
- 2023-03-16 14:20:08下载
- 积分:1
-
mainly used for LCD driver, and some information about it, such as after a tame...
主要用于LCD的驱动,还有一些关于它的资料,等以后再传上来,它是驱动128*64大小的LCD,相当有用,也相当有价值,使用起也很简单!-mainly used for LCD driver, and some information about it, such as after a tame onto, it is 128* 64-size LCD, very useful and very valuable, since use is also very simple!
- 2022-01-26 03:39:54下载
- 积分:1