-
small ball along the space spiral movement of animation, a small Matlab write pr...
小球沿空间螺旋线运动的动画,matlab写的小程序-small ball along the space spiral movement of animation, a small Matlab write procedures
- 2022-02-20 22:23:50下载
- 积分:1
-
微软亚洲研究院论文:任意表面上双向纹理函数的合成
微软亚洲研究院论文:任意表面上双向纹理函数的合成-Microsoft Asia Research Institute thesis : arbitrary two-way on the surface texture synthesis function
- 2023-08-13 02:45:04下载
- 积分:1
-
自动调整图片大小调整控件大小控制(14KB…
自动调整图片大小已适应控件大小的控件(14KB)-automatically adjust picture size has adapted controls the size of Control (14KB)
- 2022-12-20 10:00:03下载
- 积分:1
-
有关ACM的培训资料,可以了解到大部分实用算法。
有关ACM的培训资料,可以了解到大部分实用算法。-The ACMs training materials, can be seen that most of the practical algorithm.
- 2022-07-04 10:52:23下载
- 积分:1
-
我用图形学画的鱼
我用图形学画的鱼-I used graphics painting fish
- 2022-07-09 06:49:18下载
- 积分:1
-
计算机图形学 假三维图形
计算机图形学 假三维图形-fake computer graphics 3D Graphics
- 2023-03-18 07:20:03下载
- 积分:1
-
segmentation数字图像分割
segmentation数字图像分割-segmentation Digital Image Segmentation
- 2023-06-10 19:25:34下载
- 积分:1
-
MSChart控件用于绘制各种图表,去持真正的三维绘图方式,支持所有主要的图表类型,数据点可以用条形图,折线图,填充区域图或饼形式显示。
MSChart控件用于绘制各种图表,去持真正的三维绘图方式,支持所有主要的图表类型,数据点可以用条形图,折线图,填充区域图或饼形式显示。-Upstream control for drawing charts to hold the real 3D graphics, support for all major types of graphs, data points can be used bar charts, Plotting, filling regional map or cake form shows.
- 2022-01-28 21:07:08下载
- 积分:1
-
DTW算法,非常优秀,非常好用的
DTW算法,非常优秀,非常好用的-DTW, very good, very useful, and,
- 2022-07-07 03:25:12下载
- 积分: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