代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/225956/14509420
c lab4_4.c
www.eeworm.com/read/225679/14526277
m f4_4.m
%产生非平稳信号
sig=real(amgauss(128).*fmlin(128));
%%时域波形
figure(1)
plot(sig,'LineWidth',2);
xlabel('时间 t');
ylabel('幅值 A');
%设置窗函数
h=ones(127,1);
%计算短时傅立叶变换
sig=hilbert(sig);
[tfr,t,f]=tfrstft(s
www.eeworm.com/read/225665/14526716
m chap4_4.m
%Adaptive PID control based on RBF Identification
clear all;
close all;
xite=0.25;
alfa=0.05;
belte=0.01;
x=[0,0,0]';
ci=30*ones(3,6);
bi=40*ones(6,1);
w=10*ones(6,1);
h=[0,0,0,0,0,0]
www.eeworm.com/read/124791/14544123
cpp chapter4-4.cpp
//文件名:CHAPTER4-4.cpp
#include
#include
#include
#include
using namespace std;
template
void iota_n (ForwardIterator f
www.eeworm.com/read/225081/14556081
pdf 4×4键盘模块.pdf
www.eeworm.com/read/124325/14576614
cpp ex4_4.cpp
#include
#include
bool palindrome(int); //函数原型
void main(){
cout
www.eeworm.com/read/124314/14577371
cpp ex4_4.cpp
#include
#include
bool palindrome(int); //函数原型
void main(){
cout
www.eeworm.com/read/224480/14588432
m ex4_4.m
num=[1,3]; den=[1 2 11 18 18];
[r,p,k]=residue(num,[den,0])