• 大小: 0.99M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: c++  c  24  2    

资源简介

用C和C++ 实现的CRC24a校验码的生成.rar

资源截图

代码片段和文件信息

#include “stdafx.h“
#include 
#include 
#include 
#include 

typedef    unsigned char     uchar; 
typedef    unsigned int      uint; 
uint crc_ta_24a[256] = {
    0x000000 0x864cfb 0x8ad50d 0x0c99f6 0x93e6e1 0x15aa1a 0x1933ec 0x9f7f17
    0xa18139 0x27cdc2 0x2b5434 0xad18cf 0x3267d8 0xb42b23 0xb8b2d5 0x3efe2e
    0xc54e89 0x430272 0x4f9b84 0xc9d77f 0x56a868 0xd0e493 0xdc7d65 0x5a319e
    0x64cfb0 0xe2834b 0xee1abd 0x685646 0xf72951 0x7165aa 0x7dfc5c 0xfbb0a7
    0x0cd1e9 0x8a9d12 0x8604e4 0x00481f 0x9f3708 0x197bf3 0x15e205 0x93aefe
    0xad50d0 0x2b1c2b 0x2785dd 0xa1c926 0x3eb631 0xb8faca 0xb4633c 0x322fc7
    0xc99f60 0x4fd39b 0x434a6d 0xc50696 0x5a7981 0xdc357a 0xd0ac8c 0x56e077
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3708  2012-03-27 19:17  CRC24a\CRC24a\CRC24a.cpp

     文件        174  2012-03-25 19:47  CRC24a\CRC24a\CRC24a.h

     文件       4615  2012-03-21 13:37  CRC24a\CRC24a\CRC24a.vcproj

     文件       1401  2012-03-30 16:27  CRC24a\CRC24a\CRC24a.vcproj.PP.dell.user

     文件       6330  2012-03-27 19:16  CRC24a\CRC24a\Debug\BuildLog.htm

     文件        663  2012-03-20 22:11  CRC24a\CRC24a\Debug\CRC24a.exe.embed.manifest

     文件        728  2012-03-20 22:11  CRC24a\CRC24a\Debug\CRC24a.exe.embed.manifest.res

     文件        621  2012-03-27 19:16  CRC24a\CRC24a\Debug\CRC24a.exe.intermediate.manifest

     文件      26764  2012-03-27 19:16  CRC24a\CRC24a\Debug\CRC24a.obj

     文件    3211264  2012-03-20 22:11  CRC24a\CRC24a\Debug\CRC24a.pch

     文件      25565  2012-03-25 20:15  CRC24a\CRC24a\Debug\main.obj

     文件         67  2012-03-27 19:16  CRC24a\CRC24a\Debug\mt.dep

     文件      12053  2012-03-20 22:11  CRC24a\CRC24a\Debug\stdafx.obj

     文件     240640  2012-03-27 19:16  CRC24a\CRC24a\Debug\vc90.idb

     文件     274432  2012-03-27 19:16  CRC24a\CRC24a\Debug\vc90.pdb

     文件        512  2012-03-25 20:15  CRC24a\CRC24a\main.cpp

     文件       1177  2012-03-20 22:10  CRC24a\CRC24a\ReadMe.txt

     文件        211  2012-03-20 22:10  CRC24a\CRC24a\stdafx.cpp

     文件        233  2012-03-20 22:10  CRC24a\CRC24a\stdafx.h

     文件        498  2012-03-20 22:10  CRC24a\CRC24a\targetver.h

     文件    1985536  2012-03-30 16:27  CRC24a\CRC24a.ncb

     文件        884  2012-03-20 22:10  CRC24a\CRC24a.sln

    ..A..H.     10752  2012-03-30 16:27  CRC24a\CRC24a.suo

     文件      30720  2012-03-27 19:16  CRC24a\Debug\CRC24a.exe

     文件     474336  2012-03-27 19:16  CRC24a\Debug\CRC24a.ilk

     文件     617472  2012-03-27 19:16  CRC24a\Debug\CRC24a.pdb

     文件        488  2012-03-23 16:47  CRC24a\Readme.txt

     目录          0  2012-05-04 15:57  CRC24a\CRC24a\Debug

     目录          0  2012-05-04 15:57  CRC24a\CRC24a

     目录          0  2012-05-04 15:57  CRC24a\Debug

............此处省略4个文件信息

评论

共有 条评论