资源列表
ParticleEx1
- Particle filter example, adapted Gordon, Salmond, and Smith paper. - Particle filter example, adapted Gordon, Salmond, and Smith paper.
ZF1FAN01
- CPU Fan Test 适合很多机型-CPU Fan Test for many models
knn
- 相互学习R语言,希望能够获得Matlab代码,我将不胜感激,R语言是不错的开源系统-hi,this is R language.
clsClass_Delay
- 一个很好的延时类,由VisualBasic开发。-A good delay classes from VisualBasic development.
MCU
- 基于ATmega128信号采集系统,DS18B20 温度传感器应用程序-Signal acquisition system based on ATmega128, DS18B20 temperature sensor applications
12C5620AD
- STC12C5620AD的读写程序-STC12C5620AD process of reading and writing
SeqListcode
- 顺序表的源程序,顺序表的基本操作实现实验 ,实验要求是:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法(各算法边界条件和返回结果适当给出): 1)创建任意整数线性表(即线性表的元素值随机在键盘上输入),长度限定在25之内; 2)打印(遍历)该线性表(依次打印出表中元素值); 3)在线性表中查找第i个元素,并返回其值; 4)在线性表中第i个元素之前插入一已知元素; 5)在线性表中删除第i个元素; 6)求线性表中所有元素值(整数)之和;
bsortpara
- prallel bubble sort algorithm with MPI
newwork
- K均值算法是一种常用的聚类算法,在Envi软件中分类可用到,该文档是isodata算法的设计思路与算法设计,引用百度文库。-k-means algorithm is a popular clustering algorithm, classification Envi software available to the document isodata algorithm design ideas and algorithm design, and reference Baidu library
xinhaofenxi
- 该程序实现信号的频谱、功率谱分析,时域图和频域图,自相关函数曲线等。-The program for the signal spectrum power spectrum analysis, time domain and frequency domain graph, autocorrelation function curve, etc
HUFFMAN
- Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
didazhong
- 在屏幕上画一个钟,时钟显示的时间和系统时间相同。钟的面板上有时针、分针、秒针3个表针在走动。随着秒钟的走动不断发出嘀嗒声。相关函数:sound(),gettime()等。