Download List

项目描述

PDC is a desktop calculator in the 'bc' style with features designed for programmers. It does not support floating point math, but does provide all the C operators (logical, bitwise, shifts, etc.) and implements ISO C operator precedence. Additionally, functions are available to assist with 'bit bashing' tasks such as byte swapping and bit scanning.

系统要求

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.

2005-01-17 22:30
0.9

此版本增加了mssb和DXB型(十进制,十六进制和二进制输出)功能,修改ASCII到整齐处理非打印字符,南瓜一些错误。
标签: Minor feature enhancements
This release adds mssb and dxb (decimal, hex, and binary output) functions, modifies ASCII to neatly handle non-printable characters, and squashes a few bugs.

2004-05-11 17:47
0.8.1

逗号运算符允许作为(非印刷用)分离,和命令行的表达支持固定少一些脑死亡。支持,增加了更多的经营者,和一些词法错误是固定的。
标签: Minor feature enhancements
The comma operator is allowed to be used as a
(non-printing) separator, and the command line
expression support was fixed to be a little less
brain dead. Support was added for many more
operators, and a few lexer bugs were fixed.

2004-05-01 15:51
0.8

此版本增加的ReadLine(命令行历史)的支持和评价论据支持,更新的帮助文件的信息相同,并修正了轻微的ANSI C的一致性问题。
标签: Major feature enhancements
This release adds readline (commandline history) support and support for
evaluating arguments, updates the help messages to document the same,
and fixes a minor ANSI C conformance issue.

2003-08-19 23:20
0.7

一个新的职能,位段,增加了协助分解位包装结构,相当尴尬的分解作用(其中列出了设置位)已别名得多的键盘命令友好位。此外,一些在内部已收拾提高可扩展性。
标签: Minor feature enhancements
A new function, bitfield, has been added to assist with decomposing bit-packed structures, and the rather awkward decompose function (which lists set bits) has been aliased to the much more keyboard-friendly bits command. Additionally, some of the internals have been tidied up to improve extensibility.

2002-10-13 02:54
0.6

本新闻稿中包含额外的功能少数。有两个新的内置函数:ASCII和分解。函数系统已经改变,因此以前的答案是默认参数的函数,这使得与PDC的工作更加容易。对C风格字符常量支持加入。
标签: Minor feature enhancements
This release contains a small number of extra
features. There are two new built in functions:
ascii and decompose. The function system has been
altered such that the previous answer is the
default argument to functions, which makes working
with PDC much easier. Support for C style
character constants was added.

Project Resources