-
将问卷调查结果以图表(柱状图和饼状图)的方式直观的表示出来(调查结果为随机生成的)...
将问卷调查结果以图表(柱状图和饼状图)的方式直观的表示出来(调查结果为随机生成的)-outcome of the survey will be to chart (column and Caky) intuitive way to express (findings of the randomly generated)
- 2022-05-28 09:14:18下载
- 积分:1
-
国外的一个关于STEREO方面的源码,C++语言编写,使用研究立体视觉和三维重建的工作者。...
国外的一个关于STEREO方面的源码,C++语言编写,使用研究立体视觉和三维重建的工作者。-abroad for a STEREO of source code, written in C, use 3D visual and three-dimensional reconstruction workers.
- 2022-11-05 05:05:02下载
- 积分:1
-
一个png源码。
一个png源码。-one source.
- 2023-03-16 09:30:04下载
- 积分:1
-
mfc和矢量图开发,能画简单的图,圆,椭圆,直线,矩形,平移,填充...
mfc和矢量图开发,能画简单的图,圆,椭圆,直线,矩形,平移,填充
-mfc and vector development, can draw a simple diagram, round, oval, linear, rectangular, pan, filling
- 2023-01-25 17:15:06下载
- 积分:1
-
一个图形学的小房子,主要应用DDA算法,和内点区域填充,DDA算法,还有延迟...
一个图形学的小房子,主要应用DDA算法,和内点区域填充,DDA算法,还有延迟-a small house, the main application of DDA algorithm, and points within the region to fill the DDA algorithm, the delay
- 2022-02-05 17:35:04下载
- 积分:1
-
一款用vc++编写的画图软件,本软件提供了画一些基本图形的功能,还有将图形进行填充。...
一款用vc++编写的画图软件,本软件提供了画一些基本图形的功能,还有将图形进行填充。-vc with one prepared by the drawing software, the software provides a graphic pictures of some of the basic functions, there will be graphics for filling.
- 2022-08-10 05:52:45下载
- 积分: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
-
图像处理演示程序源代码
图像处理演示程序源代码-image processing demonstration program source code
- 2022-11-22 01:25:03下载
- 积分:1
-
这个程序是应用两种图形变换形式(即:1.保持观测系统2.改变观测系统)来绘制三维图形...
这个程序是应用两种图形变换形式(即:1.保持观测系统2.改变观测系统)来绘制三维图形-This procedure is the application of two types of graphics transform form (ie: 1. To maintain observing systems 2. To change the observing system) to draw three-dimensional graphics
- 2022-11-26 01:25:03下载
- 积分:1
-
K线图的核心模块
金融K线图核心模块,就是用一些K线均线画出黑色背景的图形和图像,从而反映出股票行情等一系列的东西,代码具有很大的通用性
- 2022-02-26 03:20:45下载
- 积分:1