-
Peking University
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第十二章 采样数据的处理-Peking University
- 2022-02-03 02:32:35下载
- 积分:1
-
用direct 3D实现的贴图片,纹理,并可以旋转,缩放等,图片具有透明度...
用direct 3D实现的贴图片,纹理,并可以旋转,缩放等,图片具有透明度-Achieved using direct 3D paste image, texture, and can be rotating, zooming, etc., pictures with transparency
- 2023-05-23 07:45:03下载
- 积分:1
-
VB of the use of geo
使用VB开发的地理空间分析系统,实现多边形的绘制,点在多边形中的位置判断。-VB of the use of geo-spatial analysis of the development system, the rendering polygon, points in the polygon to determine the location.
- 2022-02-05 03:09:32下载
- 积分:1
-
文字识别的细化算法,看着觉得还可以,有点意思,大家都来下载吧...
文字识别的细化算法,看着觉得还可以,有点意思,大家都来下载吧-Character Recognition refinement algorithm, I felt that I could watch, a little bit mean, we have to download it
- 2022-03-01 14:58:10下载
- 积分:1
-
VTK用户指南中文版图像的第六章和三
vtk user guide中文版第六章 图像及三维体数据的可视化-vtk user guide Chinese version of Chapter VI of the image and three-dimensional volume data visualization
- 2022-03-25 18:40:51下载
- 积分:1
-
in VC environment, directly read data, and the map and show that the experimenta...
在VC++环境下,直接读取点数据,并显示成图,有实验数据,适合初学者.-in VC environment, directly read data, and the map and show that the experimental data, for beginners.
- 2022-08-23 23:35:31下载
- 积分:1
-
bmp文件读取到内存代码
将bmp文件读取到内存当中,c++语言编写。BMP(全称Bitmap)是Windows操作系统中的标准图像
- 2022-02-04 20:40:08下载
- 积分:1
-
opengl场景管理程序源代码,来自www.physdev.com
opengl场景管理程序源代码,来自www.physdev.com-opengl scene management program source code, from www.physdev.com
- 2022-03-01 23:07:31下载
- 积分:1
-
一个类似于画图的小程序
一个类似于画图的小程序-similar to a drawing of small programs
- 2023-06-09 09:25:03下载
- 积分:1
-
planets太阳系八大行星
资源描述
import QtQuick 2.0
import QtCanvas3D 1.0
import "planets.js" as GLCode
Item {
id: mainview
width: 1280
height: 768
visible: true
property int focusedPlanet: 100
property int oldPlanet: 0
property real xLookAtOffset: 0
property real yLookAtOffset: 0
property real zLookAtOffset: 0
property real xCameraOffset: 0
property real yCameraOffset: 0
property real zCameraOffset: 0
property real cameraNear: 0
NumberAnimation {
id: lookAtOffsetAnimation
target: mainview
properties: "xLookAtOffset, y
- 2022-03-09 11:25:15下载
- 积分:1