代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/100018/15888142

html opt_queuela.html

Max load average for sending Determines the load average beyond which outgoing messages are no longer sent, but instead queued for later delivery. This option is useful for preventin
www.eeworm.com/read/100018/15888145

html opt_refusela.html

Max load average for receiving Determines the load average beyond which sendmail no longer accepts incoming messages via SMTP, forcing other mail servers to queue them for later deli
www.eeworm.com/read/372818/9492232

m qiangjidongmubiaogenzong.m

%目标跟踪算法仿真—_几维Cv模型跟踪匀速直线运动 %部分分量初始化设置 clear all; clc; T= 1;%采样周期 hits=300;%采样点数 MCNum=200;%Monte Carlo仿真次数 %模型的构造以及初始参数的设置 x0=0;v_x=100;a_x=
www.eeworm.com/read/182790/9190898

m multipath_channel_init_typev.m

function [Path_Delay,Path_Average_Amp] = Multipath_Channel_Init_TypeV(RMS_Delay,Max_Delay,NumOfTaps,NumOfAntennas) %%------------------------------------------------------------------------- %% Func
www.eeworm.com/read/100925/6264818

h nod.h

/* * PROGRAM: JRD Access Method * MODULE: nod.h * DESCRIPTION: Runtime node types * * The contents of this file are subject to the Interbase Public * License Version 1.0 (the "License"); you ma
www.eeworm.com/read/336690/12424660

c appsonar.c

#include /*标准的输入输出定义*/ #include /*UNIX标准函数定义*/ #include #include #include /*文件控制定义*/ #include #include #inclu
www.eeworm.com/read/292139/8376020

java arrayaverage1.java

//【例5.4】 求数组元素的平均值。 public class ArrayAverage1 { public static double average(int table[]) //求数组元素的平均值 { double sum=0.0; for (int i=0;i
www.eeworm.com/read/292139/8376021

java arrayaverage2.java

//【例5.4】 求数组元素的平均值。 public class ArrayAverage2 { public static double average(int table[]) //求数组元素的平均值 { if (table!=null && table.length!=0) //避免空对象异常和除数为0错误 {
www.eeworm.com/read/391063/8424389

m dispet.m

function dispEt(Tt,Et,Etarget,ert,Kt,Ebsft) % Et data display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software f
www.eeworm.com/read/191613/8426440

cpp ex0421.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 4.21 on page 71 // Using a break statement in the middle of an infinite loop #include