代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/258201/11877042
txt 45.txt
1: Am J Pathol. 2006 May;168(5):1686-96.
Perinatal epidermal growth factor receptor blockade prevents peripheral nerve
disruption in a mouse model reminiscent of benign world health organization g
www.eeworm.com/read/258201/11877074
txt 5.txt
1: Biochem Biophys Res Commun. 2007 Sep 21;361(2):335-41. Epub 2007 Jul 24.
Expression and function of fibroblast growth factor (FGF) 9 in hepatic stellate
cells and its role in toxic liver injury
www.eeworm.com/read/154843/11923624
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/257078/11950975
m e0519.m
factor(1025)
%由执行结果可以看出1025=5×5×41,恰巧是素数之积。因此求全部两位数的素数的程序如下:
sushu=[];
for ii=10:99
x=factor(ii);
if x==ii
sushu=[sushu ii];
end
end
sushu
www.eeworm.com/read/154124/11988629
m erppca.m
% erpPCA - Unrestricted, unstandardized covariance-based PCA with Varimax rota-
% tion (cf. Kayser J, Tenke CE, Clin Neurophysiol, 2003, 114:2307-25)
%
% Usage: [LU, LR, FSr, VT] = erpPCA(
www.eeworm.com/read/153731/12010672
asm dectobin.asm
;***************************************************************************;
;* CONVERTS 5 DIGIT DECIMAL NUMBER INTO 3 BYTES BINARY NUMBER *;
;*******************************************
www.eeworm.com/read/341877/12057357
c ifactor.c
/*
** ifactor.c -- print prime factorization of a number
**
** Ray Gardner -- 1985 -- public domain
*/
#include
#include
int prevfact = 0;
void factor (long);
void sh
www.eeworm.com/read/255577/12072250
m f_tipsadapt.m
% GUI module => g_adapt
%
% User tips:
%
% 1. All changes to edit box parameters are activated with
% the Enter key.
%
% a = denominator polynomial coefficients of black box
% b
www.eeworm.com/read/254742/12121066
m program_13_7.m
% Program 13_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