-
图形学的一个作业,通过对话框画直线、圆弧、椭圆弧
图形学的一个作业,通过对话框画直线、圆弧、椭圆弧-graphics of an operation, through dialog painting line, arc, ellipse
- 2022-01-25 21:55:41下载
- 积分:1
-
联合轮廓法在低分辨率视频下的多目标追踪,维普资讯上下的,有需要的可以...
联合轮廓法在低分辨率视频下的多目标追踪,维普资讯上下的,有需要的可以-Joint profile in low-resolution video under the multi-target tracking, VIP information from top to bottom, there is a need to look at the
- 2022-03-29 15:42:18下载
- 积分:1
-
实现缺角立方体旋转,VC,在WinXP下运行,也可以在…
实现缺角立方体的旋转,VC实现,在WINXP上运行,缺角正方体可以绕X,Y,Z和中心进行旋转,画面清晰-realize na corner cube rotation, VC, in WINXP run, and none could be around the corner cube X, Y, Z and the center rotation, clear picture
- 2022-03-12 12:03:43下载
- 积分:1
-
图元识别:数字化图像是一个m*m的像素矩阵。每个像素要么为0,要么为1。识别图元就是对图元像素进行标记,当且仅当两个像素属于同一图元时,他们的标号相同...
图元识别:数字化图像是一个m*m的像素矩阵。每个像素要么为0,要么为1。识别图元就是对图元像素进行标记,当且仅当两个像素属于同一图元时,他们的标号相同-map Identification : digital image is an m* m pixel matrix. Each pixel either 0 or 1. Recognition is the right map billion yuan pixel map marking, if and only if two pixels belonging to the same map yuan, the same label
- 2022-01-21 21:27:21下载
- 积分:1
-
本程序提供游程长度压缩和解压缩函数,并对图象文件压缩和解压缩...
本程序提供游程长度压缩和解压缩函数,并对图象文件压缩和解压缩-procedures for the run-length compression and decompression functions, as well as image compression and decompression
- 2022-01-26 04:08:28下载
- 积分:1
-
画虚的直线和曲线
画虚的直线和曲线-paintings and abstract linear curve
- 2022-07-13 08:55:38下载
- 积分:1
-
FreeTextBox is a free Asp.net page editor, the official default to English, this...
FreeTextBox是一款免费的Asp.net网页编辑器,官方默认为英文版,该版本设置为简体中文版,可以设置文字样式、在线排版、图片上传等(FreeTextBox源码需要单独购买授权),该代码包括了各类应用的演示和实现过程
包括:功能设置、下拉显示、多语言(包括简体中文、繁体、英文等)切换、JS调用、WebParts应用、Ajax无刷新交互、
-FreeTextBox is a free Asp.net page editor, the official default to English, this version is set to Simplified Chinese version, you can set the text style, on-line publishing, image upload, etc. (FreeTextBox source license must be purchased separately), the code include a wide range applications, demonstration and implementation process include: feature set, drop-down display, multiple languages (including simplified Chinese, traditional Chinese, English, etc.) to switch, JS call, WebParts applications, Ajax without refreshing interaction,
- 2022-02-01 19:17:34下载
- 积分:1
-
This is a graphics of cutting algorithm commonly used characters, including cutt...
这是图形学中的一个常用裁剪算法包括字符裁剪,终点裁剪,多边形裁剪等很多算法.-This is a graphics of cutting algorithm commonly used characters, including cutting and finish cutting, cutting as many polygons algorithm.
- 2022-04-16 04:44:32下载
- 积分:1
-
很有名的扫描线填充算法实现。可以用左键画完所有的封闭线段,然后点击右键填充所有封闭区域...
很有名的扫描线填充算法实现。可以用左键画完所有的封闭线段,然后点击右键填充所有封闭区域-famous scanning lines filling algorithm. Left unfinished can use all the closed segment, then right-click to fill all the closed region
- 2022-03-13 18:54:49下载
- 积分: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