一、图像通道1、彩色图像转灰度图from PIL import Imageimport matplotlib.pyplot as pltimg=Image.open('d:/ex.jpg')gray=img.convert('L')plt.figure("beauty")plt.imshow(gra...
分类:
编程语言 时间:
2016-01-03 15:00:20
阅读次数:
411
一、HTML5 改良的 input 元素的种类1.var n1 = document.getElementById("num1").valueAsNumber;七、HTML5 增强的页面元素1.figure、figcaption 标签规定独立的流内容(图像、图表、照片、代码等等)。figure 元素...
分类:
Web程序 时间:
2015-12-29 00:49:20
阅读次数:
313
新增结构元素 1.section 2.article 3.aside 4.header 5.hgroup 6.footer 7.nav 8.figure新增的其它元素 1.video 2.audio 3.embed 4.mark 5.progress 6.meter 7...
分类:
Web程序 时间:
2015-12-26 23:25:19
阅读次数:
227
Time Limit:1000MSMemory Limit:10000KTotal Submissions:42232Accepted:25527Description73 88 1 02 7 4 44 5 2 6 5(Figure 1)Figure 1 sh...
分类:
其他好文 时间:
2015-12-24 09:16:03
阅读次数:
212
标签:定义嵌入的内容embed属性:1.src:嵌入内容地址2.type:类型参阅http://www.iana.org/assignments/media-types/media-types.xhtml3.width4.height 标签:可将表单内的相关元素分组, 标签为 fieldset 元....
分类:
Web程序 时间:
2015-12-22 09:01:19
阅读次数:
157
1. 新的Doctype尽管使用,即使浏览器不懂这句话也会按照标准模式去渲染2. Figure元素用和来语义化地表示带标题的图片This is an image of something interesting.3. 重新定义的 已经被重新定义了,现在被用来表示小的排版,如网站底部的版权声明4. 去...
分类:
Web程序 时间:
2015-12-20 17:28:30
阅读次数:
215
embed 标签定义嵌入的内容,比如插件。 HTML5: embed src="horse.wav" HTML4: object data="flash.swf" type="application/x-shockwave-flash" objectfigcaption 标签定义 figure 元素...
分类:
Web程序 时间:
2015-12-20 17:11:47
阅读次数:
111
* { margin: 0; padding: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } html...
分类:
移动开发 时间:
2015-12-18 18:28:38
阅读次数:
194
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,button,input,select,textarea{font:12px/1.5 tahoma,ari...
分类:
Web程序 时间:
2015-12-17 18:52:16
阅读次数:
156
http://blog.sina.com.cn/s/blog_59cf672601015qmm.html目录:1.使图形窗口的默认text解释器为latex2.图形窗口最大化3.双坐标4.计时5.局部放大子图6.Figure缩放字体7.legend的Marker,line的属性操作(多legend,...
分类:
其他好文 时间:
2015-12-12 20:09:20
阅读次数:
316