代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/289743/8530106

m mppca.m

function [LX, MX, PX] = mppca(X, no_dims, no_analyzers, tol, maxiter, minstd) %MPPCA Runs EM algorithm and computes local factor analyzers % % [LX, MX, PX] = mppca(X, no_dims, no_analyzers, tol, max
www.eeworm.com/read/433104/8545943

m rwg3.m

function [] = rwg3 %RWG3 Calculates the impedance matrix using function IMPMET % Uses the mesh file from RWG2, mesh2.mat, as an input. % % The following parameters need to be specified prior t
www.eeworm.com/read/433104/8545952

m rwg3.m

%RWG3 Calculates the impedance matrix using function IMPMET % Uses the mesh file from RWG2, mesh2.mat, as an input. % % The following parameters need to be specified prior to % calculations
www.eeworm.com/read/289495/8547852

c svm_common.c

/************************************************************************/ /* */ /* svm_common.c
www.eeworm.com/read/188135/8569290

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/188135/8569357

cpp 2-2.cpp

#include main() { int n; unsigned long factor=1; coutn; for(int i=n;i>1;i--) factor=factor*i; cout
www.eeworm.com/read/388569/8600028

cpp 1405 the last practice.cpp

/* 1405 The Last Practice Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 256 K GUN C++ */ #include #include using namespace std; const int Max=1000; i
www.eeworm.com/read/388569/8600464

cpp 1286 找新朋友.cpp

/* 1286 找新朋友 Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 256 K 671 MS 344 KB 851 B GUN C++ */ #include using namespace std; const int Max=32768; int Factor(i
www.eeworm.com/read/388457/8607966

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
www.eeworm.com/read/432045/8636011

cpp ch9_5.cpp

//********************* //** ch9_5.cpp ** //********************* #include bool Factor(int, int&, int&); void main() { int number,squared,cubed; bool error; cou