码迷,mamicode.com
首页 >  
搜索关键字:arcgis runtime    ( 7941个结果
LeetCode: Single Number
Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime comple...
分类:其他好文   时间:2014-05-23 07:22:48    阅读次数:241
windows store app 读写图片
1 using System; 2 using System.Threading.Tasks; 3 using System.Runtime.InteropServices.WindowsRuntime; 4 using Windows.Graphics.Imaging; 5 using...
分类:移动开发   时间:2014-05-23 06:35:37    阅读次数:295
利用runTime,实现以模型为主的字典转模型(注意与KVC的区别)
将字典转化为模型,面向模型开发,是在开发中最为常用的功能。利用KVC可以将字典转换为模型,但是前提有三个约束,一个是必须保证模型的属性个数大于等于字典个数,二是属性名称与字典的key必须相同,三是对于模型中的基本数据类型无法转换。 其中第一条与第三条,是其最大的弊端。例如,如果从服务器获取的数...
分类:其他好文   时间:2014-05-23 04:45:10    阅读次数:219
DEM精度评价自动化系统的成果展示
程序员:左正康完成时间:2013/12/3系统开发背景:原始的DEM精度评价方法:采用ArcGIS结合Excel的方式完成DEM的精度评价。具体操作是:利用ArcGIS工具箱中的创建TIN,TIN转DEM,坡度分析等工具将等高线的坡度图生成,然后在坡度图上选择坡度大的地方人工矢量28个检查点,然后再...
分类:其他好文   时间:2014-05-23 03:46:46    阅读次数:312
ArcGIS Server建立缓存(切图)原理解析[图解] (转载)
GoogleMap ,VirtualEarth ,YahooMap 等,目前所有的WebGIS都使用了缓存机制 以提高地图访问速度。原理都是将地图设定为多个比例尺,对于每个比例尺提前将地图分成若干小图片,存在服务器上,客户端访问时直接获取需要的小图片拼接成地图,而不是由服务器动态创建出一幅图片来送到...
分类:其他好文   时间:2014-05-22 04:22:10    阅读次数:232
C#:向SqlServer数据库中插入imange类型
using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;namespace Common{ public cla...
分类:数据库   时间:2014-05-21 20:41:53    阅读次数:333
C# 实现快速闪电关机、快速重启
using System;using System.Runtime.InteropServices;namespace FastReboot{ static class Program { private delegate uint ZwShutdownSystem(int...
分类:其他好文   时间:2014-05-21 17:18:09    阅读次数:391
Arcgis andoid开发之应用百度地图接口实现精准定位与显示
Arcgis andoid开发之应用百度地图接口实现精准定位与显示...
分类:其他好文   时间:2014-05-21 11:25:50    阅读次数:386
C#控制鼠标代码实例
1获得当前屏幕中鼠标的位置 int i = MousePosition.X; int j = MousePosition.Y; 这是control类中的方法。 2移动鼠标 首先引入dll  [System.Runtime.InteropServices.DllImport("user32")]         private st...
分类:其他好文   时间:2014-05-21 07:28:51    阅读次数:229
nutch2.1抓取中文网站
对nutch添加中文网站抓取功能。1、中文网页抓取A、调整mysql配置,避免存入mysql的中文出现乱码。修改${APACHE_NUTCH_HOME}/runtime/local/conf/gora.properties################################MySQLproperties################################gora.sqlstore.jdbc.driver=com..
分类:Web程序   时间:2014-05-20 19:17:55    阅读次数:539
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!