识别程序,identifying program
1)identifying program识别程序
1.After considering the characteristics of core competence and Chinese manufacture enterprises, an identifying program is brought forward, that is applied to identify the core competence of manufacture enterprises on list in China.在对核心能力理论进行了深入的分析研究之后,本文立足于中国制造业企业(上市公司),提出了一个核心能力的识别程序
英文短句/例句

1.intuitively-built recognizer直觉建立的识别程序
2.A parsing program, or parser, is also called a recognizer.分析过程又称作识别程序
3.context-free grammar recognizer上下文无关文法识别程序
4.Risk Identification Procedures in Exportation;国际贸易出口业务风险识别程序研究
5.An introduction of the design principle and the realization method are m ade about the recognition program and the recovery program of switch structure.介绍了开关结构识别程序和恢复程序的设计原理及实现方法 .
6.computer program configuration item identification计算机程序结构项识别
7.This file was not recognized by the specified graphics filter.指定的图形过滤程序无法识别此文件。
8.computer language translator identifier计算机语言翻译程序识别符
9."The driver cannot recognize the specified command parameter."驱动程序无法识别指定的命令参数。
10.Text converter %1 does not recognize the format of the file %2.文本转换程序 %1 不识别文件 %2 的格式。
11.Program Optimization of Iris Recognition Algorithm Based on DM642;基于DM642的虹膜识别算法程序优化研究
12.Identification of Exception Return in Subroutine of Executable File可执行文件中子程序异常返回的识别
13.A Genetic Programming Approach to Partial Differential Equation Inverse Problems;偏微分方程参数识别问题的遗传程序设计方法
14.The main control program, other application modules and characteristic library of currency recognition are transplanted from old system.移植了纸币识别器的主控制程序、其它应用程序模块以及识别特征库;
15.The floppy disk controller reported an error that is not recognized by the floppy disk driver.软盘控制器报告软盘驱动程序不能识别的错误。
16."The device is bad, it may no longer be recognized by the system or the driver is out of date."设备损坏,不能被系统识别或驱动程序过时。
17.The industry is still at least several years away from full integration of voice recognition into applications.将语音识别与应用程序完整结合,仍需几年时间。
18.Automaton theory is a basic theory of compile routine for identifying words.自动机理论是编译程序中单词识别的基本理论。
相关短句/例句

program recognition程序识别
1.This dissertation proposes a structural semantic similar program recognition approach.程序识别使用一个已知模式分析给定程序,从而识别给定程序的意图。
3)procedure ID程序识别码
4)finite state recognizer有限态识别程序
5)soil identification program土质识别程序
6)programmatic ID程序设计识别码
延伸阅读

编译程序的编译程序编译程序的编译程序compiler-compiler b Ianyi ehengxu de blanyi chengxu编译程序的编译程序《compile卜伪mpiler》产生编译程序的编译程序。它接受用某一适当的表示体系描述的某一语言类中任一语言A的词法规则、语法规则、语义规则和(或)代码生成规则,并从这些描述产生出用目标语言B写的关于语言A的编译程序的全部或部分。编译程序的编译程序又称为偏译租序的生成租序。 通常,编译程序分成词法分析程序、语法分析程序、语义分析程序、代码生成程序等若干部件。这些部件可以用一个总的编译程序的编译程序的不同部分来生成,也可以分别用不同的专用生成程序来生成。这些专用生成程序包括词法分析程序的生成程序,语法分析程序的生成程序和代码生成程序的生成程序等。 词法今析租序的生成粗序接受以正则文法或其它类似文法描述的单词,构造一个有限状态自动机,由此生成一个词法分析程序。 语法介析程序的生成程序接受以上下文无关文法的形式描述的源语言的语法,生成一个语法分析程序。各种语法分析程序的生成程序随实现语言、语法分析算法的原理以及源程序中语法错误处理能力的不同而异。如采用LR的语法分析程序的生成程序YACC和采用递归下降法的语法分析程序的生成程序L比en。 语义分析程序、中间代码生成程序和目标代码生成程序的生成程序的设计与实现与形式化的语义描述紧密相关。语义描述形式化技术相当困难,目前大多数生成程序中语义描述还是采用非形式化,它们的基本思想是为源语言的上下文无关文法的语法符号或产生式配以翻译子程序(语义动作或语义子程序)。 现有不少性能很好的编译程序的编译程序,如词法分析程序的生成程序LEX,语法分析程序的生成程序yACC和LLgen,它们都显著提高了编译程序的开发效率。