登录
首页 » C » 堆栈四则运算

堆栈四则运算

于 2022-07-17 发布 文件大小:2.87 kB
0 48
下载积分: 2 下载次数: 1

代码说明:

/* 在BC31下编译 或VC6.0*/ /* compile under Borland C++ 3.1 or Visual C++ 6.0*/ /*#include "stdafx.h"*/ #include "stdio.h" #include "string.h" #include "stdlib.h" #include "conio.h" #define TRUE 1 #define FALSE 0 #define STACK_INIT_SIZE 100/*存储空间初始分配量*/ #define STACKINCREMENT 20/*存储空间分配增量*/ typedef struct { int *pBase;/*在构造之前和销毁之后,base的值为NULL*/ int *pTop;/*栈顶指针*/ int StackSize;/*当前已分配的存储空间,以元素为单位*/ }Stack; typedef int BOOLEAN;   char Operator[8]="+-*/()#";/*合法的操作符存储在字符串中*/ char Optr;/*操作符*/ int Opnd=-1;/*操作符*/ int Result;/*操作结果*/ /

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mian
    说明:  用于在通讯协议中生成crc校验码,保证通讯数据的完整性(Used to generate crc check code in communication protocol to ensure the integrity of communication data)
    2020-06-19 05:40:01下载
    积分:1
  • Parts Description: This information is in Chinese version, MapXtreme 2008 is to...
    件说明: 该资料是中文版, MapXtreme 2008是开发地图和可地图化应用程序的理想开发环境。它与Visual Studio .NET平台无缝结合,支持C#和ASP.NET。利用MapXtreme 2008,用户还能够开发丰富的AJAX Web应用,并且能够充分利用地图技术方面的最新成果,包括半透明层、曲线标记、功能增强的标注功能和抗锯齿等功能。 -Parts Description: This information is in Chinese version, MapXtreme 2008 is to develop maps and map-based applications can be an ideal development environment. It is with Visual Studio. NET platform for seamless integration, support C# and ASP.NET. The use of MapXtreme 2008, users can develop rich AJAX Web applications, and can take full advantage of the latest maps technology outcomes, including translucent layers, curved marks, features enhanced annotation capabilities and anti-aliasing capabilities.
    2022-03-31 07:49:50下载
    积分:1
  • c++编写的代码,下载后解压即可使用,如有问题,email联系
    c++编写的代码,下载后解压即可使用,如有问题,email联系-c prepared by the code can be downloaded decompress after use, if there are questions, email links
    2022-10-29 06:50:03下载
    积分:1
  • Chapter23
    GDI+学习,有兴趣的朋友请看看,特别是采鸟(study C# GDI+)
    2014-02-27 23:39:06下载
    积分:1
  • c++音乐播放器 music
    说明:  c++音乐播放器原理示例代码,帮助新手入门音乐播放器(A sample code for the principle spout of c-music player to help novices get started with a music player)
    2020-06-19 00:00:02下载
    积分:1
  • cmockery2-master
    google提供的轻量级单元测试框架cMockery2(light weighted unit test framework by google)
    2015-10-22 16:11:36下载
    积分:1
  • chinesechess
    C++ Builder程序设计范例——中国象棋 pdf电子书加源码(C++ Builder programming examples- Chinese Chess pdf e-book plus source)
    2009-04-28 16:02:50下载
    积分:1
  • 小波变换,恢复物体三维面形,小波取“脊”方法
    小波变换,恢复物体三维面形,小波取“脊”方法.利用MATLAB恢复出物体三维面型,和计算 出其误差,恢复结果,以及恢复误差图
    2022-08-25 09:50:10下载
    积分:1
  • c#写的经典的超级网络/串口调试助手
    c#写的经典的超级网络/串口调试助手,完成网络UDP、TCP、PING,串口调试工具的所有功能。
    2022-12-03 06:55:03下载
    积分:1
  • 是用C#对oracle blob的操作,呵呵,可以
    是用C#对oracle blob的操作,呵呵,可以-Is C# Of oracle blob operation, huh, huh, you can
    2022-09-30 21:55:04下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载