会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Xiao|Deng
管理
2016年8月6日
txt文件匹配脚本
摘要: # -*- coding:utf-8 -*- import time start = time.clock() data=open("Data.txt","r") PipeiData=open("PipeiData.txt","r") #目标文件,所有匹配数据产出在该文件中 result=open("result.txt","w") dict={} for k in data: ...
阅读全文
posted @ 2016-08-06 13:32 Xiao|Deng
阅读(637)
评论(0)
推荐(0)
编辑