代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/341877/12057441

c factor.c

/* ** factor.c -- print prime factorization of a number ** Ray Gardner -- 1985 -- public domain ** Modified Feb. 1989 by Thad Smith > public domain ** ** This version takes numbers up to the limi
www.eeworm.com/read/152929/12073808

m factor.m

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|23 Jun 1999 21:33:30 -0000 vti_extenderversion:SR|4.0.2.2717
www.eeworm.com/read/152929/12073867

m factor.m

% Plot values of a particular input dimension across the grid % New version using triangular transorfm to original space % rather than interpolating invis space. function factor(GcsProj); %Upd
www.eeworm.com/read/255284/12090560

m factor.m

function [val] = factor(n) % Compute the factorial of n using logarithms to avoid overflow. format long n = n + 9.0; n2 = n * n; temp = (n-1) * log(n) - n + log(sqrt(2.0 * pi * n)) ... + ((1.
www.eeworm.com/read/255246/12093308

c factor.c

/* FILE : FACTOR.C Functions to factor a polyphase matrix into lifting steps. (C) C. Valens Created : 08/09/1999 Last update : 24/09/1999 */ #include "redir.h" #include "zpoly.h"
www.eeworm.com/read/255246/12093311

h factor.h

/* FILE : FACTOR.H Functions to factor a polyphase matrix into lifting steps. (C) C. Valens Created : 20/09/1999 Last update : 24/09/1999 */ #ifndef __FACTOR_H__ #define __FACTOR_H
www.eeworm.com/read/253521/12217592

m factor.m

function f=factor(n) if n
www.eeworm.com/read/233292/14159187

m factor.m

function f=factor(n) if n
www.eeworm.com/read/233206/14163350

exe factor.exe

www.eeworm.com/read/233206/14163352

cpp factor.cpp

#include #include #include unsigned long factor (unsigned long Num); void main (int argc, char *argv[]) { if (argc < 2) return; u