代码搜索:Algorithm

找到约 10,000 项符合「Algorithm」的源代码

代码结果 10,000
www.eeworm.com/read/491223/6437606

readme

This package contains the Matlab source code of paper Q. Zhang, A. Zhou, Y. Jin. 'Modelling the Regularity in an Estimation of Distribution Algorithm for Continuous Multiobjective Optimisation with Va
www.eeworm.com/read/364758/6447830

m face_recognition.m

%% Face recognition % This algorithm uses the eigenface system (based on pricipal component % analysis - PCA) to recognize faces. For more information on this method % refer to http://cnx.org/conte
www.eeworm.com/read/489612/6466758

txt readme.txt

This is a set of MATLAB m-files implementing the mixture fitting algorithm described in the paper M. Figueiredo and A.K.Jain, "Unsupervised learning of finite mixture models", IEEE Transaction o
www.eeworm.com/read/488727/6484722

html 203-205.html

The Data Compression Book-:Dictionary-Based Compression
www.eeworm.com/read/486654/6524527

cpp 1094.cpp

/* This Code is Submitted by wywcgs for Problem 1094 on 2005-12-19 at 15:15:24 */ #include #include using namespace std; int main() { int n[6]; int i; while(true
www.eeworm.com/read/486654/6524884

cpp 2373.cpp

/* This Code is Submitted by wywcgs for Problem 2373 on 2006-09-25 at 19:31:10 */ #include #include using namespace std; int C(int, int); int main() { int n, m; w
www.eeworm.com/read/485329/6558136

java controlpanel.java

/* ControlPanel class */ import java.awt.*; import java.applet.*; import java.io.*; import java.net.*; import java.util.*; /** * This class extends the java.awt.Panel class to form *
www.eeworm.com/read/485329/6558480

java controlpanel.java

/* ControlPanel class */ import java.awt.*; import java.applet.*; import java.io.*; import java.net.*; import java.util.*; /** * This class extends the java.awt.Panel class to form *
www.eeworm.com/read/485329/6558653

java controlpanel.java

/* ControlPanel class */ import java.awt.*; import java.applet.*; import java.io.*; import java.net.*; import java.util.*; /** * This class extends the java.awt.Panel class to form *
www.eeworm.com/read/485329/6558722

java algthread.java

/* AlgThread.java */ import java.awt.*; import java.io.*; import java.net.*; import java.util.*; /** * AlgThread is an extension of the provided Java * multi-threading package. * It