-
Matlab通信系统的建模仿真
实验五 直接序列扩频系统的建模与仿真...
Matlab通信系统的建模仿真
实验五 直接序列扩频系统的建模与仿真-matlab
- 2022-01-27 13:03:17下载
- 积分:1
-
液晶显示器LCM320240驱动程序,和触摸驱动程序。
液晶显示器LCM320240驱动程序,和触摸驱动程序。-LCM320240 liquid crystal display drivers, and touch driver.
- 2022-07-22 02:30:46下载
- 积分:1
-
2 18b20 application means the same bus with the serial number detection assemble...
两片18b20应用 同一总线方式
带有序列号检测功能
汇编程序,编译测试通过-2 18b20 application means the same bus with the serial number detection assembler, compiler test
- 2022-02-27 02:48:33下载
- 积分:1
-
51 LCD Simulator demo fat fat fat occurred occurred occurred occurred occurred i...
51仿真器液晶显示演示程序发发 发发生 发放发生的发生发生地方-51 LCD Simulator demo fat fat fat occurred occurred occurred occurred occurred issuing places
- 2023-04-25 17:45: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
-
模型参考自适应程序。用于无速度传感器,做矢量控制
模型参考自适应程序。用于无速度传感器,做矢量控制-matlab
- 2022-01-26 02:24:52下载
- 积分:1
-
A typical example of interrupt program, 8253,8255,8259 integrated application.
中断程序的一个典型示例,8253,8255,8259的综合应用。-A typical example of interrupt program, 8253,8255,8259 integrated application.
- 2022-01-26 00:12:34下载
- 积分:1
-
OpenGL Cube, Asm x86.
Simple sample, which describes how to use OpenGL GAPI in...
OpenGL Cube, Asm x86.
Simple sample, which describes how to use OpenGL GAPI in Assembler. Requires MASM32 kit for building.
- 2023-03-19 23:15:03下载
- 积分:1
-
关于单片机c语言的编程例子。。
关于单片机c语言的编程例子。。
-On Singlechip c language programming examples. .
- 2022-06-13 11:08:04下载
- 积分:1
-
12232 LCD test driver, in the 12232 through 12232 of the liquid crystal display...
12232液晶的测试驱动程序,在12232通过at89s51显示12232的液晶测试程序。用汇编写成测试可以使用-12232 LCD test driver, in the 12232 through 12232 of the liquid crystal display AT89S51 test procedure. With the compilation of written test can be used
- 2022-02-26 13:47:07下载
- 积分:1