-
VC编写的将曲线图像数字化的软件
VC编写的将曲线图像数字化的软件-VC curve will be prepared by the digital image software
- 2022-07-22 19:31:32下载
- 积分:1
-
OpengL编程技术和VC++,有相关算法
OpengL编程技术和VC++,有相关算法-OpengL programming techniques and VC++, there is correlation algorithm
- 2022-02-03 01:49:24下载
- 积分:1
-
一个视频应用的BF561。
an video application an bf561.
- 2022-03-20 01:46:04下载
- 积分:1
-
基于静止背景下运动目标检测中恢复背景的示例代码VC程序
基于静止背景下运动目标检测中恢复背景的示例代码VC程序-based on static background moving target detection resume background sample code VC Program
- 2022-01-25 22:36:00下载
- 积分: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
-
带约束条件的delaunay分割
带内边界约束条件点集的Delauney三角剖分是有限元分析、计算机图形学及真实感图形等许多领域常遇到的一个基本问题.在已有算法的基础上通过插入中点恢复约束边界,较好地实现了带内边界约束散乱数据的Delaunay三角剖分.
找了半天国内网站上都没找到好用的,好不容易从国外的网站上下载到的..带示例数据和源码 delaunay三角剖分,非常棒,欢迎下载~
- 2022-09-26 04:15:03下载
- 积分:1
-
CT基本算法
简单的演示了CT的基本算法和实现,有图示和源码,标准的C++代码,可用于学习CT的基本知识。
- 2023-01-26 23:45:03下载
- 积分:1
-
B样条曲线的生成,我们平时实验课上做的实验.
B样条曲线的生成,我们平时实验课上做的实验.-B-spline curve generation, we usually do experiments on the experiment.
- 2022-05-26 16:49:27下载
- 积分:1
-
2D scanning fill algorithm, the procedures under the left mouse button to choose...
二维图形中扫描线填充算法,本程序根据鼠标左键选择图形每个顶点,用右键闭合图形,然后填充-2D scanning fill algorithm, the procedures under the left mouse button to choose graphics for each vertex, right-Closed graphics, then filled
- 2023-05-20 02:35:03下载
- 积分:1
-
二维三维图形的基本变换
通过代码的实现是得实现二维三维几个变化,可以输入自己想要图形的顶点数,再输入变化模式:比例,对称,错切,平移,旋转五个变换中的一个,再输入相关变化的x,y,z轴,经过变换继而出现变换后的坐标。
- 2022-12-24 13:10:03下载
- 积分:1