女人自慰AV免费观看内涵网,日韩国产剧情在线观看网址,神马电影网特片网,最新一级电影欧美,在线观看亚洲欧美日韩,黄色视频在线播放免费观看,ABO涨奶期羡澄,第一导航fulione,美女主播操b

您好,歡迎來電子發燒友網! ,新用戶?[免費注冊]

您的位置:電子發燒友網>源碼下載>數值算法/人工智能>

遺傳算法的源代碼

大小:3445 人氣: 2010-02-09 需要積分:0
那些年兒ing的空間

用戶級別:注冊會員

貢獻文章:

貢獻資料:

遺傳算法的源代碼:Functions:

?mexFunction, eqn.

?
? Functions adapted from 'Numerical Recipes in C':
?
?mrqcof, mrqmin, covsrt, gaussj, vector, matrix, ivector, free_ivector,
?free_vector, ree_matrix, nerror.
?
?
*/?

#include
#include
#include
#include "mex.h"

#define SWAP(a,b) {float temp=(a);(a)=(b);(b)=temp;}

/* gateway routine */
void mexFunction(
?int nlhs, Matrix *plhs[],
?int nrhs, Matrix *prhs[])
/*void mexFunction(nlhs,plhs,nrhs,prhs)
int nlhs;
Matrix *plhs[];
int nrhs;
Matrix *prhs[];*/
{?
?
?double *xp,*ap,*yp,*sigp,*ndatap,*mfitp,*map,*listap;
?float alamda,**covar,chisq,oldchisq,**alpha,**matrix(),*vector(),*x,*y,*sig;
?double *xout;
?float a[31];
?int mfit,ma,ndata,lista[31],ctr,maxit,npar,vecl,count;
?void ree_matrix(),free_vector();
?void mrqmin();
?void (*funcs)();
?void eqn();
?Matrix *strptr[1];

非常好我支持^.^

(4) 100%

不好我反對

(0) 0%

      發表評論

      用戶評論
      評價:好評中評差評

      發表評論,獲取積分! 請遵守相關規定!

      ?