Welcome![Sign In][Sign Up]
Location:
Search - postfix to in

Search list

[Mathimatics-Numerical algorithmspostfix

Description: 中缀表达式转中缀表达式,后缀表达式的计算-which is made up of ordinary Chinese expression to expression, the expression calculation Suffix
Platform: | Size: 249856 | Author: 郭家杰 | Hits:

[VC/MFCCMP000-C-Tutorial.tar

Description: This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr-This section contains a brief introductio n to the C language. It is intended as a tutorial o n the language, and aims at getting a reader new to C started as qu ickly as possible. It is certainly not intended as a substitute for any of the numerous textbook 's on C. 2. write a recursive function FIB (n) to fi nd out the nth element in sequence theFibanocci number which is 1,1,2,3,5,8,13,21,34,55, ... 3. write the prefix and postfix form of the follo wing infix expressiona b-c/d e f*- g* h/i ^ j4. wr ite a function to count the number of nodes in a bi nary tr
Platform: | Size: 22528 | Author: jim | Hits:

[Data structsinfix-Postfix

Description: 利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix-
Platform: | Size: 41984 | Author: QKY | Hits:

[JSP/JavaPostfix

Description: Convert infix to postfix and show each process in SVG
Platform: | Size: 3072 | Author: wanchat | Hits:

[AlgorithmPOSTFIX

Description: a simple wy to calculate postfix in c-a simple wy to calculate postfix in c++
Platform: | Size: 1024 | Author: Merkousha | Hits:

[WEB CodephpMailer_v2.2.1_

Description: PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:*.在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址*.支持多种邮件编码包括:8bit,base64,binary和quoted-printable*.支持SMTP验证*.支持冗余SMTP服务器*.支持带附件的邮件和Html格式的邮件*.自定义邮件头*.支持在邮件中嵌入图片*.调试灵活*.经测试兼容的SMTP服务器包括:Sendmail,qmail,Postfix,Imail,Exchange等*.可运行在任何平台之上 -PHPMailer is a PHP function is used to send e-mail package. It provides features include:*. When sending mail to specify multiple recipients, CC address, delivery address and return address dark*. include support for multiple e-mail encoding: 8bit, base64, binary, and quoted-printable*. Support SMTP authentication support for redundant SMTP server*.*. support e-mail with attachments and Html formatted messages*.*. support for custom header images in the message embedded in a flexible*.*. debug tested compliant SMTP server, including: Sendmail , qmail, Postfix, Imail, Exchange, etc.*. can be run on any platform
Platform: | Size: 117760 | Author: 唐中 | Hits:

[JSP/Javacalc

Description: Advanced calculator which uses Postfix notation in order to parse math formulas. It can also draw a result.
Platform: | Size: 25600 | Author: lpu | Hits:

[GUI DevelopProExpr

Description: 实现表达式求值,表达式树绘制,前缀表达式转换中缀表达式,中缀表达式转换后缀表达式-To achieve expression evaluation, expression tree drawing, prefix expression conversion infix expression, the expression postfix conversion infix expression
Platform: | Size: 138240 | Author: 陈义兵 | Hits:

[Data structsExpression-evaluation(suffix-method)

Description: 在栈的思想下,利用后缀表达式解决表达式求值的问题。类似的,可以推广到前缀表达式求值。-Thinking in the stack, using postfix expression evaluation expression to solve the problem. Similarly, the prefix can be extended to expression evaluation.
Platform: | Size: 2048 | Author: englishteam | Hits:

[AlgorithmInToPost

Description: INfix to postfix implementation in java-INfix to postfix implementation in java
Platform: | Size: 1024 | Author: sagar | Hits:

[Windows DevelopPRE_POST

Description: program in c to implement prefix to postfix
Platform: | Size: 1024 | Author: nisha tiwari | Hits:

[Data structsedelweiss

Description: 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
Platform: | Size: 889856 | Author: zhangjing | Hits:

[Windows DevelopInfix-to-Postfix

Description: infix to postfix expression in C
Platform: | Size: 1024 | Author: m | Hits:

[Hook apirinffixToPosse

Description: 实现中缀表达式向后缀表达式的转换。要求: 键盘输入一个表达式式,并以字符#表示结束; 输出为后缀表达式形式。 已通过测试。 -Achieve the conversion of infix expression to postfix expression. Requirements: an expression-type keyboard input, and the character# that end output to postfix expression in the form. Has been tested.
Platform: | Size: 1024 | Author: 认可 | Hits:

[OtherInfixToPostfix.cpp

Description: it is a infix to postfix program in c++ code.
Platform: | Size: 1024 | Author: niloofar | Hits:

[Software Engineeringcaculator

Description: 本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-The main function of this program is to use the list to the user to enter an arbitrary precision infix expression into postfix expression, in order to distinguish between data and operators, the data underscore between them separate, and this expression is calculated values. 2. Note that: This procedure is described in four arithmetic narrow and did not require the user to explicitly in brackets " []" or braces " {}" for input, as this will greatly increase the program the amount of code, for simplicity, and in order to achieve four mixed computing capabilities, as long as the user will contain the brackets or braces are in parentheses indicate the place can be.
Platform: | Size: 7168 | Author: lupeng | Hits:

[OtherCPP-into-postfix-expression

Description: 这个程序是用C++编写的,编写时用到的环境是VC++6.0,程序作用是将中缀表达式转换为后缀表达式-This program is written in C++, when used in the preparation of the environment is VC++6.0, the role of the program is to convert infix expression postfix expression
Platform: | Size: 529408 | Author: ZHF | Hits:

[Data structsinfixtopostfix

Description: This a progran for inx to postfix conversion in c language.-This is a progran for inx to postfix conversion in c language.
Platform: | Size: 1024 | Author: Soni | Hits:

[Other systemseval_postfix

Description: Program to evaluate Postfix expressions in C
Platform: | Size: 1024 | Author: mad breed | Hits:

[Data structsInfixToPostfix

Description: Infix to postfix conversion in VB.net
Platform: | Size: 472064 | Author: MasoudBN | Hits:
« 12 3 »

CodeBus www.codebus.net