Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt mssb und dxb (dezimal, hex, und die binäre Ausgabe)-Funktionen ändert ASCII nach nicht ordentlich umgehen druckbare Zeichen, Kürbisse und ein paar Bugs.
Tags: 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

Der Komma-Operator ist berechtigt, als eine (nicht-Druck verwendet werden) Trennzeichen und die Befehlszeile Ausdruck Unterstützung festgesetzt worden war, ein wenig weniger hirntot. Es wurde Unterstützung für viele weitere Akteure hinzu, und ein paar lexer Bugs wurden gefixt.
Tags: 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

Diese Veröffentlichung fügt readline (Kommandozeilen-Geschichte) und der Unterstützung für die Bewertung Argumente, um Updates der Hilfe-Einträge Dokument die gleichen, und behebt einen ANSI-C-Konformität Thema.
Tags: 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

Eine neue Funktion, bitfield wurde hinzugefügt, um mit faulenden Bit-gepackte Strukturen zu unterstützen, und die etwas unbeholfenen zersetzen Funktion (die Bits Set-Listen) wurde auf die viel Tastatur Alias-friendly Bit-Befehl. Zusätzlich wurden einige Interna aufgeräumt auf Erweiterbarkeit zu verbessern.
Tags: 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

Diese Pressemitteilung enthält eine kleine Anzahl von zusätzlichen Funktionen. Es gibt zwei neue Funktionen gebaut: ASCII und zersetzen. Die Funktion System wurde geändert, so dass die vorherige Antwort der Standard-Argument für Funktionen, die die Arbeit mit PDC viel leichter macht. Unterstützung für C-Style Zeichen-Konstanten wurde hinzugefügt.
Tags: 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