代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/162044/10343388
cpp best.cpp
#include
#include
#define n 5
FILE *fp1,*fp2;
float min(float a,float b)
{ if(a>b) return b; else return a; }
void eq(float A[],float B[])
www.eeworm.com/read/162044/10343411
txt best_ls.txt
#include
#include
#define n 5
FILE *fp1,*fp2;
float min(float a,float b)
{ if(a>b) return b; else return a; }
void eq(float A[],float B[])
www.eeworm.com/read/162028/10344036
c cluster-sim.c
/*
* cluster.c -- cluster main program
*
* $Log: cluster.c,v $
* Revision 1.23 1993/02/03 07:43:07 stolcke
* added code vector output for cluster
*
* Revision 1.22 1993/01/20 10:28:02 sto
www.eeworm.com/read/162028/10344051
c cluster-orig.c
/*
* cluster.c -- cluster main program
*
* $Log: cluster.c,v $
* Revision 1.23 1993/02/03 07:43:07 stolcke
* added code vector output for cluster
*
* Revision 1.22 1993/01/20 10:28:02 sto
www.eeworm.com/read/162028/10344065
c pca.c
/*
* pca.c -- PCA attachment for cluster program
*
* $Log: pca.c,v $
* Revision 1.8 1996/01/10 19:58:14 stolcke
* fixed misplaced free() call
*
* Revision 1.7 1992/02/12 07:13:13 stolcke
*
www.eeworm.com/read/425473/10352850
cpp 4_2_2.cpp
#include "iostream.h"
void main()
{
float a,b;
char oper;
cout oper >>b;
if (oper=='+')
{
cout
www.eeworm.com/read/425444/10355810
h test.h
int max(int a,int b)
{
int z;
z=a>b?a:b;
return z;
}
float ave(int a[])
{
int n,i,sum=0;float ave;
coutn;
for(i=0;i
www.eeworm.com/read/425390/10359413
cpp chloridelevel.cpp
#include "LlamaWorks2d.h"
using namespace llamaworks2d;
#include "Invasion.h"
#include "Door.h"
#include "Key.h"
#include "Slug.h"
#include "SceneSprite.h"
const int BACKGROUND = 0;
cons
www.eeworm.com/read/279909/10377513
txt 例8.12.txt
例8.12
float average(float array[ ]
,int n)
{int i;
float aver,sum=array[0];
for(i=1;i
www.eeworm.com/read/279909/10377963
txt 例10.26.txt
例10.26对上例中的学生,找出其中有不及格课程的学生及其学生号。
程序如下:
main()
{float score[ ][4]={{60,70,80,90},{50,89,67,88},{34,78,90,66}};
float