-
计算机图形学的几何变换,是用VC++的MFC写的
计算机图形学的几何变换,是用VC++的MFC写的-computer graphics geometric transformation is the use of VC++ MFC write
- 2022-03-16 09:28:25下载
- 积分:1
-
BMP图像的中值滤波
对BMP图像进行中值滤波-median filter for bmp image
- 2022-06-14 17:00:42下载
- 积分:1
-
200 多个可靠的算法源程序 Numerical Recipes Pascal代码
200 多个可靠的算法源程序 Numerical Recipes Pascal代码-reliable algorithm source code Pascal Numerical Recipes
- 2022-02-02 21:56:41下载
- 积分:1
-
1335控制的320x240图形液晶驱动程序
1335控制的320x240图形液晶驱动程序 -1335 controlled 320x240 graphics LCD driver
- 2022-11-29 20:35:04下载
- 积分:1
-
如何在红色,绿色和蓝色的值的屏幕上访问的颜色
如何获取屏幕上各颜色的红、绿、蓝值-how to access the colors on the screen in red, green and blue values
- 2023-06-08 18:00:04下载
- 积分:1
-
高级指纹分算法析源代码高级指纹分算法析源代码
高级指纹分算法析源代码高级指纹分算法析源代码-Senior Fingerprint Algorithm Fingerprint analysis of the source code sub-algorithm for high-level source code analysis
- 2022-03-30 18:56:00下载
- 积分:1
-
阐述光线跟踪算法的数据结构
阐述光线跟踪算法的数据结构 -Ray-tracing algorithm on the data structure
- 2022-04-10 17:44:43下载
- 积分:1
-
需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。...
需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。 -D3D 9SDK needs, a part of the graphics engine, including 3DS MAX plug-derived model file import, quadtree LOD, etc.
- 2022-02-03 10:14:09下载
- 积分:1
-
使用SolidWorks apivisual基本开发的全自动采集所以..
利用Solidworks APIVisual Basic 与 开发的自动获取Solidworks绘图窗口中装配件中各零部件的隶属关系-use Solidworks APIVisual Basic and development of the automatic acquisition So lidworks drawing window assembly in various parts of the affiliation
- 2022-08-13 08:53:53下载
- 积分: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