代码搜索:electrical system
找到约 10,000 项符合「electrical system」的源代码
代码结果 10,000
www.eeworm.com/read/151291/12223245
cpp system3dlg.cpp
// System3Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "System3.h"
#include "System3Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/151290/12223274
rc2 system2.rc2
//
// SYSTEM2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
www.eeworm.com/read/151290/12223296
h system2dlg.h
// System2Dlg.h : header file
//
#if !defined(AFX_SYSTEM2DLG_H__70F47D96_BA2C_4FA9_9EDD_0939D6AD9505__INCLUDED_)
#define AFX_SYSTEM2DLG_H__70F47D96_BA2C_4FA9_9EDD_0939D6AD9505__INCLUDED_
#if _
www.eeworm.com/read/151290/12223304
cpp system2dlg.cpp
// System2Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "System2.h"
#include "System2Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/252806/12262334
m ant_colony_system.m
%初始化
clear;
Alpha=1; %信息素重要程度的参数
Beta=5; %启发式因子重要程度的参数
Rho=0.5; %信息素蒸发系数
NC_max=200; %最大迭代次数
Q=100; %信息素增加强度系数
CityNum=30; %问题的规模(城市个数)
[dislist,Clist]=tsp(CityNum);
m=CityNum; %蚂蚁个数
Eta
www.eeworm.com/read/252672/12269887
gif system-help-gray.gif
www.eeworm.com/read/252460/12281785
m ant_colony_system.m
%初始化
clear;
Alpha=1; %信息素重要程度的参数
Beta=5; %启发式因子重要程度的参数
Rho=0.5; %信息素蒸发系数
NC_max=200; %最大迭代次数
Q=100; %信息素增加强度系数
CityNum=30; %问题的规模(城市个数)
[dislist,Clist]=tsp(CityNum);
m=CityNum; %蚂蚁个数
Eta
www.eeworm.com/read/252086/12303843