为什么 BCL 没有 CRC 类?
为什么 .NET 基类库没有 CRC 类?
Why doesn't the .NET Base Class Libary have CRC classes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
为什么 .NET 基类库没有 CRC 类?
Why doesn't the .NET Base Class Libary have CRC classes?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Eric Lippert 对“为什么功能 X 没有实现”有最好的解释(我认为他对为什么或为什么不使用该语言实现一两件事有所了解)
从这里(不相关的主题但相关的答案): http://web.archive.org/web/20140414043740/http://blogs.msdn.com/b/ ericlippert/archive/2009/06/22/why-doesn-tc-implement-top-level-methods.aspx
Eric Lippert has the best explanation of "Why Feature X is not implemented" (I think he knows a thing or two about why or why not things get implemented in the language)
From here (unreleated topic but relevant answer): http://web.archive.org/web/20140414043740/http://blogs.msdn.com/b/ericlippert/archive/2009/06/22/why-doesn-t-c-implement-top-level-methods.aspx
这些有成熟的算法(与加密相比,CRC 的实现也相对简单),并且有许多开放的实现可供选择。
http://tomkaminski.com/crc32-hashalgorithm-c-net
There are well-established algorithms for these (and CRC are also relatively simple to implement compared to encryption) and many open implementations to choose from.
http://tomkaminski.com/crc32-hashalgorithm-c-net