-
c++实现的可视化源代码,基于OpenGL实现的数据流可视化软件开发包。...
c++实现的可视化源代码,基于OpenGL实现的数据流可视化软件开发包。-c++ to achieve visualization of source code, based on the data stream to achieve OpenGL visualization software development kits.
- 2022-03-15 08:26:17下载
- 积分:1
-
图象模板匹配算法源代码
图象模板匹配算法源代码-image template matching algorithm source code
- 2022-06-22 02:35:21下载
- 积分:1
-
用MFC制作屏幕保护程序
用MFC制作屏幕保护程序-produced using MFC screen protection program
- 2022-06-27 08:50:22下载
- 积分:1
-
这是一种新的直方图处理技术,它在分开的直方图基础上重新分配三个子图像的像素。我们使用k...
这是一种新的直方图处理技术,它在分开的直方图基础上重新分配三个子图像的像素。我们使用k-means获得来自输入图像的二个质心, 然后推论出二个极值把输入图像分为三个子图像。 在精确的数学计算之后,连接的成份被从子图像单独地获取。 应用上述新直方图处理技术,,分别对三个子图像(基于原始直方图的两个极值分解输入图像获得)实行直方图均等化。-This is a new histogram processing techniques, it is separate from the histogram based on the redistribution of the three sub-image pixel. We use k-means to obtain the input image from the center of mass of the two, and then infer the input image 2 Extremal divided into three sub-image. In precise mathematical calculations, the connected components of sub-image from a separate access. Application of the new histogram processing techniques, respectively, of the three sub-image (based on the original histogram of the two extremal decomposition of the input image to obtain) the implementation of histogram equalization.
- 2022-07-25 00:38:23下载
- 积分:1
-
有关JPEG的简单程序源码
有关JPEG的简单程序源码-Simple sourcecode for JPEG
- 2023-05-15 22:25:03下载
- 积分:1
-
Asuo二维绘图控件 V2.0
Asuo二维绘图控件 V2.0-Asuo 2D graphics Control V2.0
- 2023-06-20 19:25:05下载
- 积分:1
-
三维动画的过程,实现了对旋转灯的点亮,是…
3D动画程序,实现圆锥体的的旋转,灯光照亮,是个半透明的三维物体。-3D animation process, the realization of the cone rotating lights illuminate, is a translucent three-dimensional objects.
- 2022-02-04 03:12:13下载
- 积分:1
-
分形图像的处理方法,主要技术手段及未来的趋势
分形图像的处理方法,主要技术手段及未来的趋势-Fractal image of the treatment methods, the main technical means and future trends
- 2023-01-27 19:15:03下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
骨架0.rar提取物
提取骨架0.rar-extract skeleton 0.rar
- 2022-01-26 03:05:15下载
- 积分:1