代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/439575/7705944

cpp zxec.cpp

#include #define N 7 int main() { int x[N] = {1,3,4,5,6,7,8}; int y[N] = {10,5,4,2,1,1,2}; int a[N][3] = {0}; int at[3][N] = {0}; int A[3][3] = {0}; float A1[3][3] = {0};
www.eeworm.com/read/439490/7707757

c fractal.c

#include #include #include #include #include #define pi 3.14 #define CLIP_ON 1 int n,c,t,mau; float hs,go; //----------------------------------
www.eeworm.com/read/439490/7707844

c picture.c

#include #include #include #include #include #define CLIP_ON 1 #define pi 3.14 int n,t,ll; float hs,hsd,go; //---------------------------------
www.eeworm.com/read/439490/7707887

c line.c

/*Phuong phap NEWTON(phuong phap tiep tuyen) tim nghiem gan dung cua phuong trinh sin(x - x*xcos(x) = 0 tren doan [a,b] */ #include #include #include enum BOO
www.eeworm.com/read/439490/7707894

c bindiv.c

/*Phuong phap BISECTION tim nghiem gan dung cua phuong trinh sin(x - x*xcos(x) = 0 tren doan [a,b] */ #include #include #include enum BOOLEAN { false = 0 , t
www.eeworm.com/read/439360/7711597

c boundary.c

#include #include #include "datadef.h" /* Given the boundary conditions defined by the flag matrix, update * the u and v velocities. Also enforce the boundary conditions at
www.eeworm.com/read/439202/7714493

cpp p006h.cpp

// + - * / -- -/ // 0 1 2 3 4 5///定义六种符号 #include #include int treat(float a,float b,float
www.eeworm.com/read/439050/7717547

cpp mathutil.cpp

///////////////////////////////////////////////////////////////////////////// // // 3D Math Primer for Games and Graphics Development // // MathUtil.cpp - Miscellaneous math utilities // // Visi
www.eeworm.com/read/438626/7729104

cpp 学生成绩1.cpp

#include int* f( int* a,int n) { for(int j=n-1;j>0;j--) for(int i=0;i
www.eeworm.com/read/438626/7729106

cpp 学生数学成绩2.cpp

#include int* f( int* a,int m) { int n=m/2; for(int j=n-1;j>0;j--) for(int i=0;i