Soft82.com » Windows » Developer Tools » Components & Libraries » IntX 0.9.3.3
IntX 0.9.3.3
Download IntX
| Developer | |
| Product Homepage | |
| Date Added | June 25, 2010, 07:05 GMT |
| License | Free (Freeware) |
| Last Week / All Time Downloads | 0 / 113 |
| Filename / Size | FileDownload.aspx?ProjectName=IntX&DownloadId=110587&FileTime=129128727749630000&Build=16821 / 409.6K |
| OS Support | Windows All |
IntX Description
An arbitrary precision integers library written in pure C# 2.0 with fast - about O(N * log N)
It provides all the basic arithmetic operations on integers, comparing, bitwise shifting etc. It also allows parsing numbers in different bases and converting them to string, also in any base. The advantage of this library is fast multiplication, division and from base/to base conversion algorithms - all the fast versions of the algorithms are based on fast multiplication of big integers using Fast Hartley Transform which runs for O(N * log N * log log N) time instead of classic O(N^2).
Bits of History
I have written IntX basically because I like big numbers and had some free time. Initial implementation was standard - I was using standard big integers +, -, *, / algorithms from Khuth book. After library was written I've decided to participate in contest held by GotDotNet.ru and received some replies which were saying that my library is too ... usual. Well, it was true, so I've decided to implement some more interesting algorithms in it.
I've started with writing multiplication using Fast Hartley Transform so big integers multiplication time estimate became to be O(N * log N * log log N) (here N is amount of DWORDs in number representation) which was a bit better then O(N^2) with classic algorithm :) Then I saw fast algorithm for transforming from one base to another in Knuth book; it was based on fast multiplication so Parse()/ToString() started working faster - O(N * (log N)^2) instead of O(N^2). Finally division was also optimized (again, with the help of fast multiplication) - became as fast as multiplication.
All this happened in 2005 year and in 2008 I've decided to publish this library on CodePlex - maybe it will be useful for someone out there (well, there is not so many similar libraries under .NET; also System.Numeric.BigInteger from .NET FW 3.5 was cancelled). Before publishing it on CodePlex I also made some cosmetic changes in code - used new .NET 2.0 features like generics (to minimize code duplication) and rewritten unit tests to use NUnit (they were previously written for MbUnit which is almost unknown and not used by community).
Code Example
Here is the sample of code which uses IntX and calculates 42 in power 1048576 (which is 2^20):
Download IntX
New Components & Libraries Software
OWLNextMay 25, 2012A modern update and extension of Borland's Object Windows Library for writing GUI apps |
Comm Operator PalMay 25, 2012A free tool to test and debug RS232 devices that communicated with serial port, TCP/IP, UDP and |
|||
Witzend Thumbnail Image ViewerMay 24, 2012Accurately displays miniature thumbnail renderings of graphics files |
PyBCIMay 23, 2012Create a Brain Comp. Interface (BCI) and herewith to get EEG data online |
|||
TMS Panels PackMay 23, 2012A collection of panels, containers & tabs to make your applications stand out from the rest |
SWI-Prolog PortableMay 22, 2012A comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License |
|||
Nevron User Interface for .NETMay 22, 2012Professional User Interface component suite for Windows Forms applications |
CalibreMay 21, 2012E-book library management application |
|||
ShareWatcherMay 21, 2012ShareWatcher logs and notifies you when others access your shared folders |
IntelliJ IDEAMay 21, 2012A code-centric IDE focused on developer productivity |
|||
Scikit LearnMay 17, 2012scikits.learn is a python library for machine learning |
Fast File Download ActiveXMay 17, 2012An ActiveX component(ActiveX control) that can fast download files from the Internet |
|||
.Net GridMay 17, 2012Productive and robust hierarchical grid with one of the best object models |
Excel to PDF .NetMay 17, 2012A standalone component which allows any .Net application get professional export of Excel XLS files |
|||
Virtual 8085May 16, 2012A tool which enables students to run programs written in 8085 assembly language |
dbExpress driver for MySQLMay 16, 2012A driver that provides fast access to MySQL databases. |
|||
GUI Design Studio ExpressMay 16, 2012A graphical user interface design tool for Microsoft Windows |
PG4UWMay 15, 2012Common control program for Windows for all ELNEC programmers |
|||
dotConnect for Oracle Express EditionMay 15, 2012An enhanced ORM enabled data provider for Oracle that builds on ADO.NET |
Wireless Communication Library MFC DeveloperMay 15, 2012Powerful C++ SDK which expands your applications with Bluetooth, IrDA, WiFi and Serial |
|||
Last 7 Days Most Downloaded Components & Libraries Products
Aircrack-ng GUI163 downloadsThis is mainly just an interface tweak for Aircrack-ng |
Microsoft Visual C++ 2008 Redistributable Package51 downloadsInstalls runtime components of Visual C++ Libraries required to run 64-bit applications developed... |
|||
C++dbc45 downloadsA library to help you with database management. |
ActiveX Download Control41 downloadsSupport BreakPoint download,a client ActiveX control easy to realize the download batch files from... |
|||
Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK38 downloadsRestore the Visual C++ compilers and libraries that may have been removed |
Windows Imaging Component28 downloadsProvides WIC-enabled applications to display and edit any image format |
|||
Grasshopper27 downloadsA Subversion reporting tool |
Quake I port for Nokia Series 60 src26 downloadsQuake I port for Nokia Series 60 source code |
|||
Calibre25 downloadsE-book library management application |
Headers and Libraries for Windows Internet Explorer 923 downloadsDevelop Windows applications that use Windows Internet Explorer 9 |
|||
All Time Most Downloaded Components & Libraries Products
Aircrack-ng GUI16,000 downloadsThis is mainly just an interface tweak for Aircrack-ng |
Microsoft Visual C++ 2008 Redistributable Package31,672 downloadsInstalls runtime components of Visual C++ Libraries required to run 64-bit applications developed... |
|||
C++dbc16,731 downloadsA library to help you with database management. |
ActiveX Download Control22,265 downloadsSupport BreakPoint download,a client ActiveX control easy to realize the download batch files from... |
|||
Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK3,644 downloadsRestore the Visual C++ compilers and libraries that may have been removed |
Windows Imaging Component35,568 downloadsProvides WIC-enabled applications to display and edit any image format |
|||
Grasshopper1,765 downloadsA Subversion reporting tool |
Quake I port for Nokia Series 60 src7,846 downloadsQuake I port for Nokia Series 60 source code |
|||
Calibre5,756 downloadsE-book library management application |
Headers and Libraries for Windows Internet Explorer 93,577 downloadsDevelop Windows applications that use Windows Internet Explorer 9 |
|||
Download IntX

