代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/334931/12561260
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/334931/12561499
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/334819/12571850
c het_int_02.c
//*****************************************************************************
// TMS470 Demo - HET Interrupt Sample Program
//
// Program name : HET_INT_02.c associated with HET program HET_IN
www.eeworm.com/read/334819/12571872
c tms470r1a256_adc10_07.c
//******************************************************************************
// Functional
// TMS470 Demo - MibADC Buffered Sample with Interrupts
//
// Description; the MibADC is used in b
www.eeworm.com/read/248079/12602858
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/146632/12629938
cpp parameters.cpp
// UniformDist.cpp: implementation of the UniformDist class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Parameters.h"
#include
www.eeworm.com/read/146506/12641803
cpp xt7-5.cpp
#include
#include
using namespace std;
const int n=10;
struct student
{ char num[6];
char name[8];
int score[4];
float avr;
} stu[n];
int main()
{ int i,j,max,m
www.eeworm.com/read/146506/12641901
cpp xt6-15.cpp
#include
using namespace std;
int main()
{void avsco(float *,float *);
void avcour1(char (*)[10],float *);
void fali2(char course[5][10],int num[],float *pscore,float aver[4]);
voi
www.eeworm.com/read/247565/12642103
1 tload.1
.\" -*-Nroff-*-
.\" This page Copyright (C) 1993 Matt Welsh, mdw@tc.cornell.edu.
.\" Freely distributable under the terms of the GPL
.TH TLOAD 1 "20 Mar 1993 " "Cohesive Systems" "Linux
www.eeworm.com/read/238106/13906109
cpp 7_6.cpp
//7_6
#include
void findMax(int a[][4], int row,int col);
void findBad(int a[][4], int row,int col);
void average(int a[][4], int row,int col);
void main()
{
int array[5][4