代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/284731/8905777
p iarstat_make_mml.p
#!/usr/local/perl5/bin/perl
#################################2002/03/29 edited by yzliu####################################
use strict;
use FileHandle;
use Getopt::Long;
############################
www.eeworm.com/read/284676/8910000
cpp xt5-4.cpp
#include
using namespace std;
int main()
{int a[11]={1,4,6,9,13,16,19,28,40,100};
int num,i,j;
cout
www.eeworm.com/read/284676/8910106
cpp xt7-9.cpp
#include
using namespace std;
#define NULL 0
struct student
{long num;
float score;
student*next;
};
int n;
student *insert(student *head,student *stud)
{studen
www.eeworm.com/read/284676/8910212
cpp xt6-14.cpp
#include
using namespace std;
int main()
{ void sort (char *p,int m);
int i,n;
char *p,num[20];
coutn;
cout
www.eeworm.com/read/284676/8910245
cpp xt6-5.cpp
#include
using namespace std;
int main()
{int i,k,m,n,num[50],*p;
coutn;
p=num;
for (i=0;i
www.eeworm.com/read/427927/8911958
asv qiuzhi.asv
function [A,P,A1,P1,A0,P0,y]=qiuzhi(S,N,sys,Fs)
%sysd=c2d(sys,1/Fs,'tustin');
[num,den]=tfdata(sysd,'v');
y=filter(num,den,S);
ham=hamming(N+1);%加窗函数
%S=S.*ham';
%y=y.*ham';
Y = fft(S,N); %做F
www.eeworm.com/read/427927/8911961
asv untitled2.asv
close all;
clear all;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%系统离散化及初始值设置%%%%%%%%%%%%%%%%%%%%%
F0=1;
F1=350;
N=20*F1;
Fs=10*F1;
%sys=tf([-5],[2.0e-5 2e-9 1]);
sys=tf([3.355e7],[1 1.504e3 5.394e5 3.29
www.eeworm.com/read/427927/8911964
m qiuzhi.m
function [A,P,A1,P1,A0,P0,y]=qiuzhi(S,N,num,den)
%sysd=c2d(sys,1/Fs,'tustin');
%[num,den]=tfdata(sysd,'v');
y=filter(num,den,S);
ham=hamming(N+1);%加窗函数
%S=S.*ham';
%y=y.*ham';
Y = fft(S,N); %
www.eeworm.com/read/427927/8911967
m untitled2.m
close all;
clear all;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%系统离散化及初始值设置%%%%%%%%%%%%%%%%%%%%%
F0=1;
F1=350;
N=20*F1;
Fs=10*F1;
%sys=tf([-5],[2.0e-5 2e-9 1]);
sys=tf([3.355e7],[1 1.504e3 5.394e5 3.29
www.eeworm.com/read/284587/8915856
cpp classification.cpp
// Classification.cpp: implementation of the Classification class.
// 2005.1.13-16:02 By Superman
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#i