代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/289058/8581962
cpp 牛顿值多项式.cpp
#include
#define N 4
void Difference(float *x,float *y,int n)
{
float *f;
int k,i;
f =new float[(n*sizeof(float))];
for(k=1;k
www.eeworm.com/read/289026/8584483
c ex22.c
/* ----------------------------------------------------------------------------
ex22.C
mbwall 5jan96
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
This example
www.eeworm.com/read/289026/8584726
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
m
www.eeworm.com/read/289026/8584745
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 29
www.eeworm.com/read/289026/8584750
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 29
www.eeworm.com/read/289026/8584829
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
mbwall
www.eeworm.com/read/289026/8584902
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
m
www.eeworm.com/read/187920/8591083
txt k-means聚类.txt
/************************************************************************************************/
/*功能:kmeans分割 */
/*参数说明:lpDIBBits-指向DIB位图数据的指针, lWidth-BMP图像宽度,lHeight-BMP图像高度,k-聚类个数*/
void KMean
www.eeworm.com/read/432524/8596691
c c4_6_1.c
#include"stdio.h"
#include"stdlib.h"
#include"math.h"
#define pi 3.1415926536
#define NN 2048
main()
{
int i,j,k,m,N,r,s,t;
static float a0,a1,b0,b1,p,z,g;
static int a[NN];
sta
www.eeworm.com/read/432503/8598897
zb readme.zb
This program needs data file.It can draw curvers.
data file format: int float int float......