-
带460种图片切换特效的VB相册屏保
非常全的图片切换特效,总共有460种特效效果,既可以顺序播放,也可以随机播放,如此丰富的特效,同时还支持背景音乐播放,感觉非常酷。支持的图片文件格式包括:.JPEG;.jpg;.bmp支持的背景音乐文件格式包括:.MP3;.wav;.mid
- 2022-07-15 21:57:10下载
- 积分:1
-
in simulated clock operation of the source language c
在dos下模拟时钟运转的c语言源码-in simulated clock operation of the source language c
- 2022-01-25 18:56:00下载
- 积分:1
-
一个很简单的扫描线填充图例,对于大学本科同学有帮助
一个很简单的扫描线填充图例,对于大学本科同学有帮助-a very simple scan lines filled legend for college students help
- 2022-03-16 12:43:32下载
- 积分:1
-
fingerprint images can be used to fingerprint identification test
指纹图像,可用于指纹识别试验-fingerprint images can be used to fingerprint identification test
- 2023-03-06 18:25:04下载
- 积分:1
-
在灰度图像处理的MATLAB统计的一些小程序
指纹识别设计中关于指纹方向图求取的一段matlab小程序-On the grayscale image processing matlab statistics for some small programs
- 2023-06-02 18:45:03下载
- 积分:1
-
中点画圆,线,圆,直线Bresenham
中点画圆,直线,bresenham画圆以及直线-midpoint Circle, Line, Circle and straight bresenham
- 2023-05-09 03:00:02下载
- 积分:1
-
Delphi中绘制实时监控曲线,非常实用的源码。
Delphi中绘制实时监控曲线,非常实用的源码。-Delphi mapping real-time monitoring curve, a very practical source.
- 2022-03-01 19:39:29下载
- 积分:1
-
Beisaierniuman function mapping code, a common mathematical functions code, VC++...
贝赛尔纽曼函数绘图代码,一种常用的数学函数代码, VC++60 开发,编译通过-Beisaierniuman function mapping code, a common mathematical functions code, VC++60 develop, compile
- 2023-04-23 11:05:03下载
- 积分:1
-
最大方差展开 Maximum Variance Unfolding 降维算法
流形学习中的经典降维算法 Maximum Variance Unfolding 保持原高维空间点对距离与降维后低维空间的点对距离相等最大化方差
- 2022-08-11 17:09:40下载
- 积分: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