文件名称:huibiankeshe

  • 所属分类:
  • 压缩解压
  • 资源属性:
  • [ASM] [源码]
  • 上传时间:
  • 2013-02-28
  • 文件大小:
  • 97kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • yon***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

对给定的文本文件进行压缩和解压



程序功能:   

1.压缩(5个命令行参数)

Compress c 输入文件名 输出文件名 start step

将输入文件压缩为输出文件。Start,step意义见下面。



  2.解压(3个命令行参数)

上面生成的压缩的输入文件解解压缩到输出文件,如果不是上面压缩的格式(根据文件特征识别),报错。



一元编码可以对整数序列进行编码。

非负整数n的一元编码(unary code)定义为n-1个1后跟一个0(表1)。

还可以定义通用的一元编码,也叫做“开始-步长”(start-step)码。这种编码取决于一个整参数二元组(start-step),定义如下:对数据字符进行编码的第n个码字由n个1后跟一个0再加上所有的a位码组成,其中a = start+n*step。表2和表3分别给出了(3,2)的编码格式和(2,1)的编码格式。-Given text file compression and decompression procedures: 1. Compression (5 command line arguments) Compress c input file name of the output file names start step input file compression for the output file. Start, step significance see below. 2. Input file compression decompression (three command-line parameters) generated above solution extracted to the output file, if not above compressed format (identification), based on the file characteristics error. Coding the one yuan encoding sequence of integers. N-1 is defined as a 1 followed by a 0 in the non-negative integer n monohydric encoding (unary code) (Table 1). Can also define a common coding, also known as the " Start- step" (start-step) code. This coding depends on the tuple of an integer parameter (start-STEP), defined as follows: encoding the data characters of the n-th code word is formed of n a 1 followed by a 0 plus all of the a-bit code, wherein a = start+n* step. Tables 2 and 3 were given (3,2), the encoding forma
(系统自动生成,下载前可以参看下载内容)

下载文件列表





汇编课设

........\2012 汇编语言程序设计大型作业题目.doc

........\huibian.png

........\myya.asm

........\MYYA.EXE

........\简介.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org