-
编程高手 讨论
编程高手 讨论 -programming experts to discuss programming experts discussed
- 2022-08-11 19:12: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
-
发射红外st62t
trasmitter ir with st62t-trasmitter ir with st62txx
- 2022-03-07 10:33:09下载
- 积分:1
-
产生各种各样的频率,欢迎大家来使用,
产生各种各样的频率,欢迎大家来使用,-Produce a wide range of frequency
- 2022-05-20 12:24:39下载
- 积分:1
-
biansongqiziliao ,xuyao
biansongqiziliao ,xuyao -hopeyouneed
- 2022-04-29 22:32:38下载
- 积分:1
-
脉冲
在基于脉冲的UWB系统中,采用瑞克接收机合并多径信号能量并进行相干检测,信道估计问题即估计多径信号的到达时间和幅度。在基于OFDM的UWB系统中,接收机根据信道频域响应对每个子信道进行频域均衡后进行相干检测,信道估计问题即估计信道频域响应。-Pulse-based UWB systems, rake receivers using the combined multipath signal energy and coherent detection, channel estimation problem that is estimated multipath signal arrival time and amplitude. OFDM-based UWB system, the receiver under the channel frequency response of each subchannel to frequency domain equalization after coherent detection, channel estimation problem that is estimated channel frequency response.
- 2022-10-21 18:40:03下载
- 积分:1
-
第九届飞思卡尔电磁车源代码
应用背景详细的第九届电磁组程序,可以直接用关键技术采用5个电感检测赛道,归一化算法,可以参考一下电感的排布,以及处理的算法
- 2023-08-05 00:50:06下载
- 积分:1
-
this program is use fo calculate the cube of 0~6,which defined as a array in the...
查0~6的立方值,在内存的TABLE中存放-this program is use fo calculate the cube of 0~6,which defined as a array in the ram memory
- 2022-03-05 18:12:16下载
- 积分:1
-
单片机实现键盘输入数码管显示。给sclk8个上升沿就可以控制一个8段数码管了,当移位寄存器满了后,给st一个上升沿,就可以显示数据了...
单片机实现键盘输入数码管显示。给sclk8个上升沿就可以控制一个8段数码管了,当移位寄存器满了后,给st一个上升沿,就可以显示数据了-SCM keyboard input digital tube display. To a rising edge sclk8 can control an 8-segment digital tube, and when the shift register is full, after a rising edge to the st, you can display the data of the
- 2022-03-22 04:13:05下载
- 积分:1
-
内联汇编
直接操作winio驱动写io模拟鼠标键盘
内联汇编
直接操作winio驱动写io模拟鼠标键盘-Inline assembly winio directly mouse-driven simulation of a keyboard to write io
- 2022-11-27 02:15:02下载
- 积分:1