有效的 13 位 ISBN 可以将 'x 作为字符之一吗?

发布于 2024-08-17 14:43:55 字数 1459 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

埋葬我深情 2024-08-24 14:43:55

不可以,13位ISBN在计算校验位时使用模10,因此校验位只能是0到9。在任何版本的ISBN中,其他数字也是0到9。有关详细信息,请参阅这篇维基百科文章

No, a 13-digit ISBN uses modulo 10 in calculation of the check digit, so the check digit can be only 0 to 9. Other digits are also 0 to 9 in any versions of ISBN. See this Wikipedia article for details.

抱着落日 2024-08-24 14:43:55

不,它不能 - 维基百科页面解释道:

ISBN-13 校验位的计算从 13 位 ISBN 的前 12 位数字开始(因此不包括校验位本身)。从左到右的每个数字交替乘以 1 或 3,然后将这些乘积以 10 为模求和,得到 0 到 9 范围内的值。从 10 中减去,得到 1 到 10 之间的结果。零(0 ) 替换十 (10),因此,在所有情况下,结果都是单个校验位。

No it can't - the Wikipedia page explains:

The calculation of an ISBN-13 check digit begins with the first 12 digits of the thirteen-digit ISBN (thus excluding the check digit itself). Each digit, from left to right, is alternately multiplied by 1 or 3, then those products are summed modulo 10 to give a value ranging from 0 to 9. Subtracted from 10, that leaves a result from 1 to 10. A zero (0) replaces a ten (10), so, in all cases, a single check digit results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文