登录
首页 » Visual C++ » MapXLecture

MapXLecture

于 2013-03-02 发布 文件大小:4404KB
0 255
下载积分: 1 下载次数: 11

代码说明:

  用MapX组件进行GIS二次开发,实现地图的基本管理与应用(Management and application of GIS secondary development of MapX map)

文件列表:

MapXLecture
...........\Debug
...........\.....\MainFrm.obj,19890,2012-03-29
...........\.....\MainFrm.sbr,0,2012-03-29
...........\.....\MAPX.obj,729310,2012-03-29
...........\.....\MAPX.sbr,0,2012-03-29
...........\.....\MapXLecture.bsc,5645312,2012-06-19
...........\.....\MapXLecture.exe,307280,2012-06-19
...........\.....\MapXLecture.ilk,839888,2012-06-19
...........\.....\MapXLecture.obj,23445,2012-03-29
...........\.....\MapXLecture.pch,7584216,2012-03-29
...........\.....\MapXLecture.pdb,1033216,2012-06-19
...........\.....\MapXLecture.res,11492,2012-06-19
...........\.....\MapXLecture.sbr,0,2012-03-29
...........\.....\MapXLectureDoc.obj,14938,2012-03-29
...........\.....\MapXLectureDoc.sbr,0,2012-03-29
...........\.....\MapXLectureView.obj,198060,2012-06-19
...........\.....\MapXLectureView.sbr,0,2012-06-19
...........\.....\StdAfx.obj,118914,2012-03-29
...........\.....\StdAfx.sbr,1490951,2012-03-29
...........\.....\vc60.idb,271360,2012-06-20
...........\.....\vc60.pdb,446464,2012-06-19
...........\MainFrm.cpp,2512,2012-03-29
...........\MainFrm.h,1581,2012-03-29
...........\MAPX.CPP,153261,2001-08-07
...........\MAPX.H,109587,2002-01-21
...........\MapXLecture.aps,34352,2012-06-19
...........\MapXLecture.clw,3841,2012-06-20
...........\MapXLecture.cpp,4343,2012-03-29
...........\MapXLecture.dsp,5087,2012-03-29
...........\MapXLecture.dsw,591,2012-03-29
...........\MapXLecture.h,1411,2012-03-29
...........\MapXLecture.ncb,427008,2012-06-20
...........\MapXLecture.opt,49664,2012-06-20
...........\MapXLecture.plg,1532,2012-06-19
...........\MapXLecture.rc,25634,2012-06-19
...........\MapXLectureDoc.cpp,1842,2012-03-29
...........\MapXLectureDoc.h,1530,2012-03-29
...........\MapXLectureView.cpp,22572,2012-06-19
...........\MapXLectureView.h,3737,2012-03-29
...........\ReadMe.txt,4431,2012-03-29
...........\res

...........\...\MapXLecture.rc2,403,2012-03-29


...........\resource.h,1885,2012-03-29
...........\StdAfx.cpp,213,2012-03-29
...........\StdAfx.h,1071,2012-03-29

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

发表评论

0 个回复

  • VendorDeviceIDsExample
    获得Nvidia显卡生产商信息和Device ID的小程序(was Nvidia card maker Device ID information and the small program)
    2006-07-06 14:24:01下载
    积分:1
  • xhhyvv
    system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息(System permissions, will create a remote thread DLL injection user process, send a message to the user identity)
    2017-06-02 08:51:05下载
    积分:1
  • ser
    说明:  串口通信高级编程提供了一个能够进行串口通信的类,能够方便地进行各种数据通信。 由于本程序设计到硬件编程,因此,如果读者的串口通信设备 没有连接好,可能会有问题 (Serial communication provides a high-level programming to carry out the type of serial communication, the ability to easily carry out a variety of data communications. Since the hardware design to programming, so if the reader' s serial communications equipment is not connected well, there may be some problems)
    2009-08-18 16:49:04下载
    积分:1
  • SetTimer
    一个窗口类与非窗口类调用SetTimer的例子,适合于初学者。(A window class and non-window class called SetTimer example, suitable for beginners.)
    2021-02-21 09:19:42下载
    积分:1
  • crc8
    CDT规约 CRC8效验 VC编写的,里面有VC控件字符串和HEX数据互相装换的函数(VC Statute CDT prepared CRC8 efficacy, which has strings and HEX data VC control equipment for each function)
    2021-03-29 12:09:10下载
    积分:1
  • 312312
    立方体动态隐线算法,mfc实现立方体的动态消隐(Cube dynamic hidden line algorithm)
    2020-11-10 08:19:45下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • SuperCopy
    VC++,利用线程技术开发的文件复制工具,对于复制难读的VCD光盘中的硬盘特别有效(也是为此目的而开发,因为在盘片有错误时,WINDOWS会无法复制,这种错误往往会出现在文件的末段).(VC, the use of threaded technology development tools for the reproduction of documents. For hard copy of the VCD reading the hard disk particularly effective (for this purpose as well as development, because of an error in the disk, Windows will be impossible to reproduce, such mistakes will always be in the last paragraph of the document).)
    2006-09-27 10:46:47下载
    积分:1
  • MapInfo-Tab-to-Shape-File-Tool
    MapInfo的Tab文件转化为ArcGIS的Shape文件(MapInfo Tab files to ArcGIS Shape files)
    2011-10-03 15:35:32下载
    积分:1
  • ldzs
    完整的基于VC的流动注射分析系统程序,采用VC编程,包括数据分析,曲线显示,多种分析方法。(Complete VC-based flow injection analysis system procedures, using VC programming, including data analysis, curve shows a variety of ways.)
    2010-08-06 00:41:22下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载