代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/445799/7589992

m averagemi.m

function [v,lag]=ami(x,y,lag) %Usage: [v,lag]=ami(x,y,lag) % % Calculates the mutual average information of x and y with a possible lag. % % % v is the average mutual information. (relative uni
www.eeworm.com/read/304644/13790315

m ami.m

function [v,lag]=ami(x,y,lag) %Usage: [v,lag]=ami(x,y,lag) % % Calculates the mutual average information of x and y with a possible lag. % % % v is the average mutual information. (relative uni
www.eeworm.com/read/265215/11272832

java studentgrades.java

// Tutorial 17: StudentGrades.java // This application computes each student's grade average and // the class average for ten students. import java.awt.*; import java.awt.event.*; import java.tex
www.eeworm.com/read/223561/4810367

java studentgrades.java

// Tutorial 17: StudentGrades.java // This application computes each student's grade average and // the class average for ten students. import java.awt.*; import java.awt.event.*; import java.tex
www.eeworm.com/read/223561/4810372

java studentgrades.java

// Tutorial 17: StudentGrades.java // This application computes each student's grade average and // the class average for ten students. import java.awt.*; import java.awt.event.*; import java.tex
www.eeworm.com/read/444528/6965700

save test1.save

------------------------------------------------------------ ann_test: Version 1.0 Copyright: David M. Mount and Sunil Arya. Latest Revision: Mar 1, 2005. ------------------------------------
www.eeworm.com/read/311817/13625310

lst pid.lst

C51 COMPILER V7.06 PID 09/08/2005 15:02:37 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE PID OBJECT MODULE PLACED IN E:\
www.eeworm.com/read/487044/6522821

asv my_genetic.asv

%%%%%%%This Code is provided by Mohammad Alipanah (87121003)clc; clear all; %%%%%%% initialization %%%%%% N= 50; Pc= 0.3; Pm=0.05; ITER=100; m=2; Lo=[-4 -1.5]; Hi=[2 1]; w=rand(N,m); Popula
www.eeworm.com/read/487044/6522825

m my_genetic.m

clc; clear all; %%%%%%% initialization %%%%%% N= 50; Pc= 0.3; Pm=0.05; ITER=100; m=2; Lo=[-4 -1.5]; Hi=[2 1]; w=rand(N,m); Population=[Lo(1)+(w(:,1).*(Hi(1)-Lo(1))) Lo(2)+(w(:,2).*(Hi(2)-Lo
www.eeworm.com/read/348331/11601406

lst compute_power.lst

C51 COMPILER V8.02 COMPUTE_POWER 04/04/2008 19:55:15 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE COMPUTE_POWER OBJECT MODULE PLA