代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/446732/7569542
txt 例8.11.txt
例8.11 有一个一维数组score,内放10个学生成绩,求平均成绩。
程序如下:
float average(float array[10])
{int i;
float aver,sum=array[0];
for(i=1;i
www.eeworm.com/read/445950/7587630
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/260759/7592020
cbf letztertest.cbf
Whetstone Performance 60679 operations/sec
Eight Queens Problem 1267 passes/sec
Floating point unit 19279 operations/sec
Memory throughput 40517 kBytes/s
www.eeworm.com/read/445133/7598682
java standardinputbyscanner.java
/**
* @(#)StandardInputByScanner.java
*
*
* @author
* @version 1.00 2009/3/21
*/
import java.util.Scanner;
public class StandardInputByScanner {
/**
* Creates
www.eeworm.com/read/445022/7601313
cpp main_source.cpp
#include "iostream.h"
void main()
{
int nVal[3] = {1,2,3};
int i;
float fAvg;
for(i=0;i
www.eeworm.com/read/443108/7637879
c anothertestapp.c
// Description: Driver program that makes use of the average library function
// to compute the average value of a set of integer data values
#include
int main()
{
int tes
www.eeworm.com/read/443108/7638068
c anothertestapp.c
// Description: Driver program that makes use of the average library function
// to compute the average value of a set of integer data values
#include
int main()
{
int test_
www.eeworm.com/read/438852/7725185
m select.m
function [y,y1]=select(ImageData,h,w)
thr=0.5;delta=0.05;
%
y=(ImageData>=thr*mean(max(ImageData)));
BW2=bwareaopen(y,10);SE=strel('square',15);
IM2=imdilate(BW2,SE);
IM3=imerode(IM2,SE);
%
www.eeworm.com/read/438852/7725198
m select.m
function [y,y1]=select(ImageData,h,w)
thr=0.5;delta=0.05;
%
y=(ImageData>=thr*mean(max(ImageData)));
BW2=bwareaopen(y,10);SE=strel('square',15);
IM2=imdilate(BW2,SE);
IM3=imerode(IM2,SE);
%
www.eeworm.com/read/438852/7725205
m select.m
function [y,y1]=select(ImageData,h,w)
thr=0.5;delta=0.05;
%
y=(ImageData>=thr*mean(max(ImageData)));
BW2=bwareaopen(y,10);SE=strel('square',15);
IM2=imdilate(BW2,SE);
IM3=imerode(IM2,SE);
%