-
qt的高级模块,可以用来深入了解qt的高级应用方法
qt的高级模块,可以用来深入了解qt的高级应用方法-qt senior module can be used to qt-depth understanding of advanced applications
- 2022-10-17 13:40:03下载
- 积分:1
-
this program will not only draw one of the complex spiral patterns, can be tilte...
此程序不但画出了其中的复杂的螺旋图案,还可以倾斜任意角度,具有较大的灵活性,其中的一些细节很值得学习,对其他的绘制图形起了一个很好的借鉴作用-this program will not only draw one of the complex spiral patterns, can be tilted at any angle, with greater flexibility, some of which is worth learning details of the other mapping graphics with a good reference
- 2022-06-02 20:30:17下载
- 积分:1
-
这段程序,实现了上述的腐蚀运算,针对的都是黑色点。
这段程序,实现了上述的腐蚀运算,针对的都是黑色点。-this process, achieve the above corrosion operation has been aimed at Black Point.
- 2023-07-11 11:45:03下载
- 积分:1
-
中值滤波实现
中值滤波实现-Median filter to achieve
- 2022-09-06 11:55:03下载
- 积分:1
-
做实验室测试的matlab指纹识别代码,主要测试了指纹的几种特征提取对识别的影响,可用来进行论文论证阶段的实验室使用,希望对初学者和广大在校生有帮助。...
做实验室测试的matlab指纹识别代码,主要测试了指纹的几种特征提取对识别的影响,可用来进行论文论证阶段的实验室使用,希望对初学者和广大在校生有帮助。-do laboratory testing of Matlab fingerprint identification code, to test the fingerprint feature extraction of several pairs of identification, which can be used for the validation phase papers laboratory use, hope for beginners and the majority of in-school help.
- 2022-03-31 10:29:13下载
- 积分:1
-
旋转图像的源代码
旋转图像的源代码-rotating images of the source code
- 2022-03-19 15:59:52下载
- 积分:1
-
一个简单的单文档画图示例。提供绘制直线、圆、矩形的基本图元的功能,里面用力一些设计模式。...
一个简单的单文档画图示例。提供绘制直线、圆、矩形的基本图元的功能,里面用力一些设计模式。-a simple single document drawing examples. Drawing for a round, rectangular map yuan"s basic functions, they forced some design patterns.
- 2023-02-05 09:05:03下载
- 积分: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
-
表格控件GridCtrl
表格控件GridCtrl-forms controls GridCtrl
- 2022-07-18 18:13:50下载
- 积分:1
-
D3D11的Kinect点云可视化程序
一个简单的可视化程序,通过类接口输入深度图和色彩图像即可在窗口中显示在3D空间中有颜色的点云图形
- 2022-10-15 18:15:03下载
- 积分:1