-
数字的识别系统,包括图像二值化,归一化以及数字的分割
数字的识别系统,包括图像二值化,归一化以及数字的分割-digit identification systems, including images of the two values, and to a number of segmentation
- 2022-08-02 16:59:16下载
- 积分:1
-
用C++编写的一个2D足球演示程序,将人工智能加入到游戏中,制作出了一个生动而又功能全面的足球游戏。...
用C++编写的一个2D足球演示程序,将人工智能加入到游戏中,制作出了一个生动而又功能全面的足球游戏。-With C++ Prepared a 2D soccer demo program will be added to the game of artificial intelligence, to produce a vivid and full-featured game of football.
- 2022-08-19 09:00:24下载
- 积分:1
-
此压缩包没有解压密码,下载后不需要安装,直接可以运行。...
此压缩包没有解压密码,下载后不需要安装,直接可以运行。-there s no password,you can run it directly after downloading
- 2023-02-28 08:45:04下载
- 积分:1
-
channels will be a color image broken down into three
channels 将一幅彩色图像分解成三通道图像并分别显示。-channels will be a color image broken down into three-channel images show.
- 2022-07-20 02:16:29下载
- 积分:1
-
OpenGL的一个灯光效果源代码和应用程序
OpenGL的一个灯光效果源代码和应用程序-OpenGL, a lighting source code and applications
- 2022-03-01 08:29:55下载
- 积分:1
-
一个十分有趣的弹跳球体
一个十分有趣的弹跳球体-a very interesting bouncing ball
- 2022-07-12 09:02:22下载
- 积分:1
-
这是一个三维立方体旋转动画,但要注意在运行可执行文件时很容易死机。...
这是一个三维立方体旋转动画,但要注意在运行可执行文件时很容易死机。-This is a three-dimensional rotating cube animation, but in which to run the executable file is very prone to crashing.
- 2022-02-20 01:57:04下载
- 积分:1
-
图形色彩量子化及材质压缩程序源代码
图形色彩量子化及材质压缩程序源代码-Quantum Color Graphics and material compression source code
- 2022-03-24 09:17:13下载
- 积分:1
-
bmp图片打开,显示,可以进行数字图象处理的一些变化,对bmp图片进行灰度化以后,可以进行数字滤波,fft等。还有几何变换的一些功能。此工程是我们数字图象处理课...
bmp图片打开,显示,可以进行数字图象处理的一些变化,对bmp图片进行灰度化以后,可以进行数字滤波,fft等。还有几何变换的一些功能。此工程是我们数字图象处理课程时候的作业。非常适合在校大学生研究学习。-bmp picture opened, display, digital images can be some of the changes, bmp picture of gray, can digital filter, such as fft. There transform the geometric features. This project is digital image processing-time work. Very suitable for college students study.
- 2022-02-03 14:10:24下载
- 积分: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