代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/140050/13113335

m binaryexample.m

% This script shows how to use the ga using a float representation. % You should see the demos for % more information as well. gademo1, gademo2, gademo3 global bounds % Setting the seed back to the
www.eeworm.com/read/139528/13150951

pas ave.pas

//求平均数 sum:=0; s2:=4; n:=0; average:=0; repeat read x; sum:=sum+x; n:=n+1 until x=0; //输入0结束输入 if 1
www.eeworm.com/read/139460/13155379

m binaryexample.m

% This script shows how to use the ga using a float representation. % You should see the demos for % more information as well. gademo1, gademo2, gademo3 global bounds % Setting the seed back to the
www.eeworm.com/read/240990/13180490

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/240990/13180531

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/240956/13185274

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/240900/13188540

java arrayapplication.java

public class ArrayApplication{ public static void main (String args[]){ int i; float average,total=0; int a[][] = {{1,2},{3,4,0,9},{5,6,7}}; for(i=0;i
www.eeworm.com/read/325143/13224302

java months.java

public class Months { public static void main(String args[]) { // Initialize the months' array with names of the months of the year: String[] monthNames = { "J
www.eeworm.com/read/240259/13228600

cpp vlargument.cpp

// 变长参数表的应用VLArgument.cpp #include #include #include double average( int, ...); void main() {double w=36.5,x=21.5,y=1.9,z=10.1; cout
www.eeworm.com/read/323831/13313878

h msemeasurer.h

// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch) // // This file is part of Torch 3. // // All rights reserved. // // Redistribution and use in source and binary forms,