摘要:
后缀表达式转中缀表达式代码如下:Public Function TrueBackToMid(ByVal strBack As String) As String Dim i As Long Dim opCode() As String' Stop Dim ops1 As String, ops2 As String, opC As String '计算符表示,【保留】 '初始化堆栈 WorkStack.Clear '保留 '堆栈初始化结束 opCode = Split(strBack, ",")' Stop For i = 0 阅读全文
posted @ 2013-04-30 15:10
天下一家·MJ
阅读(346)
评论(0)
推荐(0)