码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
Cube painting UVA 253
说说:一看到给立方体染色,开始还有点小害怕。毕竟高中数学里染色问题从来都不会简单。这道题的意思就是给立方体的六个面染色,然后判断两个染了色的立方体是否一样。其实仔细一想,立方体无非三对面,若开始确定两对面。如下面图Figure 1所示:假设1,2,6,5这四个面先确定(这只有唯一一种情况)之后,再放3,4,的时候无非两种情况。但这两种情况是不一样的,这也许就是题目所说的reflection。开始的...
分类:其他好文   时间:2014-08-06 23:11:42    阅读次数:346
POJ2309 BST
Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repe...
分类:其他好文   时间:2014-08-03 12:49:15    阅读次数:229
使用matplotlib在python中画图
一、安装此处以Ubuntu12.04为例:$ sudo apt-get install ipython python-matplotlib python-numpy二、简单实例>>> plt.figure(1) # 创建图表1>>> plt....
分类:编程语言   时间:2014-08-01 19:33:32    阅读次数:355
global.css
@charset "utf-8"; /* 2014.7.29 By ILoveXiaoming */article,aside,audio,bdi,canvas,command,datalist,details,figcaption,figure,footer,header,hgroup,keyge...
分类:Web程序   时间:2014-07-29 20:36:22    阅读次数:738
MySQL高可用方案一(MHA)
http://www.mysqlsystems.com/2012/03/figure-out-process-of-autofailover-on-mha.htmlhttp://jackyrong.iteye.com/blog/1141863
分类:数据库   时间:2014-07-22 22:55:36    阅读次数:215
s3c6410_时钟初始化
参考:1)《USER'S MANUAL-S3C6410X》第三章 SYSTEM CONTROLLER2)u-boot/board/samsumg/smdk6410/lowlevel_init.S1. PLL与CLK的关系:详细关系图见用户手册122页Figure 3-2 The block diag...
分类:其他好文   时间:2014-07-22 08:01:37    阅读次数:244
时间不够了,先保存一下
polyomino is a plane geometric figure formed by joining one or more equal squares edge to edge.- WikipediaGiven a large polyomino and a small polyomin...
分类:其他好文   时间:2014-07-19 17:09:30    阅读次数:269
B_Dp
/* B - 简单dp 例题 Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Submit Status Description 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 (Figure 1) Figure 1 shows a nu...
分类:其他好文   时间:2014-07-18 22:23:40    阅读次数:226
LeetCode "Reorder List"
Not very hard to figure out the solution: splitting the list into 2 halves; reverse the 2nd half and interleave the two halves.But it takes some time ...
分类:其他好文   时间:2014-07-18 14:35:09    阅读次数:214
HTML5每日一练之figure新标签的应用
igure元素是一种元素的组合,可带有标题(可选)。figure标签用来表示网页上一块独立的内容,将其从网页上移除后不会对网页上的其他内容产生影响。figure所表示的内容可以是图片、统计图或代码示例。figure用友一个子标签——figcaption标签。注意:一个figure元素内最多只允许放置...
分类:Web程序   时间:2014-07-18 10:35:46    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!