代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/287166/8714649

h hw_glob.h

// Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // // $Id: hw_glob.h,v 1.12 2000/11/18 15:51:25 bpereira Exp $ // // Copyright
www.eeworm.com/read/287166/8714746

h hw_defs.h

// Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // // $Id: hw_defs.h,v 1.11 2001/02/28 17:50:56 bpereira Exp $ // // Copyright
www.eeworm.com/read/386931/8718880

cs checkbox.aspx.cs

using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.
www.eeworm.com/read/287104/8720829

c dlzy.c

#include"stdlib.h" #include"math.h" #include"conio.h" #include"stdio.h" #include #define N 100 #define M 15 #define Ur 9.524 #define W 20 #define PAI 3.14 void chazhi_1(x,y,g,s,
www.eeworm.com/read/286954/8735168

c intepoint.c

# include void avsco(float *psco, float *pave); void avcour5(char *pcou, float *psco); void fali2(char *pcou, int *pnum, float *psco, float *pave); void excellence(char *pcou, int *pnu
www.eeworm.com/read/286954/8735321

c k_algorithm.c

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

c isogroup.c

#include #include #include #include float * datafield; int vectornum; int vectorsize; struct GROUP { float * center; float D; float va
www.eeworm.com/read/286953/8735756

c show_2d.c

#include void main(void) { int row, column; float table[3][5] = {{1.0, 2.0, 3.0, 4.0, 5.0}, {6.0, 7.0, 8.0, 9.0, 10.0}, {11.0
www.eeworm.com/read/286953/8735766

c show_3d.c

#include void main(void) { int row, column, table; float values[2][3][5] = { {{1.0, 2.0, 3.0, 4.0, 5.0}, {6.0, 7.0,
www.eeworm.com/read/286953/8735805

c huge_flt.c

#include #include void main (void) { int i; float huge *values; if ((values = (float huge *) halloc (17000, sizeof(float))) == NULL) printf