登录
首页 » Java » ExprEvalp28Morep29

ExprEvalp28Morep29

于 2020-07-01 发布 文件大小:311KB
0 358
下载积分: 1 下载次数: 9

代码说明:

  算符优先的计算器,用于编译原理的课程作业(caculator for opp)

文件列表:

ExprEval(More)
..............\.classpath,310,2009-05-09
..............\.project,384,2009-05-10
..............\bin
..............\...\exceptions
..............\...\..........\DividedByZeroException.class,565,2009-05-10
..............\...\..........\EmptyExpressionException.class,573,2009-05-10
..............\...\..........\ExpressionException.class,528,2009-05-10
..............\...\..........\FunctionCallException.class,621,2009-05-10
..............\...\..........\IllegalDecimalException.class,578,2009-05-10
..............\...\..........\IllegalIdentifierException.class,579,2009-05-10
..............\...\..........\IllegalSymbolException.class,563,2009-05-10
..............\...\..........\LexicalException.class,524,2009-05-10
..............\...\..........\MissingLeftParenthesisException.class,601,2009-05-10
..............\...\..........\MissingOperandException.class,569,2009-05-10
..............\...\..........\MissingOperatorException.class,573,2009-05-10
..............\...\..........\MissingRightParenthesisException.class,605,2009-05-10
..............\...\..........\SemanticException.class,528,2009-05-10
..............\...\..........\SyntacticException.class,532,2009-05-10
..............\...\..........\TrinaryOperationException.class,586,2009-05-10
..............\...\..........\TypeMismatchedException.class,583,2009-05-10
..............\...\..........\UnsupportedExpressionType.class,590,2009-05-10
..............\...\gui
..............\...\...\exceptionWindow$1.class,738,2009-05-10
..............\...\...\exceptionWindow$2.class,752,2009-05-10
..............\...\...\exceptionWindow.class,2113,2009-05-10
..............\...\...\inputPanel.class,895,2009-05-10
..............\...\...\inputPanel.form,2255,2009-05-10
..............\...\...\keyboardWindow$1.class,761,2009-05-10
..............\...\...\keyboardWindow$2.class,773,2009-05-10
..............\...\...\keyboardWindow$ActionHandler.class,1012,2009-05-10
..............\...\...\keyboardWindow.class,2218,2009-05-10
..............\...\...\mainWindow$1.class,670,2009-05-11
..............\...\...\mainWindow$2.class,670,2009-05-10
..............\...\...\mainWindow$ActionHandler.class,1392,2009-05-11
..............\...\...\mainWindow.class,9718,2009-05-11
..............\...\...\mainWindow.form,7355,2009-05-10
..............\...\...\setupDialog$1$1.class,676,2009-05-10
..............\...\...\setupDialog$1.class,870,2009-05-10
..............\...\...\setupDialog$ActionHandler.class,992,2009-05-10
..............\...\...\setupDialog.class,3871,2009-05-10
..............\...\lexer
..............\...\.....\autoMata.class,2375,2009-05-10
..............\...\.....\Bool.class,334,2009-05-10
..............\...\.....\Decimal.class,343,2009-05-10
..............\...\.....\Expression.class,357,2009-05-10
..............\...\.....\Lexer.class,6097,2009-05-11
..............\...\.....\LExpression.class,500,2009-05-10
..............\...\.....\Node.class,441,2009-05-10
..............\...\.....\Symbol.class,393,2009-05-10
..............\...\.....\Tag.class,1025,2009-05-10
..............\...\.....\Token.class,1935,2009-05-10
..............\...\parser
..............\...\......\Calculator.class,1656,2009-05-10
..............\...\......\configurationFile.class,3928,2009-05-10
..............\...\......\LRParser.class,4785,2009-05-10
..............\...\......\Parser.class,9459,2009-05-10
..............\...\......\ScanTable.class,3329,2009-05-10
..............\binary_numberDrive.tbl,278,2009-05-11
..............\binary_numberDrive.tbl.bak,278,2009-05-11
..............\build
..............\.....\classes
..............\.....\.......\exceptions
..............\.....\.......\..........\DividedByZeroException.class,583,2009-05-10
..............\.....\.......\..........\EmptyExpressionException.class,580,2009-05-10
..............\.....\.......\..........\ExpressionException.class,536,2009-05-10
..............\.....\.......\..........\FunctionCallException.class,650,2009-05-10
..............\.....\.......\..........\IllegalDecimalException.class,590,2009-05-10
..............\.....\.......\..........\IllegalIdentifierException.class,591,2009-05-10
..............\.....\.......\..........\IllegalSymbolException.class,572,2009-05-10
..............\.....\.......\..........\LexicalException.class,532,2009-05-10
..............\.....\.......\..........\MissingLeftParenthesisException.class,610,2009-05-10
..............\.....\.......\..........\MissingOperandException.class,579,2009-05-10
..............\.....\.......\..........\MissingOperatorException.class,584,2009-05-10
..............\.....\.......\..........\MissingRightParenthesisException.class,614,2009-05-10
..............\.....\.......\..........\SemanticException.class,537,2009-05-10
..............\.....\.......\..........\SyntacticException.class,538,2009-05-10
..............\.....\.......\..........\TrinaryOperationException.class,596,2009-05-10
..............\.....\.......\..........\TypeMismatchedException.class,607,2009-05-10
..............\.....\.......\gui
..............\.....\.......\...\inputPanel.class,1064,2009-05-10
..............\.....\.......\...\mainWindow$1.class,525,2009-05-10
..............\.....\.......\...\mainWindow.class,3163,2009-05-10
..............\.....\.......\lexer
..............\.....\.......\.....\autoMata.class,2397,2009-05-10
..............\.....\.......\.....\Bool.class,334,2009-05-10
..............\.....\.......\.....\Decimal.class,343,2009-05-10
..............\.....\.......\.....\Expression.class,357,2009-05-10
..............\.....\.......\.....\Lexer.class,4946,2009-05-10
..............\.....\.......\.....\LExpression.class,503,2009-05-10
..............\.....\.......\.....\Node.class,441,2009-05-10
..............\.....\.......\.....\Symbol.class,393,2009-05-10
..............\.....\.......\.....\Tag.class,1025,2009-05-10
..............\.....\.......\.....\Token.class,1915,2009-05-10
..............\.....\.......\parser
..............\.....\.......\......\Calculator.class,1597,2009-05-10
..............\.....\.......\......\LRParser.class,4916,2009-05-10
..............\.....\.......\......\Parser.class,8282,2009-05-10
..............\.....\.......\......\ScanTable.class,3562,2009-05-10
..............\.....\.......\test

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • jacobi
    对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。(For equations AX = b, when the coefficient matrix is ​ ​ nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative solution.)
    2013-10-26 10:11:06下载
    积分:1
  • xianshi
    偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题
    2020-11-11 10:19:45下载
    积分:1
  • 字信号处理上机作业
    说明:  数字信号处理DSP中,DFT离散傅里叶变换等上机作业。(In digital signal processing DSP, DFT discrete Fourier transform.)
    2020-05-10 20:54:48下载
    积分:1
  • bellman
    bellman-ford算法,典型最短路算法,用于计算一个节点到其他所有节点的最短路径(bellman-ford algorithm, a typical shortest path algorithm for computing a node to all other nodes of the shortest path)
    2010-06-12 02:30:53下载
    积分:1
  • 自然的最大公约
    用欧几里得算法求两个自然数的最大公约数通过c语言实现(Using Euclidean Algorithms to Find the Maximum Common Number of Two Natural NumbersRealization by C Language)
    2019-01-26 14:43:28下载
    积分:1
  • fortran
    4种计算积分的方法,并对精度进行比较,梯形法则,simpson法则(4 methods for calculating integral)
    2018-03-28 17:27:58下载
    积分:1
  • static-condensation
    静力缩聚法求缩聚后的结构刚度、质量矩阵,以及频率(Static condensation method for structural stiffness after condensation, mass matrix, and the frequency)
    2013-07-08 14:38:12下载
    积分:1
  • generalJacobianMatrix
    6自由度自由漂浮空间机械臂运动学建模,广义雅克比矩阵(6 degrees of freedom of the free-floating space manipulator kinematics modeling, generalized Jacobian matrix)
    2020-12-30 16:58:59下载
    积分:1
  • LU-SGS
    利用时域有限差分求解CFD问题,其中差分格式为LUSGS,是求解流体问题的理论基础(Solved using finite-difference time-domain CFD problems, in which the differential form LUSGS )
    2011-12-15 22:43:30下载
    积分:1
  • cx
    说明:  在科学与工程计算中,经常遇到求解非线性方程组的问题;非线性方程组在收敛速度及收敛性比线性方程组要差,特别对于非凸的非线性方程组,其求解更是困难。下面简要介绍非线性方程组的三种解法——牛顿法、拟牛顿法、同伦算法,分析三种解法的适用性,并附Matlab原程序。(Scientific and engineering computing, often encounter the problem of solving nonlinear equations speed of convergence of nonlinear equations and linear equations worse than convergence, especially for non-convex nonlinear equations, which is even more difficult to solve . The following briefly describes three solutions to nonlinear equations- Newton method, quasi-Newton method, homotopy method, the applicability of the three solutions, along with Matlab original program.)
    2016-03-12 10:57:01下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载