代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/382395/9031316

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/382395/9031349

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/382395/9031607

c for_more.c

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

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/283244/9033999

cpp gould.cpp

/* x(i,j)--水库入流(年,月径流量) A(i)--蓄水状态变量 S(i,j)--月初蓄水量 S1(i)--年末蓄水量 Q(i,j)--年转移概率矩阵 IND(j)--年末出现小于等于某一状态的总次数 PI(i)--水库稳定蓄水概率分布 FY(i)--条件供水破坏概率(相对破坏年数) FM(i)
www.eeworm.com/read/185388/9040579

cpp hftest.cpp

/////////////////////////////////////////////////////////////////////////////////////// #include #include #include #include //系统头文件 /////////////////////
www.eeworm.com/read/185381/9041013

cpp multiplydlg.cpp

// multiplyDlg.cpp : implementation file // #include #include "stdafx.h" #include "multiply.h" #include "multiplyDlg.h" #include "TSMatrix.h" #ifdef _DEBUG #define new DEBUG_NEW #und
www.eeworm.com/read/382181/9043935

java optimizedsvgmenudemo.java

/* * * Copyright (c) 2007, Sun Microsystems, Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t
www.eeworm.com/read/382181/9043948

java locationbasedservice.java

/* * * Copyright (c) 2007, Sun Microsystems, Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t
www.eeworm.com/read/382131/9046966

c tritri.c

/* Triangle/triangle intersection test routine, * by Tomas Moller, 1997. * See article "A Fast Triangle-Triangle Intersection Test", * Journal of Graphics Tools, 2(2), 1997 * * int tri_tri_i