代码搜索:图像法

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

代码结果 10,000
www.eeworm.com/read/373853/9432305

doc 松弛法.doc

www.eeworm.com/read/363342/9958248

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/165041/10078478

txt 分治法.txt

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