码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
VHDL之Serial-Parallel Multiplier
1 Serial-parallel multiplier Figure 12.1 shows the RTL diagram of a serial-parallel multiplier. One of the inputvectors (a) is applied serially to t.....
分类:其他好文   时间:2015-07-10 02:04:39    阅读次数:713
html5 标签集合
结构标签标记定义一篇文章 标记定义一个页面或一个区域的头部标记定义导航链接标记定义一个区域标记定义页面内容部分的侧边栏标记定义文件中一个区块的相关信息标记定义一组媒体内容以及它们的标题标签定义 figure 元素的标题标记定义一个页面或一个区域的底部标记定义一个对话框(会话框)类似微信多媒体交互标签...
分类:Web程序   时间:2015-07-08 16:14:57    阅读次数:205
python matplotlib绘图
matplotlib:clearing a plot, when to use cla(), clf() or close()?Matplotlib offers three functions:cla() # Clear axis clf() # Clear figure close() # Cl...
分类:编程语言   时间:2015-07-08 14:12:17    阅读次数:123
leetCode(33):Rectangle Area
Find the total area covered by two rectilinear rectangles in a 2D plane. Each rectangle is defined by its bottom left corner and top right corner as shown in the figure. Assume that the tota...
分类:其他好文   时间:2015-07-08 09:33:41    阅读次数:138
HTML5 常用的结构化标签整理
结构化标签优点:1、方便浏览器处理和识别,提升了网页的质量和语义。2、减少了大量无意义的div标签,增强代码的可读性。结构化标签:(header,nav,body,article,section,aside,hgroup,figure,figcaption,footer)定义外部的内容,可以是一篇新...
分类:Web程序   时间:2015-07-07 22:46:25    阅读次数:222
The Triangle
描述 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 (Figure 1) Figure 1 shows a number triangle. Write a program that calculates the highest sum of numbers passed on a route that starts at the top and ends some...
分类:其他好文   时间:2015-07-05 12:26:39    阅读次数:92
三极管工作原理分析
对PN结,在P区,空穴是多子,电子是少子。 在N区,电子是多子,空穴是少子。Figure 1 PN结正偏Figure 2 PN结反偏 PN结正偏时,多数载流子导电,反偏时,少数载流子导电。因少数载流子数量少所以反偏电流小,PN结显示出单相电性。如果想要认为地增加反向漏电流,只要想办法增...
分类:其他好文   时间:2015-07-03 12:16:47    阅读次数:168
分布的拟合和检验
【分布的拟合】把样本的分布函数(也称为“经验分布函数”),与某种理论的分布函数(如正态分布)叠放在一起,进行比较。 例如:score = xlsread('examp02_14.xls','Sheet1','G2:G52'); % 去掉总成绩中的0,即缺考成绩 score = score(score > 0); %样本 figure; % 新建图形窗口 % 绘制经验分布函数图,并返回图形...
分类:其他好文   时间:2015-07-02 17:28:36    阅读次数:161
MeteoInfoLab脚本示例:添加南海脚图
添加南海脚图实际上就是增加一个地图坐标系(Axesm),在用axesm函数创建地图坐标系的时候可以指定position参数(即位置和大小),第1和第2个参数是坐标系的左下角x, y位置,后两个参数是坐标系的宽度和高度,单位都是Figure的归一化坐标(0 - 1)。由于地图坐标系在Figure缩放时...
分类:其他好文   时间:2015-06-30 12:30:19    阅读次数:634
create mystic by Django
See the sumary below figure :We going to talk each step ...more detail
分类:其他好文   时间:2015-06-29 23:44:54    阅读次数:116
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!