代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/179771/9339657
cpp bst.cpp
/* 最佳二叉排序树是具有最佳检索效率的二叉排序树,
本程序提供了最佳二叉排序树的构造方法*/
#include
#define MAXVALUE 1e8
#define N 10
float c[N][N];
float w[N][N];
int r[N][N];
void OBT(float p[], float q[],
www.eeworm.com/read/375793/9349463
cpp knap_2.cpp
// 贪婪0/1背包问题算法, 2阶.思想见下面注释中
#include
#include "hsort.h"
#include "object2.h"
//#include "knap_0.cpp"
using namespace std;
template
float Knapsack(Tp p[], Tw w
www.eeworm.com/read/375547/9356947
cpp pso.cpp
#include"stdio.h"
#include"stdlib.h"
#include"time.h"
#include"math.h"
//#define rdint(i) (rand()%(int)(i))
//#define rdft() (float)((double)rdint(16384)/(16383.0))
//#define rnd(a,b) (rdint((
www.eeworm.com/read/179377/9359685
c chfit.c
/* Driver for routine chebft */
#include
#include
#define NRANSI
#include "nr.h"
#define NVAL 40
#define PIO2 1.5707963
float func(float x)
{
return x*x*(x*x-2.0)*si
www.eeworm.com/read/179373/9359698
c mfft.c
/* Driver for routine rlft3 */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define IPRNT 20
static unsigned long compare(char *string, float ***a
www.eeworm.com/read/375150/9370534
h gapopulation.h
// $Header: /usr/people/mbwall/src/galib/ga/RCS/GAPopulation.h,v 1.3 1999/03/30 02:40:28 mbwall Exp $
/* ----------------------------------------------------------------------------
population.h
www.eeworm.com/read/375150/9370553
h gascaling.h
// $Header: /usr/people/mbwall/src/galib/ga/RCS/GAScaling.h,v 1.4 1998/11/08 23:04:33 mbwall Exp $
/* ----------------------------------------------------------------------------
scaling.h
mbwa
www.eeworm.com/read/375150/9370568
c gastatistics.c
// $Header: /usr/people/mbwall/src/galib/ga/RCS/GAStatistics.C,v 1.4 1999/04/03 00:57:00 mbwall Exp $
/* ----------------------------------------------------------------------------
statistics.C
www.eeworm.com/read/375148/9370628
h gabincvt.h
// $Header: /usr/people/mbwall/src/galib/ga/RCS/gabincvt.h,v 1.2 1998/10/05 21:30:09 mbwall Exp $
/* ----------------------------------------------------------------------------
bincvt.h
mbwall
www.eeworm.com/read/375148/9370632
c gabincvt.c
// $Header: /usr/people/mbwall/src/galib/ga/RCS/gabincvt.C,v 1.4 1999/03/28 20:51:40 mbwall Exp $
/* ----------------------------------------------------------------------------
bincvt.C
mbwall