cocos2d-x 文件MD5校验

来源:未知 责任编辑:责任编辑 发表时间:2013-11-15 19:49 点击:
对应的java代码在 p> 

p> 

p> 

p>[cpp]  

p>//  

p>//  MD5ChecksumDefines.h  

p>  

p>//  

p>  

p>#ifndef __MD5ChecksumDefines__  

p>#define __MD5ChecksumDefines__  

p>#include "cocos2d.h"  

p>USING_NS_CC;  

p>//Magic initialization constants  

p>#define MD5_INIT_STATE_0 0x67452301  

p>#define MD5_INIT_STATE_1 0xefcdab89  

p>#define MD5_INIT_STATE_2 0x98badcfe  

p>#define MD5_INIT_STATE_3 0x10325476  

p>  

p>//Constants for Transform routine.  

p>#define MD5_S11  7  

p>#define MD5_S12 12  

p>#define MD5_S13 17  

p>#define MD5_S14 22  

p>#define MD5_S21  5  

p>#define MD5_S22  9  

p>#define MD5_S23 14  

p>#define MD5_S24 20  

p>#define MD5_S31  4  

p>#define MD5_S32 11  

p>#define MD5_S33 16  

p>#define MD5_S34 23  

p>#define MD5_S41  6  

p>#define MD5_S42 10  

p>#define MD5_S43 15  

p>#define MD5_S44 21  

p>  

p>//Transformation Constants - Round 1  

p>#define MD5_T01  0xd76aa478 //Transformation Constant 1  

p>#define MD5_T02  0xe8c7b756 //Transformation Constant 2  

p>#define MD5_T03  0x242070db //Transformation Constant 3  

p>#define MD5_T04  0xc1bdceee //Transformation Constant 4  

p>#define MD5_T05  0xf57c0faf //Transformation Constant 5  

p>#define MD5_T06  0x4787c62a //Transformation Constant 6  

p>#define MD5_T07  0xa8304613 //Transformation Constant 7  

p>#define MD5_T08  0xfd469501 //Transformation Constant 8  

p>#define MD5_T09  0x698098d8 //Transformation Constant 9  

p>#define MD5_T10  0x8b44f7af //Transformation Constant 10  

p>#define MD5_T11  0xffff5bb1 //Transformation Constant 11  

p>#define MD5_T12  0x895cd7be //Transformation Constant 12  

p>#define MD5_T13  0x6b901122 //Transformation Constant 13  

p>#define MD5_T14  0xfd987193 //Transformation Constant 14  

p>#define MD5_T15  0xa679438e //Transformation Constant 15  

p>#define MD5_T16  0x49b40821 //Transformation Constant 16  

p>  

p>//Transformation Constants - Round 2  

p>#define MD5_T17  0xf61e2562 //Transformation Constant 17  

p>#define MD5_T18  0xc040b340 //Transformation Constant 18  

p>#define MD5_T19  0x265e5a51 //Transformation Constant 19  

p>#define MD5_T20  0xe9b6c7aa //Transformation Constant 20  

p>#define MD5_T21  0xd62f105d //Transformation Constant 21  

p>#define MD5_T22  0x02441453 //Transformation Constant 22  

p>#define MD5_T23  0xd8a1e681 //Transformation Constant 23  

p>#define MD5_T24  0xe7d3fbc8 //Transformation Constant 24  
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
用户名: 验证码:点击我更换图片
最新评论 更多>>

推荐热点

  • cocos2d-x学习笔记(19)--label 、label atlas
  • cocos2d-x学习笔记(23)--地图的使用3--CCTMXLayer
  • Cocos2d-x学习(一):HelloWorld
  • cocos2dx在xcode下开发,编译到android上(2)
  • cocos2d 设置屏幕默认方向
  • Cocos2d-x 2.0 之 Actions “三板斧” 之一
  • cocos2d-x学习笔记(22)--地图的使用2(TMX) --Z-Order、AnchorPoi
  • cocos2d-x学习笔记(18)--游戏打包(windows平台)
  • cocos2d-x学习笔记(16)--spritesheet(精灵表单)
网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
Copyright © 2008-2015 计算机技术学习交流网. 版权所有

豫ICP备11007008号-1