我對壓縮算法瞭解不多。我正在尋找一種簡單的壓縮算法(或代碼片段),它可以減小字節[,,]或字節[]的大小。我無法使用System.IO.Compression。此外,數據有很多重複。 我試着實現RLE算法(下面貼出來供您檢查)。但是,它會產生1.2到1.8倍的數組。 public static class RLE
{
public static byte[] Encode(byte[]
我只是想知道這是否可能;如何在C#中執行非複雜的腳本。 基本上,假設我有一個結構,例如: Structure
int a
int b
int c
Function ParseValue(pString as String)
try
return interpret(pString)
catch
ret