文件名称:jj
介绍说明--下载内容均来自于网络,请自行研究使用
CORNACCHIA Algorithm
*
* GOAL: given d and p prime, find (x,y) such that x^2 + y^2 = d * p
*
* in this implementation, d = 1. This code does not accept d <> 1 !!!
* see "A Course in Computational Algebraic Number Theory" by Henri Cohen
* coded by malik@hammoutene.com, 2004,the 5th of August
you must install GMP
*
* GOAL: given d and p prime, find (x,y) such that x^2 + y^2 = d * p
*
* in this implementation, d = 1. This code does not accept d <> 1 !!!
* see "A Course in Computational Algebraic Number Theory" by Henri Cohen
* coded by malik@hammoutene.com, 2004,the 5th of August
you must install GMP
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jj.cpp