代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/282839/9056494

c readval.c

#include "stdio.h" #define MAX 5000 void main() { FILE *fp1,*fp2,*fp3; float ver[50]; int nodenum,t[14],i,j; int num_node[4]; int node_number; float val[MAX]; char ch,s1[80],s2[80],s3[80],va
www.eeworm.com/read/381770/9072343

c 复件 (2) fft.c

#include #include #include // 常数π #define PI 3.1415926535 #define DLP_Q0064 0x80200004 #define PCR1 *(volatile unsigned int *)0x01900024 short fftdat
www.eeworm.com/read/381765/9072402

cpp gauss.cpp

#include void main() { float a[11][12]; int n,i,j,k; printf("input unknown numbers:"); scanf("%d",&n); printf("input all quotieties:\n"); for(i=1;i
www.eeworm.com/read/381765/9072412

cpp 拉格朗日插值法.cpp

#include void main() {int N,i,j; float x[10],y[10],l[10],x0,y0=0,fz,fm; printf("input N:"); scanf("%d",&N); printf("input x[i] i=0.....N-1:\n"); for(i=0;i
www.eeworm.com/read/381752/9074245

cpp chapter3-4.cpp

//文件名:CHAPTER3-4.cpp #include // 定义多态函数,找出三个整数中最小的数 int min0(int ii, int jj, int kk) { int temp; if((ii
www.eeworm.com/read/381695/9076983

txt 练习(三).txt

函数 一、选择题 1、以下正确的说法是( ) //此题不妥! 建立函数的目的之一是 (A) 提高程序的执行效率 (B) 提高程序的可读性 (C) 减少程序的篇幅 (D) 减少程序文件所占内存 2、以下正确的说法是( ) (A) 用户若需要调用标准库函数,调用前必须重新定义 (B) 用户可以重新定义标准库函数,若如此,该函数将失 ...
www.eeworm.com/read/381597/9084071

c arithmetic-coding.c

#include #include #define max 20 void main() { char a[max]; float sl[max],sh[max],L[max],H[max],p[max],ch[max]; int i,j,m,tag,k; float temp; u: printf("输入待编码字符串:");
www.eeworm.com/read/282485/9090485

h colion.h

//------------------------------------------------------------------------------------ // File. Colion.h //------------------------------------------------------------------------------------ #if
www.eeworm.com/read/184617/9091716

m svmnlspex01fun.m

%SVMnLSPex01FUN.m % %Object function and Constrained function for Two Dimension SVM Problem, Two Class and Separable Situation; % %Method from Christopher J. C. Burges: %Object function and Const
www.eeworm.com/read/184617/9091741

m nvldtckn.m

% A Novelty Detection Algorithm with radius based kernel function, every samples are mapped in a super-sphere; % Referenced from; David M.J. Tax and P.W. Duin "Data Domain Description using Support V