-
NEC 78F1166 make the line detector to measure the product line if there are prob...
NEC 78F1166做的线路检测仪来测量产品的线路是否有问题-NEC 78F1166 make the line detector to measure the product line if there are problems
- 2022-01-26 04:35:55下载
- 积分:1
-
c++单元测试框架,CppUnit
基于JUnit
c++单元测试框架,CppUnit
基于JUnit-c unit test framework, based on the JUnit CppUnit
- 2022-03-24 16:33:04下载
- 积分:1
-
单词频率统计,再次基础上可以开展更广泛的工作
单词频率统计,再次基础上可以开展更广泛的工作- The word frequency statistics, in the foundation may do a more
widespread work once more
- 2022-03-30 19:35:53下载
- 积分:1
-
这是写英语巴瑟升C。NET。我希望这将是advatagea…
this a english paser that is writed in c sharp .net. i hope it will be advatageaus.-this is a english paser that is writed in c sharp .net. i hope it will be advatageaus.
- 2022-10-27 21:20:03下载
- 积分:1
-
这是一个词法分析程序,能够区分标识符、数字、表达式。程序输入为一个文件,程序结果保存到一个链表中。...
这是一个词法分析程序,能够区分标识符、数字、表达式。程序输入为一个文件,程序结果保存到一个链表中。-This is a lexical analysis procedure and can distinguish identifier, figures and expression. Procedures for the importation of a document, the results of the proceedings to preserve a Linklist.
- 2022-09-26 21:45:02下载
- 积分:1
-
用词法+语法分析树写的四则运算,非常强大
用词法+语法分析树写的四则运算,非常强大
- 2022-03-22 11:19:24下载
- 积分:1
-
This was learned after compiling principle teacher
这是学了编译原理后在老师的帮助下,编的一个集词法,语法,语义于一体的分析其源码!可直接在VC6.0环境下运行。价值很高啊!
-This was learned after compiling principle teacher
- 2022-02-03 11:53:21下载
- 积分:1
-
这是简单的单词统计程序,大家多多指教
这是简单的单词统计程序,大家多多指教- This is the simple word statistics procedure, everybody many
advises
- 2022-03-06 08:36:05下载
- 积分:1
-
V的编码器编码。
encode.v The encoder
syndrome.v Syndrome generator in decoder
berlekamp.v Berlekamp algorithm in decoder
chien-search.v Chien search and Forney algorithm in decoder
decode.v The top module of the decoder
inverse.v Computes multiplication inverse of an Galois field element
test-bench.v The test fixture, and some brief notes on using the modules.
data-rom.v A simple data source for testing
run For those intelligence-challenged who can t run verilog
LGPL The license
-encode.v syndrome.v Syndrome generator in decoder al berlekamp.v Berlekamp gorithm in decoder chien- search.v Chien searc h and Forney in decoder algorithm decode.v The t op module of the decoder inverse.v Computes intercommunication tiplication inverse of an element over Galois field test-bench.v The test fixture. and some brief notes on using the modules. data- rom.v A simple data source for testing run For th PNA intelligence-challenged who can not run veri The log LGPL license
- 2022-02-03 11:33:44下载
- 积分:1
-
一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。...
一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。-Ftnchek (short for Fortran checker) is designed to detect certain
errors in a Fortran program that a compiler usually does not. Ftnchek
is not primarily intended to detect syntax errors. Its purpose is to
assist the user in finding semantic errors. Semantic errors are legal
in the Fortran language but are wasteful or may cause incorrect
operation. For example, variables which are never used may indicate
some omission in the program uninitialized variables contain garbage
which may cause incorrect results to be calculated and variables
which are not declared may not have the intended type.
Ftnchek is written in C. To build ftnchek, you must have a C compiler
for the machine on which you wish to build it. The URL for ftnchek s
home page is http://www.dsm.fordham.edu/~ftnchek. Source code, binary
executables for some platforms, and other information are available
there.
- 2022-10-03 22:40:03下载
- 积分:1