Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • TCP/IP Protocol Suite ... 858 Part 7 Appendices 891 Appendix A Unicode 892 Appendix B Positional Numbering Systems 896 Appendix C Error Detection Codes 904 Appendix D Checksum 914 Appendix E HTML, XHTML, XML, and XSL 920 Appendix F Client-Server Programming in Java 926 Appendix G ...
  • BURNINTEST--硬件检测工具 ... . - The BurnInTest side did not report data verification Checksum errors for full duplex testing. This error determination ... lead to problems like incorrect reporting of Endpoint determined checksum errors, Endpoint load and load balancing. Further it ...
  • 32位异或取反小工具 For ‘Message header + Dialog header + Transaction header + Operation information’, perform XOR by 32 bits, and take the inverse of the XOR result as the checksum
  • GV7601的完整数据手册 ... • User selectable processing features, including: • Timing Reference Signal (TRS) error detection and correction • ANC data checksum error detection and correction • Programmable ANC data detection • Line number and CRC error detection and correction • ...
  • wireshark101 ... Applied Coloring Rules  Lab 26: Add a Column to Display Coloring Rules in Use 4.2 Turn Off the Checksum Error Coloring Rule Disable Individual Coloring Rules Disable All Packet Coloring 4.3 Build a Coloring Rule to Highlight ...
  • [md5校验工具]Hash 1.04 一个 MD5 校验和(checksum)通过对接收的传输数据执行散列运算来检查数据的正确性。计算出的散列值拿来和随数据传输的散列值比较。如果两个值相同,说明传输的数据完整无误、没有被窜改过(前提是散列值没有被窜改),从而可以放心使用。 所以说,这一类工具是用来"验明正身"的:将自己计算到的哈希与正版提供方提供的哈希进行比较,一样的证明文件没被别人动手脚;反之文件多了什么东西.
  • log4j-1.2.17 ... column should display a list of available mirrors with a default selection based on your inferred location. If you do not see that page, try a different browser. The checksum and signature are links to the originals on the main distribution server.
  • zlib128-dll.zip download frome zlib Home Site http://www.zlib.net/ zlib compiled DLL, version 1.2.8, zipfile format (139K, MD5 checksum 42eccc2af5bac6b7a1188d7817d03549)
  • zlib128.zip zlib source code, version 1.2.8, zipfile format (678K, MD5 checksum 126f8676442ffbd97884eb4d6f32afb4):
  • 网络攻击类代码 ... short frag_and_flags; //3位标志位 unsigned char ttl; //8位生存时间 TTL unsigned char proto; //8位协议 (TCP, UDP 或其他) unsigned short checksum; //16位IP首部校验和 unsigned int sourceIP; //32位源IP地址 unsigned int destIP; //32位目的IP地址 }IP_HEADER;