代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/425836/10317470

c filtere.c

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)
www.eeworm.com/read/425836/10317472

c utilcp.c

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)
www.eeworm.com/read/425836/10317478

h ld8cp.h

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)
www.eeworm.com/read/425836/10317645

c dtx.c

/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E)
www.eeworm.com/read/162201/10325879

txt code3[1].txt

二、 实验内容 假设以一个带权有向图表示某一区域的公交线路网,图中顶点代表一些区域中的重要场所,弧代表已有的公交线路,弧上的权表示该线路上的票价(或搭乘所需时间),试设计一个交通指南系统,指导前来咨询者以最低的票价或最少的时间从区域中的某一场所到达另一场所。 算法思想:下面是R、W、Floyd求每对顶点之间最短路径算法的C语言程序,程序中矩阵A用来进行n次迭代,矩阵P用来记录路径,P ...
www.eeworm.com/read/354734/10330197

cpp femtemper.cpp

#include #include #include #include #include using namespace std; const int NN=22; const int NE=16; #ifndef ELEMENT_f_MATRIX_H #define ELE
www.eeworm.com/read/162128/10333206

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/162128/10333213

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/162128/10333259

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/162128/10333549

c for_more.c

#include void main () { char letter; float percent; for (letter = 'A'; letter = 'a'; letter--)