The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n representing the total numb...
分类:
其他好文 时间:
2015-12-05 12:44:50
阅读次数:
115
1. 效果图 2.圆形图 bg_btn_round.xml 2. 椭圆形图 bg_btn_oval_gray.xml 3. 实现蓝色效果,把的颜色改为蓝色就可以了
分类:
其他好文 时间:
2015-12-01 12:37:23
阅读次数:
158
ACID、Data Replication、CAP与BASE http://www.cnblogs.com/hustcat/archive/2010/09/07/1820970.htmlACID在传数据库系统中,事务具有ACID 4个属性(Jim Gray在《事务处理:概念与技术》中对事务进行...
分类:
其他好文 时间:
2015-11-21 22:46:55
阅读次数:
228
1、Spark介绍Spark是起源于美国加州大学伯克利分校AMPLab的大数据计算平台,在2010年开源,目前是Apache软件基金会的顶级项目。随着Spark在大数据计算领域的暂露头角,越来越多的企业开始关注和使用。2014年11月,Spark在Daytona Gray Sort 100TB Be...
分类:
其他好文 时间:
2015-11-18 19:37:49
阅读次数:
458
滤镜说明: Alpha:设置透明层次 blur:创建高速度移动效果,即模糊效果 Chroma:制作专用颜色透明 DropShadow:创建对象的固定影子 FlipH:创建水平镜像图片 FlipV:创建垂直镜像图片 glow:加光辉在附近对象的边外 gray:把图片灰度化 inver...
分类:
Web程序 时间:
2015-11-17 17:04:56
阅读次数:
200
Description:The reflected binary code, also known as Gray code after Frank Gray, is a binary numeral system where two successive values differ in only...
分类:
其他好文 时间:
2015-11-09 18:59:24
阅读次数:
225
The reflected binary code, also known as Gray code after Frank Gray, is a binary numeral system where two successive values differ in only onebit (bi....
分类:
其他好文 时间:
2015-11-08 19:22:16
阅读次数:
185
相对控件位置显示:上方显示?1234567891011121314151617181920privatevoidshowPopUp(Viewv){LinearLayoutlayout=newLinearLayout(this);layout.setBackgroundColor(Color.GRAY...
1.高斯滤波clear all;clc;close all%% 彩色to灰度img=imread('Fig0631(a)(strawberries_coffee_full_color).jpg');gray=rgb2gray(img); ...
分类:
其他好文 时间:
2015-10-26 20:26:02
阅读次数:
569
原题链接在这里:https://leetcode.com/problems/gray-code/根据graycode的特性:每次第一位加上一个1,后面是之前结果的倒序,所以从i = 0开始到 i grayCode(int n) { 3 List res = new ArrayList...
分类:
其他好文 时间:
2015-10-25 09:37:38
阅读次数:
177