关于expression parser 1.5的CRK.(200分)

  • 主题发起人 主题发起人 sunjinhua
  • 开始时间 开始时间
S

sunjinhua

Unregistered / Unconfirmed
GUEST, unregistred user!
寻求expression parser 1.5的源码或CRK.
不是我不想买,只是在国内,没有办法,而目前一个最重要的
应用使用了他。
 
什么东东???
 
从他主页上抄来的:
A set of two components for evaluating expressions at run time - TExprParser and TEPUserLib. Supports using of unlimeted number of function arguments, user pre-defined variables, functions and aliases, editable both at design and run time, all arithmetical and logical operations over floating point, integer, boolean and date data types, many build-in functions, the ability to register the user build-in functions, also publishes events for setting an user variables and calculating an user functions at "evaluation" time. Also returns a list of all used variables. TEPUserLib is a library of user defined functions and aliases, which also can be loaded at run time from INI file. Library functions and aliases can be used from many TExprParser components. Once the expression is parsed can be evaluated many times with a different sets of variables and arguments. No need for explicitly parsing the expressions before evaluating, it is automatically done before evaluating particular expression. Also there is no need to invalidate an parsed expression, if for some reason are changed the conditions on which it was last parsed, that is done automatically.
Both components support names and identifiers with characters in a range #192..#255 for some language character sets (e.g. cyrillic). No limits of the length of the expressions, complexity and function arguments. I think that these components can suit any needs.
Full help and demo included.
New!!! In ver.1.50, a function Check for syntax checking of the expressions is added, also checks for using a valid variables, functions and function arguments without calculating expressions with actual arguments and variables. Loading and saving an user defined functions and aliases at design and run time. Enhanced error handling.
New!!! Since ver.1.30 can be used boolean and date types constants directly in expressions, also are added 6 new build-in functions related to dates. Build in functions are categorized, and each category can be enabled and disabled.
The price without sources is US$ 35, with source - US$ 95.
If you would like to register Expression parser 1.50, you can do the registration online on the Internet at http://www.shareit.com/programs/103499.htm. - for Delphi 1.0 ,
http://www.shareit.com/programs/103500.htm. - for Delphi 4.0 ,
http://www.shareit.com/programs/103816.htm - for registration with sources.
Alternatively, you can go to http://www.shareit.com and enter the program number there:
103499 - for Delphi 1.0, or 103500 - for Delphi 4.0, or 103816 - for registration with sources.
 
这类控件很多啊! 深度历险上有一大把!
 
Delphi-C++Builder程序员论坛的Vcl版有详细的破解过程。方法如下:
在Expars.dcu中查找66833D 000000 0000,改为66833D 000000 0001;
再查找3B 58 2C 75 1C,改为3B 58 2C EB 1C.
 
我没用过,不过如果我想用的话,我会用M$ Script ActiveX Control,功能强大!
 
多谢各位的回答。
To cAkk:能否进一步提供关于M$ Script ActiveX ControlM$ Script ActiveX Control的有关信息,那里可以载到。
 
后退
顶部