CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 文件编码

搜索资源列表

  1. 5

    0下载:
  2. 1.C或 C++; 2.从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树并将它存于文件hfmTree中.将已在内存中的哈夫曼树以直观的方式(比如树)显示在终端上; 3.利用已经建好的哈夫曼树(如不在内存,则从文件htmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中,并输出结果,将文件CodeFile以紧凑格式先是在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrint中。 4.利用已建好的哈夫曼树将文件
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2252
    • 提供者:cyahafa
  1. genH

    0下载:
  2. 一个用c++写的关于LDPC编码的一种实现方法,原为.m文件,被我改编为记事本文件-1 with c++ to write about an implementation of LDPC coding method, originally. M file has been reorganized into a Notepad file, I
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:1858
    • 提供者:lq
  1. Huffman

    0下载:
  2. 霍夫曼编码程序 源程序 CPP格式文件 代码 用C++实现-HCODE
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:160035
    • 提供者:薛东欢
  1. hafuman

    0下载:
  2. 该文件为哈夫曼编码,是比较简单的c例子,希望对大家有所帮助。-it s my.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1504
    • 提供者:顾立立
  1. feno

    0下载:
  2. 进行香农、费诺和赫夫曼信源编码 对离散信源,如一段中文或者英文文字(txt文件)进行分析,统计信源空间,然后进行编码,存储编码码表; 根据编码码表进行信源译码 -To Shannon, fees Novo Huffman source coding for discrete sources, as a Chinese or English text (txt file) for analysis and statistical information source space, an
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:658
    • 提供者:zhengxin
  1. aa

    0下载:
  2. 本编码实现了获取文件属性的功能,本编码使用c#编写的-This code implements the functions of access to file attributes, use the code written in c#
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:26652
    • 提供者:谭纹纹
  1. Huffuman

    0下载:
  2. 哈夫曼编码用Csharp来实现,里面有自己带的字典,和数据库文件,字典上保存的是哈夫曼编码的编码代码-Huffman coding to achieve with Csharp, which has its own dictionary with, and database files, the dictionary is saved Huffman coding code
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:367786
    • 提供者:izqi
  1. 1111

    0下载:
  2. 优先队列 基本要求:对Huffman树的方法进行扩充,实现如下功能: 1)键盘输入一个字符串,统计每个字符出现的频率; 2)输出每个字符的Huffman编码 3)计算并输出WPL 提高要求:改键盘输入为读文件(任何类型)-Basic requirements of the priority queue: the method of Huffman tree expansion, to achieve the following functions: 1) keyboard i
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:832760
    • 提供者:chenhang
  1. CSharptTextFile

    0下载:
  2. C3对txt文本文档的操作 方法一 文件的底层操作,比如写入或读出byte数据数据时用 1、建立文件流对象,System.IO.FileStream filestm; 2、来打开文档,filestm = System.IO.File.Open(Filename, System.IO.FileMode.Append ) 3、文档操作, filestr.WriteByte(...),Write(...),Read(...),ReadByte(...) 4、文档注销,fi
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:59724
    • 提供者:宗发保
  1. binaryTree

    0下载:
  2. 树的哈夫曼编码 文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。 -Huffman tree for each line of the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:171239
    • 提供者:项链
  1. JiSuanQi

    0下载:
  2. 树的哈夫曼编码 文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。 -Huffman tree for each line of the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:189371
    • 提供者:项链
  1. Huffman~

    0下载:
  2. 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:175990
    • 提供者:项链
  1. SampleNotepad

    0下载:
  2. 一个高仿windows记事本的范例,给女友写的范例,内部使用NChardet智能分析文件字符编码集,比系统的Notepad识别文件更强。-A sample project of Notepad. It s for my girlfriend. Now shared it to you all for free. just you need remember wuyazhe&xieyanli.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:568551
    • 提供者:wuyazhe
  1. WindowsFormsApplication1

    0下载:
  2. 实现哈弗曼编码及其压缩。对一个文本文件中的字符进行哈夫曼编码,生成编码文件(后缀名.cod);反过来,可将一个编码文件还原为一个文本文件(.txt)。-Encoding and compression to achieve Hafu Man. A text file on the characters in the Huffman code, generate code files (suffix. Cod) in turn, can restore an encoded file as a
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:63666
    • 提供者:张磊
  1. ViewFiles

    0下载:
  2. 1 查看当前目录下work文件夹里面包含的文件内容 2 可以按照文件名逆序排序 3 可以删除所选的文件、 4 可以获取所选文件的详细信息 5 可以查看所选文件的详细内容(编码的方面有点瑕疵,英文无问题)-1 View the current work directory folder containing the file contents 2 can be sorted in reverse order by file name to delete the selected f
  3. 所属分类:CSharp

    • 发布日期:2017-06-18
    • 文件大小:27808772
    • 提供者:Chen yunxiao
  1. bjfReader

    0下载:
  2. vs2008开发环境,c#语言,字符编码程序,生成特定格式的文件。-vs2008 development environment, c# language, character encoding procedure to generate a specific format.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1274324
    • 提供者:bjf
  1. bianmaSB

    0下载:
  2. C#字符编码测试与转换软件,可以正确识别出文本文件的编码类型,并用正确编码打开,避免打开文件中出现“口”。C#源码加了详尽的注释-failed to translate
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:48470
    • 提供者:hanfon
  1. IniCtrl

    0下载:
  2. 一个C#Ini操作类,用于操作ini文件,使用了windows api,但是支持utf8编码,完美支持中文-A C# ini operator class which can be use to operate the ini file.Although it does use the windows api, but it can support UTF8 and chinese well.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:676
    • 提供者:斯蒂芬
  1. barcodelib

    0下载:
  2. c#编写的DLL文件 一款多编码一维条码原码共享一起学习-c# to write a DLL file to a multi-coded one-dimensional bar code of the original code sharing with the learning
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:370235
    • 提供者:MC
  1. kingmoon

    0下载:
  2. Lm.Common.Csv csv文件的读取与生成 通用数据访问层示例 Lm.Common.DAL 通用数据访问层基类及公用类 Lm.Common.DAL.Sql 通用数据访问层针对sql server 2005及以上版本的实现 Lm.Common.Excel Excel2003的读取与生成 Lm.Common.Excel.OpenXml Excel2007、2010的读取和生成 Lm.Common.ExtensionMethods
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:17573188
    • 提供者:ffffff
« 1 23 »
搜珍网 www.dssz.com