代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/303498/13814290
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/303438/13816108
m tfrrmsc.m
function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K);
%TFRRMSC Reassigned Morlet Scalogram time-frequency distribution.
% [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE)
% computes the Morlet scalogram and
www.eeworm.com/read/152629/5672922
java densematrix.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/152629/5672948
java matrixops.java
/* Copyright (C) 2003 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
This softwa
www.eeworm.com/read/148721/5710117
c tr_light.c
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena sourc
www.eeworm.com/read/147708/5727915
h mouse_ps2.h
/*
Copyright (C) 2004-2005 Li Yudong
*/
/*
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free
www.eeworm.com/read/147682/5728149
m asptvffrls.m
% [w,y,e,R,a]=asptvffrls(x,w,d,R,a,k,e,roh,a_min,a_max)
%
% Performs filtering and coefficient update using the
% Variable Forgetting Factor Recursive Least Squares
% (VFFRLS) Adaptive a
www.eeworm.com/read/147422/5729953
m parafit.m
%FUNCTION PARAFIT finds the parabola polynomial function that fits the given
% two points.
%
% [cof,yi]=parafit(x,y,factor,xi);
% INPUT : [x(1) x(2)] and [y(1) y(2)] are the giv
www.eeworm.com/read/141300/5771345
c resload.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
Modified: Apr 2000 - Paolo Nenzi
**********/
#include "ngspice.h"
#include "ck
www.eeworm.com/read/141300/5771912
c indtemp.c
/**********
Copyright 2003 Paolo Nenzi
Author: 2003 Paolo Nenzi
**********/
/*
*/
#include "ngspice.h"
#include "cktdefs.h"
#include "inddefs.h"
#include "sperror.h"
#include "suffix.h"
/*ARGSUSE