摘要: http://www.microsoft.com/maps/isdk/silverlight/#MapControlInteractiveSdk.Tutorials.Services.Geocode 阅读全文
posted @ 2014-06-26 16:43 天王星天 阅读(213) 评论(0) 推荐(0)
摘要: Abstractepoll是Linux内核为处理大批量句柄而作了改进的poll,是Linux下多路复用IO接口select/poll的增强版本,它能显著减少程序在大量并发连接中只有少量活跃的情况下的系统CPU利用率。简介:epoll是Linux下多路复用IO接口select/poll的增强版本,它能... 阅读全文
posted @ 2014-06-23 17:09 天王星天 阅读(4821) 评论(0) 推荐(0)
摘要: NMEA0183是美国国家海洋电子协会(NationalMarineElectronicsAssociation)为海用电子设备制定的标准格式。现在已经成为GPS导航设备统一的RTCM(RadioTechnicalCommissionforMaritimeservices)标准协议。下图是我调试用的... 阅读全文
posted @ 2014-06-19 15:25 天王星天 阅读(3312) 评论(0) 推荐(0)
摘要: 开始的代码:byte[] data = Encoding.UTF8.GetBytes(sInfo); tcpns.Write(data, 0,1024);修改成byte[] data = Encoding.UTF8.GetBytes(sInfo); tcpns.Write(data, 0,data.... 阅读全文
posted @ 2014-05-15 15:19 天王星天 阅读(8146) 评论(0) 推荐(0)
摘要: http://i.isclab.org/?p=299在windows平台下,可以使用native wifi api来控制无线网卡,包括获取无线网卡参数,获取周围无线接入点参数等功能,在windows xp sp2版本的系统上,使用需要下载一个KB918997补丁包才能支持,下载地址如下:http:/... 阅读全文
posted @ 2014-05-14 10:29 天王星天 阅读(6881) 评论(2) 推荐(0)
摘要: http://uu.51ditu.com/uu/uu.swf有助于下边的电子地图,找到了我想找的地方,找到了心中的方向,以后无论在哪里,我都能确切位置,真的如此神奇,内心也充满对电子地图工作人员劳动果实的尊重与感激......Flash: http://uu.51ditu.com/uu/uu.swf... 阅读全文
posted @ 2014-04-21 13:07 天王星天 阅读(778) 评论(0) 推荐(0)
摘要: ===========================测试成功=============================================1、页面出现错误:Database query error 点击数据库表出现:Table '%s' is marked as crashed and... 阅读全文
posted @ 2014-04-21 09:48 天王星天 阅读(1423) 评论(0) 推荐(0)
摘要: 1 public List GetGeoPoints(string encoded) 2 { 3 List poly = new List(); 4 int index = 0, len = encoded.Length; 5 int lat = 0, lng = 0; 6 while (index = 0x20);15 int dlat = ((result & 1) != 0 ? ~(result >> 1) : (result >> 1));1... 阅读全文
posted @ 2013-12-30 15:19 天王星天 阅读(280) 评论(0) 推荐(0)
摘要: void showInfo1(char *buf){ char gps_str[1024];// ="$GPGGA,031105.000,4003.9196,N,11620.5765,E,1,05,3.4,109.0,M,-6.4,M,,0000*4A\r\n"; sprintf(gps_str,"%s",buf); nmeaINFO info; // nmea协议解析结果结构体 nmeaPARSER parser; // nmea协议解析载体 nmeaPOS dpos; nmea_zero... 阅读全文
posted @ 2013-12-24 16:27 天王星天 阅读(810) 评论(0) 推荐(0)
摘要: When building on Ubuntu 12.x the build fails with the following error… gcc samples/generate/main.o -lm -Llib -lnmea -o build/samples_generate lib/libnmea.a(generate.o): In function `nmea_gsv_npack': generate.c:(.text+0x700): undefined reference to `ceil' collect2: ld returned 1 exit status m 阅读全文
posted @ 2013-12-24 16:24 天王星天 阅读(597) 评论(0) 推荐(0)