代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/427960/8908589
c pollard.c
/*
* Program to factor big numbers using Pollards (p-1) method.
* Works when for some prime divisor p of n, p-1 has itself
* only small factors.
* See "Speeding the Pollard and Elliptic Cu
www.eeworm.com/read/427960/8909050
cpp pollard.cpp
/*
* Program to factor big numbers using Pollards (p-1) method.
* Works when for some prime divisor p of n, p-1 has only
* small factors.
* See "Speeding the Pollard and Elliptic Curve
www.eeworm.com/read/427960/8909717
cpp williams.cpp
/*
* Program to factor big numbers using Williams (p+1) method.
* Works when for some prime divisor p of n, p+1 has only
* small factors.
* See "Speeding the Pollard and Elliptic Curve
www.eeworm.com/read/427216/8965805
m gaussianmask.m
function M = gaussianMask(k,s)
% k: the scaling factor
% s: standard variance
R = ceil(3*s); % cutoff radius of the gaussian kernal
for i = -R:R,
for j = -R:R,
M(i+ R+1,j+R+1) =
www.eeworm.com/read/185152/9054919
m initpt.m
% initpt
% ------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% function [n,m,x]=initpt(nprob,factor)
% This function generates the starting points for each problem
www.eeworm.com/read/184417/9101886
html linestipple.html
NAME
glLineStipple - specify the line stipple pattern
C SPECIFICATION
void glLineStipp
www.eeworm.com/read/184417/9101956
html polygonoffset.html
NAME
glPolygonOffset - set the scale and units used to calculate
depth values
C SPECIFICATION
www.eeworm.com/read/184417/9102301
html fgllinestipple.html
NAME
fglLineStipple - specify the line stipple pattern
FORTRAN SPECIFICATION
SUBROUTINE
www.eeworm.com/read/184417/9102418
html fglpolygonoffset.html
NAME
fglPolygonOffset - set the scale and units used to calculate
depth values
FORTRAN SPECIFICATION
www.eeworm.com/read/183815/9137131
m chistart.m
function Chi2 = chistart (D,L,a,ncands,factor)
%CHISTART: Computes the initial size of the search ellipsoid
%
% This routine computes or approximates the initial size of the
% search ellipsoid. If