摘要: # coding:utf-8import time, serialfrom struct import *import binasciifile = open('E:\\1.bin', 'rb')i = 0while 1: c = file.read(1) # 将字节转换成16进制; ssss = 阅读全文
posted @ 2016-04-08 18:07 xiaojiayu 阅读(4607) 评论(0) 推荐(0) 编辑
摘要: 测试用的python源码 [python] view plain copy ''''' Created on 2014年8月21日 @author: lenovo ''' import binascii import struct def example(express, result=None): 阅读全文
posted @ 2016-04-08 17:58 xiaojiayu 阅读(502) 评论(0) 推荐(0) 编辑