文件名称:C#表达式解析器-1.0
文件大小:82KB
文件格式:RAR
更新时间:2020-07-31 08:17:42
C# 表达式 解析器
在修正了优先级问题的基础上,做为1.0版发布。
【文件预览】:
.vs
----CSFormula()
--------v15()
CSFormula.sln
CSFormular.csproj
Expression
----ExpressionNode.cs(582B)
----Operator.Package()
--------And.cs(509B)
--------ShiftRight.cs(516B)
--------Operator.cs(1KB)
--------BitwiseOr.cs(515B)
--------Not.cs(508B)
--------LessEqual.cs(515B)
--------Add.cs(509B)
--------ShiftLeft.cs(515B)
--------Div.cs(509B)
--------BinaryOperator.cs(514B)
--------Parentheses.cs(511B)
--------Minus.cs(510B)
--------Plus.cs(509B)
--------Function.cs(764B)
--------BitwiseAnd.cs(516B)
--------BitwiseNot.cs(515B)
--------Mul.cs(509B)
--------Average.cs(507B)
--------Less.cs(510B)
--------UnaryOperator.cs(513B)
--------Or.cs(508B)
--------GreaterEqual.cs(518B)
--------Sum.cs(503B)
--------Sub.cs(509B)
--------Greater.cs(513B)
--------Power.cs(505B)
--------Xor.cs(509B)
----Formula.cs(17KB)
----Operator()
--------Logic()
--------Operator.cs(1KB)
--------Bitwise()
--------Function()
--------BinaryOperator.cs(997B)
--------Parentheses.cs(748B)
--------OperatorBase.cs(1KB)
--------Mathematic()
--------Function.cs(3KB)
--------UnaryOperator.cs(1KB)
--------Unary()
----Operand.Package()
--------Operand.cs(2KB)
--------OperandString.cs(511B)
--------OperandNumber.cs(511B)
--------OperandBoolean.cs(512B)
----Token.cs(895B)
----Operand()
--------OperandBase.cs(2KB)
--------Operand.cs(6KB)
CSFormularTest
----bin()
--------Debug()
----Program.cs(2KB)
----obj()
--------Debug()
----CSFormularTest.csproj(3KB)
----App.config(187B)
----Properties()
--------AssemblyInfo.cs(1KB)
Properties
----AssemblyInfo.cs(1KB)