100求C#版的CRC效验,要正确的哦,***入口参数为string 型***

解决方案 »

  1.   

    look this
    http://canny.cnblogs.com/archive/2004/12/27/82466.aspx
      

  2.   

    据说这个有用
    using System; namespace CRC 

     public interface ICRC 
     { 
         
      long Value 
      { 
        get; 
      } 
       
      void Reset(); 
       
      void Crc(int bval); 
       
      void Crc(byte[] buffer); 
       
      

  3.   

    http://www.codeproject.com/csharp/crc32_dotnet.asphttp://www.codeproject.com/csharp/marcelcrcencoding.asphttp://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=37a91f12-ca84-49df-a2d7-d8a36cfcc933