資源簡介
網上找到的信息論作業感覺都不太好用,比較蛋疼,最后還是親自寫了這個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個文件信息
- 上一篇:漢口長江每月流量數據
- 下一篇:C#飛機大戰
評論
共有 條評論