代码搜索:Best 开发教程

找到约 10,000 项符合「Best 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/481966/6633533

cpp 1874.cpp

/* This Code is Submitted by wywcgs for Problem 1874 on 2006-03-11 at 10:49:36 */ #include #include #include #include #include using namespace st
www.eeworm.com/read/481966/6633825

cpp 2085.cpp

/* This Code is Submitted by wywcgs for Problem 2085 on 2005-12-26 at 19:16:08 */ #include #include using namespace std; const int MAX = 10240; int main() { int n, i
www.eeworm.com/read/481966/6634219

cpp 1554.cpp

/* This Code is Submitted by wywcgs for Problem 1554 on 2005-11-22 at 15:54:34 */ #include #include const int MAX = 1024; const int L_MAX = 128; const double eps = 1e-4;
www.eeworm.com/read/480250/6668615

c c4.5.c

/*************************************************************************/ /* */ /* Main routine, c4.5 */ /* ------------------ */ /* */ /*******************************
www.eeworm.com/read/480297/6672070

txt 使用说明.txt

使用说明: 系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上) 免费 简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。 ...
www.eeworm.com/read/480084/6676599

m sacpmde.m

function [tr,bj,bm,n] = SACPMDE(VTR,XVmin,XVmax,D,NP,fname) % 参数自适应差分进化算法,对Rastrigrin函数起作用 % aa 当前计算到第几次 % VTR 优化的目标值 % fname 选择测试函数 % XVmin 搜索空间下限 % XVmax 搜索空间上限 itermax = 8000;
www.eeworm.com/read/478645/6712242

txt finalists announced for javaworld editors' choice awards.txt

作者:梦 email: mfgqd@263.net 日期:2001-5-23 18:02:50 And the finalists are: Best Java Virtual Machine Blackdown 1.3 Linux, Blackdown.org Java HotSpot Server VM 2.0, Solaris, Sun Microsystems
www.eeworm.com/read/410191/11299267

cpp saratov114.cpp

/* Alfonso Alfonso Peterssen 4 - 3 - 2008 Saratov #114 "Telecasting station" */ #include #include #include #include using namespace std; const int M
www.eeworm.com/read/409477/11321583

m simobjp.m

% SIMOBJP.M (Plot SIMulation results of OBJective function) % % This function takes the name of a simulation objective % function and the matrix of the best individuals and % plots the states o
www.eeworm.com/read/409477/11321687

m sga.m

% sga.m % % This script implements the Simple Genetic Algorithm described % in the examples section of the GA Toolbox manual. % % Author: Andrew Chipperfield % History: 23-Mar-94 file