码迷,mamicode.com
首页 >  
搜索关键字:gray    ( 1068个结果
oil spill areas mark
clear all; datasub=imread('c:\Users\Administrator\Desktop\dark_spots.png'); [row,col] = size(datasub); flag = zeros(row,col); flag=datasub; figure,imagesc(imadjust(flag)),colormap(gray),title('SA...
分类:其他好文   时间:2014-11-11 22:46:22    阅读次数:195
巧妙地添加GridView的 网格线
ListView 中设置分隔线的加如下参数即可: android:divider="@color/gray" android:dividerHeight="1dp" GridView网格布局,默认情况下是没有网格线的 查找网上资料,找到了一种为GridView添加网格线的小技巧 实际...
分类:其他好文   时间:2014-11-11 19:24:56    阅读次数:223
灰度共生矩阵
转自:http://blog.csdn.net/weiyuweizhi/article/details/5724050灰度共生矩阵是像素距离和角度的矩阵函数,它通过计算图像中一定距离和一定方向的两点灰度之间的相关性,来反映图像在方向、间隔、变化幅度及快慢上的综合信息。使用方法:glcm = gray...
分类:其他好文   时间:2014-11-10 21:17:06    阅读次数:222
Unity2D Sprite灰白图(Unity3D开发之十一)
猴子原创,欢迎转载。转载请注明: 转载自Cocos2D开发网–Cocos2Dev.com,谢谢!原文地址: http://www.cocos2dev.com/?p=596昨晚看到群里问到2DSprite怎么变成灰白图,晚上看了下,修改shader是最方便的。下面是Sprites-Gray.shader的实现,请放入自己工程:Shader "Sprites/Gray" { Properties {...
分类:编程语言   时间:2014-11-10 15:34:43    阅读次数:341
如何让整个网站变成灰色
在编辑网页代码或css文件中加入以下代码<style>body{filter:Gray;}</style>即可立刻让整个网站变成灰色
分类:Web程序   时间:2014-11-04 19:53:21    阅读次数:169
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 numb...
分类:其他好文   时间:2014-11-04 18:48:23    阅读次数:187
LeetCode:GrayCode
题目描述: 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 s...
分类:其他好文   时间:2014-11-04 11:09:10    阅读次数:135
摇一摇
var x, y, z, lastX, lastY, lastZvar color = ['red', 'blue', 'green', 'yellow', 'gray']var speed = 25var enabled = truex = y = z = lastX = lastY = last...
分类:其他好文   时间:2014-10-29 19:11:16    阅读次数:232
[转]IC行业的牛人
转载的:说来惭愧,我所了解的牛人也只是大学教授,工业界的高手了解的还太少,虽然我对教育界的牛人了解的也不多,但这里也要牢骚几句,论坛上的人好像只是认识Gray,Razavi,Allen,Lee,要不是THU用Sansen的书估计大家还不知道有sansen这号人吧,其实不要只盯着Berkley,Sta...
分类:其他好文   时间:2014-10-28 21:15:25    阅读次数:207
[LeetCode] Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number...
分类:其他好文   时间:2014-10-27 20:59:08    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!