码迷,mamicode.com
首页 >  
搜索关键字:gray    ( 1068个结果
js圆形圆圈进度条(正在加载中......)
引入js:cvi_busy_lib.js (下载地址:http://download.csdn.net/detail/xlb744868186/8388465) js代码: $.ajax({ beforeSend:function(){ var xval=getBusyOverlay('viewport',{color:'gray', opacity:0.75, text:'vie...
分类:Web程序   时间:2015-01-23 09:33:56    阅读次数:472
【leetcode】Gray Code
Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the tot...
分类:其他好文   时间:2015-01-19 23:27:51    阅读次数:244
图像处理与计算机视觉:图像处理与分析
1. Bilateral FilterBilateral Filter俗称双边滤波器是一种简单实用的具有保持边缘作用的平缓滤波器,由Tomasi等在1998年提出。它现在已经发挥着重大作用,尤其是在HDR领域。[1998 ICCV] BilateralFiltering for Gray and C...
分类:其他好文   时间:2015-01-19 00:13:12    阅读次数:352
[LeetCode#89]Gray Code
The problem:The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the ...
分类:其他好文   时间:2015-01-17 06:19:58    阅读次数:177
LeetCode--Gray Code
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 number of bits in the code, print the sequence of ...
分类:其他好文   时间:2015-01-13 17:45:19    阅读次数:140
[C++]LeetCode: 86 Gray Code (格雷码)
题目: 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 number of bits in the code, print the seque...
分类:编程语言   时间:2015-01-11 12:27:43    阅读次数:282
Gray Code(格雷码)
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-01-06 19:55:57    阅读次数:159
[LeetCode]89 Gray Code
https://oj.leetcode.com/problems/gray-code/publicclassSolution{ publicList<Integer>grayCode(intn) { //规律: //n=0: //0 // //n=1: //0 //1 // //n=2: //00 //01 //11 //10 // //n=3 //000 //001 //011 //010 //110 //111 //101 //100 // //设n-1结果集为s //正序..
分类:其他好文   时间:2015-01-05 07:12:52    阅读次数:150
FineUI第三天
这张我们讲讲整个站点Web.config配置文件的配置Theme: 控件主题,目前支持三种主题风格(blue/gray/access,默认值:blue)Language: 控件语言(en/zh_CN/zh_TW/...,默认值:zh_CN)FormMessageTarget: 表单字段错误提示信息的...
分类:其他好文   时间:2015-01-04 18:34:15    阅读次数:208
Spark 与 Hadoop 关于 TeraGen/TeraSort 的对比实验(包含源代码)
自从 Hadoop 问世以来,MapReduce 在很长时间内都是排序基准测试的纪录保持者,但这一垄断在最近被基于内存计算的 Spark 打破了。在今年Databricks与AWS一起完成的一个Daytona Gray类别的Sort Benchmark中,Spark 完胜 Hadoop MapReduce:“1/10计算资源,1/3耗时”。这是个很有意思的对比实验,因此笔者也在一个小规模集群上做了一个微缩版的类似试验。...
分类:其他好文   时间:2015-01-03 22:30:20    阅读次数:286
1068条   上一页 1 ... 95 96 97 98 99 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!