代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/290380/8486395

c huge_flt.c

#include #include void main (void) { int i; float huge *values; if ((values = (float huge *) halloc (17000, sizeof(float))) == NULL) printf
www.eeworm.com/read/290380/8486643

c for_more.c

#include void main () { char letter; float percent; for (letter = 'A'; letter = 'a'; letter--)
www.eeworm.com/read/290380/8486680

c sizeof.c

#include void main () { printf("Variables of type int use %d bytes\n", sizeof(int)); printf("Variables of type float use %d bytes\n", sizeof(float)); printf("Variables of ty
www.eeworm.com/read/290336/8489322

h ntddk.h

/*++ BUILD Version: 0120 // Increment this if a change has global effects Copyright (c) Microsoft Corporation. All rights reserved. Module Name: ntddk.h Abstract: This module
www.eeworm.com/read/189063/8492661

c clsq.c

/* ============================================================================ Levenberg-Marquardt Least Squares Optimisation Routine =======================================================
www.eeworm.com/read/389765/8504401

c tsp.c

#include #include #include #include #include #include #include #include #include #define maxpop 100 #defin
www.eeworm.com/read/290073/8507187

cpp 200511051003323276.cpp

//曲线拟合,例题4.4 #include "stdio.h" #include "math.h" #define num 10 float neiji(float b[num],float c[num]) //内积函数 { int p; float nj=0; for (p=1;p
www.eeworm.com/read/389636/8510014

ini debug.ini

/*------------------------------------------------------------- This file set the analog inputs for the A/D to different values depending on the button clicked -------------------------------------
www.eeworm.com/read/389561/8513796

java util_x.java

/* * 创建日期 2008-11-15 * * TODO 要更改此生成的文件的模板,请转至 * 窗口 - 首选项 - Java - 代码样式 - 代码模板 */ /** * @author xxzxxz * * TODO 要更改此生成的类型注释的模板,请转至 * 窗口 - 首选项 - Java - 代码样式 - 代码模板 */ public cla
www.eeworm.com/read/289865/8520916

java ticketbean.java

package trainticket; /** * Title: * * Description: * * Copyright: Copyright (c) 2007 * * Company: * * @author not attributable * @version 1.0 */