-
Hamming_Code
查表法计算汉明码,适用于DSP28335(calculate hamming code by table look-up method)
- 2017-07-03 10:49:22下载
- 积分:1
-
lua-5.2.3.tar
lua open source libary
- 2014-10-21 09:41:22下载
- 积分:1
-
FillRegion
图形学上机程序,利用种子填充和扫描线算法实验区域的填充。有助于学习者掌握填充算法。进一步理解和学习图形学。(Graphics on procedures, the use of seed filling and scan line algorithm experimental area fill. Help learners fill algorithm. Further understanding and learning graphics.)
- 2013-04-18 13:38:32下载
- 积分:1
-
FunCode平台c++实现的中国象棋游戏完整工程
资源包含完整的vs2010工程,代码通过本人的测试,只需安装好FunCode就能运行,工程包含非常详细的注释,容易理解,非常适合初学者学习采纳。
- 2022-06-14 15:43:52下载
- 积分:1
-
lcd12864
ccs关于测试温度的一些简单小程序,希望能对大家有所帮助。(ccs project)
- 2015-12-03 11:28:52下载
- 积分:1
-
加入铲子程序
使用STM8L平台打照,含有液晶显示,按键控制。
- 2022-01-25 17:03:38下载
- 积分:1
-
splitimg
自己编的利用FreeImage库分割图像的程序,可以将一个图片分成5个不同区域的图片,主要用于壁纸分割.(Own use FreeImage library image segmentation procedure, a picture can be divided into five different regions of the picture, the main partition for wallpaper.)
- 2009-03-19 19:31:01下载
- 积分:1
-
sccomx
串口检查源码,VC++工程项目,经典串口通信工具(failed to translate)
- 2010-01-20 12:28:40下载
- 积分:1
-
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 <enter>
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 <enter>
(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 <enter>
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 <enter>
)
- 2013-01-05 23:11:23下载
- 积分:1
-
动态规划简介
动态规划知识讲解以及动态规划的题目,ACM上常见题型。(Dynamic programming knowledge and the topic of dynamic programming.)
- 2020-06-19 04:40:01下载
- 积分:1