搜索结果
找到约 29 项符合
CheckSum 的查询结果
按分类筛选
技术资料 CRC16_D8.v
完成ccitt crc的校验。针对hdlc协议控制器编写的crc校验模块。通过了仿真测试-Ccitt crc checksum completed. HDLC protocol controller
嵌入式/单片机编程 /8051单片机TLC1549数据采集程序源代码 //单片机:At89S52 //连接类型:232 |485 接口
/8051单片机TLC1549数据采集程序源代码
//单片机:At89S52
//连接类型:232 |485 接口
//校验方式:checksum
//开发环境:keil C
加密解密 RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algori
RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001
GPS编程 这是一个GPS串口仿真程序
这是一个GPS串口仿真程序,配合蓝牙适配器可做蓝牙GPS仿真,做GIS开发的可能需要,你可输入你要修改的经纬度,改过记得checksum一下,替换掉原来校验位。因为gps数据都必须经过较验。
压缩解压 本实例采用输入参数的方式
本实例采用输入参数的方式,并且演示了如何使用Checksum类来计算和校验文件的“校验和”。在dos窗口中输入:java myZip test 1.txt 2.txt 这条命令把1.txt和2.txt文件压缩到test.zip文件中
汇编语言 Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CM
Program main BIOS image |
| /B - Program Boot Block |
| /N - Program NVRAM |
| /C - Destroy CMOS checksum |
| /E - Program Embedded Controller Block |
| /K - Program all non-critical blocks |
| /Kn - Program n th non-critical block only(n=0-7) |
| /Q - Silent execution |
| /REBOOT - Reboot a ...
技术资料 SHT11温湿度检测
char s_measure(unsigned char *p_value, unsigned char *p_checksum, unsigned char mode){unsigned error=0;unsigned int i;s_transstart(); //启动传输switch(mode) //选择发送命令{case TEMP : error+=s_write_byte(MEASURE_TEMP); break; //测量温度case HUMI : error+=s_write_byte(MEASURE_HUMI); break; //测量湿度 ...
嵌入式Linux void __irq Uart0_TxInt(void) void __irq Uart0_RxIntOrErr(void) void __irq Uart0_TxDmaDone(void)
void __irq Uart0_TxInt(void)
void __irq Uart0_RxIntOrErr(void)
void __irq Uart0_TxDmaDone(void)
void __irq Uart0_R xDmaOrErr(void)
void __irq Uart0_TxFifo(void)
void __irq Uart0_RxFifoOrErr(void)
void __irq Uart0_AfcTx(void)
void __irq Uart0_AfcRxOrErr(void)
void __sub_Uart0_RxInt(void)
vo ...
技术资料 wireshark抓包分析TCP和UDP
1,使用wireshark获取完整的UDP报文打开wireshark,设置监听网卡后,使用google chrome浏览器访问我腾讯微博的i http://p.t.qq.com/welcomeback.php?lv=1#!/ist/qqfriends/5/?pgv_ref-im.perinfo.pe rinfo.icon?ptlang-2052&pgv-ref-im.perinfo.perinfo.icon,抓得的UDP报文如图1所示。分析以上的报文内容,UDP作为一种 ...