alex_bn_lee

导航

上一页 1 ··· 215 216 217 218 219 220 221 222 223 ··· 245 下一页

2012年5月13日 #

【042】Madagascar

摘要: Madagascar is an island country located in the Indian Ocean off the southeastern coast of Africa. Madagascar and Africa are divided by the Mozambique Channel. The capital of Madagascar is Antananarivo, Antananarivo is also the biggest city of Madagascar. The population of Madagascar is about 22,00.. 阅读全文

posted @ 2012-05-13 23:58 McDelfino 阅读(312) 评论(0) 推荐(0)

2012年5月5日 #

【041】通过调入txt的点数据来创建shp

摘要: 参考:http://bbs.esrichina-bj.cn/ESRI/viewthread.php?tid=46367调用的文本文件数据:程序的实现:第一步:全局变量!/// <summary>/// 要保存的ShapeFile全路径名称/// </summary>string shapeFileFullName = string.Empty;/// <summary>/// 测量数据全路径名称/// </summary>string surveyDataFullName = string.Empty;List<string> pCo 阅读全文

posted @ 2012-05-05 18:33 McDelfino 阅读(866) 评论(0) 推荐(0)

2012年5月3日 #

【039】Geometry 总结

摘要: ---------------------------------------------------------------------------------------------------------●·● 目录:A1 ………… Geometry 总结A2 ………… 绘制几何图形 —— 圆A3 ………… 绘制几何图形 —— 椭圆A4 ………… 绘制几何图形 —— 圆弧A5 ………… 绘制几何图形 —— 椭圆弧A6 ………… VS2008打开VS2010项目A7 ………… Visual Studio 2008“分析 EntityName 时出错。 行 2,位置 81。”报错解 阅读全文

posted @ 2012-05-03 14:38 McDelfino 阅读(2205) 评论(6) 推荐(0)

2012年4月27日 #

【037】Excel 中遍历修改文件(VBA)

摘要: Sub OpenCloseArray() Dim MyFile As String Dim Arr(100) As String Dim count As Integer MyFile = Dir("F:\Desktop\98、99年\" & "*.xls") '修改文件夹路径 count = count + 1 Arr(count) = MyFile Do While MyFile <> "" MyFile = Dir I... 阅读全文

posted @ 2012-04-27 17:28 McDelfino 阅读(665) 评论(0) 推荐(0)

2012年4月26日 #

【036】◀▶ 自己写的程序源代码

摘要: ●·● 目录:A1 ………… ESRI_01.zipA2 ………… 实现:新建shapefile文件A3 ………… 实现:只显示筛选的要素(IFeatureLayerDefinition)A4 ………… 实现:高亮显示筛选的要素(IFeatureSelection)A5 ………… 实现:类似 Arc... 阅读全文

posted @ 2012-04-26 23:10 McDelfino 阅读(1402) 评论(14) 推荐(0)

上一页 1 ··· 215 216 217 218 219 220 221 222 223 ··· 245 下一页