-
delphi数字图像分割及代数.rar
delphi数字图像分割及代数.rar-digital image segmentation and algebra. Rar
- 2022-11-01 17:00:03下载
- 积分:1
-
vc7.0 编写的2000个点的二维三角剖分,剖分速度非常快!
vc7.0 编写的2000个点的二维三角剖分,剖分速度非常快!-very good!
- 2023-05-02 11:40:03下载
- 积分:1
-
这是一个模拟三维物体地旋转平移的小程序,内含说明文档。...
这是一个模拟三维物体地旋转平移的小程序,内含说明文档。-This is a simulated three-dimensional objects to the small rotary translation process, containing documentation.
- 2023-07-17 23:00:02下载
- 积分:1
-
TurboC编制的VGA模式下3维图形旋转演示。
TurboC编制的VGA模式下3维图形旋转演示。-TurboC based VGA mode rotating three-dimensional graphics demo.
- 2023-03-15 10:55:03下载
- 积分:1
-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1
-
骨骼动画.用c++ opengl 实现, 写得不错,值得初学者借鉴。
骨骼动画.用c++ opengl 实现, 写得不错,值得初学者借鉴。-Skeleton animation. With c++ Opengl realized, well written, it is worth drawing for beginners.
- 2022-02-05 02:06:35下载
- 积分:1
-
VC++数字图像处理典型算法及实现一书代码,上半部分
VC++数字图像处理典型算法及实现一书代码,上半部分-VC++ Typical digital image processing algorithm and the realization of a book code, the first half of the
- 2022-03-09 16:11:23下载
- 积分:1
-
基于地面特征识别的室内机器人视觉导航,武汉大学硕士论文含代码...
基于地面特征识别的室内机器人视觉导航,武汉大学硕士论文含代码-Ground-based feature recognition for indoor robot visual navigation, Wuhan University master
- 2022-01-24 14:59:56下载
- 积分: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
-
利用opencv实现的一个手势识别算法,识别效果很好!
利用opencv实现的一个手势识别算法,识别效果很好!-Opencv realize the use of a gesture recognition algorithm to identify good effect!
- 2023-06-19 06:30:03下载
- 积分:1