码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
POJ 2309 BST(二叉搜索树)
BSTTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 8657Accepted: 5277DescriptionConsider an infinite full binary search tree (see the figure ...
分类:其他好文   时间:2014-10-30 09:27:09    阅读次数:237
The Triangle
The Triangle 时间限制:1000 ms  |  内存限制:65535 KB 难度:4 描述 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 ...
分类:其他好文   时间:2014-10-29 21:37:14    阅读次数:213
灯光设置(light)
clc;clear all;close all;%% 台灯的设置figure('color','k')% 底座fill3([0 1 1 0],[0 0 1 1],[0 0 0 0],'b',... [1 1 1 1],[0 0 1 1],[0 0.5 0.5 0],'b',... ...
分类:其他好文   时间:2014-10-28 00:20:14    阅读次数:175
[leetcode] Search in Rotated Sorted Array @ Python [Figure][自配插图说明]
Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7might become4 5 6 7 0 1 2).You are given a target value t...
分类:编程语言   时间:2014-10-23 01:14:53    阅读次数:312
POJ 1330 Nearest Common Ancestors(Tarjan离线LCA)
Description A rooted tree is a well-known data structure in computer science and engineering. An example is shown below:    In the figure, each node is labeled with an integer from {1, 2,...,16...
分类:其他好文   时间:2014-10-22 01:09:09    阅读次数:199
Add hatch to bar plot
1 function applyhatch(h,patterns,colorlist) 2 %APPLYHATCH Apply hatched patterns to a figure 3 % APPLYHATCH(H,PATTERNS) creates a new figure from...
分类:其他好文   时间:2014-10-17 21:54:57    阅读次数:270
Scala中的集合:Iterator、BitSet、Set、Map、Stack、Vector、List、Array
?? 5.   util包 5.1.     架构 http://www.scala-lang.org/docu/files/collections-api/collections.html The following figure shows all collections in package scala.collection. These are all high-l...
分类:其他好文   时间:2014-10-16 16:35:53    阅读次数:248
图文混排测试
Figure 8: 拱桥
分类:其他好文   时间:2014-10-04 03:07:45    阅读次数:185
package text/html
1. I want figure out what happens underline of package text/template./** * PrintPerson */package mainimport ( "fmt" "html/template" "os")type...
分类:Web程序   时间:2014-09-27 01:56:49    阅读次数:179
HDU 4417 Super Mario(离线线段树or树状数组)
Problem Description Mario is world-famous plumber. His “burly” figure and amazing jumping ability reminded in our memory. Now the poor princess is in trouble again and Mario needs to save his lover...
分类:其他好文   时间:2014-09-26 22:30:09    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!