上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: #coding = utf-8import cv2 import numpy as np from pylab import *import matplotlib.pyplot as pltimport pdbframe1 =cv2.imread(r"sevp_aoc_rdcp_sldas_ebre 阅读全文
posted @ 2017-02-27 17:38 Littlefish- 阅读(199) 评论(0) 推荐(0) 编辑
摘要: #coding = utf-8import cv2 import numpy as np from pylab import *import matplotlib.pyplot as pltimport pdbframe1 =cv2.imread(r"tes1t.png")# cap = cv2.V 阅读全文
posted @ 2017-02-27 17:37 Littlefish- 阅读(581) 评论(0) 推荐(0) 编辑
摘要: sublime常用快捷键 选择类Ctrl+D 选中光标所占的文本,继续操作则会选中下一个相同的文本。Alt+F3 选中文本按下快捷键,即可一次性选择全部的相同文本进行同时编辑。举个栗子:快速选中并更改所有相同的变量名、函数名等。Ctrl+L 选中整行,继续操作则继续选择下一行,效果和 Shift+↓ 阅读全文
posted @ 2017-02-27 14:38 Littlefish- 阅读(155) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8import urllibimport redef getHtml(url): page = urllib.urlopen(url) html = page.read() return htmldef getImg(html): reg = r'src="(.+?\.jpg 阅读全文
posted @ 2017-02-21 10:38 Littlefish- 阅读(198) 评论(0) 推荐(0) 编辑
摘要: def draw_radar(radarfile,outdir = ""): outdir = outdir print 'outdir=',outdir,type('outdir') s=outdir.split('\\') print s[0],s[1],s[2] a=s[0] b=s[1] c 阅读全文
posted @ 2017-02-17 12:20 Littlefish- 阅读(160) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8import os,logging,ctypesimport win32fileimport win32conimport loggingfrom logging.handlers import TimedRotatingFileHandlerfrom radar_oper 阅读全文
posted @ 2017-02-17 12:13 Littlefish- 阅读(665) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8import os,logging,ctypes,pdbimport subprocessimport timefrom datetime import datetimefrom datetime import timedeltaaMinute=timedelta(minu 阅读全文
posted @ 2017-02-15 10:19 Littlefish- 阅读(222) 评论(0) 推荐(0) 编辑
摘要: import cv2 import numpy as np from pylab import *import matplotlib.pyplot as pltframe1 =cv2.imread(r"C:\Users\Administrator\Desktop\test1.png")# cap = 阅读全文
posted @ 2017-02-06 15:53 Littlefish- 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: 前言 python 这门语言,凭借着其极高的易学易用易读性和丰富的扩展带来的学习友好性和项目友好性,近年来迅速成为了越来越多的人们的首选。然而一旦拿python与传统的编程语言(C/C++)如来比较的话,人们往往会想到效率问题。本文不打算探讨语言之间的比较,然而python实际使用时确实会有能用更底 阅读全文
posted @ 2017-01-03 10:31 Littlefish- 阅读(7994) 评论(0) 推荐(1) 编辑
摘要: 【C语言】21-结构体 本文目录 一、什么是结构体 二、结构体的定义 三、结构体变量的定义 四、结构体的注意点 五、结构体的初始化 六、结构体的使用 七、结构体数组 八、结构体作为函数参数 九、指向结构体的指针 说明:这个C语言专题,是学习iOS开发的前奏。也为了让有面向对象语言开发经验的程序员,能 阅读全文
posted @ 2016-12-29 13:46 Littlefish- 阅读(241) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页
Document