代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/455115/7377754

m cloud9.m

% CLOUD9 - Cloud movie of 1/f noise. % % Function to create a movie of noise images having 1/f amplitude spectum % properties. % % Usage: CloudMovie = cloud9(size, factor, nturns, velfactor, nframes)
www.eeworm.com/read/454202/7396418

java handout.java

/* * $Id: Handout.java,v 1.3 2002/02/28 09:08:58 blowagie Exp $ * $Name: $ * * This code is free software. It may only be copied or modified * if you include the following copyright notice: *
www.eeworm.com/read/452050/7449092

c 3094860_ac_1499ms_152k.c

#include #include typedef __int64 ll; ll Fac[64], time = 12983; const int MAX_COUNT = 32; ll PowerMod(ll a, ll b, ll n) { ll back = 0, temp = a % n; b %= n;
www.eeworm.com/read/452050/7449093

c 3094858_wa.c

#include #include typedef __int64 ll; ll Fac[64], time = 12983; const int MAX_COUNT = 32; ll PowerMod(ll a, ll b, ll n) { ll back = 0, temp = a % n; b %= n;
www.eeworm.com/read/448350/7534439

m lin2pcmu.m

function p=lin2pcmu(x,s) %LIN2PCMU Convert linear to Mu-law PCM P=(X,S) % pcmu = lin2pcmu(lin) where lin contains a vector % or matrix of signal values within a range determined by % the scale fac
www.eeworm.com/read/445493/7595134

res p46.res

Global coordinates Node 1 0.0000E+00 0.0000E+00 Node 2 0.0000E+00 0.3000E+01 Node 3 0.0000E+00 0.6000E+01 Node 4 0.3000E+01 0.6000E+01 Node
www.eeworm.com/read/440750/7682198

m lin2pcmu.m

function p=lin2pcmu(x,s) %LIN2PCMU Convert linear to Mu-law PCM P=(X,S) % pcmu = lin2pcmu(lin) where lin contains a vector % or matrix of signal values within a range determined by % the scale fac
www.eeworm.com/read/436995/7757345

m convcon.m

% convcon.m % Scope: This MATLAB macro sets the most used conversion constants as % global variables. % Usage: convcon % Description of global parameters:
www.eeworm.com/read/436341/7771304

cpp 2363.cpp

#include #include using namespace std; int getMinPaper(int iNum) { int k; int iMinResult = 4*iNum + 2; int factor1, factor2; int temp = 0; int sum = 0; for(k = 1
www.eeworm.com/read/199777/7823067

m program_10_7.m

% Program 10_7 % Illustration of Sampling Rate Alteration by % a Ratio of Two Integers % clf; N = input('Length of input signal = '); L = input('Up-sampling factor = '); M = input('Down-samplin