为大家贴贴最基本的地图加载:一. API 根据Dom树上节点的 ID 确定 Map 的显示位置;二. setBasemap 方法可得到一些ArcGIS制作好的底图,例如:"streets" , "satellite" , "hybrid", "topo", "gray", "oceans", "na...
分类:
编程语言 时间:
2014-07-28 23:52:34
阅读次数:
383
本页提供了被大多数浏览器支持的颜色名。提示:W3C 的 HTML 4.0 标准仅支持 16 种颜色名,它们是:aqua、black、blue、fuchsia、gray、green、lime、maroon、navy、olive、purple、red、silver、teal、white、yellow。如...
分类:
Web程序 时间:
2014-07-24 17:24:26
阅读次数:
472
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...
分类:
其他好文 时间:
2014-07-24 00:53:27
阅读次数:
198
数据库奠基人Jim Gray:“磁带已经死了,磁盘已经落伍,闪存成为存储,内存才是王道”。“不管磁盘是否消融,闪存都是将来的一个趋势。”石油一直直接影响着世累经济的发展速度和发展水平,现在,信息将发挥同样的作用。《经济学人》表示:“数据和信息日益成为商业的新能源,是一种与资本、劳动力并列的新经济元素...
分类:
其他好文 时间:
2014-07-22 22:36:32
阅读次数:
318
.div1{ width:100px; height:50px; background-color:Gray; opacity: 0.5; border:1px solid red; box-shadow:0 0 50px inset; border-radius:10px; margin:100px auto}
function gaibian() {
...
分类:
编程语言 时间:
2014-07-19 08:27:20
阅读次数:
214
页提供了被大多数浏览器支持的颜色名。提示:仅有 16 种颜色名被 W3C 的 HTML 4.0 标准支持,它们是:aqua、black、blue、fuchsia、gray、green、lime、maroon、navy、olive、purple、red、silver、teal、white、yellow...
分类:
Web程序 时间:
2014-07-17 22:20:12
阅读次数:
545
在计算机领域中,灰度(Gray scale)数字图像是每个像素只有一个采样颜色的图像。这类图像通常显示为从最暗黑色到最亮的白色的灰度,尽管理论上这个采样可以任何颜色的不同深浅,甚至可以是不同亮度上的不同颜色。灰度图像与黑白图像不同,在计算机图像领域中黑白图像只有黑白两种颜色,灰度图像在黑色与白色之间还有许多级的颜色深度。用于显示的灰度图像通常用每个采样像素8 bits的非线性尺度来保存,这样可以有...
分类:
编程语言 时间:
2014-07-15 13:15:02
阅读次数:
337
一 图像分割之阈值分割: 请参见halcon例程:gray_histo.hdev 此例程中主要用到两个算了: 1.gray_histo(Regions,Image:::AbsoluteHisto,RelativeHisto) 作用:获得图像的某一指定区域内的灰度分布,将数据写入到参数Abs...
分类:
其他好文 时间:
2014-07-07 08:45:54
阅读次数:
235
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...
分类:
其他好文 时间:
2014-07-04 07:35:58
阅读次数:
215