代码搜索:数字示波
找到约 10,000 项符合「数字示波」的源代码
代码结果 10,000
www.eeworm.com/read/485392/6561185
m 3-4.m
%例程3-4 产生锯齿波形
Fs=1000;
t=0:1/Fs:3;
x=sawtooth(2*pi*t);
y=sawtooth(2*pi*t,0.5);
z=sawtooth(2*pi*t,1);
subplot(3,1,1);
plot(t,x);
subplot(3,1,2);
plot(t,y);
subplot(3,1,3);
plo
www.eeworm.com/read/341613/12075834
m 3-4.m
%例程3-4 产生锯齿波形
Fs=1000;
t=0:1/Fs:3;
x=sawtooth(2*pi*t);
y=sawtooth(2*pi*t,0.5);
z=sawtooth(2*pi*t,1);
subplot(3,1,1);
plot(t,x);
subplot(3,1,2);
plot(t,y);
subplot(3,1,3);
plo
www.eeworm.com/read/415746/11055939
m 3-4.m
%例程3-4 产生锯齿波形
Fs=1000;
t=0:1/Fs:3;
x=sawtooth(2*pi*t);
y=sawtooth(2*pi*t,0.5);
z=sawtooth(2*pi*t,1);
subplot(3,1,1);
plot(t,x);
subplot(3,1,2);
plot(t,y);
subplot(3,1,3);
plo
www.eeworm.com/read/291280/8427001
ldc 数字取模.ldc
www.eeworm.com/read/291280/8427014
ldc 数字取模.ldc
www.eeworm.com/read/387056/8709398
数字钟程序
www.eeworm.com/read/284804/8895414
doc 数字钟﹝★﹞.doc
www.eeworm.com/read/426975/8988078
txt 数字钟.txt
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_signed.all;
entity myclock is
port (
clk_1khz : in std_logic;
reset : in std_logic;
second
www.eeworm.com/read/381371/9095655
exe 猜数字游戏.exe
www.eeworm.com/read/381371/9095657
vbp 猜数字游戏.vbp
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
ExeName32="工程1.exe"
Command32=""