首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 用基本二次筛分解

用基本二次筛分解

  • 资源大小:57.92 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 基本 二次 筛分

资 源 简 介

This code is a result of hobby programming on linux during 3rd year of my degree (bachelor of engineering), It is a implementation of basic quadritic sieve, that is without self initializing multi polinomial sieve. if u want to factorize seriously large numbers better consider one of these : ggnfs (implements number field sieve) or msieve (implements self initializing mutiple polynomial quadratic sieve). This code is an Implementation of Basic Quadratic Sieve, and uses Gaussian elimination method at the final stage. User can control the amount the memory used, no of primes to be used, etc .....see --help option Source: _DOWNLOAD FROM TRUNK USING SVN._ REQUIREMENTS Basic programming environment under Linux(gcc, make, etc....) and gmp library. Papers (Referred) Carl Pomerance - A Tale of two Sieves link: http://www.ams.org/notices/199612/pomerance.pdf Eric Landquist

文 件 列 表

basicqs
README
factorize.c
factorize_old.c
output.txt
rsa_main.c
primes.txt
main.c
input.txt
Makefile
qfs.h
tmp
factor_base.c
gaussian.c
VIP VIP
0.188342s