登录
首页 » 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 个回复

  • LBM 封闭腔体自然对流
    封闭方腔自然对流格子布尔兹曼程序,在瑞利数为2000及4000时的两种算例,包括说明文字。(Closed square cavity natural convection lattice Boltzmann method)
    2021-03-19 05:29:19下载
    积分:1
  • J.F.Claebout
    说明:  地球物理大师Claebout的几个有用的程序,包括偏移程序。用fortran语言写的(Several geophysical Claebout Masters useful procedure, including the migration process. Fortran language used to write the)
    2008-10-16 23:05:39下载
    积分:1
  • read_nc
    用fortran语言读取NC格式的数据,与大家分享,希望能够共同进步哈,谢谢(Used fortran language to read NC data format to share with you, hoping to make progress together Ha, thank you)
    2013-07-14 20:05:05下载
    积分:1
  • solvingequation
    加步探索法,二分法,黄金分割法,抛物线插值法求解方程的演示(Plus step-by-step exploration of law, black-and-white, golden section method, the parabolic interpolation method for solving equations of presentation)
    2009-06-28 10:18:42下载
    积分:1
  • udf
    计算fluent相变的udf模型,包括气相到液相,液相到气相的双向传递。(Calculate the udf model of fluent phase transition)
    2020-11-21 15:09:35下载
    积分:1
  • rejectionofnbibaseonwaveletpacket
    为了进一步提高直接序列/跳频(DS/FH)扩频系统的抗干扰能力,基于小波包变换结合递归最小二乘算法设计 了一种变换域自适应干扰抑制算法,该算法采用小波包分解定位窄带干扰,递归最小二乘算法抑制窄带干扰。通过蒙特卡 罗仿真分析在增加抗干扰模块后,DS/FH系统工作在准静态时,在不同信噪比条件下抗窄带干扰性能。仿真结果表明:该 算法具有较强的自适应性以及抗窄带干扰能力,其性能优于传统的直接置零法,适用于多音干扰下的恶劣通信环境。(In order to further improve the anti-jamming capability of direct sequence/frequency-hopping spread spectrum system (DS/FH), based on wavelet packet transform combined with recursive least squares algorithm design a transform domain adaptive interference suppression algorithm, the algorithm uses wavelet packet decomposition positioning narrowband interference, narrowband interference suppression recursive least squares algorithm. By Monte Carlo simulation analysis to increase the anti-jamming module DS/FH system work in the quasi-static, in different SNR anti narrowband interference performance. Simulation results show that: the algorithm has strong adaptability and resistance to narrowband interference ability, its performance is superior to the traditional method of direct zero, poor communication environment suitable for multi-tone interference.)
    2012-09-09 23:20:26下载
    积分:1
  • PCG
    % SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差( SSOR preconditioning conjugate gradient method for solving equations Ax = b the input parameter descriptions A positive definite matrix [n* n] b right side vector omega SSOR preconditioning parameters (0- 2) Times iterations errtol termination of a given error condition NewX output parameter equation Ax = b of x approximate solution to solve the current avgerr average absolute error)
    2007-11-16 01:14:24下载
    积分:1
  • NPE
    可以方便求解非线性偏振旋转锁模光纤激光器的脉冲传输(You can easily solve the nonlinear polarization rotation mode-locked fiber laser pulse transmission)
    2021-04-05 12:19:03下载
    积分:1
  • 1_2_3维均值聚类
    说明:  简单地实现了一、二、三维的K均值聚类,效果还不错,适合初步学习模式识别的同志们(Simple implementation of one, two, three - dimensional k-means clustering, the effect is not bad, it is suitable for the initial learning pattern recognition comrades)
    2020-07-02 04:00:01下载
    积分:1
  • 插补法及步进电机
    说明:  插补算法 步进电机控制算法 很好的资料(PWM 1234567891010101010101010101)
    2020-11-21 13:50:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载