<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <nonSort>A </nonSort>
    <title>comparative study of data compression techniques with encryption</title>
  </titleInfo>
  <name type="personal">
    <namePart>Lin, Yu-tsu</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Yulu, Qi</namePart>
    <role>
      <roleTerm type="text">Chairperson</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Huynh, Ngoc Phien</namePart>
    <role>
      <roleTerm type="text">Examination Committee</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Phan, Minh Dung</namePart>
    <role>
      <roleTerm type="text">Examination Committee</roleTerm>
    </role>
  </name>
  <name type="corporate">
    <namePart>R.O.C. Government</namePart>
    <role>
      <roleTerm type="text">Scholarship donor</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">th</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Bangkok</placeTerm>
    </place>
    <publisher>Asian Institute of Technology</publisher>
    <dateIssued>1993</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>76 leaves + 1 online resource</extent>
  </physicalDescription>
  <abstract>Huffman compression is one of the statistical compression mechanism, and is also a more simple algorithm than the others. Using the. dynamic tree coding and decoding, the compressor and expander can compress and expand the file easily. Because only when the probability of symbol's appearance is the integer power of 0.5, using Huffman compression can get a good efficiency. Since it is ·difficult to get such good situation, therefore, we combined the ideas of bit map and pattern substitution with Huffman algorithm, and made a little modification of them to implement two programs. Because of the characteristics of un-fixed length code encoded by Huffman way, the serial data can be decoded easily if the data is stolen on the transmission line. Therefore, in order to encourage the text transmission, we add an encryption, using bit cipher method after Huffman encoding, and using character cipher way to see if it will affect the compression efficiency. From the transmission viewpoint, we also have done a file communication experiment employing a software transfer package, named Telix. Our main purpose of this experiment is to compare the total efficiency of our programs with the software of others, such as Zip, Lzss, MNP-5, and so on.</abstract>
  <note>A thesis submitted in partial fulfillment of the requirements for the degree of Master of Engineering</note>
  <note>Thesis (M.Eng.) - Asian Institute of Technology, 1993</note>
  <subject authority="lcsh">
    <topic>Data compression (Computer science)</topic>
  </subject>
  <relatedItem type="series">
    <titleInfo>
      <title>Thesis ; no. CS-93-8</title>
    </titleInfo>
    <name type="corporate">
      <namePart>Asian Institute of Technology.</namePart>
      <namePart/>
    </name>
  </relatedItem>
  <identifier type="uri">http://203.159.5.9/ait-thesis/detail.php?q=B16104</identifier>
  <location>
    <url displayLabel="Full-Text">http://203.159.5.9/ait-thesis/detail.php?q=B16104</url>
  </location>
  <recordInfo>
    <recordCreationDate encoding="marc">010898</recordCreationDate>
    <recordChangeDate encoding="iso8601">20260817173347.0</recordChangeDate>
  </recordInfo>
</mods>
