您所在位置: 网站首页 / 数据结构计算器.doc / 文档详情
数据结构计算器.doc 立即下载
2024-12-12
约3.2千字
约5页
0
13KB
举报 版权申诉
预览加载中,请您耐心等待几秒...

数据结构计算器.doc

数据结构计算器.doc

预览

在线预览结束,喜欢就下载吧,查找使用更方便

10 金币

下载文档

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

#include<stdio.h>
#include<iostream>
#include<string>
#include<stack>
#include<map>
#include<stdlib.h>
#include<cstring>
usingnamespacestd;
charnifix_expre[200];//存放中缀表达式
stringsuffix_expre;//后缀表达式,最后转换成constchar*
map<string,double>string_num;//用于将表达式中各个数字映射成单个字符+'\0'
map<char,int>out;//外部优先级
map<char,int>in;//内部优先级
stack<char>operation;
stack<string>num;
stack<string>temp;
charop[7]={'+','-','*','/','#','(','('};
stringsnum[11]={"a","b","c","d","e","f","g","h","i","j","k"};

boolisnotoperation(chara)
{
if(a=='+'||a=='-'||a=='*'||a=='/'||a=='#'||a=='('||a==')')
returnfalse;
returntrue;
}
voidprechange(char*a)
{
intj=0;
intlength=strlen(a);
//cout<<i;
stringnew_nifix;
/*
for(inti=0;i<length;i++)
{
if((*(a+i)=='+'||*(a+i)=='-'||*(a+i)=='*'||*(a+i)=='/')&&*(a+i+1)=='-')
{
for(intj=length;j>i+1;j--)
{
*(a+j)=*(a+j-1);
}
*(a+i+1)='0';
length++;
}
}
cout<<a<<endl;
*/
for(inti=0;i<length;i++)
{
stringanum;
while(isnotoperation(*(a+i)))
{
anum+=*(a+i);
i++;
}
stringkk;
if(strlen(anum.c_str()))
{
doublebnum=atof(anum.c_str());
string_num[snum[j]]=bnum;
kk=snum[j++];
}
new_nifix=new_nifix+kk+*(a+i);
}
//测试输出处理的数字
cout<<new_nifix<<endl;

map<string,double>::iteratorit=string_num.begin();
for(;it!=string_num.end();it++)
cout<<it->first<<""<<it->second<<endl;
strcpy(a,new_nifix.c_str());
}
voidchange(char*a)
{
intn=strlen(a);
for(inti=0;i<n;i++)
{
if(isnotoperation(*(a+i)))
{
stringkk;
kk+=*(a+i);
num.push(kk);
//cout<<"shuzi"<<kk<<endl;
}
else
{
if(operation.empty())
operation.push(*(a+i));
else
{
if(out[*(a+i)]>in[operation.top()])
operation.push(*(a+i));
elseif(out[*(a+i)]==in[operation.top()])
{

operation.pop();
}
elseif(out[*(a+i)]<in[operation.top()])
{
while(out[*(a+i)]<in[operation.top()])//此处切记切记加循环!!!
{
chartemp_oper=operation.top();
operation.pop();
stringkk;
kk+=temp_oper;
temp.push(kk);

for(intm=0;m<2;m++)
{
kk=num.top();
num.pop();
temp.push(kk);
}
kk=temp.top();
temp.pop();
for(intm=0;m<2;m++)
{
kk+=temp.top();
temp.pop();
}
num.push(kk);
//cout<<kk<<endl;
}

if
查看更多
单篇购买
VIP会员(1亿+VIP文档免费下)

扫码即表示接受《下载须知》

数据结构计算器

文档大小:13KB

限时特价:扫码查看

• 请登录后再进行扫码购买
• 使用微信/支付宝扫码注册及付费下载,详阅 用户协议 隐私政策
• 如已在其他页面进行付款,请刷新当前页面重试
• 付费购买成功后,此文档可永久免费下载
全场最划算
12个月
199.0
¥360.0
限时特惠
3个月
69.9
¥90.0
新人专享
1个月
19.9
¥30.0
24个月
398.0
¥720.0
6个月会员
139.9
¥180.0

6亿VIP文档任选,共次下载特权。

已优惠

微信/支付宝扫码完成支付,可开具发票

VIP尽享专属权益

VIP文档免费下载

赠送VIP文档免费下载次数

阅读免打扰

去除文档详情页间广告

专属身份标识

尊贵的VIP专属身份标识

高级客服

一对一高级客服服务

多端互通

电脑端/手机端权益通用