代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/466545/7026662

cpp fe_formant.cpp

/////////////////////////////////////////////////////////////////////////////// // This is a part of the Feature program. // Version: 1.0 // Date: February 22, 2003 // Programmer: Oh-Wook Kwon //
www.eeworm.com/read/466545/7026677

cpp fe_basic.cpp

/////////////////////////////////////////////////////////////////////////////// // This is a part of the Feature program. // Version: 1.0 // Date: February 22, 2003 // Programmer: Oh-Wook Kwon //
www.eeworm.com/read/466447/7035073

cpp glutils.cpp

/* * ============================================================================== * Name : Glutils.cpp * * Copyright (c) 2004-2006 Nokia Corporation. * This material, including d
www.eeworm.com/read/466215/7041151

txt 信息论哈夫曼编码.txt

#include "stdio.h" #include "math.h" main() { float a[100]={0}; float f; int i,j,k; int x,y; int n; float sum1=0,sum2=0,sum3=0; printf("设信号源有n个符号,n="); scanf("%d",&n); printf
www.eeworm.com/read/466240/7041375

cpp shishu.cpp

#include main() { float a,b,t; scanf("%f,%f",&a,&b); if(a>b) {t=a;a=b;b=t;} printf("%2.3f,%2.5f",a,b); }
www.eeworm.com/read/465455/7055048

txt fft c++.txt

#include #include "math.h" #define PI 3.14159265358976323846 #define NN 2048 struct complex //data form { f
www.eeworm.com/read/464910/7062340

cpp zp1010_w.cpp

//--------------------------------------------------------------------------- #pragma hdrstop //--------------------------------------------------------------------------- #pragma argsused #
www.eeworm.com/read/464684/7067520

txt interesting.txt

找出其中有不及格课程的学生及学号 , main() {float score[][4]={{60,70,80,90},{56,89,67,88},{34,78,80,66}}; float *search(float(*pointer)[4]); float *p; int i,j; for(i=0;i
www.eeworm.com/read/464709/7067676

cpp 2350.cpp

#include int main() { int n; int m; int count; float sum; float *score; float average; scanf("%d", &n); for(int i = 0; i < n; i++) { scanf("%d", &m); score = new
www.eeworm.com/read/396316/7070519

cpp guass2.cpp

#include #include #define rank 20 void main() { int i,j,mi,k; float temp; double q; float a[rank][rank],b[rank],x[rank]; for( i=0;i