-
计算机图形学实践教程(Visual C++版)的实例
计算机图形学实践教程(Visual C++版)的实例-Practice of Computer Graphics Tutorial (Visual C++ Version) examples
- 2022-04-07 10:36:17下载
- 积分:1
-
数学图片处理过的门槛
数学图像处理入门 phoneix大虾文档附属- Mathematics picture processing crosses the threshold the
phoneix prawn documents attached
- 2022-02-03 00:45:51下载
- 积分:1
-
When creating applications with a complex view layout, there are several feature...
When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
- 2022-06-30 06:29:02下载
- 积分:1
-
VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动....
VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动.-VC 6.0 real-time graphs procedures. Along with the changes in input data, Real-time charts followed the curve fluctuations.
- 2022-02-02 03:32:51下载
- 积分:1
-
用VC++6.0实现的一个可绘制旋转文本的简单程序源码
用VC++6.0实现的一个可绘制旋转文本的简单程序源码-VC 6.0 can be of a rotating text rendering the simple procedure FOSS
- 2023-03-30 01:45:03下载
- 积分:1
-
像素本身,创建一个新的像素或提高现有
PIXEL, by itself, creates a new PIXEL or raises the existing
singleton*.-PIXEL, by itself, creates a new PIXEL or raises the existing
singleton*.
- 2022-06-15 14:01:06下载
- 积分:1
-
地质制图系统_GeoMap3.5正式版20080325,是地理信息系统领域和地震地质领域绘等值线等图的有效工具...
地质制图系统_GeoMap3.5正式版20080325,是地理信息系统领域和地震地质领域绘等值线等图的有效工具-Geological Mapping System _GeoMap3.5 official version 20080325, is the field of geographic information systems and seismic geological fields, such as contour map drawn an effective tool
- 2022-02-12 06:32:53下载
- 积分:1
-
图形学和数据结构的一些算法 还有图形学的一些算法的演示
图形学和数据结构的一些算法 还有图形学的一些算法的演示-graphics and data structure of the algorithm there are some graphics algorithm demo
- 2022-01-29 03:40:28下载
- 积分: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
-
这个程序演示了如何通过加载不同的ICO图标文件制作鼠标动态光标效果...
这个程序演示了如何通过加载不同的ICO图标文件制作鼠标动态光标效果-this procedure demonstrated how different loading icon document production ICO mouse cursor dynamic effects
- 2022-02-03 17:41:44下载
- 积分:1