代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/237880/13922845

c tms470r1b1m_het_int_02.c

//***************************************************************************** // TMS470 Demo - HET Interrupt Sample Program // // Program name : tms470r1b1m_HET_INT_02.c, associated with //
www.eeworm.com/read/237880/13922926

c tms470r1b1m_adc10_07.c

//****************************************************************************** // TMS470 Demo - MibADC Buffered Sample with Interrupts // // Description; the MibADC is used in buffered mode. 2
www.eeworm.com/read/237638/13939999

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
www.eeworm.com/read/134340/13995082

c al7_7.c

/*案例代码文件名:AL7_7.C*/ /*功能:数组名作为函数参数,求平均成绩*/ float aver(float a[ ]) /*定义求平均值函数,形参为一浮点型数组名*/ {int i; float av,s=a[0]; for(i=1;i
www.eeworm.com/read/134001/14014715

cpp classaverage.cpp

#include"head.h" #include extern void SortEachClass(Student* &); void ClassAverage(Student* &head) { Student *pGuard; Student *p; double Average[MAX]; //各科目平均成绩 double To
www.eeworm.com/read/133757/14025395

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/235612/14061047

m avgplustime.m

function [plust] = avgplustime(fbcoord,td1,standard,plustreject,dev) % Calculation of the average Plus Time at each receiver location % Rejection of some of the Plus Time based on the standard deviati
www.eeworm.com/read/205223/15323269

m cp0202_transmitter_2pam_ds.m

% % FUNCTION 2.9 : "cp0202_transmitter_2PAM_DS" % % Simulation of a UWB transmitter implementing 2PAM with DS % % Transmitted power is fixed to 'Pow' % The signal is sampled with frequency 'fc'
www.eeworm.com/read/205223/15323284

m cp0301_ppm_sin.m

% % FUNCTION 3.1 : "cp0301_PPM_sin" % % Generation of a PPM-UWB signal in the case of a % sinusoidal modulating signal and rectangular pulses % % Transmitted power is fixed at 'Pow' % The sign
www.eeworm.com/read/202785/15372994

c report.c

/* * GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette * This program may be freely copied for educational * and research purposes. All other rights reserved. * * file: report