代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/382328/9035523
sta tstrs485.sta
ROM used: 1620 (40%)
2048 (50%) including unused fragments
1 Average locations per line
3 Average locations per statement
RAM used: 115 (60%) at main() level
www.eeworm.com/read/283091/9043234
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/381752/9073822
cpp chapter11-5.cpp
//文件名:CHAPTER11-5.cpp
#include
#include
#include
// The function object multiplies an element by a Factor
template
class MultValue
{
private:
T
www.eeworm.com/read/184790/9075562
txt 例9.11.txt
例9.11 静态成员函数的应用。
#include
using namespace std;
class Student //定义Student类
{public:
Student(int n,int a,float s):num(n),age(a),score(s){ } //定义构造函数
void total( )
www.eeworm.com/read/282361/9098513
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout
www.eeworm.com/read/282274/9107387
c math.c
#include
void main ()
{
int seconds_in_an_hour;
float average;
seconds_in_an_hour = 60 * 60;
average = (5 + 10 + 15 + 20) / 4;
printf("The number of secon
www.eeworm.com/read/380940/9120807
c math.c
#include
void main ()
{
int seconds_in_an_hour;
float average;
seconds_in_an_hour = 60 * 60;
average = (5 + 10 + 15 + 20) / 4;
printf("The number of secon
www.eeworm.com/read/182909/9185924
m mvalue.m
% Program 2-1
%
% calculate average
%
% Programmed by H.Harada
%
function outdata = mvalue(indata)
%****************** variables *************************
% indata : Input data
%*
www.eeworm.com/read/379443/9197204
m mvalue.m
% Program 2-1
%
% calculate average
%
% Programmed by H.Harada
%
function outdata = mvalue(indata)
%****************** variables *************************
% indata : Input data
%*
www.eeworm.com/read/182579/9199647
sta tstrs485.sta
ROM used: 1620 (40%)
2048 (50%) including unused fragments
1 Average locations per line
3 Average locations per statement
RAM used: 115 (60%) at main() level