From owner-doc-jp@jp.FreeBSD.org Thu Nov 29 06:21:02 2007
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id lASLL2524843;
	Thu, 29 Nov 2007 06:21:02 +0900 (JST)
	(envelope-from owner-doc-jp@jp.FreeBSD.org)
Received: from h-66-134-143-62.snvacaid.covad.net (h-66-134-143-62.snvacaid.covad.net [66.134.143.62])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id lASLL1624705
	for <doc-jp@jp.freebsd.org>; Thu, 29 Nov 2007 06:21:01 +0900 (JST)
	(envelope-from Alston@Startups.biz)
Message-Id: <200711282121.lASLL1624705@castle.jp.FreeBSD.org>
From: "Alston" <Alston@Startups.biz>
To: "doc-jp@jp.freebsd.org"
MIME-Version: 1.0
Content-Type: text/plain;
	format=flowed;
	charset="Windows-1252";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
Reply-To: doc-jp@jp.FreeBSD.org
Precedence: list
Date: Fri, 30 Nov 2007 21:08:01 -0800
X-Sequence: doc-jp 40364
Subject: [doc-jp 40364] C# wrapper for UCalc
Sender: owner-doc-jp@jp.FreeBSD.org
X-Originator: Alston@startups.biz
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

UCalcSharp is a C# wrapper for UCalc math expression parsing and evaluating 
library written in C/ASM (google it and you'll know it's famous). It is 
fast, powerful, however, not easy for use with C# or other .NET developers 
who wants to integrate math related functionality with his .NET products. 
UCalcSharp solves this problem by P/Invoking and wrapping. Despite of the C 
style of the UCalc library, UCalcSharp introduces fully Object-Oritend 
designing. You'll find it very easy and eligent to deal with expressions, 
functions and variables instead of treating them simply as strings. 
UCalcSharp provides you good framework and it is already used in some 
real-time finace/stock analysing systems written in C#.

Please see here: http://www.downloadpipe.com/review_1080141.html
 

