登录
首页 » Visual C++ » Catrography

Catrography

于 2010-09-18 发布 文件大小:2144KB
0 129
下载积分: 1 下载次数: 13

代码说明:

  一个GIS制图综合的示例程序,具有GIS软件的基本框架,可进行扩展成为完整的GIS软件。(Example of a GIS mapping program integrated with the basic framework of GIS software, can be expanded into a complete GIS software.)

文件列表:

Catrography
...........\CartographyMapSize.cpp,4986,2005-09-16
...........\CartographyMapSize.h,1632,2005-09-16
...........\CartographySize.cpp,0,2005-09-16
...........\Catrography.aps,33572,2005-09-16
...........\Catrography.clw,4913,2005-10-06
...........\Catrography.cpp,4397,2005-09-16
...........\Catrography.dsp,4943,2005-09-16
...........\Catrography.dsw,547,2005-09-16
...........\Catrography.h,2433,2005-09-16
...........\Catrography.ncb,99328,2005-10-07
...........\Catrography.opt,68608,2005-10-07
...........\Catrography.plg,1676,2005-10-06
...........\Catrography.rc,15611,2005-09-16
...........\Catrography.reg,715,2005-09-16
...........\CatrographyDoc.cpp,10381,2005-10-06
...........\CatrographyDoc.h,2896,2005-09-17
...........\CatrographyView.cpp,7972,2005-10-06
...........\CatrographyView.h,2071,2005-09-17
...........\Debug
...........\.....\CartographyMapSize.obj,26328,2005-09-16
...........\.....\Catrography.exe,143451,2006-11-12
...........\.....\Catrography.ilk,388320,2005-10-06
...........\.....\Catrography.obj,23907,2005-09-16
...........\.....\Catrography.pch,6088892,2005-09-16
...........\.....\Catrography.pdb,582656,2005-10-06
...........\.....\Catrography.res,10796,2005-09-16
...........\.....\CatrographyView.obj,30609,2005-10-06
...........\.....\MainFrm.obj,20164,2005-09-16
...........\.....\StdAfx.obj,114182,2005-09-16
...........\.....\vc60.idb,238592,2005-10-06
...........\.....\vc60.pdb,413696,2005-10-06
...........\MainFrm.cpp,2615,2005-09-16
...........\MainFrm.h,1581,2005-09-16
...........\ReadMe.txt,4726,2005-09-16
...........\res

...........\...\Catrography.rc2,403,2005-09-16


...........\Resource.h,1150,2005-09-16
...........\StdAfx.cpp,213,2005-09-16
...........\StdAfx.h,1280,2005-09-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • CPP-Primer-3rd-Edition-
    C++入门和深入学习标准参考书籍,是学习C++的必备资料(Entry and depth of C++ learning standard reference books, learning C++ must)
    2012-11-30 12:00:03下载
    积分:1
  • DrawOfMemory
    DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:   int Mult:总共需要显示几类数据   int AllNum:每类数据总的数据量   int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...   COLORREF PenColor:每类数据的画笔的颜色   CWnd *pWnd:需要显示曲线的控件指针   还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values​ ​ , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined: int Mult: A total of several types of data to be displayed int AllNum: total amount of data for each type of data int Value []: an array of data values​ ​ , consisting of forms: Data 1 Data 2+ 3+ ...+ data COLORREF PenColor: brush color for each type of)
    2014-07-02 10:52:43下载
    积分:1
  • Comparisonofimagesimilarity
    图像相似度比较论文,介绍了图像相似度比较的基本原理,并实现图像比较,分析结果(Comparing image similarity thesis describes the basic principles of image similarity comparison and achieve the image comparison, analysis)
    2020-06-26 14:00:02下载
    积分:1
  • ReadColor
    一个读取屏幕上当前鼠标点颜色值的小程序,对于分析屏幕上的颜色有帮助。(A read on the screen the current mouse point color value of small procedures, the analysis of color on the screen has to help.)
    2008-05-26 09:26:35下载
    积分:1
  • WinIo3.0Driver
    Windows Drivers IO Memory Access
    2018-03-05 16:37:14下载
    积分:1
  • ARQ
    实现滑动窗口协议(achieve sliding window protocols)
    2020-07-03 00:40:02下载
    积分:1
  • CALENDAR
    在程序中嵌入日历,是一本书中找到的很有学习的价值(Embed calendar program is useful to learn the value ,found in a book)
    2013-12-24 09:27:15下载
    积分:1
  • VCPP-MFC-Print
    VC++ 用MFC编写的打印程序,希望对大家有用(VC++ MFC Print)
    2012-05-10 19:48:58下载
    积分:1
  • vc++6.0ado
    c++数据库编程,里面有常用的对数据库操作的源代码,适合刚接触VC++操作数据库的人(c++ Database Programming, which has commonly used database operations on the source code for刚接触VC++ operate the database of people)
    2008-08-22 01:22:16下载
    积分:1
  • daoyoutu
    C++实现校园导游系统。包括景点描述,增加、修改、删除等功能,计算最短路径、最佳路径等(C++ campus tour guide system. Of Attraction Description, increase, modify, delete, etc., to calculate the shortest path, the best path)
    2013-05-21 17:13:12下载
    积分:1
  • 696518资源总数
  • 104552会员总数
  • 20今日下载