CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 文字

搜索资源列表

  1. scmscommtest

    0下载:
  2. 串口文件,COM口,支持文件的传送及文字传送,为源代码,学习意义较高-serial document, COM I support the transmission of documents and text transmission to the source code, meaning higher learning
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:100.03kb
    • 提供者:david
  1. zaitupianshangtianjiabioji

    0下载:
  2. 如何绘制阴影字以及 对文字的处理,图片上的文字处理-how shadow rendering of text and word processing, photo of a word processing
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:835.65kb
    • 提供者:oyyee
  1. 64464623

    0下载:
  2. C#开发的文字查找程序,能够在文本文件中按指定的关键字查找。-C# development language search procedures to document in the text by the designated keyword search.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10.58kb
    • 提供者:morgan
  1. HuffmanCoding

    0下载:
  2. 引用经典的哈夫曼编码方式,发送方能后读一段文字并按照哈夫曼编码方式编码并生成另一个文件,并且也有读密文还原源码的功能
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.28kb
    • 提供者:codesdownloads
  1. LZW编码源程序

    0下载:
  2. 本程序实现了LZW编码,主要是针对文字压缩,自建码表,可实现编码和译码。-realized by the LZW coding is targeted mainly at text compression, self-table, achievable coding and decoding.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:19.63kb
    • 提供者:钟祖豪
  1. book

    0下载:
  2. jquery+css的翻书效果代码,包含文字图片-jquery+ css code open book effect
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:498.05kb
    • 提供者:徐娇娇
  1. C

    3下载:
  2. 【问题描述】 文学研究人员需要统计某篇英文小说中某些形容词的出现次数和位置。试写一个实现这一目标的文字统计系统,称为"文学研究助手"。 【基本要求】 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词的出现次数和出现位置所在行的行号,格式自行设计。 -【Descr iption】 literature research issues need statistics in an article in En
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:138.62kb
    • 提供者:王涛
  1. huffman.cpp

    1下载:
  2. c++实现霍夫曼编码,用户先输入一段文字,然后程序执行统计并进行编码,最好输出编码并统计编码平均长度。有类和无类两种形式源代码-c++ achieve the Huffman code, the user to enter a section of text, and then the implementation of statistical procedures and codes, the best output encoding and statistical encoding the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-04-21
    • 文件大小:11.45kb
    • 提供者:秦一
  1. 06082130

    0下载:
  2. 这是一个用于的压缩与解压的源代码,可以用于中英文等文字的压缩,此源代码主要用到了huffman算法-it s for compress and depress.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:192.63kb
    • 提供者:张龙
  1. hufman

    1下载:
  2. c语言写的哈夫曼编码,实现对一段文字的压缩编码,以及根据编码解压到原文字。-c language of the Huffman coding to achieve compression of a section of text encoding, as well as the decompression code to the original text.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2.69kb
    • 提供者:caidongjie
  1. leijia2

    0下载:
  2. 小程序,累加的代码,只有一小段文字,求和用的-A small program, cumulative code, and only a short text, the sum used for
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:715byte
    • 提供者:emma
  1. compress

    0下载:
  2. 壓縮一段文字,但是沒有SOURCE CODE-Compression section of text, but there is no SOURCE CODE
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:17.62kb
    • 提供者:lai yu han
  1. StudyCN

    0下载:
  2. 幼儿识字软件,打开文本文件后,光标所在文字即被放大显示在上方,帮助幼儿认清字型,实现脑像识字。同时实现由字到词,由词到句的连续学习过程。-CAI software for Chinese charactor study. Open a text file, the Chinese charactor at the cursor is automatically mangified and displayed at the top of the GUI. It effectively helps
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:1.13kb
    • 提供者:陈光
  1. 1234

    0下载:
  2. 输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 -count
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:292.4kb
    • 提供者:李民
  1. textlights2

    0下载:
  2. 大光灯文字 很棒的一种文字效果,文字被模拟成探照灯一样在夜空中扫来扫去,这款文字在晃动的过程中还会转换颜色; -Great Light writing a great text effects, text has been modeled in the night sky like searchlights to sweep to sweep, this text will be in the process of shaking convert color
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:4.37kb
    • 提供者:cici
  1. decode16

    0下载:
  2. lzw壓縮decode,字典讀取部份使用一次四位元讀取文字檔中文字,解回原始文字-lzw compression decode, use a dictionary to read the first four yuan to read some text file in text, solution back to the original text
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.07kb
    • 提供者:snight
  1. AVChat

    0下载:
  2. 视屏传输,文字,视屏,多媒体等文件的传输,可以语音交流等-Screen transmission, text, screen, and multimedia file transfer, you can exchange voice
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:68.35kb
    • 提供者:游心
  1. Paomadeng

    0下载:
  2. 一个文字显示程序 其实就是一个文字滚动条 类似标题栏广告-its a text view function
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:21.11kb
    • 提供者:jason
  1. entropy-encoding

    0下载:
  2. 视频信号熵编码源程序 熵编码法是一种进行无损数据压缩的技术,在这个技术中一段文字中的每个字母被一段不同长度的比特(Bit)所代替。与此相对的是LZ77或者LZ78等数据压缩方法,在这些方法中原文的一段字母列被其它字母取代。 每个字母按照其出现的可能性所获得的最佳比特数取决于熵。 本程序不仅提供源程序,还提供相应的实例。-Entropy coding the video signal source for entropy coding method is a lossless data
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:280.14kb
    • 提供者:安慰安防
  1. LZencodedecode

    0下载:
  2. LZ壓縮測試,對於一般文字檔案使用測試壓縮效果,輸出為32bit,encode , decode txt文件,-LZ compression test, using a test for general text file compression, output 32bit, encode, decode txt file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.14kb
    • 提供者:snight
« 12 »
搜珍网 www.dssz.com