-
-
Kmeans.rar
包含两个文件KMEAN.h,KMEAN.CPP,使用方法非常简单,将数据存成.dat文件,即可对其进行K均值聚类
-
-
mpg.rar
多个文件的合并,对mpeg,dat等多媒体文件的合并.简单实用.
-
DS1307.rar
时钟模块DS1307驱动I2C
uchar Read_DS1307(uchar addr)
void Write_DS1307_Byte(uchar byte)
void Write_DS1307(uchar addr,uchar dat)
void rtc_get(void)
void rtc_set(void)
-
RADIO.rar
LC72130+1823程序
void out(uchar dat)
ulong in_data(void)
void out_data(uchar dat1,uchar dat2,uchar ... ,uchar dat4)
void display_tunner(unsigned long dat)
void tunner_init(void)
void display_mute(uchar dat)
void RADI0_DIsplay_VOLUME(uchar volume) ...
-
read.rar
该编码可以实现把文本文件读成.dat文件,这样在程序加载时可以方便的使用
-
-
-
upsd_flash.zip
... . As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for common tasks (like dat polling after
writing a byte to Flash) The penalty is the extra processor
time to make the nested calls.
-
200412262259022.rar
... 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 ...
-