无心人 发表于 2008-12-6 22:13:03

GMP ECM MPQS等一些数学软件源代码和库的windows下的VC编译版本

http://fp.gladman.plus.com/computing/index.htm

Computing ProjectsThis part of my web site is intended to contain various computing projects that others might find interesting.
The GNU Multiple Precision Library for VC++
Here is a native windows port of GMP, the GNU multiple precision library for use with Microsoft Visual Studio 2008 and the YASM assembler.
The GNU Scientific Library (v1.11) for Visual Studio 2008
Here are my build projects for the GNU Scientific Library (version 1.11) with Visual Studio 2008
Elliptic Curve Factoring using GMP for VC++
Here is a Visual Studio 2008 build project for Paul Zimmermann's Elliptic Curve Method (ECM) program (6.0.1).
Mpqs4linux for Windows, GMP and VC++
Here is the mpqs4linux code modified for use with VC++ and NASM. This was a difficult port so there may be issues that still need to be sorted out.But I have done some 80 decimal digit factorisations with it.

无心人 发表于 2008-12-6 22:16:05

感兴趣的自己去下载链接吧
因为是修改版
所以某种程度上不如自己用MinGW和Cygwin编译方便
但MinGW似乎不能支持Core2的新指令

gxqcn 发表于 2008-12-8 08:29:05

对于我这样不常用 Linux 的人,这些资料比较有用,
有空时进去看看。

无心人 发表于 2008-12-8 08:50:32

你可以考虑装个MinGW

winxos 发表于 2009-4-16 07:52:06

回复 1# 无心人 的帖子

链接已经失效了。
我用谷歌搜到一个不错的,还包括了VC静态库和动态库:)
我还没用过gmp呢,以前用过apfloat,觉得功能有点太大了。
http://www.cs.nyu.edu/exact/core/gmp/

无心人 发表于 2009-4-16 08:08:14


谢谢提醒

有点懒了,有时间再重新整理吧

winxos 发表于 2009-5-16 08:18:52

原帖由 无心人 于 2008-12-6 22:13 发表 http://bbs.emath.ac.cn/images/common/back.gif
http://fp.gladman.plus.com/computing/index.htm

Computing ProjectsThis part of my web site is intended to contain various computing projects that others might find interesting.
The GNU Multiple Pre ...
地址已经转移到了http://www.gladman.me.uk/
页: [1]
查看完整版本: GMP ECM MPQS等一些数学软件源代码和库的windows下的VC编译版本