代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/161900/10358123

m fsk.m

% 2fsk.m % % Simulation program to build 2FSK % All of the programs had been built successfully in MATLAB 6.0 %************************ Preparation part ***************************** NUM = 5
www.eeworm.com/read/161900/10358176

m fsk.m

% 2fsk.m % % Simulation program to build 2FSK % All of the programs had been built successfully in MATLAB 6.5 %************************ Preparation part ***************************** NUM = 5
www.eeworm.com/read/161899/10358252

asv all.asv

% % 2fsk.m % Simulation program to build 2FSK % All of the programs had been built successfully in MATLAB 6.5 %************************ Preparation part ***************************** NUM = 102
www.eeworm.com/read/354385/10359909

m chap3_1.m

%Expert PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; y_1=0;y_2=0;y_3=0
www.eeworm.com/read/354384/10359955

m chap3_1.m

%Expert PID Controller clear all; close all; ts=0.001; sys=tf(5.235e005,[1,87.35,1.047e004,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0.0;u_2=0.0;u_3=0.0; y_1=0;y_2=0;y_3=0
www.eeworm.com/read/425277/10366139

c eg.c

#include #include #include #include #include #define uchar unsigned char #define uint unsigned int uchar num1; uchar num2; uchar n=0; ucha
www.eeworm.com/read/161837/10366493

cpp graph.cpp

#include #include //引入标准库中的头文件 #include "graph.h" //引入头文件 using namespace std; /* *前置条件:图不存在 *输 入:无 *功 能:图的初始化 *输 出:无
www.eeworm.com/read/161731/10382277

c evaluation.c

/* Ant-based Clustering Copyright (C) 2004 Julia Handl Email: Julia.Handl@gmx.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge
www.eeworm.com/read/161700/10385642

m p3203fai.m

%基本ESPRIT算法2(加入随机相位以后) clear all; N = 128; Pi = 3.1415926; n = [1:1:128]; m= 35; Times=100; %独立仿真次数 f=zeros(Times,2); for k=1:Times w = randn(1,N); fai1=rand*2*Pi-Pi; fai2=rand*
www.eeworm.com/read/161700/10385645

m p319.m

clear all; N = 128; m =80; Pi = 3.1415926; n = [0:1:N-1]; fsin=0; Times=100; %独立仿真次数 for k=1:Times x = zeros(m,N); for i=1:m rand('state',sum(100*clock)); w = randn