代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/196292/8101652

cpp math_approx.cpp

/* Copyright (C) 2002 Jean-Marc Valin File: math_approx.c Various math approximation functions for Speex Redistribution and use in source and binary forms, with or without modification,
www.eeworm.com/read/196292/8102400

h helpfun.h

/****************************************************************** iLBC Speech Coder ANSI-C Source Code helpfun.h Copyright (C) The Internet Society (2004). All Rig
www.eeworm.com/read/396422/8108702

java fac4_2.java

// //本程序取自王晓东编著“算法分析与设计”第 113 页,例 //背包问题贪心解法 class Element implements Comparable { float w; float v; int i; public Element(float ww,float vv,int ii) {
www.eeworm.com/read/296107/8121563

lst chap28.lst

listing 1 max(int a, int b); int main(void) { int x; x = max(10, 20); return 0; } int max(int a, int b) { return a>b ? a : b; } listing 2 /* original code */ x = a +
www.eeworm.com/read/396159/8121929

txt 税.txt

//收入 income //应纳税所得额 ytax //个人所得税 grtax float income,ytax,grtax; ytax=income-1600; if(ytax
www.eeworm.com/read/296003/8129113

cpp rect_qiuni.cpp

//////////////////////////////////////////////////////////////////////// // // 团结紧张,严肃活泼 -------张佳伟 // // http://vcroad.6to23.com // // ghost_2000@citiz.net
www.eeworm.com/read/295878/8135584

txt 2.txt

main() { int i,j; char c[10]; float f; i=3; j=4; while(i>0) { if(i
www.eeworm.com/read/195683/8135710

c al7_7.c

/*案例代码文件名:AL7_7.C*/ /*功能:数组名作为函数参数,求平均成绩*/ float aver(float a[ ]) /*定义求平均值函数,形参为一浮点型数组名*/ {int i; float av,s=a[0]; for(i=1;i
www.eeworm.com/read/195683/8135783

c al7_8.c

/*案例代码文件名:AL7_8.C*/ /*功能:计算个人与各科平均成绩及全班平均成绩,并在屏幕上显示出来。*/ #define M 5 /*定义符号常量 人数为5*/ #define N 4 /*定义符号常量 课程为4*/ #include "stdio.h" main() {int i,j; void aver(float sco[M+1][N+1]); stat
www.eeworm.com/read/295861/8136332

c rm31_chase.c

// ------------------------------------------------------------------------ // File: rm31_chase.c // // Simulation of RM(3,1), equivalent to the (8,4,4) extended Hamming code. // Soft-decision dec