搜索结果
找到约 480 项符合
STR-DE 的查询结果
编译器/解释器 词法分析器制作与应用 设计思想 (1)程序主体结构部分: 说明部分 %% 规则部分 %% 辅助程序部分 (2)主体结构的说明 在这里说明部分告诉我们使用的LETTER,DIGIT,
词法分析器制作与应用
设计思想
(1)程序主体结构部分:
说明部分
%%
规则部分
%%
辅助程序部分
(2)主体结构的说明
在这里说明部分告诉我们使用的LETTER,DIGIT, IDENT(标识符,通常定义为字母开头的字母数字串)和STR(字符串常量,通常定义为双引号括起来的一串字符)是什么意思.这部分也可以包含一些初始化代码.例如用#in ...
网络 ural-linux is a port of Damien Bergamini s ural driver to Linux. This driver should support all de
ural-linux is a port of Damien Bergamini s ural driver to Linux.
This driver should support all devices based on the RT2500USB chipset.
Linux/Unix编程 根据用户输入的命令行选项的不同
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind <pathname>
它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。
argc为4且argv[2] == “-comp”时,命令格式为
myfind <pathname> -comp <filename>
输出在< ...
其他 最全面的FFT阐述
最全面的FFT阐述,定期更新,但是纯英文的,The latest version and the accompanying software is online at http://www.jjj.de/fxt/.
Linux/Unix编程 LAME uses the MPGLIB decoding engine, from the MPG123 package, written by: Michael Hipp (www.mpg123
LAME uses the MPGLIB decoding engine, from the MPG123 package, written
by: Michael Hipp (www.mpg123.de) MPGLIB is released under the GPL.
matlab例程 The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_forma ...
DSP编程 The line echo canceller (LEC) is designed to provide the maximum attainable transparent voice qualit
The line echo canceller (LEC) is designed to provide the maximum attainable transparent voice quality for
de-echoing of a PSTN or POTS connection in voice-over-LAN systems with internal delays, or on a codec end of a telecom switch,基于TI 54X/55X平台
数学计算 求特征值与特征向量的程序
求特征值与特征向量的程序,通过methode de LU思想设计。
人工智能/神经网络 This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation deve
This manual describes how to run the Matlab&reg Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pub/docs/vonzuben/lnunes/demo.zip
The tour is self- ...
Linux/Unix编程 (1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外
(1)myfind <pathname> 的功能:
除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。
(2)myfind <pathname> -comp <filename>的功能:
<filename>是常规文件的路径名(非目录名,但是其路径可 ...