Welcome![Sign In][Sign Up]
Location:
Search - maps

Search list

[GUI DevelopGIS基本操作

Description: GIS中对地图的基本操作,如地图的加载和显示,以及要素特征的查找等等。-GIS map of the basic operations, such as maps and display the load, and the characteristics of the elements of search and so on.
Platform: | Size: 143640 | Author: 须芎 | Hits:

[Other resourcehuizhi

Description: vc实现GIS地图图上绘制各种标号的功能。-vc GIS maps on the plan to draw various labeling functions.
Platform: | Size: 56837 | Author: 立新 | Hits:

[Other resource地图等高线的自动提取

Description: 就纸质地图等高线计算机自动提取展开讨论,结合计算机图形学、图像处理和模式识别等理论,提出了一套基于VC++开发平台的 具体实现算法。实验表明该方法获得了比较满意的提取效果,可以在GIS和军用仿真领域中进行推广。-on paper maps, contour lines from the computer automatically begun discussions with computer graphics, image processing and pattern recognition theory, a VC-based development platform to the specific algorithm. Experiments show that the method was quite satisfied with the extraction, the GIS and military simulation area for the promotion.
Platform: | Size: 407408 | Author: 刘德小花 | Hits:

[Other resourceLoadMesh

Description: direct 3d载入地图模型的例子,非常适合初学者学习。-direct 3d model of printed maps example, very suitable for beginners to learn.
Platform: | Size: 625011 | Author: 李洪斌 | Hits:

[Other resourceSimpleQ3Loader

Description: 读取quick3的bsp地图文件,如果要开发引擎,可以参考-the BSP quick3 read maps, to the development of the engine, they can refer to
Platform: | Size: 64356 | Author: 汪大还 | Hits:

[Other resource用VC++实现矢量地图背景下的实时显示

Description: VC++实现矢量地图背景下的实时显示,包括矢量地图的放大、缩小等功能-VC vector background maps of the real-time display, including vector maps to zoom function
Platform: | Size: 687888 | Author: 邓书斌 | Hits:

[Other resourceFINDFEATURE

Description: 用于查找地图上涂层的单位图元的GIS软件,同时也包括其他地图操作-map used to locate the coating unit map yuan GIS software, but also includes other maps operation
Platform: | Size: 8671 | Author: 林澍欣 | Hits:

[Other resourcechart

Description: 利用Windows GDI创建多种不同的二维表格(包括条状图,线图,饼图),提供的类可以应用与Win32的程序.-use Windows GDI to create a wide variety of two-dimensional forms (including bar, maps, pie), the class can be used with Win32 process.
Platform: | Size: 26731 | Author: 陈建文 | Hits:

[Other resource制作RPG游戏的map

Description: 在j2me手机游戏中可以动态生成游戏中所需要的地图 值得研究一下-the J2ME mobile phone games can be dynamically generated by the game is worth the maps need to study
Platform: | Size: 513353 | Author: kun | Hits:

[Other resource超经典推箱子游戏

Description: 推箱子这游戏就不用介绍了吧 本程序算法巧妙,自动生成地图,支持鼠标点击自动搜索路径,是学习vc编程的好例子-viewing this game would not have introduced it this procedure clever algorithm automatically generated maps, support for mouse clicks automatically search path is studying vc good example of programming
Platform: | Size: 139452 | Author: 祥子 | Hits:

[Othergetway

Description: 地图识别通过地图节点识别路经城市和里程,使用VB编写基础程序,可2点跳转-map identification through maps node identification passes cities and mileage, using VB prepared based procedures, 2:00 Jump
Platform: | Size: 181936 | Author: 于飞 | Hits:

[GDI-Bitmap图像文件操作

Description: rar压缩包,包含一个自适应大小的位图控件,一个自适应大小的位图控件演示程序,在多文档客户区中增加位图底图演示程序,在多文档客户区中增加位图底图,TGA文件转换为GIF文件-rar compressed, includes an adaptive size of the bitmap controls, the size of an adaptive control Bitmap Demonstration Program, the Multi - Document customers to increase the district maps bitmap Demonstration Program, the Multi - Document District customers increased bitmap maps, TGA paper documents converted to GIF
Platform: | Size: 822242 | Author: 也风 | Hits:

[OtherJS_lottery

Description: 双色球号码分布图自动生成器,数据源文件为一个以逗号分隔的文本-matched numbers automatically generated maps, data source to a comma-separated text
Platform: | Size: 3392 | Author: email_xugang | Hits:

[Windows Develop电子地图

Description: VB+MAPX5.0做的简单电子地图程序,包括放大,缩小,拖动,查询,测距,图层显示,标注显示.只为给初学者一个例子-VB MAPX5.0 do simple electronic maps, including to zoom, drag, inquiries, and Ranging, layers, tagging shows. Just to give an example beginners
Platform: | Size: 528932 | Author: 田宇 | Hits:

[Other resourcemapex

Description: MapInfo MapX是一个用来做地图化工作的OCX控件,它可以很容易地在您的应用程序中加入强大的制图功能。它可以把您的数据用地图的形式显示出来,更易于理解。地图形式可以比简单的图表、图形提供更多的信息,而且描述地图比描述数据表更加简单迅速。本章主要对mapx的安装和在编程语言中的使用进行讲解。-MapInfo MapX is used as a map of the OCX controls, it can very easily in your application into a powerful mapping function. It could use your data in the form of maps, and easier to understand. Maps can be more than a simple form of charts, graphics provide more information, and the descriptions over the map data sheet describes more simply and rapidly. This chapter primarily MapX in the installation and programming language on the use.
Platform: | Size: 147420 | Author: 要相同 | Hits:

[StatusBarDelayLoad_source

Description: The code snippet shown in this article is used to delay load a DLL, i.e., DLL is implicitly linked but not actually loaded until your code attempts to reference a symbol contained within the DLL. If your application uses several DLLs, its initialization time might be slow because the loader maps all of the required DLLs into the process address space and there is every possibility that even a single function from one of these DLLs is not called, so a better way for a loading a DLL which is rarely used is to delay load, it i.e., load it when required instead of loading initially. This improves the start up time. Sounds great. Now, we will actually try to delay load a DLL, and analyze its advantages and disadvantages, so all set
Platform: | Size: 82213 | Author: 李鸡蛋 | Hits:

[Other resourceIronBird

Description: < 手机雷电> 著名红白机游戏移植到手机上,有完整的注释说明. 游戏代码有,随机器发生器的应用,地图卷屏,射击效果等参考价值很高的j2me语言的用法.-lt; Lt; Phone lightning gt; Gt; Famous NES games on cell phones, a full explanatory notes. Game code, random generator for the application, maps Volume screen, shooting effect of high reference value J2ME language usage.
Platform: | Size: 162010 | Author: 王宁 | Hits:

[OtherMapx+VB

Description: MAPINFO+VB的地图编程, 运行前需先安装mapx-MapInfo maps VB programming, operation required before installing MapX
Platform: | Size: 7105 | Author: 洪一 | Hits:

[Other resourceGraphTool

Description: 使用MFC实现一个绘图程序 功能:类似于Windows系统的画图程序。具有画图、填充图、打开图形文件等功能。 使过SkinMagic优化程序界面;-use a drawing program functions : Windows system similar to the drawing program. With drawing, filled with maps, graphics files opened functions. So too SkinMagic optimization program interface;
Platform: | Size: 287300 | Author: mars | Hits:

[GDI-Bitmap背景实时显示

Description: 用VC开发GIS系统用比较好。用VC++实现矢量地图背景下的实时显示源代码-VC with GIS development is good. With VC vector background maps show the real-time source code
Platform: | Size: 987918 | Author: 刘飞 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net