代码搜索:相差法

找到约 10,000 项符合「相差法」的源代码

代码结果 10,000
www.eeworm.com/read/359966/10113430

c 进退法.c

/*用于确定目标函数初始搜索区间,文件名jtf.c*/ /*输出变量:a:n维数组,搜索区间的下限*/ /* b:n维数组,搜索区间的下限*/ /*输入变量:x0:n维数组,搜索初始点*/ /* h0:初始步长*/ /* s:n维数组,搜索方向*/ /* n:优化模型维数*/ #include "funct.c" #include "stdio.h"
www.eeworm.com/read/359101/10165924

cpp 幂法.cpp

#include #include #define N 3 #define EPS 1e-6 #define KM 30 void PowerMethod(float *A) { float MaxValue(float *,int ); float U[N],V[N],r2,r1; float temp; int i,j,
www.eeworm.com/read/358598/10184141

rar 枚举法.rar

www.eeworm.com/read/357066/10216655

cpp 幂法.cpp

#include #include #define N 3 #define EPS 1e-6 #define KM 30 void PowerMethod(float *A) { float MaxValue(float *,int ); float U[N],V[N],r2,r1; float temp; int i,j,
www.eeworm.com/read/160916/10471070

cpp 幂法.cpp

#include #include #define N 3 #define EPS 1e-6 #define KM 30 void PowerMethod(float *A) { float MaxValue(float *,int ); float U[N],V[N],r2,r1; float temp; int i,j,
www.eeworm.com/read/159770/10618691

c 排序法.c

#include #include struct node { int key; }r[20]; struct rnode { int key; int point; }; main() { void print(struct node a[20],int n); int creat(); void shell
www.eeworm.com/read/351494/10647224

exe 逆序法.exe

www.eeworm.com/read/351494/10647231

cpp 逆序法.cpp

//逆序法排序 #include using namespace std; #include int main() { int counter; coutcounter; int *array1=new int[counter+1];//cr
www.eeworm.com/read/276181/10758513

c 排序法.c

#include #include struct node { int key; }r[20]; struct rnode { int key; int point; }; main() { void print(struct node a[20],int n); int creat(); void shell
www.eeworm.com/read/349296/10837516

c 0.618法.c

////////////////////////////// ////// 最优化 ///////// //////信号与信息处理 ///////// ////// 刘君 ///////// //