代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/278629/10523088

c jdcoefct.c

/* * jdcoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/278154/10561468

c xftest.c

/* Driver for routine ftest */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NPTS 1000 #define MPTS 500 #define EPS 0.01 #define NVAL 11
www.eeworm.com/read/350990/10690690

m exp_fnct.m

function y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % y=exp_fnct(x,funfcn,k,T,p1,p2,p3) % Returns the function funfcn(x) times % the exponential factor exp(-j*2*pi*k/T*x) j=sqrt(-1) ; args=[]; for nn
www.eeworm.com/read/421659/10715787

c jdcoefct.c

/* * jdcoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/349903/10785159

mak miracl.mak

# UNIX Makefile for MIRACL Software Multi-Precision Math Lib. # # Contributed by John Kennedy # Updated by M.Scott 15/7/97 # # Notes: This is a "bare-bones" makefile for compi
www.eeworm.com/read/273533/10912629

c jdcoefct.c

/* * jdcoefct.c * * Copyright (C) 1994-1997, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/273406/10918339

java valuescope.java

//: ValueScope.java //package g3ds.joop.ch3; public class ValueScope{ public static void main(String[] args){ //声明变量 byte b; char c; short s; int i; long l; float f; do
www.eeworm.com/read/271450/10994767

cpp sieve.cpp

//: C17:Sieve.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt #include #include
www.eeworm.com/read/416230/11037410

m program_13_2.m

% Program 13_2 % Illustration of Down-Sampling by an Integer Factor % clf; N = input('Output length = '); M = input('Down-sampling Factor = '); fo = input('Input signal frequency = '); % Genera
www.eeworm.com/read/416230/11037420

m program_13_1.m

% Program 13_1 % Illustration of Up-Sampling by an Integer Factor % clf; N = input('Input length = '); L = input('Up-sampling Factor = '); fo = input('Input signal frequency = '); % Generate t