代码搜索:spread

找到约 1,538 项符合「spread」的源代码

代码结果 1,538
www.eeworm.com/read/329499/12951865

m spread.m

% Program 5-7 % spread.m % % Data spread function % % Programmed by M.Okita and H.Harada % function [iout, qout] = spread(idata, qdata, code1) % *******************************************
www.eeworm.com/read/140665/13069152

cpp spread.cpp

#include "nr.h" void NR::spread(const DP y, Vec_IO_DP &yy, const DP x, const int m) { static int nfac[11]={0,1,1,2,6,24,120,720,5040,40320,362880}; int ihi,ilo,ix,j,nden; DP fac; int n=y
www.eeworm.com/read/139776/13133543

c spread.c

#define NRANSI #include "nrutil.h" void spread(float y, float yy[], unsigned long n, float x, int m) { int ihi,ilo,ix,j,nden; static int nfac[11]={0,1,1,2,6,24,120,720,5040,40320,362880}; float f
www.eeworm.com/read/319030/13464115

m spread.m

% Program 5-7 % spread.m % % Data spread function % % Programmed by M.Okita and H.Harada % function [iout, qout] = spread(idata, qdata, code1) % *******************************************
www.eeworm.com/read/312211/13615924

cpp spread.cpp

#include "nr.h" void NR::spread(const DP y, Vec_IO_DP &yy, const DP x, const int m) { static int nfac[11]={0,1,1,2,6,24,120,720,5040,40320,362880}; int ihi,ilo,ix,j,nden; DP fac; int n=y
www.eeworm.com/read/151067/5687058

cpp spread.cpp

#include using namespace itpp; //These lines are needed for use of cout and endl using std::cout; using std::endl; int main() { //Scalars: int SF, Ncode, sc, i, j, NumOfBits, Ma
www.eeworm.com/read/151067/5687066

ref spread.ref

Simulating point nr 1 Itteration 1: ber = 0.13016 Breaking on point 1 with 6508 errors. Simulating point nr 2 Itteration 1: ber = 0.103 Breaking on point 2 with 5150 errors. Simulating point
www.eeworm.com/read/126430/6016642

c spread.c

#include "nrutil.h" void spread(y,yy,n,x,m) float x,y,yy[]; int m; unsigned long n; { int ihi,ilo,ix,j,nden; static int nfac[11]={0,1,1,2,6,24,120,720,5040,40320,362880}; float fac; i
www.eeworm.com/read/126430/6017254

c spread.c

#define NRANSI #include "nrutil.h" void spread(float y, float yy[], unsigned long n, float x, int m) { int ihi,ilo,ix,j,nden; static int nfac[11]={0,1,1,2,6,24,120,720,5040,40320,362880}; f
www.eeworm.com/read/102423/6232311

c spread.c

#include "nrutil.h" void spread(y,yy,n,x,m) float x,y,yy[]; int m; unsigned long n; { int ihi,ilo,ix,j,nden; static int nfac[11]={0,1,1,2,6,24,120,720,5040,40320,362880}; float fac; i