ダウンロードリスト

プロジェクト概要

ExpressionJ は、数値の値を結合する必要があるが、本格的なスクリプト言語を使用したくないすべてのアプリケーションで使用する可能性があります単純な数式を解釈するための Java ライブラリです。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-03-10 10:04
0.8.8

このリリースは XOR 関数を追加します (、^ b)。それと、修正または、NEQ、EQ 関数と、その結果がいくつかのケースで間違っていた。ユーザーが更新する必要があります。
タグ: Major
This release adds the XOR function (a ^ b). It fixes the AND, OR, NEQ, and EQ functions, whose results were wrong in some cases. Users should update.

2012-03-08 10:29
0.8.7

このリリースは、彼らする必要がありますで (たとえば、」、「+ 1 を返します"a1") 文字列を返すや修正プログラムの組み合わせは、間違って返されるすべての式内関数の値 (例、c + 関数 (a、b) 今解析と正しく評価するため) を正しく解析できませんでしたので追加文字列、数値式を修正します。
タグ: Major
This release fixes adding strings and numeric expressions so they should work and return strings (for example, "a" + 1 returns "a1") and fixes combinations of functions in any expressions which returned the wrong value or did not parse correctly (for example, c + function(a, b) now parses and evaluates correctly).

2012-03-06 07:53
0.8.6

このリリースは、MOD 関数 (%b) と ABS 関数を追加します。のみ ParserExceptions (その他の例外がスローされることがありますはカプセル化されています)、パーサーによってスローされることを確認します。
タグ: Minor
This release adds the MOD function (a % b) and the ABS function. It makes sure that only ParserExceptions are thrown by the parser (other Exceptions that may be thrown are encapsulated).

2012-03-05 09:41
0.8.5

このリリース atn2 数学式を追加し、式のような ExpressionExporter の結果を改善する + (-b) 今、- b としてエクスポートされる場合。
タグ: Minor
This release adds the atn2 mathematical expression and improves results for ExpressionExporter with expressions like a + (-b) case, which are now exported as a - b.

2012-03-04 10:16
0.8.4

このリリースは正しく解析されていない式 a*(-2) のような修正し、結果が向上 ExpressionExporter 式の + は (は今すぐエクスポート」として、「なく」+「) と a*(b) のような式 (今としてエクスポートされます」、※ b「なく」、※ (b)」)。
タグ: Minor
This release fixes expressions like a*(-2) which were not parsed correctly and improves results for ExpressionExporter with expressions like +a (which are now exported as "a" rather than "+a") and expressions like a*(b) (which are now exported as "a * b" rather than "a * (b)").

プロジェクトリソース