-
VC++ 实现的一聚类分析程序,具有简单的分析识别能力
VC++ 实现的一聚类分析程序,具有简单的分析识别能力-VC++ Realize one of the cluster analysis procedures, with a simple analysis to identify the capacity of
- 2022-10-12 01:10:03下载
- 积分:1
-
graphical data format conversion
图形的数据格式转换-graphical data format conversion
- 2022-06-01 23:50:29下载
- 积分:1
-
计算机图形学 用BRESEHAM方法制作直线的课程设计报告,内容有源码,调试过程,截图,有文档,希望大家下载...
计算机图形学 用BRESEHAM方法制作直线的课程设计报告,内容有源码,调试过程,截图,有文档,希望大家下载-Computer graphics methods used BRESEHAM straight report of the curriculum design, content source and debugging process, screenshot, there are documents, I hope you download
- 2023-04-28 10:05:04下载
- 积分:1
-
Color Image Edge Detection for Color Image Edge Detection procedures correctly
彩色图像的边缘检测彩色图像的边缘检测程序正确-Color Image Edge Detection for Color Image Edge Detection procedures correctly
- 2023-06-12 01:20:03下载
- 积分:1
-
基于神经网络的字符识别系统,详细描述了…
基于神经网络的字符识别系统,详细描述了文本的识别方法,提出了一种新的识别技术。
- 2022-02-04 16:52:16下载
- 积分:1
-
添加设置对话框的背景
添加设置对话框的背景-add settings dialog background
- 2022-03-06 05:02:04下载
- 积分:1
-
可以准确读取图片上的曲线数据值,方便进行后期处理
可以准确读取图片上的曲线数据值,方便进行后期处理-can exactly get data on a gragh
- 2022-05-31 07:20:14下载
- 积分:1
-
这是一个关于数字图象的实验. 制作的内容是马赫带效果的显示....
这是一个关于数字图象的实验. 制作的内容是马赫带效果的显示.-This a digital image of the experiment. Production of the contents of the effect of Mach band show.
- 2022-02-26 18:24:11下载
- 积分:1
-
基于静态图像的人脸识别系统,由武汉大学计算机学院开发,功能齐全,值得学习....
基于静态图像的人脸识别系统,由武汉大学计算机学院开发,功能齐全,值得学习.-Based on the static image of Face Recognition System, Computer Science from Wuhan University development, full-featured, it is worth learning.
- 2022-02-06 07:25:12下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1