-
I was left protues the simulation led to the situation, 51 MCU control, successf...
我是在protues中仿真led左移的情况,用51单片机进行控制,成功的实现了8*8点阵的移动-I was left protues the simulation led to the situation, 51 MCU control, successful implementation of the 8* 8 matrix of mobile
- 2023-06-10 07:00:03下载
- 积分:1
-
基于贝叶斯的面部表情识别
资源描述基于贝叶斯的表情识别 非常清晰好理解
- 2022-03-26 17:39:50下载
- 积分:1
-
一个简单的电子元器件绘制源代码,实现了一些基本功能,适合初学者使用。...
一个简单的电子元器件绘制源代码,实现了一些基本功能,适合初学者使用。-a simple electronic components mapping the source code to achieve some basic functions, for beginners.
- 2022-06-26 18:26:44下载
- 积分:1
-
high
高质量的扫描线填充算法-high-quality scanning fill algorithm
- 2023-07-09 17:10:03下载
- 积分:1
-
能够在实现交互式绘图的软件
能够在实现交互式绘图的软件-to achieve interactive graphics software
- 2023-05-30 01:15:03下载
- 积分:1
-
facet边缘检测的matlab源代码,是基于二阶模型,只要运行最后一个hhh.m就可以了...
facet边缘检测的matlab源代码,是基于二阶模型,只要运行最后一个hhh.m就可以了-facet Edge Detection Matlab source code is based on second-order model, as long as the last one run on the hhh.m
- 2023-01-29 18:00:04下载
- 积分:1
-
球面坐标定位法校正鱼眼图像畸变
根据鱼眼镜头成像的特点,选择合适的图像畸变校正算法,标定鱼眼图像的中心和半径,用标定得到的参数进行校正,推出校正模型,方法简单。程序使用visual studio 2008 编写,需要OpenCV的支持,效果还算可以,不过还有待改进。
- 2022-11-19 19:00:04下载
- 积分:1
-
Image processing, including the image of the anti
图像的处理,包括图像的反色、颜色直方图、输入图像等-Image processing, including the image of the anti-color, color histogram, the input image, such as
- 2022-06-20 11:17:04下载
- 积分:1
-
简单的OCR识别程序,该源码仅供参考!如有疑问,可上论坛OPENCV中文网讨论。...
简单的OCR识别程序,该源码仅供参考!如有疑问,可上论坛OPENCV中文网讨论。-OCR simple identification procedures, the source code for reference purposes only! In case of doubt, the Chinese network OPENCV discussion forum.
- 2023-04-27 20:15:03下载
- 积分: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