资源列表
counting.c
- Counting sort/C counting sort is an algorithm for sorting a collection of objects according to keys that are small integers
PEGASIS
- implementation of pegasis code
RUNNING-LEDs
- Running led using C language program at ATMega 8535 upload with CVAVR
testms5534
- 基于msp430F149单片机,模拟spi,驱动ms5534测量程序。含工程文件方便调用。-Based msp430F149 microcontroller, atmospheric pressure measurement module MS5534 drivers, analog spi, including engineering test program.
raplc
- 编译原理的实验:bison实现的逆波兰计算器,doc文件有编译过程,注意安装bison在运行-bison implemented RPN calculator, doc file has the compilation process, pay attention to install bison running
Source
- C++ program to solve polynomials using linked lists data structure.
CMMInterpreter
- CMM解释器,使用java进行词法语法语义分析,带图形界面-CMM Interpreter in Java with GUI.
ad7715
- his program has read and write routines for the 68HC11 to interfaceto the AD7715 and the sample program sets the various registers and then reads 1000 samples the part.-his program has read and write routines for the 68HC11 to interfaceto the AD7715
serialcom-wwing99
- MFC / simply usart Test
lexical-analysis
- 实现了编译器环节中的词法分析,将合法的源代码正确解析为二元式,错误的源代码指出错误的地方-Achieve a compiler environment lexical analysis, legitimate source code correctly parse a binary type, source of the error code indicates the wrong place
WavePlayerLib
- Wave player based on AVR atmega64 or atmega128
kmeans
- Algorithm k-means is a simple iterative clustering algorithm, which divides the set of data to a user-specified number of clusters, k. The algorithm is simple to implement and run relatively fast, easily adaptable and common in practice. It is his