-
mixer in java multi purpose
mixer in java multi purpose
- 2022-11-27 12:45:03下载
- 积分:1
-
2,005 pictures they used Photoshop to do, for your reference!
2005年画,自己用PHOTOSHOP做的,可以给大家参考!-2,005 pictures they used Photoshop to do, for your reference!
- 2022-02-21 02:25:53下载
- 积分:1
-
好多好用的图标,丰富多采
好多好用的图标,丰富多采-many user-friendly icons, rich
- 2022-06-15 02:01:51下载
- 积分:1
-
fast Fourier transformation, C language fast Fourier transformation.
快速付立叶转换,C语言实现快速付立叶转换.-fast Fourier transformation, C language fast Fourier transformation.
- 2022-03-19 21:58:42下载
- 积分:1
-
一个用c语言实现的绘图风车, 直接在turbo c下即可以实现。
一个用c语言实现的绘图风车, 直接在turbo c下即可以实现。-a language with graphics windmills, directly under the turbo c that can be achieved.
- 2022-05-26 23:46:44下载
- 积分:1
-
simple _resource _editor
simple _resource _editor
- 2022-07-15 15:43:19下载
- 积分:1
-
简单利用立体几何实现的视图游览公告板深度遮挡问题.
简单利用立体几何实现的视图游览公告板深度遮挡问题.-Simple to use three-dimensional geometric realization of the view tour Bulletin Board depth occlusion.
- 2022-07-01 21:28:05下载
- 积分:1
-
FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定...
FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测
操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理
模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。
另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-FaceDetection project run-time, first of all documents to be adopted
- 2022-07-03 12:48:23下载
- 积分:1
-
哈夫曼编码(C语言)
哈夫曼编码(C语言)-Huffman coding (C language)
- 2022-08-23 08:31:38下载
- 积分: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