代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/469319/6973165
postfix testcase1.postfix
Input an infix expression and output its postfix notation:
/************************/
Result:
1(23*(45(678/+)*+)/9-)+
/************************/
End of program.
www.eeworm.com/read/469319/6973168
postfix testcase4.postfix
Input an infix expression and output its postfix notation:
/************************/
Total:1 errors.
Unit 6:语法错误,左边缺少运算符.
/************************/
End of program.
www.eeworm.com/read/469319/6973171
postfix testcase6.postfix
Input an infix expression and output its postfix notation:
/************************/
Total:6 errors.
Unit 8:语法错误,左边缺少运算符.
Unit 9:语法错误,无法找到匹配的左括号.
Unit 18:语法错误,缺少左运算量.
Unit 22:语法错误,缺少右运算量.
Unit 22:
www.eeworm.com/read/469319/6973174
postfix testcase5.postfix
Input an infix expression and output its postfix notation:
/************************/
Total:1 errors.
Unit 7:词法错误,非法字符.
/************************/
End of program.
www.eeworm.com/read/462243/7205916
h calculator.h
#include
#include
#include
#include
#include
#include
#include"stack.h" //模板类Stack
#include"MathOptr.h" //运算符类MathOptr
///////
www.eeworm.com/read/196479/8089104
txt snmpv2-conf.txt
SNMPv2-CONF DEFINITIONS ::= BEGIN
IMPORTS ObjectName, NotificationName, ObjectSyntax
FROM SNMPv2-SMI;
-- definitions for conformance groups
OBJ
www.eeworm.com/read/196479/8089262
txt snmpv2-smi.txt
SNMPv2-SMI DEFINITIONS ::= BEGIN
-- the path to the root
org OBJECT IDENTIFIER ::= { iso 3 } -- "iso" = 1
dod OBJECT IDENTIFIER ::= { org 6 }
internet OBJECT IDEN