• 大小: 220KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-14
  • 语言: C#
  • 标签: 信息论  

资源简介

网上找到的信息论作业感觉都不太好用,比较蛋疼,最后还是亲自写了这个C#窗体程序,包含了字符统计,码字生成,文本编码和解码(目前只实现了英文统计,汉字只要稍加改造就能搞定)。功能还是很完善的。 详细介绍看这里: http://hi.baidu.com/coredx/item/de43b2d3e97b3e56d63aae96

资源截图

代码片段和文件信息

#region Copyright ?2007 Rotem Sapir
/*
 * This software is provided ‘as-is‘ without any express or implied warranty.
 * In no event will the authors be held liable for any damages arising from the
 * use of this software.
 *
 * Permission is granted to anyone to use this software for any purpose
 * including commercial applications subject to the following restrictions:
 *
 * 1. The origin of this software must not be misrepresented; you must not claim
 * that you wrote the original software. If you use this software in a product
 * an acknowledgment in the product documentation is required as shown here:
 *
 * Portions Copyright ?2007 Rotem Sapir
 *
 * 2. No substantial portion of the source code of this library may be redistributed
 * without the express written permission of the copyright holders where
 * “substantial“ is defined as enough code to be recognizably from this library.
*/
#endregion
using System;
using System.Collections.Generic;
using System.Text;

namespace TreeGenerator
{
    public class Box
    {
        public int Width;
        public int Height;
        public System.Drawing.Color LineColor;
        public int LineWidth;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      26112  2014-12-12 12:19  文本字符统计程序\TreeGenerator\bin\Debug\TreeGenerator.dll

     文件      56832  2014-12-12 12:19  文本字符统计程序\TreeGenerator\bin\Debug\TreeGenerator.pdb

     文件       1211  2014-12-10 12:34  文本字符统计程序\TreeGenerator\Box.cs

     文件        442  2007-09-16 09:45  文本字符统计程序\TreeGenerator\ClassDiagram1.cd

     文件       1596  2007-09-11 15:55  文本字符统计程序\TreeGenerator\NodePos.cs

     文件       6360  2014-12-10 12:53  文本字符统计程序\TreeGenerator\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件      17920  2014-12-10 12:09  文本字符统计程序\TreeGenerator\obj\Debug\TempPE\TreeData.Designer.cs.dll

     文件       1071  2014-12-12 12:19  文本字符统计程序\TreeGenerator\obj\Debug\TreeGenerator.csproj.FileListAbsolute.txt

     文件       1108  2014-12-12 12:19  文本字符统计程序\TreeGenerator\obj\Debug\TreeGenerator.csprojResolveAssemblyReference.cache

     文件      26112  2014-12-12 12:19  文本字符统计程序\TreeGenerator\obj\Debug\TreeGenerator.dll

     文件      56832  2014-12-12 12:19  文本字符统计程序\TreeGenerator\obj\Debug\TreeGenerator.pdb

     文件       1411  2007-09-11 15:27  文本字符统计程序\TreeGenerator\Properties\AssemblyInfo.cs

     文件      18591  2014-12-11 12:38  文本字符统计程序\TreeGenerator\TreeBuilder.cs

     文件        157  2007-09-16 09:08  文本字符统计程序\TreeGenerator\TreeData.cs

     文件      39852  2014-12-10 12:09  文本字符统计程序\TreeGenerator\TreeData.Designer.cs

     文件        381  2007-09-16 09:08  文本字符统计程序\TreeGenerator\TreeData.xsc

     文件       3383  2007-09-16 09:08  文本字符统计程序\TreeGenerator\TreeData.xsd

     文件        856  2007-09-16 09:08  文本字符统计程序\TreeGenerator\TreeData.xss

     文件       4299  2014-12-10 12:34  文本字符统计程序\TreeGenerator\TreeGenerator.csproj

     文件        453  2014-12-10 12:34  文本字符统计程序\TreeGenerator\TreeGenerator.csproj.user

     文件        187  2014-10-20 20:12  文本字符统计程序\文本字符统计程序\App.config

     文件      26112  2014-12-12 12:19  文本字符统计程序\文本字符统计程序\bin\Debug\TreeGenerator.dll

     文件      56832  2014-12-12 12:19  文本字符统计程序\文本字符统计程序\bin\Debug\TreeGenerator.pdb

     文件      40960  2014-12-12 12:36  文本字符统计程序\文本字符统计程序\bin\Debug\文本字符统计程序.exe

     文件        187  2014-10-20 20:12  文本字符统计程序\文本字符统计程序\bin\Debug\文本字符统计程序.exe.config

     文件      81408  2014-12-12 12:36  文本字符统计程序\文本字符统计程序\bin\Debug\文本字符统计程序.pdb

     文件      23168  2014-12-16 10:49  文本字符统计程序\文本字符统计程序\bin\Debug\文本字符统计程序.vshost.exe

     文件        187  2014-10-20 20:12  文本字符统计程序\文本字符统计程序\bin\Debug\文本字符统计程序.vshost.exe.config

     文件        490  2013-06-18 20:28  文本字符统计程序\文本字符统计程序\bin\Debug\文本字符统计程序.vshost.exe.manifest

     文件       5976  2014-12-11 14:20  文本字符统计程序\文本字符统计程序\CharCount.cs

............此处省略46个文件信息

评论

共有 条评论

相关资源