-
我自己写的文本播放器,有点漏洞,请各位大侠有空帮忙改一下...
我自己写的文本播放器,有点漏洞,请各位大侠有空帮忙改一下-I wrote the text player, a little loophole, please heroes time to help change it
- 2022-12-23 21:20:03下载
- 积分:1
-
zooming, voxelspace and plasma
zooming, voxelspace and plasma
- 2022-03-18 05:20:42下载
- 积分:1
-
Using quad to reconstruct the contour of skin , it is very useful for medical im...
运用四边形网格实现医学图像皮肤组织的三维重建算法,对于医学图像的三维重建非常有用-Using quad to reconstruct the contour of skin , it is very useful for medical image reconstruction
- 2022-05-29 00:38:09下载
- 积分:1
-
本代码完成字模提取,将输入汉字转化成点阵信息存储为文件
本代码完成字模提取,将输入汉字转化成点阵信息存储为文件-Abstraction to input Chinese characters into the lattice of information storage for documents
- 2022-11-30 12:30:05下载
- 积分:1
-
Alphat透明合成系统源代码源代码,呵呵,下载它,G.
Alphat透明合成系统源代码源代码,呵呵,下载吧,将gif图转化成透明的-Alphat transparent Synthesis System source code source code, huh, download it, gif map into transparent
- 2022-05-26 07:14:54下载
- 积分:1
-
一个可用于人脸识别的人脸库
一个可用于人脸识别的人脸库-a face recognition can be used for the Face
- 2022-02-15 08:29:45下载
- 积分:1
-
本程序实现基于差平方和的图像匹配,本程序的优点是在大噪声条件下的匹配成功率很高,缺点是随着匹配区域以及图像的扩大,程序的耗时越来越长...
本程序实现基于差平方和的图像匹配,本程序的优点是在大噪声条件下的匹配成功率很高,缺点是随着匹配区域以及图像的扩大,程序的耗时越来越长-This procedure square and bad based on the implementation of image matching, the advantages of this procedure are in the noise of the match under the conditions of a very high success rate, with the disadvantage match the expansion of regional as well as images, more and more time-consuming process long
- 2022-02-02 10:47:45下载
- 积分:1
-
mh编码的算法,已经调试成功,可以使用
mh编码的算法,已经调试成功,可以使用-mh coding algorithm has been successfully debugging, you can use
- 2022-05-25 23:33:36下载
- 积分:1
-
图像处理图像转置源代码
图像处理图像转置源代码-image processing images to the source code of home
- 2022-08-07 04:33:44下载
- 积分: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