文件名称:校验码
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 227kb
- 下载次数:
- 0次
- 提 供 者:
- 明*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
校验码算法,可运行,加说明,例如:代码690123456789X1(共13位)校验码的计算 步骤 举例说明 1、自右向左编号 位置序号 13 12 11 10 9 8 7 6 5 4 3 2 1 代 码 6 9 0 1 2 3 4 5 6 7 8 9 X1 2、从序号2开始求出偶数 9+7+5+3+1+9=34 位上数字之和(1) 3、(1)*3=(2) 34*3=102 4、从序号3开始求出奇数 8+6+4+2+0+6=34 位上数字之和(3) 5、(2)+(3)=(4) 102+34=128 6、用大于或等于结果(4) 且为10最小整数倍的数 130-128=2 减去(4),其差即为所 校验码X1=2-690123456789X113 1 3 12 11 10 9 8 7 6 5 4 3 2 1 6 9 0 1 2 3 4 5 6 7 8 9 2 X1, from the number two even get started 9 7 5 3 1 9 = 34 on the figures and (1), 3 (1)* 3 = (2) 34 3 = 102* 4, from the opening number 3 before sought odd 8 6 4 2 0 6 = 34 on the figures, and (3), 5 (2) (3) = (4) 102 34 = 128 6, with greater than or equal to the results (4) and as a 10 multiples of the minimum number 130-128 = 2 minus (4), the difference represents correcting code X1 = 2
相关搜索: 校验码
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Cpp1.cpp
Cpp1.dsp
Cpp1.dsw
Cpp1.ncb
Cpp1.opt
Cpp1.plg
Debug
.....\Cpp1.exe
.....\Cpp1.ilk
.....\Cpp1.obj
.....\Cpp1.pch
.....\Cpp1.pdb
.....\vc60.idb
.....\vc60.pdb
Cpp1.dsp
Cpp1.dsw
Cpp1.ncb
Cpp1.opt
Cpp1.plg
Debug
.....\Cpp1.exe
.....\Cpp1.ilk
.....\Cpp1.obj
.....\Cpp1.pch
.....\Cpp1.pdb
.....\vc60.idb
.....\vc60.pdb