代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/237765/4620868

c arr2point.c

# include void main() { int num; /* 声明子函数 */ void average(float *point, int n); void search(float(*point)[4], int n); /* 定义一个静态存储数组并赋初值 */ static float score[4][4] = {{76,
www.eeworm.com/read/174092/5365695

h analysis.h

#ifndef GUARD_analysis_h #define GUARD_analysis_h #include "Str.h" #include "Vec.h" #include "Student_info.h" bool did_all_hw(const Student_info& s); double average_analysis(const Vec
www.eeworm.com/read/339658/3296287

c query.c

/* 学生成绩查询系统 */ # include # include void main( ) { int select; int i, j; int score[5][7]; int average = 0; int sum = 0; do{ printf("本程序有4项功能:\n"); printf
www.eeworm.com/read/339658/3296313

c arr2point.c

# include void main() { int num; /* 声明子函数 */ void average(float *point, int n); void search(float(*point)[4], int n); /* 定义一个静态存储数组并赋初值 */ static float score[4][4] = {{76,
www.eeworm.com/read/334933/3360435

m p4_2.m

% Program P4_2 % Gain Response of a Moving Average Lowpass Filter clf; M = 2; num = ones(1,M)/M; [g,w] = gain(num,1); plot(w/pi,g);grid axis([0 1 -50 0.5]) xlabel('\omega /\pi');ylabel('Gain in dB');
www.eeworm.com/read/334933/3360441

m p2_1.m

% Program P2_1 % Simulation of an M-point Moving Average Filter % Generate the input signal n = 0:100; s1 = cos(2*pi*0.05*n); % A low-frequency sinusoid s2 = cos(2*pi*0.47*n); % A high frequency sinus
www.eeworm.com/read/334933/3360508

m p4_2.m

% Program P4_2 % Gain Response of a Moving Average Lowpass Filter clf; M = 2; num = ones(1,M)/M; [g,w] = gain(num,1); plot(w/pi,g);grid axis([0 1 -50 0.5]) xlabel('\omega /\pi');ylabel('Gain i
www.eeworm.com/read/334933/3360514

m p2_1.m

% Program P2_1 % Simulation of an M-point Moving Average Filter % Generate the input signal n = 0:100; s1 = cos(2*pi*0.05*n); % A low-frequency sinusoid s2 = cos(2*pi*0.47*n); % A high frequency
www.eeworm.com/read/334933/3360582

m p4_2.m

% Program P4_2 % Gain Response of a Moving Average Lowpass Filter clf; M = 2; num = ones(1,M)/M; [g,w] = gain(num,1); plot(w/pi,g);grid axis([0 1 -50 0.5]) xlabel('\omega /\pi');ylabel('Gain in dB');
www.eeworm.com/read/334933/3360588

m p2_1.m

% Program P2_1 % Simulation of an M-point Moving Average Filter % Generate the input signal n = 0:100; s1 = cos(2*pi*0.05*n); % A low-frequency sinusoid s2 = cos(2*pi*0.47*n); % A high frequency sinus