-
C51液晶fm24064组装驱动器
C51 LCD FM24064 Assemble driver-C51 LCD driver FM24064 Assemble
- 2022-04-16 07:27:17下载
- 积分:1
-
反
服务反杀戮码,服务反杀戮码,服务反杀戮码,服务反杀戮码,服务反杀戮码
- 2022-04-22 09:59:45下载
- 积分:1
-
实现了分段分页,实模式和保护模式的切换,以及对显示缓存的操作...
实现了分段分页,实模式和保护模式的切换,以及对显示缓存的操作-achieve the above tabs, real mode and protected mode switch, and to show that the operation cache
- 2022-05-07 00:00:02下载
- 积分:1
-
这是我想从别人的一个非常好的系统…
这是我从别人那要来的一非常不错的购物系统源代码,喜欢大家喜欢-This is what I want to come from others that one of the very good to the system source code, like everyone likes
- 2022-03-14 01:50:04下载
- 积分: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
-
DSP2407A头文件,以应用于自己设计的DSP最小系统,证明有效
DSP2407A头文件,以应用于自己设计的DSP最小系统,证明有效-DSP 2407 header
- 2022-07-28 16:16:00下载
- 积分:1
-
From the first time the procedure is " C++ Programming Guide" series, s...
第一次上传的程序,是《C++程序设计教程》系列的部分辅助代码。作者是钱能-From the first time the procedure is " C++ Programming Guide" series, some people in the supplementary code. The author is money to
- 2023-08-01 07:00:03下载
- 积分:1
-
DS18B20 driver assembly language made by the two digital display, the program ha...
ds18b20的驱动程序,汇编语言编的,由两位数码管显示,程序已经在AT89C51上调通了,附带proteus仿真文件。-DS18B20 driver assembly language made by the two digital display, the program has had a rise in the AT89C51, incidental Proteus simulation file.
- 2022-11-20 02:40:03下载
- 积分:1
-
对pic18f4520 ADC转换器
ADC Converter for PIC18f4520
- 2022-03-21 13:04:37下载
- 积分:1
-
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMes
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How
demonstrates uses: CreateWindow, CreateWindowEx, S endMessage and
GetMessage TranslateMessage and DispatchMessage, how does CreateFont
demonstrate uses API to found the Windows window to control
- 2022-11-17 12:00:03下载
- 积分:1