代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/176493/9495882
txt rax_6a.txt
6
gain(db) Delay(usec)
0 .0
-4.0 0.1
-8.0 0.2
-12.0 0.3
-16.0 0.4
-20.0 0.5
Typical Values of the Arrival Delay and Average Power for Rural Areas, Recommended by the GSM [GSM91)
Channel
www.eeworm.com/read/176493/9495907
txt rax_6b.txt
4
gain(db) Delay(usec)
0 0
-2.0 0.2
-10.0 0.4
-20.0 0.6
Typical Values of the Arrival Delay and Average Power for Rural Areas, Recommended by the GSM [GSM91)
Channel B
RAx_6b
www.eeworm.com/read/372509/9505813
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/371105/9568082
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/170174/9815597
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/169871/9835603
m hoffmann.m
function b = hoffmann(Ea0,Ea,Ew,walkers,T,step,maxsteps,C)
% Equilibration method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.c
www.eeworm.com/read/365844/9844808
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/169721/9844984
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/168118/9937946
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/167540/9964162
c- c-test.c-
/*
** COMP51004-A COMPILER
** Name: Yinghao Qin
** Username: yq11
** ID: 0130348
**
** This is the test C- language file --- multi-line comments
**
*/
int getMax(int a, int b);
int x,y;
int m