Red and Black
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 8911 Accepted Submission(s): 5535
Problem Description
There is a rec...
分类:
其他好文 时间:
2014-07-08 17:01:00
阅读次数:
178
Red and Black
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 8909 Accepted Submission(s): 5533
Problem Description
There is a r...
分类:
其他好文 时间:
2014-07-08 16:58:22
阅读次数:
207
Hat's Fibonacci
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 6925 Accepted Submission(s): 2279
Problem Description
A Fibonacc...
分类:
其他好文 时间:
2014-07-08 14:00:45
阅读次数:
215
/**************枚举*****************///public enum Colors{//Red,Yellow,Blue,Black,White//}//public static void main(String[] args) {//Colors c = Colors....
分类:
其他好文 时间:
2014-07-06 17:01:16
阅读次数:
204
1、查看机器型号 [root@local ~]# dmidecode | grep "Product Name" Product Name: VMware Virtual Platform Product Name: 440BX Desktop Reference Platform2、查询Linux...
分类:
系统相关 时间:
2014-07-02 20:12:21
阅读次数:
310
[root@node4~]#cat/etc/sysconfig/network-scripts/ifcfg-bond0DEVICE=bond0ONBOOT=yesBOOTPROTO=staticIPADDR=10.240.217.104NETMASK=255.255.255.0GATEWAY=10.240.217.1USERCTL=noBONDING_OPTS="mode=0miimon=100"[root@node4~]#cat/etc/sysconfig/network-scripts/ifcfg-eth..
分类:
其他好文 时间:
2014-07-02 11:52:05
阅读次数:
194
#box{color:red;/*所有浏览器都支持*/color:red!important;/*Firefox、IE7支持*/_color:red;/*IE6支持*/*color:red;/*IE6、IE7支持*/*+color:red;/*IE7支持*/color:red\9;/*IE6、IE7、IE8支持*/color:red\0;/*IE8支持*/}
分类:
Web程序 时间:
2014-07-02 10:58:18
阅读次数:
164
Linux6.264位安装oracle11g目录一、安装环境...1二、系统要求...1三、安装准备...1四、软件环境配置...21、oracle必备的开发工具...22、修改操作系统核心参数...33、创建oracle用户及组...4五、安装过程...4六、数据库建库...15七、安装监听...23一、安装环境Linux服务器:RedH..
分类:
数据库 时间:
2014-07-02 06:50:03
阅读次数:
331
算法的原理在:
点击打开链接
原理大概意思是:将R,G,B各分量信息 颜色信息划分为 N 区间。
例如下图:4X4X4 的区间
red
0-63
64-127
128-191
192-255
blue
0-63
43
78
18
0
64-127
45
67
33
2
128-191
1...
分类:
其他好文 时间:
2014-07-01 08:42:47
阅读次数:
181
直接上代码
/*
* bst.h
*
* Created on: Jun 20, 2014
* Author: buyuanyuan
*/
#ifndef BST_H_
#define BST_H_
#include
#include
typedef enum Color {
RED = 0,
BLACK = 1
} Color;
typede...
分类:
其他好文 时间:
2014-07-01 06:11:04
阅读次数:
224