登录
首页 » 数据结构 » 把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!...

把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!...

于 2022-02-20 发布 文件大小:155.52 kB
0 190
下载积分: 2 下载次数: 1

代码说明:

把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!-sergeant Chinese expression for the conversion suffix expression algorithm, the data structure my course design!

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

发表评论

0 个回复

  • 八皇后问题的C / C + +
    8 queens problem in c/c++
    2022-06-13 05:14:49下载
    积分:1
  • 学籍管理系统源程序
    学籍管理系统源程序-expulsion source management system
    2022-08-19 17:56:51下载
    积分:1
  • 二叉树的根节点的第一序列和序列…
    根据一棵二叉树结点的先根序列和中根序列构造该二叉树,并输出该二叉树的后序遍历结果。-According to a binary tree the root node of the first sequence and the sequence structure of the tree root and post the output of the binary tree traversal results.
    2022-07-20 09:49:58下载
    积分:1
  • 算法分析,算法理解,算法性能分析,算法综述等等。
    算法分析,算法理解,算法性能分析,算法综述等等。-Algorithm analysis, algorithm understanding, algorithm performance analysis, algorithm, etc..
    2023-01-05 17:40:04下载
    积分:1
  • 一个焦化厂的电子称过秤软件,小巧实用,有需要修改的地方,不过已经能够胜任基本工作了。...
    一个焦化厂的电子称过秤软件,小巧实用,有需要修改的地方,不过已经能够胜任基本工作了。-A coking plant, said electronic weighing software, compact and practical, there is need to modify the areas, but the basic work has been capable of.
    2023-06-19 05:35:04下载
    积分:1
  • 论坛软件系统亦称电子公告板(BBS)系统,它伴随社区BBS的流行而成为互联网最重要的应用之一,也逐渐成为网站核心竞争力的标志性体现。...
    论坛软件系统亦称电子公告板(BBS)系统,它伴随社区BBS的流行而成为互联网最重要的应用之一,也逐渐成为网站核心竞争力的标志性体现。-Forum software systems also known as electronic bulletin boards (BBS) system, which is accompanied by the popular BBS communities to become the most important application of the Internet, one site is becoming the core competitiveness of the symbolic embodiment.
    2022-02-12 15:50:10下载
    积分:1
  • 假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,1...
    假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01,11,101,0000,0001,0010,0011, 100,那么上述符号序列变成011110001110011101101000000010010010111,共用了39bit。尽管有些码字如 S3,S4,S5,S6变长了(由3位变成4位),但使用频繁的几个码字如S0,S1变短了,所以实现了压缩。对于上述的编码可能导致解码出现非单值性:比如说,如果S0的码字为01,S2的码字为011,那么当序列中出现011时,你不知道是S0的码字后面跟了个1,还是完整的一个S2的码字。因此,编码必须保证较短的编码决不能是较长编码的前缀。符合这种要求的编码称之为前缀编码。要构造符合这样的二进制编码体系,可以通过二叉树来实现。-Suppose a file appears in eight kinds of symbols S0, SQ, S2, S3, S4, S5, S6, S7, then each symbol to be encoded, at least 3bit. Suppose encoding 000,001, 010,011,100,101,110,111. Then the symbolic sequence S0S1S7S0S1S6S2S2S3S4S5S0S0S1 encoded into 000001111000001110010010011100101000000001, sharing a 42bit. We found that S0, S1, S2 these three symbols the frequency of relatively large, the other symbols the frequency is relatively smal
    2022-04-27 21:17:34下载
    积分:1
  • K-均值在 C 编程
    // kmeans.c//伊桑·布罗德斯基2011年//月#include#include#include#定义SQR(X)((X)*(X))#定义MAX_CLUSTERS16#定义MAX_ITERATIONS100#定义BIG_double(INFINITY)无效失败(字符*海峡){的printf(STR);出口(-1);}双calc_distance(INT暗淡,双* P1,双* P2){双distance_sq_sum= 0;对于(INT II=0;二
    2023-07-21 00:35:03下载
    积分:1
  • 个人通讯录信息管理系统
    个人通讯录信息管理系统 -personal address book information management systems for personal address book information management system
    2022-03-18 04:45:32下载
    积分:1
  • 几个常见的算法,为c语言编写,在VC6.0环境下编写。
    几个常见的算法,为c语言编写,在VC6.0环境下编写。-Several common algorithms, for the c language, in the preparation of VC6.0 environment.
    2022-02-05 14:07:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载