代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/363616/9942568

java myrandom.java

package test; public class MyRandom { public static double exponent(double average) { double v,u; u=Math.random(); v=-average*Math.log(u); return v; } }
www.eeworm.com/read/363616/9942634

java myrandom.java

package test1; public class MyRandom { public static double exponent(double average) { double v,u; u=Math.random(); v=-average*Math.log(u); return v; } }
www.eeworm.com/read/363616/9942703

java myrandom.java

package test2; public class MyRandom { public static double exponent(double average) { double v,u; u=Math.random(); v=-average*Math.log(u); return v; } }
www.eeworm.com/read/363616/9942769

java myrandom.java

package test; public class MyRandom { public static double exponent(double average) { double v,u; u=Math.random(); v=-average*Math.log(u); return v; } }
www.eeworm.com/read/363616/9942832

java myrandom.java

package test; public class MyRandom { public static double exponent(double average) { double v,u; u=Math.random(); v=-average*Math.log(u); return v; } }
www.eeworm.com/read/167748/9953356

h defh.h

#include "D:\temp\interface\testdial\resource.h" #include #include #include #include #define Maxintlen 10 #define Maxrealen 8 #define MaxSinStrLen (Maxintle
www.eeworm.com/read/167317/9972925

c 3511.c

# include "stdio.h" # include "string.h" main() { void print(); void outputs(int a,int b,int c,int d,int e,float f,char gcode); float average(int *funp,int functionxin); int longest(int *funweip
www.eeworm.com/read/167217/9976262

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/166633/10010500

out avg.out

Enter the 1st number: Enter the 2nd number: The average is 11.500000
www.eeworm.com/read/361582/10044444

txt 求和平均值.txt

using System; using System.Collections; class Sum_Average { public static void Main() { int sum=0; float average=0.0f; Random r=new Random (); ArrayList myArrayList=new ArrayList ()