-
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
-
对于图象处理方向来说,读取图象是最基本的操作,这需要了解图象存储格式!这就是一个很经典的程序代码!...
对于图象处理方向来说,读取图象是最基本的操作,这需要了解图象存储格式!这就是一个很经典的程序代码!-direction for image processing, image reading is the most basic operations, which need to be aware of image storage format! This is a classic procedure code!
- 2022-04-24 05:27:57下载
- 积分:1
-
sophisticated graphics and animation system procedure is the preparation of my o...
精细绘图及动画 制个程序是本人自己编写,所以这里能后做出详细解释。程序运行后会在屏幕上用triplex_font显示“press any key for set off”,下方是用基本的线条画出的发射架(有点粗糙),即程序中的DrawGun()函数,当按下任意键后,将在发射架上方出现一个用横线填充的飞机,同时背景被繁星填充,此时必须按住任意键不放,否则飞机将不会发射。发射完成后,即飞机坐标小于0,将出现一句话:"successfully!!!,press ESC to quit",若中途按ESC退出,则飞机Y坐标不小于0,将出现"failue,..."这句话。-sophisticated graphics and animation system procedure is the preparation of my own, here is an ability to make a detailed explanation. After running on the screen with triplex_font shows that the "press any key for set off", is the bottom line with the basic head of the launcher (somewhat rough), that the procedures DrawGun () function, when pressed any button, will be on the launch pad tower side there with a hyphen Filled with the aircraft, while the background was filled with stars, this time to be arbitrary button is pressed it, it will not launch aircraft. Fired Upon completion, the coordinates of the aircraft is less than 0, there will be one sentence : "successfully! ! ! , Press ESC to
- 2023-04-03 20:20:03下载
- 积分:1
-
载入并显示3dsmax文件的代码
载入并显示3dsmax文件的代码-printed document and display the code 3dsmax
- 2022-12-19 03:00:03下载
- 积分:1
-
动态、静态图像压缩类
动态、静态图像压缩类-dynamic and static image compression category
- 2022-07-09 23:09:50下载
- 积分:1
-
指纹识别源代码,指纹预处理,图像增强,特征提取,指纹比对和指纹的存储。...
指纹识别源代码,指纹预处理,图像增强,特征提取,指纹比对和指纹的存储。-Source code for fingerprint recognition, fingerprint pre-processing, image enhancement, feature extraction, fingerprint matching and fingerprint storage.
- 2023-07-10 22:15:03下载
- 积分:1
-
曲线图软件。实时数据,一条线的信息
曲线图软件。实时数据,一条线的信息 -Graph software. Real-time data, a line of information
- 2023-04-14 21:40:04下载
- 积分:1
-
用matlab检测二值图像的边缘.二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有...
用matlab检测二值图像的边缘.二值图像 binary image 每一像元只有两种可能的数值或灰度等级状态的图像。 其实就是单色图像。 除了黑,就是白,没有中间过渡,没有灰度的图像。 要么黑,要么白,而且所有的黑都是一个色。
-Detected by matlab binary image of the edge. Binary image binary image for each pixel there are only two possible values, or gray-scale image of the status hierarchy. In fact, the image is monochrome. In addition to black, is white, there is no transition between, no gray-scale images. Either black or white, and all black is a color.
- 2022-12-23 19:35:03下载
- 积分:1
-
计算机图形学大纲第 2 版
分数的例子和问题让学生磨练他们的技能。
基本任务明确的解释有助于学生对重要概念的认识。新增功能!关于底纹模型、 阴影和 Phong 光照 model―explain texture―including,最新的技术和工具实现计算机图形学中的超写实的章节。
- 2022-03-15 23:34:50下载
- 积分:1
-
简单的模式识别的分类算法(K_均值算法),适用于各种识别算法的基础分类算法...
简单的模式识别的分类算法(K_均值算法),适用于各种识别算法的基础分类算法--详细信息见说明-simple pattern recognition classification algorithm (K_ means algorithm), apply to the recognition algorithm based classification algorithm-- detailed information, see Note
- 2022-12-14 00:10:03下载
- 积分:1