登录
首页 » 算法 » 后缀表达式

后缀表达式

于 2022-06-15 发布 文件大小:16.46 MB
0 164
下载积分: 2 下载次数: 1

代码说明:

应用背景它是一类后缀表达式。将中缀表达式转换为后缀表达式。你可以实现一个方法或一个主要的地方,你可以使用该类的方法。关键技术它会非常有用,当你转换一个中缀转后缀表达式。

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

发表评论

0 个回复

  • PID自整定
    #如果ARDUINO>;=100
    2023-06-23 11:35:03下载
    积分:1
  • 能运的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos,...
    能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4 而不是2*(3^4) 也就是要用x^y就要一定要(x^y)加上一个括号 [3-4]是求3-4的绝对值不是中括号 -performance computing functions : sin, cos, tg, rays, e ^, pow (x, y), cosh, sinh, tgh, log10, ln, sqrt, Simulation, arccos computational methods : absolute ,-,*,/, ( "[]"),^,!, importation rules : a keyboard or buttons which can be imported by the transport operator End (cursor to the final) sin (21-32)/(12-43) 4 (323-4343) 4* ( 323-4343), e ^ 2- KF-3 ^ 4 (do not enter pow (3,4))//* there can be 2* 3 ^ 4 is (2* 3) ^ 4 rather than 2* (3 ^ 4) was needed x ^ y must have (x ^ y) with a brackets [3-4] is the pursuit of 3-4 is not the absolute value of the brackets
    2022-01-26 03:43:37下载
    积分:1
  • DDR3走先得详细规则及注意事项,考虑的等长走线,数据线与地址线、控制线长度关系...
    DDR3走先得详细规则及注意事项,考虑的等长走线,数据线与地址线、控制线长度关系-DDR3 take detailed rules and precautions come to consider the alignment of equal length, the data line and address lines, control lines the length of the relationship between
    2022-02-24 15:29:18下载
    积分:1
  • lzw的c++实现
    由于实现lzw算法的c++实现,其中较为重要的部分 。但是它只实现了压缩这样的一种功能,对于解压没有很好的效果。
    2022-11-24 15:05:03下载
    积分:1
  • vs2005开发的apriori程序,实现的基本功能,获取关联规则...
    vs2005开发的apriori算法程序,实现算法的基本功能,获取关联规则-apriori algorithm vs2005 development process, achieve the basic functions of algorithm to obtain association rules
    2022-11-19 12:25:03下载
    积分:1
  • 银行家
    资源描述操作系统避免死锁算法——银行家算法,通过银行家算法思想解决操作系统避免死锁问题,简单、有效、实用,符合问题要求。
    2022-06-21 10:26:35下载
    积分:1
  • 图形的广度优先搜寻
    图形的广度优先搜寻法-graphics breadth priority search method
    2022-04-18 06:56:09下载
    积分:1
  • 经常用的一些delphi数值方面的,只是一些,没有生成具体的程序。...
    经常用的一些delphi数值方面的算法,只是一些算法,没有生成具体的程序。-frequently used some delphi the numerical algorithm, but some algorithm, without generating specific procedures.
    2022-05-14 12:35:37下载
    积分:1
  • 打印条形码示例
    资源描述 Code128 Code39 两种编码规则的条形码,数字变成条形码的转换方法。 // TODO: Add your control notification handler code here CDC dc; int CodeName,printQuality; LPSTR partial=NULL,text; CCode39 code39; CCode128 code128; UpdateData(TRUE); text=m_CodeText.GetBuffer (50); //获取编码方式 CodeName=m_CodeName.GetCurSel(); if(CodeName==CB_ERR) { MessageBox("请选择编码方式"); return; } switch(CodeName) { case 0: CodeType=CODE39; break; case 1: CodeType=CODE128A; break; case 2: CodeType=CODE128B; break; case 3: CodeType=CODE128C; break; } //获取打印机设备环境 if(!(printDlg.DoModal())) { MessageBox("打印错误。"); return ; }
    2022-03-22 14:26:04下载
    积分:1
  • selection排序
    selection排序法-Selection sorting method
    2022-03-20 17:03:35下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载