搜索资源列表
纹理映射Texture
- 本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函数生成的,然后通过DoTransform()函数 将—个顶点从物体坐标系转换到窗口坐标系,利用openGL进行矩阵计算,通过UpdateModelView()函数和InitMatrices()函数实现。-the procedures in the window shows a scene by adding texture, making
projdemo
- 进行投影演示的程序。可进行图形缩放,平移;不同坐标系之间的转换。- Carries on the projection demonstration the procedure. May carry on the graph 缂╂斁, translation; Between different coordinate system transformation.
PrjSample
- === === === =SuperMap Objects示范工程说明======================================= 功能简介:示范SuperMap Objects 如何实现投影坐标系转换 所用控件:SuperMap控件和SuperWorkspace控件 所用数据:上一级目录\\..\\Data\\World\\PrjSample中wgs84.sdb和wgs84.sdd两个文件 操作说明:1、单击选择、放大、缩小等按钮可以进行简单
Translation
- 现有两个坐标系,有n个点,已知其在两个坐标系下的坐标,程序实现对两个坐标系间转换参数的求解,并可实现坐标转换
gaosi
- GIS(地理信息系统)中,需要将经纬度坐标(度分秒的形式)转换成大地坐标(xy的形式),这个程序就能派上用场了,基于北京54坐标系。如果换成西安80,把里面的参数改改就可以了。
zuobiaoxitouyingconvert
- 如何通过程序设置坐标系投影 设置经纬度WGS 84投影转换为适合坐标
COOR_TRAFER
- 程序是用来求两个坐标系的转换参数的,利用三个相同的点在不同坐标系下的两套坐标值求的两个坐标系的转换七参数
Unit1
- 这是一段关于两个二维直角坐标系转换的程序。二维坐标系的转换-This is a paragraph on the two two-dimensional Cartesian coordinate system conversion process. Two-dimensional coordinate system conversion
2009512VCGDI
- 在Windows应用程序中,只要进行绘图,就要使用GDI坐标系统。Windows提供了几种映射方式,每一种映射都对应着一种坐标系。例如,绘制图形 时,必须给出图形各个点在客户区的位置,其位置用x 和y两个坐标表示,x 表示横坐标,y表示纵坐标。在所有的GDI绘制函数中,这些坐标使用的是一种 “逻辑单位”。当GDI函数将结果输出送到某个物理设备上时,Windows将逻辑坐标转换成设备坐标(如屏幕或打印机的像素点)-In Windows applications, as long as for gr
7-parameterTransform
- 三维坐标七参数转换程序。实现两种坐标系的三维坐标转换。-Seven parameters of three-dimensional coordinate conversion process. To achieve three-dimensional coordinates of two coordinate transformation.
hw02
- 本程序实现了一个多变形裁剪算法,并完成了从窗口到视口的转换(单位为物理坐标系的像素)。 窗口坐标为:(100,100)和(400,400); 视口起点坐标为:(120,90),x方向增量:400,y方向增量:300; 以下为测试实例的输入: 顶点数 : 4 第一个坐标:50 250 第二个坐标:500 50 第三个坐标:350 250 第四个坐标:500 450 -This program implements a multi-cutting de
mokatu
- 墨卡托投影,实现大地坐标系的转换,该小程序的算法可以和大家学习交流。-Mercator projection, earth coordinate system to achieve the transformation, the algorithm of the applet can communicate them to learn.
north-newdll
- 此程序用VC实现了经纬度的转换,从84转成54进而转成地方坐标系,希望能够帮助大家!-This program with VC conversion of latitude and longitude, from 84 converted to 54 and then converted into the local coordinate system, want to be able to help you!
zuobiaozhuanhuan
- 本程序可以把直角坐标系转换成极坐标系,以继续完成处理-This procedure can be Cartesian coordinates into polar coordinates
worldx
- 这个程序是txt文件,但是主要的程序内容是将屏幕坐标转换为世界坐标系中。-This program is a txt file, but the main program screen coordinates into world coordinates.
DataConvert
- 最近学习C# mapgis二次开发,制作过程中一边学习一边编写的示例程序。 这个示例是对载入地图投影方式进行转换,有WGS54,北京80,以及CGCS2000坐标系-The recent learning C# mapgis secondary development of the production process while learning side of the sample program written. This example is to convert Loading m
54zhuan80
- 此程序实现了国家54坐标系到80 坐标系的转换,可好的运行-This program countries 54 coordinate system to the 80 coordinate system conversion, can be a good run
zuobiaoxizhuanhuan
- 在GIS领域中,在进行地图投影时,由于选择的坐标系不同,需要进行坐标转换,本程序可以实现坐标的转换。-In the GIS field, making the map projection, due to the different choice of coordinate systems, the need for coordinate conversion, the program can convert coordinates.
zuobiaobianhuan
- 此程序可完成不同坐标系之间的转换,需输入原始坐标点,平移量和三坐标轴旋转量。-This program can complete the conversion between different coordinate system, need to input the original coordinate point, translation and three axis rotation amount..
地图投影
- 1、根据所给的中国版图数据 绘制显示基于北京54坐标系的经纬度数据 编写兰勃特投影转换程序,转换上述数据,并显示 编写墨卡托投影转换程序,转换上述数据,并显示 同时,要绘制相对应的经纬网格,网格间距5度 2、根据所给的世界版图数据 绘制显示基于WGS84坐标系的经纬度数据 编写墨卡托投影转换程序,转换上述数据,并显示 计算北京(116.4,39.8)到巴黎(2.2, 48.52)的大圆轨迹,并显示 同时,要绘制相对应的经纬网格,网格间距5度(1. According to the data of