代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/357506/10208353
m program_2_1.m
% Program 2_1
% Generation of the ensemble average
%
R = 50;
m = 0:R-1;
s = 2*m.*(0.9.^m); % Generate the uncorrupted signal
d = rand(R,1)-0.5; % Generate the random noise
x1 = s+d';
stem(m,d)
www.eeworm.com/read/356874/10219912
c scores_in.c
// scores_in.c -- uses loops for array processing
#include
#define SIZE 10
#define PAR 72
int main(void)
{
int index, score[SIZE];
int sum = 0;
float average;
prin
www.eeworm.com/read/356303/10232176
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/356292/10232311
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/356267/10233521
c 6.c
# define N 5
main( )
{
int x , num[N+1] ;
float st[N+1] , ave , sum=0;
for (x=1 ; x
www.eeworm.com/read/162603/10292116
m segsnr.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/162603/10292329
m segsnr.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/279909/10377513
txt 例8.12.txt
例8.12
float average(float array[ ]
,int n)
{int i;
float aver,sum=array[0];
for(i=1;i
www.eeworm.com/read/353873/10410787
m plot.m
function plot(chr,varargin)
% PLOT - plots the generations.
% plot(chr,arch) plots the best member in each generation as well as
% the average value of the population. The argument chr shoul
www.eeworm.com/read/352344/10560574
lst 5-2.lst
C51 COMPILER V7.09 5_2 06/18/2004 09:17:04 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE 5_2
OBJECT MODULE PLACED IN 5-2