代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/286517/8762129

cpp 1.cpp

//库文件 #include"stdio.h" #include"stdlib.h" #include"time.h" #include"math.h" //随机数定义 #define rdint(i) (rand()%(int)(i)) #define rdft() (float)((double)rdint(16384)/(
www.eeworm.com/read/286435/8764189

cpp som_.cpp

#include #include #include #include #define maxtimes 100 #define M 6 #define N 5 #define n 4 /*------神经元数据结构-------*/ typedef
www.eeworm.com/read/286429/8764411

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/430027/8772055

c stats.c

/*************************************************************************/ /* */ /* Statistical routines for C4.5 */ /* ----------------------------- */ /* */ /*********
www.eeworm.com/read/430027/8772106

c build.c

/*************************************************************************/ /* */ /* Central tree-forming algorithm incorporating all criteria */ /* --------------------------------
www.eeworm.com/read/430027/8772114

c consultr.c

/*************************************************************************/ /* */ /* Classify items interactively using a set of rules */ /* ---------------------------------------------
www.eeworm.com/read/286275/8774500

c example3.c

/* The following Microsoft C 7.0 program should be linked with the assembly language library in Example 2. Combine the library with XLIB.LIB using the Microsoft Lib utility. The C program first in
www.eeworm.com/read/286264/8775218

c union.c

#define uchar unsigned char void main() { union { float f; uchar c[4]; }x; x.f=1000.01; for(;;) { x.f++; } }
www.eeworm.com/read/286264/8775617

c num1.c

#include "reg51.h" void main() { union { float f1; unsigned char c1[4]; }Num; Num.f1=1000.111; for(;;) { Num.f1++; } }
www.eeworm.com/read/385934/8777080

c aliasing.c

//Aliasing.c illustration of downsampling, aliasing, upsampling #include "lp33.cof" //lowpass at 1.8 kHz short flag = 0; //toggles for 2x down-sampling float indly[