代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/416704/11017541

cpp 幂法.cpp

#include #include #define N 3 #define EPS 1e-6 #define KM 30 void PowerMethod(float *A) { float MaxValue(float *,int ); float U[N],V[N],r2,r1; float temp; int i,j,
www.eeworm.com/read/416704/11017545

cpp 最小二乘法.cpp

#include #include void main() { int i; float *a; float x[16]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}; float y[16]={4.00,6.40,8.00,8.80,9.22,9.50,9.70,9.86, 10.00,1
www.eeworm.com/read/416704/11017548

cpp 复化辛卜生公式.cpp

#include #include void main() { int i,n=2; float s; float f(float); float Simpson(float (*)(float),float,float,int ); for( i=0;i
www.eeworm.com/read/416704/11017561

cpp 牛顿值多项式.cpp

#include #define N 4 void Difference(float *x,float *y,int n) { float *f; int k,i; f =new float[(n*sizeof(float))]; for(k=1;k
www.eeworm.com/read/416453/11024713

c 2-9.c

#include"stdio.h" main() { float T[4][7],sum,avg; int i,j; float f1,*f2; clrscr(); sum=avg=0; scanf("%f",&T[0][0]); sum=sum+T[0][0]; for(i=0;i
www.eeworm.com/read/416453/11024722

c 2-8.c

#include"stdio.h" main() { float T[4][7],sum,avg; int i,j; float f1,*f2; clrscr(); sum=avg=0; f1=1.0; f2=&f1; for(i=0;i
www.eeworm.com/read/416453/11024725

c 2-7.c

#include"stdio.h" main() { float T[4][7],sum,avg; int i,j; clrscr(); sum=avg=0; for(i=0;i
www.eeworm.com/read/270730/11028683

c imagesmooth.c

/************************************************************************************************ * Function :the is a inter face of image process,user only can change mem from 54 bytes * Desing
www.eeworm.com/read/416350/11031832

c methods.c

#include "headfile.h" #include "global.h" #include "mem_loc.h" #include "myfun.h" #include "methods.h" float meanTotalValues(FMATRIX values, int row, int col) { float meanValue = 0; int i,
www.eeworm.com/read/416320/11033415

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