本程序通过对研祥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",&a[i][j]) } for(i=12 i>=1 i--){ for(j=12 j>=1...
This is a program that will let you calculate roots with the Quadratic formula (including complex roots), Factorial of a number, Fibonacci series (and...
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary...
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequentl...