#include <iostream>
S = a new stack of characters
while ( there are still un-processed input characters ){
c = next un-processed character
if ( c is an opening symbol ){
S.push( c )
}
else if ( c is a closing symbol ){
if ( S is empty ){
report error "Too many c"
}
l = S.pop()
if ( l does not match c ){
report error - "Read c, expected r"
// here, r is the closing symbol matching l
}
}
}
if ( S is not empty ){
c = S.pop()
report error "Too many c"
}
report "No Errors Found"
没有合适的资源?快使用搜索试试~ 我知道了~
asn1.zip_There There
共4个文件
cpp:2个
h:1个
makefile:1个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 199 浏览量
2022-09-19
22:23:34
上传
评论
收藏 1KB ZIP 举报
温馨提示
S = a new stack of characters while ( there are still un-processed input characters ){ c = next un-processed character if ( c is an opening symbol ){
资源推荐
资源详情
资源评论
收起资源包目录
asn1.zip (4个子文件)
asn1
gscheck.cpp 540B
char_stack.h 282B
Makefile 250B
char_stack.cpp 217B
共 4 条
- 1
资源评论
Kinonoyomeo
- 粉丝: 90
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功