Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Encode_Demo_for_the_DVEVMDVSDK_1.2_spraa96a.zip Encode Demo for the DVEVMDVSDK 1.2_spraa96a
  • Encoder600.zip This File introduce how to read the Encode Device form API.
  • base64.rar base64 encode. for example: 1 => MQ==
  • encode.rar iris encoding iris normalization iris recognition
  • Base32Url_and_Base64Url.rar Standards based implementations of various Base32 and Base64 encoding/decoding methods. These are designed to encode binary data to plain text, and decode the resulting text back to the original binary. Useful when you need to transfer binary data through ...
  • predictivecoding.zip using predictive coding to encode an image (lena.image)
  • encode.rar 实现基本(15,11)汉明码的编码及译码过程的MATLAB仿真
  • gen.rar this code to generate parity check matrix of Low density parity check cod, and encode in order to codeword
  • 32_bit_irreversible_encode.rar 32位不可逆加密算法Java实现 (32-bit irreversible encode.java)
  • encode.rar 用维吉利亚密码的方法,以ART(不区分大小写)为密钥对任意给定的字母进行加密。加密方法为:将字母a,b,c…z 对应数字0,1,2……25。明文字母m,密文c,密钥k,c=m+ki mod 26 (i=1,2,3)。