CRC16算法的Java实现
CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(b...
CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(b...
Integration的EZMac Lite,对于开发IA4420/4421很有用! Fixed packet length protocol MAC layer for simplifying E...
Integration的EZMac Plus,对于开发IA4420/4421很有用! Variable packet length protocol with packet forwarding c...
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma...
This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31). SCX31 is an encry...
JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the p...
%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2...
本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采...
在无符号数的字节数组中,计算大于、等于、小于search的元素个数,分别存放在字节单元up、equal、down中。 程序显示up、equal、down的值...
AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetPropert...