-
用仿真的方法实现超宽带信号的产生,先产生一个带宽确定的矩形波行,将其调制到射频频率上去...
用仿真的方法实现超宽带信号的产生,先产生一个带宽确定的矩形波行,将其调制到射频频率上去 -Simulation method used to achieve ultra-wideband signal generation, to produce a bandwidth of the rectangular-wave line to determine its frequency modulation up to RF
- 2022-06-17 23:17:23下载
- 积分:1
-
一个很不错的事件代码~!希望大家喜欢,多给点建议!
一个很不错的事件代码~!希望大家喜欢,多给点建议!-A very good event code ~! I hope you like it, more to the point proposal!
- 2023-04-17 17:45:03下载
- 积分:1
-
用89C2051实现恒速控制,原理图、印刷电路板图、软件源程序
用89C2051实现恒速控制,原理图、印刷电路板图、软件源程序-To achieve constant speed control with 89C2051, schematics, printed circuit board diagram, software source code
- 2022-01-26 04:28:19下载
- 积分:1
-
receiving and processing subroutine. Can be used as a general program
这是键盘接收处理子程序。可以当作通用程序使用-receiving and processing subroutine. Can be used as a general program
- 2023-04-08 14:10:03下载
- 积分:1
-
Super light water source, three state of transformation, using PWM and timer int...
超级流水灯源程序,三种状态转化,用PWM及定时中断控制!-Super light water source, three state of transformation, using PWM and timer interrupt control!
- 2022-02-02 03:08:54下载
- 积分: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
-
personal album procedures for the sharing
个人相册程序-------------供大家分享-personal album procedures for the sharing-------------
- 2022-09-25 11:35:03下载
- 积分:1
-
an AD converter code, we do experimental interface, useful download.
一个AD转换代码,是我们做的接口实验,有用的下载。-an AD converter code, we do experimental interface, useful download.
- 2022-05-24 08:22:13下载
- 积分:1
-
还是一个asm编的VXD例子
还是一个asm编的VXD例子-asm or a series of examples VXD
- 2023-04-16 10:35:03下载
- 积分:1
-
一个AD9851的驱动程序。并行时序。现在的程序和原理图…
一个AD9851的驱动。用的并行时序。
现在把程序和电路图发上来,大家帮帮我看看问题出在那里。谢谢了。
要是有做成功的能共享一下电路和程序感激!
main.c
-An AD9851 driver. Timing used in parallel. Now that the procedures and schematics hair up, everyone help me to see the problem there. Thank you. If success has to do to share about the circuit and procedures grateful! main.c
- 2023-03-18 21:55:03下载
- 积分:1