代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/160929/10470190

m p10_7.m

% Program 10_7 % Illustration of Sampling Rate Alteration by % a Ratio of Two Integers % clf; L = input('Up-sampling factor = '); M = input('Down-sampling factor = '); n = 0:29; x = sin(2*pi*0.43*n) +
www.eeworm.com/read/424063/10501562

m findmax2.m

function [gt,d]=findmax2(data, flag) %FINDMAX2 Interpolates the maxima in a matrix of data. % % Function used for returning all the maxima in a set of % data (matrices). The maxima are calculated
www.eeworm.com/read/160490/10526939

m cp0702_gaussian_derivatives_1.m

% % FUNCTION 7.6 : "cp0702_Gaussian_derivatives_ % 10dB_bandwidth" % % Analysis of -10 dB of the first 15 derivatives of the % Gaussian pulse as a function of the shape factor % % 'smp' sampl
www.eeworm.com/read/352500/10547195

asm example 3-36.asm

; Example 3 - 36. DIT Radix-2 FFT Implementation ASM Listing for the TMS320C64x DSP * ========================================================================= * *
www.eeworm.com/read/352500/10547231

asm example 3-19.asm

;Example 3 - 19. Complex DIF Radix-2 FFT Implementation ASM Listing for TMS320C62x * ========================================================================= * *
www.eeworm.com/read/278154/10561964

c xks2d1s.c

/* Driver for routine ks2d1s */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NMAX 1000 int main(void) { long idum; unsigned long j,jtrial,n1,ntrial;
www.eeworm.com/read/278154/10562811

c zbrac.c

#include #define FACTOR 1.6 #define NTRY 50 int zbrac(float (*func)(float), float *x1, float *x2) { void nrerror(char error_text[]); int j; float f1,f2; if (*x1 == *x2) nrerro
www.eeworm.com/read/278154/10563889

c zbrac.c

#include #define FACTOR 1.6 #define NTRY 50 int zbrac(float (*func)(float), float *x1, float *x2) { void nrerror(char error_text[]); int j; float f1,f2; if (*x1 == *x2) nrerro
www.eeworm.com/read/422200/10656501

cpp 14-1.cpp

#include #include void main() { int n; unsigned long factor=1; coutn; for(int i=n;i>=1;i--) factor*=i; long ans(n>0?factor:-1);
www.eeworm.com/read/422200/10656571

cpp 2-2.cpp

#include main() { int n; unsigned long factor=1; coutn; for(int i=n;i>1;i--) factor=factor*i; cout