码迷,mamicode.com
首页 >  
搜索关键字:colors    ( 1060个结果
如何设置eclipse字体
在菜单windows-->prefereces里面,找到General-->Appearance-->Colors and Fonts,然后在右边找到你要修改的字体或背景,点Edit...即可。比如修改Java的字体,就找Java-->Java Editor Text Font
分类:系统相关   时间:2014-07-22 22:49:56    阅读次数:247
Linux下的各种小技巧
启动xwindow界面#startx启动第二个xwindow界面#startx--:1#启动第三个界面使用:2依此类推!查看并断开某个终端#w#skill-9pts/2(这是终端名)tips修改Linux下ls命令显示的文件夹名以及文件名的默认颜色:#修改/etc/DIR_COLORS文件
分类:系统相关   时间:2014-07-21 12:35:35    阅读次数:296
Balloons Colors
题目大意:ACMer总觉得题目难度与气球的颜色有关,比如最简单的题目颜色是红色,而最难的题目是黑色的。为了让这个谣言被打破,决定添加一个约束: 气球从1到N编号 题目从1到N编号 接下来给出 N X Y。表示最简单的题目不能是X号气球,最难的不是Y号气球。 接下来给你1到N号题目的气球编号,请输出:...
分类:其他好文   时间:2014-07-21 00:26:21    阅读次数:181
[Guava学习笔记]Collections: 不可变集合, 新集合类型
不可变集合不接受null值。创建:ImmutableSet.copyOf(set);ImmutableMap.of(“a”, 1, “b”, 2);public static final ImmutableSet GOOGLE_COLORS = ImmutableSet.builder...
分类:其他好文   时间:2014-07-20 22:02:22    阅读次数:249
[LeetCode OJ] Sort Colors
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:其他好文   时间:2014-07-20 21:36:16    阅读次数:186
UVA Graph Coloring
题目如下: Graph Coloring  You are to write a program that tries to find an optimal coloring for agiven graph. Colors are applied to the nodes of the graph and the only availablec...
分类:其他好文   时间:2014-07-19 02:35:06    阅读次数:210
ZOJ 1610 Count the Colors
线段树:延伸标记+暴力更新 记得刚学线段树的时候做这题WA了一版。。。。。现在分分钟搞定。。。。 Count the Colors Time Limit: 2 Seconds      Memory Limit: 65536 KB Painting some colored segments on a line, some previously painted segm...
分类:其他好文   时间:2014-07-18 23:07:26    阅读次数:330
Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers ...
分类:其他好文   时间:2014-07-16 17:18:44    阅读次数:207
CodeForces 444C DZY Loves Colors
题意: 一段区间a一开始是1、2、3、4……n这样的  每次1操作可以将[l,r]覆盖成x  同时得到abs(a[i]-x)的价值  2操作查询[l,r]的价值 思路: 线段树  又是一道加深线段树理解的题 操作2是简单的求和  线段树基本操作  难点在操作1 用cov表示该区间的值(如果为0说明是混合区间)  用val表示该区间的价值和 那么在更新时就不仅仅是找到 tree[...
分类:其他好文   时间:2014-07-16 11:43:00    阅读次数:220
codeforces练习
DZY Loves ColorsTime Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitStatusAppoint description:DescriptionDZY loves colors, and he...
分类:其他好文   时间:2014-07-16 00:35:09    阅读次数:486
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!