代码搜索:姿态算法

找到约 10,000 项符合「姿态算法」的源代码

代码结果 10,000
www.eeworm.com/read/401203/11562513

clw 排序算法比较.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CMyDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "排序算法比较.h"
www.eeworm.com/read/401203/11562521

cpp 排序算法比较.cpp

// 排序算法比较.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "排序算法比较.h" #include "排序算法比较Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/261774/11624010

txt 蚁群算法.txt

#include #include #include #include #include using namespace std; const int iAntCount=34;//ant numbers const int iCityCount=51; const in
www.eeworm.com/read/261774/11624017

txt 粒群算法.txt

#include "stdafx.h" #include "iostream" #define _USE_MATH_DEFINES #include "math.h" #include const int iAgentDim=20;//优化函数的维数 const double iRangL=-30;//函数的取值范围 const double iRangR=30; co
www.eeworm.com/read/158194/11638335

txt lwz压缩算法.txt

1 程序由五个模块组成。 (1) lzw.h 定义了一些基本的数据结构,常量,还有变量的初始化等。 #ifndef __LZW_H__ #define __LZW_H__ //------------------------------------------------------------------------------ #include
www.eeworm.com/read/346769/11723903

doc 算法实验四.doc

www.eeworm.com/read/346529/11739185

txt 蚁群算法.txt

本人自己写的蚁群算法。完全能够实现功能,就是收敛速度感觉有点慢。 % function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACO(C,D,s,e,NC_max,m,Alpha,Beta,Rho,Q) % function [Shortest_Route,Shortest_Length]=ACOR(C,D,s,e,NC_ma