代码搜索:信号路径优化

找到约 10,000 项符合「信号路径优化」的源代码

代码结果 10,000
www.eeworm.com/read/241769/13121377

cpp improvedtwowaymergesort.cpp

////////////////////////// // 优化的两路归并排序 // ////////////////////////// #include "iostream.h" #include "stdlib.h" #include "string.h" #include "Compare.h" #include "ImprovedTwoWayMergeSo
www.eeworm.com/read/241769/13121401

cpp improvedbublesort.cpp

////////////////////// // 优化的起泡排序 // ////////////////////// #include "iostream.h" #include "stdlib.h" #include "string.h" #include "Compare.h" #include "ImprovedBubleSorter.h" // 设定随即
www.eeworm.com/read/494076/6387767

m cooleroptdes.m

function CoolerOptDes % 冷却器的最优化设计(Optimal Design of a Cooler ) % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shangh
www.eeworm.com/read/494076/6387772

m doe.m

function DOE % D-优化试验设计 % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shanghai, PRC % $Revision: 1.0 $ $Date: 2
www.eeworm.com/read/477455/6736072

m cooleroptdes.m

function CoolerOptDes % 冷却器的最优化设计(Optimal Design of a Cooler ) % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shangh
www.eeworm.com/read/477455/6736077

m doe.m

function DOE % D-优化试验设计 % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shanghai, PRC % $Revision: 1.0 $ $Date: 2
www.eeworm.com/read/404031/11492358

m pso.m

%------基本粒子群优化算法(Particle Swarm Optimization)----------- function result = PSO(dim) %--------声明全局--------------------------- global N; global m; global MaxDT; global Qmax; global Kmax; global
www.eeworm.com/read/340827/12132207

bak 1.txt.bak

最优化-无约束共轭梯度法程序(c++)2008/01/03 12:49///////////////////////////////////////// ///// vector.h头文件 ///// ///// 定义向量及其基本运算 ///// /////////////////////////////////////////
www.eeworm.com/read/235037/14087593

cpp 八皇后(改进)(函数回溯).cpp

////////////////////////////////////////////////////// //采用回溯法求解n皇后问题 //用函数进行回溯 // //经过适当的优化后可以算到32 // //完成于2007.7.15 //张锦 /////////////////////////////////////////////////////// #include
www.eeworm.com/read/201792/15396407

m cooleroptdes.m

function CoolerOptDes % 冷却器的最优化设计(Optimal Design of a Cooler ) % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shangh