-
一系列简单实用的图像处理源代码
一系列简单实用的图像处理源代码-a series of simple and practical image processing source code
- 2022-02-24 17:10:26下载
- 积分:1
-
一个可识别手写字母的程序框架, 适用初学者掌握原理用.
一个可识别手写字母的程序框架, 适用初学者掌握原理用.-A handwritten letter to identify procedural framework, the application of the principle of use for beginners to master.
- 2022-04-09 07:26:01下载
- 积分:1
-
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下...
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
- 2022-06-13 16:48:53下载
- 积分:1
-
本程序用设计用于读取24位真彩色图片,并分别显示出其RGB通道图,使用opengl实现...
本程序用设计用于读取24位真彩色图片,并分别显示出其RGB通道图,使用opengl实现-This procedure is designed for readers with 24-bit true color picture, and separately show the RGB channel diagram, the use of opengl implementation
- 2022-03-07 02:50:23下载
- 积分:1
-
Computer graphics images of the basic functions of school, painting a straight l...
计算机图形图象学中的基本功能,如画直线,圆,Bezier曲线,B-样条曲线,KOCH曲线等.-Computer graphics images of the basic functions of school, painting a straight line, round, Bezier curves, B-spline curve, KOCH curve.
- 2022-11-05 01:15:03下载
- 积分:1
-
微软人脸检测相关研究技术报告,内有详细人脸检测的研究和实现方法...
微软人脸检测相关研究技术报告,内有详细人脸检测的研究和实现方法-Face Detection Microsoft research technical report, which detailed human face detection method for research and
- 2022-01-29 03:02:23下载
- 积分:1
-
这是我们老师用MFC遍写的一段绘图程序,供大家参考!
这是我们老师用MFC遍写的一段绘图程序,供大家参考!-This is our teachers used to write the MFC times a drawing program, for your reference!
- 2022-03-11 02:45:10下载
- 积分:1
-
图形编程:反弹球,VC
图形编程:反弹球,VC-graphical programming : rebound the ball, VC
- 2022-05-16 03:57:40下载
- 积分:1
-
Direct3D 9 Pixel shader Bump map simulation Earth
Direct3D 9像素着色器凹凸贴图模拟地球
- 2022-11-29 17:50:04下载
- 积分: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