代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/329002/12990353

txt test1_14.txt

float average (array) float array[10]; { int j; float aver,sum=array[0]; for(j=1:j
www.eeworm.com/read/141545/13001426

c math.c

#include void main(void) { int seconds_in_an_hour; float average; seconds_in_an_hour = 60 * 60; average = (5 + 10 + 15 + 20) / 4; printf("The number of seconds i
www.eeworm.com/read/242464/13003514

m basemapping.m

function dSource = baseMapping(bitSource,baseType) simulNUM = length(bitSource); switch baseType case 1 dSource = 2*(bitSource-0.5); %BPSK方式调制到1和-1上 case 2
www.eeworm.com/read/141124/13036810

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/328189/13043514

cpp ch16_1.cpp

//********************** //** ch16_1.cpp ** //********************** #include #include class Advisor{ int noOfMeeting; }; class Student{ public: Student
www.eeworm.com/read/140416/13082975

java halfdollars.java

class HalfDollars { public static void main(String[] arguments) { int[] denver = { 15000006, 18810000, 20752110 }; int[] philadelphia = new int[denver.length]; int[] to
www.eeworm.com/read/242201/13088020

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/242201/13088826

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/140245/13094636

runvalid

#!/bin/sh PREFIX=../src echo "" echo "These results represent actual drive validation experiments" echo "" echo "QUANTUM_QM39100TD-SW (rms should be about 0.378)" ${PREFIX}/disksim atlas_III.parv a
www.eeworm.com/read/326893/13110619

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