代码搜索:Best 开发教程

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

代码结果 10,000
www.eeworm.com/read/221024/14778900

html http:^^www.cs.bu.edu^faculty^best^crs^cs101^misc^getgrade.html

Date: Tue, 14 Jan 1997 23:00:01 GMT Server: NCSA/1.5 Content-type: text/html Instructions to Request a Grade Report Boston University /
www.eeworm.com/read/221024/14779525

html http:^^www.cs.bu.edu^faculty^best^crs^cs450^f95^adm^getgrade.html

Date: Tue, 14 Jan 1997 23:00:04 GMT Server: NCSA/1.5 Content-type: text/html Instructions to Request a Grade Report Boston University /
www.eeworm.com/read/120593/14797943

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/120590/14798050

txt readme.txt

GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送 的多串口通信程序(龚建伟曾用它编过7串口通信程序)。 示例程序使用:Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行 你如果对串口编程不太了解,或对此程序使用过程中有什么疑问,请去示例程序作者 的主页看看,或许有所帮助。 主页上有: 1.建议测试此程序的方法 ...
www.eeworm.com/read/119456/14830319

-

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

m sga.m

% sga % % 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 create
www.eeworm.com/read/220155/14847887

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 of th
www.eeworm.com/read/118545/14864227

cpp 批处理系统的作业调度.cpp

//vc++ 6.0 #include #include using namespace std; int sysmemory=64*1024, sysprinter=4, systape=2; typedef struct jcb { char name[5]; //作业名 int length;
www.eeworm.com/read/219652/14871641

m aco.m

function ACO(inputfile) % Usage: ACO('ulysses22.tsp') %%%%%%%%%%%% The Key Parameter In Max-MIN Ant System %%%%%%%%%%%%%%%%%%%%% AntNum=76; %Best equal Dimension of Problem alpha=1; beta=5; rh
www.eeworm.com/read/218421/14920879

c c4.5.c

/*************************************************************************/ /* */ /* Main routine, c4.5 */ /* ------------------ */ /* */ /*******************************