登录
首页 » DOS » String comparison

String comparison

于 2019-05-24 发布
0 154
下载积分: 1 下载次数: 0

代码说明:

说明:  字符串比较(从键盘上输入两个字符串,比较字符串,如相同,则显示“MATCH”,否则显示“NO MATCH”)(String comparison (enter two strings from the keyboard and compare the strings. if the strings are the same, "MATCH" will be displayed, otherwise, "NO MATCH" will be displayed))

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

发表评论

0 个回复

  • 在屏幕上用黄颜色显示天堂两个字并且经过一定得时间向右平移一段距离。...
    在屏幕上用黄颜色显示天堂两个字并且经过一定得时间向右平移一段距离。-Yellow on the screen with color display and after the word heaven must have time to shift to the right for some distance.
    2022-03-18 11:13:57下载
    积分:1
  • Football knockout competition, as well as group games and competitions during th...
    足球比赛的分组淘汰制以及比赛过程和比赛结果的运行和现实-Football knockout competition, as well as group games and competitions during the operation and practical results
    2022-03-13 02:11:47下载
    积分:1
  • 我写的电子琴用8253的程序,有点浪费资源,不过听好用的,大家不妨参考一下...
    我写的电子琴用8253的程序,有点浪费资源,不过听好用的,大家不妨参考一下-I write flower with 8,253 procedures, a bit of a waste of resources, but to listen to everything, you may wish to make reference to
    2022-07-11 22:36:42下载
    积分:1
  • Learning assembly language produced by the procedure, very useful, I think more...
    学习汇编语言编制的程序,非常参考价值,我认为汇编比较难。-Learning assembly language produced by the procedure, very useful, I think more difficult to compile.
    2023-06-23 21:25:04下载
    积分:1
  • 开发的经典教材,易学易用,深入浅出
    汇编语言开发的经典教材,易学易用,深入浅出- The assembly language development classical teaching material, Yi Xueyi uses, to explain the profound in simple language
    2023-02-02 18:50:04下载
    积分:1
  • PView CE from Microsoft Corporation
    PView CE from Microsoft Corporation
    2022-09-05 19:10:03下载
    积分:1
  • 详见压缩文件,关于屏幕窗口程序的
    详见压缩文件,关于屏幕窗口程序的汇编语言-See compressed file, a window on the screen of the assembly language program
    2022-02-02 03:22:37下载
    积分:1
  • 电子钟源程序
    电子钟源程序-Electronic clock source
    2022-02-12 12:32:33下载
    积分:1
  • huffman
    哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。 一个完整的系统应具有以下功能: (1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。 (2) C: 编码。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3) D: 译码。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中。 (4) P: 打印代码文件。将文件codefi1e以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件codeprint中。 (5) T:打印哈夫曼树。将已在内存中的哈夫曼树以直观的方式(树或凹凸表形式)显示在屏幕上,同时将此字符形式的哈夫曼树写入文件treeprint中。 (利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。 一个完整的系统应具有以下功能: (1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。 (2) C: 编码。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3) D: 译码。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中。 (4) P: 打印代码文件。将文件codefi1e以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件codeprint中。 (5) T:打印哈夫曼树。将已在内存中的哈夫曼树以直观的方式(树或凹凸表形式)显示在屏幕上,同时将此字符形式的哈夫曼树写入文件treeprint中。 )
    2010-03-09 12:14:21下载
    积分:1
  • dyb
    说明:  数子电压表源程序(汇编)1602显示,按键控制报警上下限量程为9~15V 采样用2:1分压(The number of sub-source voltage meter (compilation) 1602 shows that the police up and down buttons control the process for a limited sample with 9 ~ 15V pressure 2:1)
    2009-08-09 22:23:58下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载