自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

wsh6759的CGIS专栏

GIS软件技术、交通网络算法学习

  • 博客(6)
  • 资源 (29)
  • 收藏
  • 关注

转载 VS2008下编译C++程序,解决找不到 stdint.h的问题方案

VS2008下编译C++程序,解决找不到 stdint.h的问题方案在 VS2008 下编译c++程序,发现找不到 stdint.h, 最后证实原因如下红字,解决方案是改用符合C99标准的编译器(如VS2010),或自定义头文件:#ifdef _MSC_VER typedef __int32 int32_t; typedef unsigned _

2013-02-27 23:10:49 1825

原创 SAS实现最短路径Demo --- openstreetmap

SAS实现最短路径Demo  --- openstreetmap       SAS代码实现基于 openstreetmap 瓦片的Demo(参考1和参考2),有童鞋基于此改进实现了最短路径demo(参考3),参考:1.地图信息 http://robslink.com/SAS/democd54/open_street_maps_info.htm

2013-02-25 15:27:16 1970

原创 待实现的空间网络分析功能

待实现的空间网络分析功能        还有一些空间网络功能需要实现,包括网络核密度估计、网络空间插值等。

2013-02-25 13:06:14 1187

原创 推荐交通网络可达性博文

再次推荐交通网络可达性博文                  再次推荐交通网络可达性博文(见链接1),这个链接介绍了可达性概念、如何测算、不同交通方式的可达性图。enjoy it!   参考1. http://www.streets.mn/2013/02/12/i-love-accessibility/

2013-02-24 16:15:41 1411

原创 推荐一篇交通网络可达性博文

推荐一篇交通网络可达性博文              交通网络的可达性表征网络的可达程度,可按照可达距离可形成不同的可达性图。具体课件参考1.参考:1. http://blog.lib.umn.edu/levin031/transportationist/2013/02/accessibility-now-and-in-the-f-1.html

2013-02-24 16:08:31 1771

原创 Boost lib更新

Boost   lib更新           Boost最新版本更新,其中包含graph、geometry等lib更新,先试试效率!参考:1. http://www.boost.org/users/history/version_1_53_0.html

2013-02-24 16:03:32 1318

向ArcGIS导入OpenStreetMap数据

向ArcGIS导入OpenStreetMap数据,充分应用osm数据

2015-08-21

Python Geospatial Analysis Essentials

Python Geospatial Analysis Essentials,介绍详细,资源给力!

2015-08-21

空间优化的GIS实践和应用

著名教授的学术报告《空间优化的GIS实践和应用》

2015-08-21

Data Visualization.a successful design process

数据可视化:一个成功的设计过程,该书为数据可视化参考资料。

2015-08-20

基于MFC框架osm的瓦片可视化框架

基于MFC框架osm的瓦片可视化框架,实现对osm瓦片下载、缩放、平移等操作。

2015-08-18

Oracle Spatial User's Guide and Reference

Oracle Spatial User's Guide and Reference(11.1g)

2012-03-20

基于google格式数据的公交换乘算法

Algorithm for finding optimal paths in a public transit network TRB[RESUBMIT]

2012-03-20

使用GDT和Eclipse开发网格服务

使用GDT Eclipse开发网格服务,这个是网格开发的经典资料

2010-08-09

Linux窗口程序设计—Qt4精彩实例分析 源代码

Linux窗口程序设计—Qt4精彩实例分析 源代码

2009-12-07

Linux窗口程序设计—Qt4精彩实例分析2

Linux窗口程序设计—Qt4精彩实例分析2

2009-12-07

Linux窗口程序设计—Qt4精彩实例分析1

Linux窗口程序设计—Qt4精彩实例分析1

2009-12-07

Tarjan-data_structures_and_network_algorithms

Tarjan-data_structures_and_network_algorithms.djvu这是我花大气力找的好资料,欢迎大家下载~~

2009-10-22

计算机图形学几何工具算法详解2

计算机图形学几何工具算法详解2,这可是很难得好资料,推荐研究计算几何的好好看看

2009-10-21

计算机图形学几何工具算法详解1

计算机图形学几何工具算法详解1,这可是很难得好资料,推荐研究计算几何的好好看看

2009-10-21

Introduction to the Design and Analysis of Algorithms3

Introduction to the Design and Analysis of Algorithms的中文版3

2009-10-21

Introduction to the Design and Analysis of Algorithms2

Anany Levitin的Introduction to the Design and Analysis of Algorithms中文版2

2009-10-21

Introduction to the Design and Analysis of Algorithms

Anany Levitin的Introduction to the Design and Analysis of Algorithms中文版1

2009-10-21

编程珠玑2(经典编程必备书籍)

编程珠玑2,和编程珠玑一样经典,有空一定看看这两本书,等到你毕业面试,发现题目都认识了

2009-09-16

External Memory Data Structures

External Memory Data Structures,这是研究massive datas的经典之作

2009-09-16

Algorithms and Data Structures for External Memory

Algorithms and Data Structures for External Memory

2009-09-16

深入理解计算机系统.part5

深入理解计算机系统.part5,绝对的经典书籍

2009-09-02

深入理解计算机系统.part4

深入理解计算机系统,绝对的经典书籍,喜欢就看看吧

2009-09-02

深入理解计算机系统.part3

深入理解计算机系统,绝对的经典书籍,喜欢就看看吧

2009-09-02

深入理解计算机系统.part2

深入理解计算机系统.part1,绝对的经典书籍

2009-09-02

深入理解计算机系统.part1

深入理解计算机系统.part1,绝对的经典书籍

2009-09-02

boost graph library

boost graph library 打印版,以前我找到的都不能打印

2009-08-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除