搜索资源列表
java_msn
- Copy gen_jmsn.dll to your Winamp Plugins Directory. JMSN Auto Nickname Changer plugins support only winamp 2.x version. [StartUp] In Tools -> Options.. -> Auto Nickname tabs, Configure your prefix and postfix besides your mp3 name An
Postfix
- 编译原理实验,java语言实现后缀表达式,包括语法,词法分析器,和错误恢复等-postfix
Postfix
- Convert infix to postfix
Postfix
- Convert infix to postfix and show each process in SVG
linux-sendmail
- 谷搜Linux邮件群发软件是基于Redhat Linux 操作系统平台+PHP语言上开发而成的。它不仅继承了Linux操作系统的高性能、高稳定、速度快、无病毒等特点,邮件服务器主要核心采用Linux的SENDMAIL或POSTFIX的SMTP25的端口,也就是相当于自己架设了一个MAIL SERVER,群发不用经过别人的代理服务器发送,所以发信成功率非常高。〔谷搜Linux邮件群发软件试用版我们限定每次只能发送5封邮件,每天只能发送三次。)(正式版每小时最多能发送5000封、每天可发送数量12
phpMailer_v2.2.1_
- PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:*.在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址*.支持多种邮件编码包括:8bit,base64,binary和quoted-printable*.支持SMTP验证*.支持冗余SMTP服务器*.支持带附件的邮件和Html格式的邮件*.自定义邮件头*.支持在邮件中嵌入图片*.调试灵活*.经测试兼容的SMTP服务器包括:Sendmail,qmail,Postfix,Imail,Exchange等*.可运行在任何平台之
calc
- Advanced calculator which uses Postfix notation in order to parse math formulas. It can also draw a result.
Postfix
- 后缀表达式Postfix,将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出;若用户输入的表达式有误,则程序的输出是无意义的,但该程序不会提示用户输入有误。-Postfix expression Postfix, the end-user input infix expression into an equivalent postfix expression is the output if the user enters the expression is wrong, the pr
ConvertToPostfix
- 用Java语言写的,使用堆栈,将中缀算术表达式转换成后缀表达式。-Written using Java language, using the stack, the infix arithmetic expressions into postfix expressions.
postfix_to_infix
- postfix to infix program
Stack
- this the lab that shows how to convert the infix number to postfix and also calculate them-this is the lab that shows how to convert the infix number to postfix and also calculate them
InfixPostfixCalculator
- Infix to Postfix calculator converts an infix (input) into a postfix and then calculates the result of the given equation.
Postfix
- implementation of postfix
postfix
- Infix to Postfix convert
InfixToPostfix
- 中缀表达式到后缀表达式的转换,输入为一字符串,返回值也为一字符串-Infix expression to postfix expression conversion, input to a string, the return value is a string
calculate
- 最简单的计算器,可以计算+,-,*,/以及括号的优先级,采用后缀表达式的方式。-Simple calculator, you can calculate the+,-,*, /, and parentheses priority postfix expression.
ExpressionTreeCode
- Trees! Postfix, stacks, awesome
Posifix_project01
- 编译原理project1:后缀表达式的实现 处理对象是一种中缀表达式,表达式中运算量是0-9的单个数字,支持加减运算,表达式中不允许有任何空格,制表符等空白符号。程序功能是将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出,如果输入有误,会有相应的错误提示;程序有实验软装置,生成注释化html文档-Compiler theory project1: postfix expression to achieve processing object is an infix expressi
pr
- 后缀表达式,常见的后缀表达式java程序-Postfix expression, a common suffix expression java program
PostfixNotation
- Java程序,运行时输入后缀程序,计算并给出答案-a GUI based Java Program that evaluate postfix expressions