摘要:
转:忘了 public class CRC { #region CRC16 public static byte[] CRC16(byte[] data) { int len = data.Length; if (len > 0) { ushort crc = 0xFFFF; for (int i 阅读全文
摘要:
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Web; using Newtonsoft.Json; namespace SandMa 阅读全文