代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/356058/10237815

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/426017/10294019

m factortri.m

function [ mults, dt, et ] = factor( N, d, e ) % [ mults, dt, et ] = factor( N, d, e ) % Gaussian elimination to factor a symmetric tridiagonal linear system % % N is the order of the matrix %
www.eeworm.com/read/280620/10302311

pas labraddataconverter.pas

{ Copyright (C) 2007 Markus Ansmann 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 Softw
www.eeworm.com/read/280031/10359275

cs 求质数.cs

using System; class Factor { public static void Main() { for(int i=1; i
www.eeworm.com/read/424281/10468169

c fftmr.c

#include #include #include #include #define REAL(z,i) ((z)[2*(i)]) #define IMAG(z,i) ((z)[2*(i)+1]) int main (void) { int i; const in
www.eeworm.com/read/424063/10501599

m findmax.m

function [gt,d]=findmax(data, flag) %FINDMAX Interpolates the maxima in a vector of data. % % Function used for returning all the maxima in a set of % data (vector or matrices). The maxima are cal
www.eeworm.com/read/278099/10572241

c ifactor.c

/* +++Date last modified: 05-Jul-1997 */ /* ** ifactor.c -- print prime factorization of a number ** ** Ray Gardner -- 1985 -- public domain */ #include #include int
www.eeworm.com/read/159920/10589701

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/349903/10785504

cpp brent.cpp

/* * Program to factor big numbers using Brent-Pollard method. * See "An Improved Monte Carlo Factorization Algorithm" * by Richard Brent in BIT Vol. 20 1980 pp 176-184 * * Requires:
www.eeworm.com/read/349903/10785758

c brute.c

/* * Program to factor numbers using brute force. * * Copyright (c) 1988-1997 Shamus Software Ltd. */ #include #include #define LIMIT 15000 int main() { /* fi