代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/188647/8522103
cpp shortestpathbetweenpoints.cpp
#include
#include
#include
typedef struct nod *NOD; //define the pointer which point to the struct nod
typedef struct edge *WAY; //define the point
www.eeworm.com/read/188596/8525597
c 1161.c
#include
#include
main()
{
int n,i,j,t;
float a[100];
scanf("%d",&n);
for(i=1;i
www.eeworm.com/read/188596/8525739
cpp 1209.cpp
#include
#include
#include
int com(const void *a,const void *b)
{
return(*(float*)a-*(float*)b);
}
int sear(float a[],float f,int j,int k,int g)
{
int i;
i
www.eeworm.com/read/188596/8525764
cpp 1079.cpp
#include
void main(){
int i,j=0,n=0;
float a[100001]={0},b[10];
a[1]=1;
a[0]=0;
for(i=2;i
www.eeworm.com/read/188566/8528111
h qgps.h
//----------------------------------------------------------------------------
// qgps.h : visualization widget for GPS device data
//
// - assume GPGSA is followed by GPGSV.
//
// - programmed by Bo
www.eeworm.com/read/289727/8532919
java k_meansmid.java
package cn.com.l;
//基于质心的k-means聚类算法
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.Random;
public class K_meansMid {
private stat
www.eeworm.com/read/188512/8533241
cpp fig06_25.cpp
// Fig. 6.25: fig06_25.cpp
// Name mangling.
// function square for int values
int square( int x )
{
return x * x;
} // end function square
// function square for double values
doubl
www.eeworm.com/read/188500/8536076
c fano_cd.c
#include
#include
#include
#include
char key[100];
struct DATA
{
char Xi;
float PXi;
char code[11];
int len;
};
struct INFO
{
float leng
www.eeworm.com/read/289579/8541749
cpp 小明买书.cpp
#include
//#include
#define ABS(x) (((x)>0)?(x):(-(x)))
void GetInputValue(float * a,const int howmany)
{
int i=0;
for(i=0;i
www.eeworm.com/read/289549/8545247
txt c 算法.txt
Cohen-SutherLand实现裁剪直线的两个关键函数
//计算点 x,y的编码
void CCohenSutherLandView::CompOutCode(float x,float y,CRect* rect,OutCode* outCode)
{
outCode->all = 0;
outCode->top = outCode->bottom =0;
if