本程序通过对研祥EVOC_PCL813高速A/D数据采集卡的驱动
本程序通过对研祥EVOC_PCL813高速A/D数据采集卡的驱动,采集40路模拟通道的数据,并以数据文件的形式存储在硬盘上,生成文本文件...
本程序通过对研祥EVOC_PCL813高速A/D数据采集卡的驱动,采集40路模拟通道的数据,并以数据文件的形式存储在硬盘上,生成文本文件...
词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i<=12 i++) {for(j=1 j<=12 j++)scanf("%d",&...
This is a program that will let you calculate roots with the Quadratic formula (including complex ro...
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a...
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among t...
A...
UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is in...
apriori java 实现 * A program to find association rules with the apriori algorithm (Agrawal et al. 199...
This program is the database application that display datasets and add, delete, edit a dataset....
PCCTS这个经典词法语法分析器的使用手册。学习编译原理必须。 A Language Translation Using PCCTS and C...