-
CAD VBA 小程序,画线小程序,初学!!分享
CAD VBA 小程序,画线小程序,初学!!分享-CAD VBA applet, drawing a line of small procedures, beginner! ! Share
- 2023-08-17 05:10:03下载
- 积分:1
-
黑色背景图中检测两条白色直线交点
黑色背景图中检测两条白色直线交点-black background map Detection two white line Nodal
- 2022-03-24 14:08:08下载
- 积分:1
-
VC汉字识别系统源码与个体软件改进文档
VC汉字识别系统源码与个体软件改进文档-VC Chinese character recognition system with individual source software to improve document
- 2022-03-19 17:38:02下载
- 积分:1
-
用一组线性相位的滤波器组来对图像进行处理,以检验该线性系统的各项参数是否符合要求。...
用一组线性相位的滤波器组来对图像进行处理,以检验该线性系统的各项参数是否符合要求。-using a linear-phase filter to the image processing, to test the linear systems of the various parameters whether it meets the requirements.
- 2022-08-21 04:03:27下载
- 积分:1
-
digital image compression algorithm based on MATLAB digital image compression al...
数字图像压缩算法,基于MATLAB的数字图像压缩算法,DCT格式
-digital image compression algorithm based on MATLAB digital image compression algorithm, DCT format
- 2023-03-17 04:15:03下载
- 积分:1
-
能够对图象进行灰度均衡VC++算法子程序
能够对图象进行灰度均衡VC++算法子程序-right image to gray balance VC algorithm Subroutine
- 2022-04-29 07:08:20下载
- 积分:1
-
English.
System will automatically delete the directory of debug and release,...
English.
System will automatically delete the directory of debug and release, so
- 2023-07-14 17:50:03下载
- 积分:1
-
一个简单的仪表程序,现在好多网站提供的需要注册收费,这是一个免费的,可以参考一下...
一个简单的仪表程序,现在好多网站提供的需要注册收费,这是一个免费的,可以参考一下-A simple instrument procedures, and now needs a lot of website registration fees, this is a free, you can refer to
- 2022-07-03 14:41:11下载
- 积分:1
-
Use of C language painting fractals
-用C语言画分形图 -- Use of C language painting fractals
- 2022-03-23 21:36:10下载
- 积分: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