代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/278154/10561510

c xbanmul.c

/* Driver for routine banmul */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 7 #define M1 2 #define M2 1 #define MP (M1+1+M2) int main(void) { uns
www.eeworm.com/read/278154/10561917

c xspline.c

/* Driver for routine spline */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define N 20 #define PI 3.1415926 int main(void) { int i; flo
www.eeworm.com/read/278154/10562182

c xcorrel.c

/* Driver for routine correl */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define N 64 #define N2 (2*N) int main(void) { unsigned long i,j; float cmp,*dat
www.eeworm.com/read/278154/10562934

c memcof.c

#include #define NRANSI #include "nrutil.h" void memcof(float data[], int n, int m, float *xms, float d[]) { int k,j,i; float p=0.0,*wk1,*wk2,*wkm; wk1=vector(1,n); wk2=vector
www.eeworm.com/read/278154/10564018

c memcof.c

#include #define NRANSI #include "nrutil.h" void memcof(float data[], int n, int m, float *xms, float d[]) { int k,j,i; float p=0.0,*wk1,*wk2,*wkm; wk1=vector(1,n); wk2=vector
www.eeworm.com/read/350642/10722456

cpp gen_fib.cpp

// If you use Visual C++, set the compile options to /GX #ifdef __BCPLUSPLUS__ #include #include #include #else #include #include #inc
www.eeworm.com/read/421586/10728391

h openglcommon.h

#import #import #import @class OpenGLWaveFrontMaterial; #pragma mark - #pragma mark Color3D #pragma mark - typedef struct { GLfloat red;
www.eeworm.com/read/349415/10828353

cpp functions.cpp

#include "nn-utility.h" using namespace nn_utility; /*User defined function to recieve input for training patterns*/ template void nn_utility_functions::GetInput( int interation, V
www.eeworm.com/read/148663/6935229

vhd cpr.vhd

------------------------------------------------------------------------------- -- Title : (m,2)-compressor (for carry-save adders) -- Project : VHDL Library of Arithmetic Units ------------
www.eeworm.com/read/148663/6935330

vhd cpr.vhd

------------------------------------------------------------------------------- -- Title : (m,2)-compressor (for carry-save adders) -- Project : VHDL Library of Arithmetic Units ------------