代码搜索:Best 开发教程
找到约 10,000 项符合「Best 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/117357/14928660
c c4.5.c
/*************************************************************************/
/* */
/* Main routine, c4.5 */
/* ------------------ */
/* */
/*******************************
www.eeworm.com/read/218167/14932332
cpp datanode.cpp
#include "stdafx.h"
#include "dataNode.h"
DataNode::DataNode() {
best = 0;
gen = 0;
fitness = 0.0;
x1 = 0.0;
x2 = 0.0 ;
}
DataNode::~DataNode (){
}
void DataNode:: set_data(int
www.eeworm.com/read/115942/14995742
cpp listing1.cpp
/* Copyright (C) William van der Sterren, 2001.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile
www.eeworm.com/read/213266/15138685
txt galog.txt
generation best average standard
number value fitness deviation
Cannot open input file!
www.eeworm.com/read/211020/15188645
m gpols_result.m
function [sout,tree] = gpols_result(popu,info);
%Gets information string about the best solution of a population
% [sout,tree] = gpols_result(popu,info);
% sout
www.eeworm.com/read/210681/15193465
m bestserverul.m
%BESTSERVERUL [neededMsTxPowerV, bestServerV, deltaSHOV] = BestServerUL(perf, linklossULM,
% activeSetM);
% calculates needed ms tx power, best server and distance from
www.eeworm.com/read/164931/5485907
c pack_queues.c
/*
* OpenPBS (Portable Batch System) v2.3 Software License
*
* Copyright (c) 1999-2000 Veridian Information Solutions, Inc.
* All rights reserved.
*
* ---------------------------------------
www.eeworm.com/read/475868/6767965
c display.c
/*=======================Display.c========================*/
/*=====================动画演示文件======================*/
#include"head.h"
void InitGraph()
{
int gd=DETECT,gm;
initgraph(&gd,&gm,"c:
www.eeworm.com/read/475868/6767972
c display.c
/*-----------------------------Display.c-------------------------------*/
/*------------------动画演示文件----------------------------*/
/*------------初始化图形界面--------------------------*/
void InitGraph()
www.eeworm.com/read/476010/6772567
sce run1.sce
getf('DiffEvol.sci') // Differential Evolution function [adapt PATH]
getf('rosen.sci') // Function to minimize [adapt PATH]
// Initialization and run of differential evolution opt