-
FTP
vc6写的ftp的客户端软件。 vc6写的ftp的客户端软件。(vc6 write ftp client software. vc6 write ftp client software.)
- 2008-12-16 10:27:19下载
- 积分:1
-
DS18B20
温度传感器DS18b20的最新驱动,供单片机学习开发参考使用(DS18b20)
- 2010-12-06 19:55:31下载
- 积分:1
-
RTv7.1-1.4-(VC2005)
rt block for matlab with source
- 2011-11-16 20:10:25下载
- 积分:1
-
LinkGame
Visual C#智能设备程序设计,游戏实例(Visual C# Smart Device Programming)
- 2010-11-29 19:01:23下载
- 积分:1
-
add16_32
十六位加法器,超前进位加法器,总共三十二位。
(Sixteen adder, look-ahead adder, a total of Thirty.)
- 2020-07-01 08:40:01下载
- 积分:1
-
liuziqi
六子棋网络对弈平台, 六子棋网络对弈平台。(six-game network game platform, six-game network game platform.)
- 2020-10-29 19:19:56下载
- 积分: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
-
顺序栈的添加删除
C语言 顺序栈 出栈入栈 初始化 添加栈元素 删除栈元素
- 2022-11-12 05:20:03下载
- 积分:1
-
mini6410-led
Mini6410的LED裸机开发程序,源代码(Mini6410 development process of the LED bare metal, the source code)
- 2013-06-07 12:38:40下载
- 积分:1
-
智能车寻迹
智能车竞赛中,要想让智能车根据赛道的不断变化灵活的行进,PID算法的采用很有意义。
首先必须明确PID算法是基于反馈的。一般情况下,这个反馈就是速度传感器返回给单片机当前电机的转速。简单的说,就是用这个反馈跟预设值进行比较,如果转速偏大,就减小电机两端的电压;相反,则增加电机两端的电压
- 2022-06-21 22:49:44下载
- 积分:1