代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/386982/7118590

h shead.h

#ifndef SHEAD #define SHEAD #include #include #include #include #define FINANCESIZE 50/*初始化收支缓存区的大小*/ #define FINANCEINCREASE 10/*当空间用完时每次增加的大
www.eeworm.com/read/267981/7120860

c calc.c

const int point=512; void wavesort() //sort { int i,j; int tempi; long templ; for(i=0;i
www.eeworm.com/read/267981/7120883

h getinputnum.h

unsigned char GetInputString(unsigned char x,unsigned char y,unsigned char len,char *temp); unsigned long GetInputNum(unsigned char x,unsigned char y,unsigned char len); float GetInputFloatNum(unsig
www.eeworm.com/read/102676/7124061

ʵ

#include #include const int N=50; float x[N]; float y[N]; void input(int m) { for(int i=0;i
www.eeworm.com/read/365919/7148216

wode

#include "wode优化.h" #include "stdio.h" #include "conio.h" int main() { printf(""); float A[3][5]={-1,2,1,0,0, 2,3,0,1,0, 1,-1,0,0,1}; float B[3][3]={1,0,0, 0,1,0, 0,0,1}; flo
www.eeworm.com/read/211340/7153114

h graph4.h

//图类结构体定义与相关操作graph4.h typedef struct {char *data; int *visited; float **edge; int max,size; }Graph; //初始化图 void SetGraph(Graph *G,int n) {int i,j; G->data=new char[n]; G->visited=new
www.eeworm.com/read/464482/7157355

c k_algorithm.c

#include #include #include #include int vectornum; int vectorsize; float * datafield; float * tempcenter; struct GROUP {
www.eeworm.com/read/464191/7167789

cpp correlate.cpp

#include "StdAfx.h" #include "Correlate.h" #include "TestDlg.h" CCorrelate::CCorrelate(void) { max=0; cor=NULL; } CCorrelate::~CCorrelate(void) { if(cor!=NULL) delete [] cor;
www.eeworm.com/read/464023/7170812

java studentrecord.java

/** * Created by IntelliJ IDEA. * User: User * Date: 17.04.2006 * Time: 21:43:00 * To change this template use File | Settings | File Templates. */ public class StudentRecord { priv
www.eeworm.com/read/462411/7201872

c simpson.c

#include #include main() { int i,n=2; float s; float f(float); float Simpson(float(*)(float),float,float,int n); for(i=0;i