代码搜索:Indexg
找到约 14 项符合「Indexg」的源代码
代码结果 14
www.eeworm.com/read/428132/8891023
ing indexg.ing
COMMON /INDEXG/ NI,NJ,NIM,NJM,NIJ,NGR,NIAL,NJAL,NMIJ,NIJA,
* NBTM,IST,JST,LI(NXA),NIGR(MNG),NJGR(MNG),
* IGR(MNG),JGR(MNG),IJGR(MNG)
www.eeworm.com/read/124453/14565980
txt indexg.txt
// This menu was created by an imint.com wizard.
"TEXT:Hyperlink back to parent index" "1" "1" "DRILL:indices/top.txt" " "
"TEXT:Items G1 to G10" "1" "0" " " " "
"TEXT:Item G1" "2" "1" " " " "
"
www.eeworm.com/read/134516/13985494
c 单纯形法(指导书改进1).c
#include
#include
#include
#define M 20
#define N 20
float matrix[M][N],x[M],c[N],b[N],Zm;
//单纯形表系数数组,解的数组,目标函数数组,常数项数组,目标函数值
int a[N],rg[N]; //记录基变量的数组
www.eeworm.com/read/134516/13985497
cpp 单纯形法(指导书改进).cpp
#include
#include
#include
#define M 20
#define N 20
float matrix[M][N],x[M],c[N],b[N],Zm;
//单纯形表系数数组,解的数组,目标函数数组,常数项数组,目标函数值
int a[N],rg[N]; //记录基变量的数组
www.eeworm.com/read/105943/15652220
url 网络教程大全-网页制作.url
[InternetShortcut]
URL=http://mono.163.net/indexg.htm
Modified=E0CE0CBD067EBF01BB
www.eeworm.com/read/181715/9240328
cpp linearprogram.cpp
#include
#include
#include
float matrix[100][100],x[100];
int a[100];
int m,n,s,type;
int indexe,indexl,indexg;
/////////////////////////////////
void jckxj()//基础可
www.eeworm.com/read/212884/15146097
txt 123.txt
#include
#include
float matrix[100][100],x[100];
int a[100];
int m,n,s,type;
int indexe,indexl,indexg;
/////////////////////////////////
void jckxj()//基础可行解
{
int i,j;
www.eeworm.com/read/150850/12256564
cpp text1.cpp
#include
#include
float matrix[100][100],x[100];
int a[100];
int m,n,s,type;
int indexe,indexl,indexg;
/////////////////////////////////
void jckxj()//基础可行解
{
int i,j;
fo
www.eeworm.com/read/248231/12588439
txt 16.txt
#include
#include
float matrix[100][100],x[100];
int a[100];
int m,n,s,type;
int indexe,indexl,indexg;
/////////////////////////////////
void jckxj()//基础可行解
{
int i,j;
fo
www.eeworm.com/read/158445/11614554
txt vc单纯刑法.txt
单纯形法程序,在VC++6.0 下测试通过!
#include
#include
float matrix[100][100],x[100];
int a[100];
int m,n,s,type;
int indexe,indexl,indexg;
/////////////////////////////////
void jc