-
2D mapping, which enables the basic graphics, such as straight lines, circles, p...
二维绘图程序,可实现基本的绘图,如直线,圆,多边形等等,可对图形填充、移动等基本操作-2D mapping, which enables the basic graphics, such as straight lines, circles, polygons, etc., can be filled right graphics, mobile and other basic operation
- 2022-02-14 00:40:16下载
- 积分:1
-
good computer graphics operations for entry to the Shikuangdimen used.
不错的计算机图形学作业,给要入门的师兄弟们用.-good computer graphics operations for entry to the Shikuangdimen used.
- 2023-04-11 02:20:03下载
- 积分:1
-
图像的平移变换,可以对图象进行平移的操作,图像处理上很有用。...
图像的平移变换,可以对图象进行平移的操作,图像处理上很有用。-image translation transform, the image can shift the operation, image processing, very useful.
- 2022-03-18 22:33:29下载
- 积分:1
-
基于matlab的jpeg处理工具
JPEG ToolBox 一款JPEG图像工具,能够在matlab中进行jpg图像信息的查勘以及各种操作。
- 2022-11-18 19:35:03下载
- 积分:1
-
光线跟踪算法的一个实例,演示光源照亮小球不同角度
光线跟踪算法的一个实例,演示光源照亮小球不同角度-Ray-tracing algorithm an example to demonstrate the light source to illuminate the ball a different angle
- 2022-08-09 10:35:05下载
- 积分:1
-
计算机图形学网格简化
计算机图形学大作业,网格简化,按照程序要求格式输入参数,可以输出指定对象的指定参数的网格简化的模型图的结果。可以支持模型的放大缩小以及左右移动。VS2010+OpenGL
- 2022-07-10 10:16:38下载
- 积分:1
-
广告弹窗+隐藏下载文件运行
广告弹窗+隐藏下载文件运行插件源代码qq601522665
- 2022-11-09 17:20:03下载
- 积分:1
-
模式识别之车辆识别技术采用VC++开发完整代码
模式识别之车辆识别技术采用VC++开发完整代码-Pattern recognition technology uses the vehicle identification VC++ Development integrity code
- 2022-03-19 21:27:23下载
- 积分:1
-
一个简易cad的源代码,是我花钱买的哦,基本的功能都有,值得研究学习下,全部代码用vc编写...
一个简易cad的源代码,是我花钱买的哦,基本的功能都有,值得研究学习下,全部代码用vc编写-Cad a simple source code that I spend money on the Oh, the basic function, to be studied under study, all of the code prepared by vc
- 2022-05-21 03:13:13下载
- 积分: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