搜索资源列表
crc32
- CRC32的校验程序的C语言代码,开发环境为LINUX
jffs2详细分析
- 对jffs2的一下各个方面进行了详细的点评!不可错过哦! jffs2/jffs2/ jffs2/jffs2/zlib.c jffs2/jffs2/symlink.c jffs2/jffs2/super.c jffs2/jffs2/scan.c jffs2/jffs2/readinode.c jffs2/jffs2/read.c jffs2/jffs2/nodemgmt.c jffs2/jffs2/nodelist.h jffs2/jffs2/nodelist.c jffs2
CRC32
- 用visual c++实现CRC32校验运算-Using visual c++ CRC32 checksum operations to achieve
CRC32-16
- CRC16_32 C实例与硬件CRC精解 CRC16/CRC32必看-CRC16_32 C instance fine with the hardware CRC Solutions CRC16/CRC32 must see!!
crc
- crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
crc32.cs
- 用C#实现的CRC32算法源代码。 --pclion-Using C# implementation of the CRC32 algorithm
CRC
- crc32,c语言实现,数字电视各种表都要使用的算法-crc32,c,pat,pmt,sdt
crc32
- code in c of crc32 is good is good is good is good is good -code in c of crc32 is good is good is good is good is good is goodis good is goodis good
cryptopp560
- 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumen
CRC
- CRC32/16 Routine. Highly optimized for word aligned data. Enable using FAST_CRC macro in the file crc.c
CRC32
- CRC32算法及C实现,其中资料为较权威可用的资料非网上一些模棱两可的源码,另外部分为本人调试过成功的源码!-This is some CRC32 source,which is usefull for every one who will learn CRC checkout!
crc32
- 我用VC写的CRC32位,用来计算字符串的CRC32值,可用于一般C-I use VC to write CRC32 bit CRC32 value used to calculate the string can be used for general C
Crc32
- CRC校验实用程序库 在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。在诸多检错手段中,CRC是最著名的一种。CRC的全称是循环冗余校验,其特点是:检错能力极强,开销小,易于用编码器及检测电路实现。从其检错能力来看,它所不能发现的错误的几率仅为0.0047 以下。-/* CRC.C——CRC程序库*/ #define CRCCCITT 0x1021 #define CCITT-REV 0x8408 #define CRC16 0x8005 #define C
CRC32
- linux下开发的c函数,作用:文件数据CRC32校验-c function, role: file data CRC32 checksum
CRC32-coding-check
- Visual C++ CRC32校验 源程序代码 -CRC32 coding check Visual C+++++.....
crc32-tabla
- Program to calcule ciclic redundance check crc32 write in C.It is to mifare desfire ev1.
12.crc32-vccode
- CRC32 VC代码,我网上找的,然后封装成C++类,VC可直接使用,也算是对网络资源共享的一点点贡献。-CRC32 VC SOURCE CODE
CRC32
- C/C++实现CRC32例程,说明位操作计算取得一个字符串并计算出校验和-C/C++ to achieve CRC32 routines, bit manipulation instructions calculated to obtain a string and calculate the checksum
crc32
- See linux lib crc32.c for license and changes.