代码搜索:如何学习 MAPINFO?
找到约 10,000 项符合「如何学习 MAPINFO?」的源代码
代码结果 10,000
www.eeworm.com/read/282090/9120907
cpp mapinfo.cpp
// MapInfo.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "MapInfo.h"
#include "qe3.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/376051/9334579
pdf mapinfo.pdf
www.eeworm.com/read/179744/9341015
bas mapinfo.bas
Attribute VB_Name = "Module1"
'移动窗口
Declare Function MoveWindow Lib "user32" (ByVal hwnd As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal bRepaint As Lon
www.eeworm.com/read/373375/9459479
h mapinfo.h
// MapInfo.h: interface for the CMapInfo class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAPINFO_H__6A59C12B_1C45_495B_958A_D5A51EFE0646__INCLUDE
www.eeworm.com/read/373375/9459596
cpp mapinfo.cpp
// MapInfo.cpp: implementation of the CMapInfo class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MapInfo.h"
//////////////////////
www.eeworm.com/read/161415/10415126
bas mapinfo.bas
Attribute VB_Name = "Module1"
'移动窗口
Declare Function MoveWindow Lib "user32" (ByVal hwnd As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal bRepaint As Lon
www.eeworm.com/read/446359/7580881
dcu mapinfo.dcu
www.eeworm.com/read/446359/7580896
pas mapinfo.pas
unit MapInfo;
interface
uses Windows,SysUtils,Classes,Dialogs;
type
TMapHeader = record //千年地图文件头 28字节
Width : dword;
Height : dword;
e
www.eeworm.com/read/439196/7714534