Download List

项目描述

libuninum is a library for converting Unicode strings to integers and integers to Unicode strings. Internal computation is done using arbitrary precision arithmetic, so there is no limit on the size of the integer that can be converted. Values are passed and returned as ASCII decimal strings, GNU MP mpz_t objects, or unsigned long integers. Auto-detection of the number system is provided. Very many number systems are supported. Group delimitation for output strings is fully controllable. Command line and graphical interfaces are also provided.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-03-08 09:26
2.2

此版本增加了6编号系统的支持,加强存储分配清除,消除一些内存泄漏,修正许多错误。
标签: Major bugfixes
This release adds support for another six number systems, cleans up storage allocation, eliminates several memory leaks, and fixes numerous bugs.

2007-02-07 14:05
2.1

在图书馆的主要变化包括:支持中国算筹,格鲁吉亚,和卡罗须提文,划定组完全控制,并且能够处理基地2-36西方号码。命令行实用程序numconv已经被完全重写,现在已经1手册页。
标签: Major feature enhancements
Major changes in the library include support for
Chinese Counting Rods, Georgian, and Kharoshthi,
full control of group delimitation, and the
ability to handle Western numbers in bases 2-36.
The command-line utility numconv has been
completely rewritten and now has a manual page.

2007-01-24 13:01
2.0

它现在可以从整数转换为Unicode字符串。在Tcl命令UNStrToWNStr现在免受碰撞时,给出了一个无效的参数数目系统名称。安装过程已得到改进。
标签: Major feature enhancements
It is now possible to convert from integers to
Unicode strings. The Tcl command UNStrToWNStr is
now protected against crashing when given an
invalid number system name as an argument. The
installation process has been improved.

2007-01-15 13:46
1.3

一个TCL的API已添加。 C库是没有变化以前的版本。
标签: Major feature enhancements
A Tcl API has been added. The C library is
unchanged from the previous release.

2007-01-06 10:52
1.2

此版本增加了对亚美尼亚,西里尔支持和格拉哥和扩展中,以便混合中/西数和繁体中文,单位通过1.0e48。一个中国数字变种增加了一些。
标签: Minor feature enhancements
This release adds support for Armenian, Cyrillic, and Glagolitic and extends Chinese to allow for mixed Chinese/Western numbers and for traditional Chinese units through 1.0e48. A number of Chinese numeral variants have been added.

Project Resources