代码搜索:信号路径优化

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

代码结果 10,000
www.eeworm.com/read/296596/8089014

c 128.c

/******************************************************** lcd12864 作者:张建江 编写时间:2006年1月10日 最后修改:2006年1月10日 代码是否优化:否 ********************************************************/ #incl
www.eeworm.com/read/244945/12829796

m optfun1.m

function f=optfun1(x) %非线性优化例用模型函数 f=100*(x(2)-x(1).^2).^2+(1-x(1)).^2;
www.eeworm.com/read/329331/12960773

m optfun1.m

function f=optfun1(x) %非线性优化例用模型函数 f=100*(x(2)-x(1).^2).^2+(1-x(1)).^2;
www.eeworm.com/read/241769/13121376

cpp improvedinsertsort.cpp

////////////////////////// // 优化的直接插入排序 // ////////////////////////// #include "iostream.h" #include "stdlib.h" #include "string.h" #include "Compare.h" #include "ImprovedInsertSorter.h"
www.eeworm.com/read/323605/13334253

h improvedquicksorter.h

//优化的快速排序类 #include "ImprovedInsertSorter.h" #define THRESHOLD 16 template class ImprovedQuickSorter:public Sorter { private: int SelectPivot(int l
www.eeworm.com/read/147529/5728745

m optfun1.m

function f=optfun1(x) %非线性优化例用模型函数 f=100*(x(2)-x(1).^2).^2+(1-x(1)).^2;
www.eeworm.com/read/147529/5728955

m optfun1.m

function f=optfun1(x) %非线性优化例用模型函数 f=100*(x(2)-x(1).^2).^2+(1-x(1)).^2;
www.eeworm.com/read/135599/6326277

php lang_adminset.php

www.eeworm.com/read/494076/6387758

m xfminbnd.m

function xFminbnd % 单变量最优化--函数fminbnd()的简单应用示例 % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shanghai, PRC % $Re
www.eeworm.com/read/477455/6736063

m xfminbnd.m

function xFminbnd % 单变量最优化--函数fminbnd()的简单应用示例 % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shanghai, PRC % $Re