个人工具

“UbuntuHelp:Checksum/zh”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
xmodem
链接
第12行: 第12行:
 
AAAAAAAA
 
AAAAAAAA
  
== 链接 ==
+
<nowiki><nowiki>在此插入非格式文本</nowiki>
 +
==
 +
----
 +
大标题文字<math>在此插入数学公式</math> ==
 +
</nowiki>== 链接 ==
 
*[http://freshmeat.net/browse/19/ Freshmeat software repository. Category System Archiving]
 
*[http://freshmeat.net/browse/19/ Freshmeat software repository. Category System Archiving]
*[http://ee.tut.fi/%7Eheikki/foss/ckmd5/ chkmd5, a popular md5 checksum verifier]
+
*[http://ee.tut.fi/%7Eheikki/foss/ckmd5/ ch<math>在此插入数学公式</math>kmd5, a popular md5 checksum verifier]
 
*[http://cfv.sourceforge.net/ cfv, a general checksum creator/checker. This can even verify .torrent files!]
 
*[http://cfv.sourceforge.net/ cfv, a general checksum creator/checker. This can even verify .torrent files!]
 
*[http://winmd5sum.solidblue.ca/ winmd5sum is a free, open source, easy to use md5 checker for Windows]
 
*[http://winmd5sum.solidblue.ca/ winmd5sum is a free, open source, easy to use md5 checker for Windows]
  
 
[[Category:基础知识]]
 
[[Category:基础知识]]

2011年1月4日 (二) 13:26的版本

校验和(checksum)是一种数学算法,用于检验信息是否跟原始拷贝保持一致。


标准用法

历史

由于当前计算机的设计理念是基于二进制思想,因此为了保证数据在计算和传输过程中不发生位错误,几乎在电脑产生的时候这一系统就使用了。如今,它(checksum)依然无处不在,即使你没察觉到;比如,当你传送TCP/IP包来查看本页面时,就使用校验和进行了即时的CRC校验。

xmodem

Xmodem,通行的文件传输协议,使用一字节的校验和。这一 checksum 是这样计算的:将所有 128 个数据字节的 ASCII 值相加,忽略所有(相加所得的和的)溢出部分的数值。checksum 附加在 Xmodem 数据包的最後。这种 checksum 并不总能检测出所有错误。在 Xmodem 协议後续版本中, 它被换成 cyclical redundancy check (CRC),以支持更严格的误差控制。(参见:Dyson,Dictionary of Networking) AAAAAAAA

<nowiki>在此插入非格式文本 ==


大标题文字<math>在此插入数学公式</math> == </nowiki>== 链接 ==