詞法分析程序 的英文怎麼說

中文拼音 [fēnchéng]
詞法分析程序 英文
lexer
  • : 名詞1 (說話或詩歌、文章、戲劇中的語句) speech; statement; lines of play 2 (一種韻文形式 起於唐...
  • : Ⅰ名詞1 (由國家制定或認可的行為規則的總稱) law 2 (方法; 方式) way; method; mode; means 3 (標...
  • : 分Ⅰ名詞1. (成分) component 2. (職責和權利的限度) what is within one's duty or rights Ⅱ同 「份」Ⅲ動詞[書面語] (料想) judge
  • : Ⅰ動詞1. (分開; 散開) divide; separate 2. (分析) analyse; dissect; resolve Ⅱ名詞(姓氏) a surname
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • 程序 : 1 (進行次序) order; procedure; course; sequence; schedule; ground rule; routing process 2 [自動...
  1. The scanner is sometimes called a lexical analyzer.

    掃描有時又把它稱為詞法分析程序
  2. According to the program structure of ansi c, some syntax - tree - nodes are designed in front - end, including function, block, data structure, type, expression, identifier and so on. syntax tree is divided into three levels, namely program level, function level and block level, which are useful for analysis of syntax and semantic in compiler as well as transferring syntax tree into rtl. retargetable compiler mainly includes intermediate representation, machine description and interface technique between compiler and machine description

    編譯前端的實現技術包括、語語義和中間代碼生成技術等,針對ansic的結構,別設計了函數、塊、數據結構、類型、表達式、標識符等語樹結點,並將語成編譯層次、函數聲明和塊三個不同層次,使語樹具有清晰的層次結構,有利於編譯的語和語義,以及從語樹到rtl中間表示的轉換。
  3. In the preceding sections we ve discussed the basic elements of lex programming, which should help you in writing simple lexical analysis programs

    上一節我們討論了lex編的基本元素,它將幫助你編寫簡單的詞法分析程序。在
  4. At the base of converted - state chart, building morphology table, designing a section of program for every status, in order to enable lexical analysis to recognize word from character string

    在狀態轉換圖的基礎上,構造形表,為每個狀態設計一段處理,使能從字元串中識別單
  5. If humans wrote programs and data in fixed - format text, lexing would be very easy - but we don t

    如果人們以固定的格式編寫和數據,那麼將非常簡單但是我們不那麼做。
  6. The grammar shown above in typographify. def provides guidance for the design of a spark lexer scanner

    上面的typographify . def中所示的語提供了spark詞法分析程序掃描的設計指南。
  7. In the compiled system, the paper describes symbolic structure of the siprom language word with regular expression. based on the fa theory, this paper presents a lexical analysis method by using morphology table. after comparing some common syntax analysis methods, this paper choosing the lr ( 1 ) analyzer

    在編譯部,本文用正規表達式描述了siprom語言單符號的結構,利用有限自動機原理,提出了用構造形表的方式來識別單的方,使詞法分析程序具有很好的開放性。
  8. The latter is the emphasis of this article. its hard core is the accidence analysis builder grammar _ lexer. mll and the syntax analysis builder grammarjpaser. mly. it transforms the fortran character string in the program, which would be processed automatic differentiation transform, into data stream of diversified syntax units

    和語為輸入命令數據流以及fortran源數據流的和語,后一部是本文的重點,它以詞法分析程序生成器grammarlexer . mll和語生成器grammarpaser . mly為核心,將進行自動微變換的fortran源代碼字元串變換成各類語單位的數據流。
  9. Is passed through the lex utility, and produces output files in c. these file are compiled to produce an executable version of the lexical analyzer

    . lex的擴展名)通過lex公用來傳遞,並生成c的輸出文件。這些文件被編譯為器的可執行版本。
  10. Existent automatic grading model of programs can not deal with the programs with structural body. in this paper, we study the syntax and concept of structural body based on an existed model, and improve the original model in the following aspects : increasing the middle representation form of structural body in analysis of morphology and syntax and system dependence graph and abstract syntax tree, adding standardization rules, mainly including type definition, nesting structure, initialization, function invocation, renaming and sequence of program sentence, besides standardization rules of bit operation and program with enumeration, enhancing the function of inspecting syntax error and improving matching strategies

    本文在原有的編題自動評模型的基礎上,對結構體的語結構和實現原理進行研究,並在以下幾個方面完善原有模型:在和語的系統依賴圖建立和抽象語樹生成三個方面增加結構體類型的中間表示形式;擴充的標準化規則,主要包括類型定義標準化、結構體嵌套結構標準化、結構體初始化的標準化、結構體作為函數參數時函數調用標準化、結構體變量名稱標準化、結構體語句排列順標準化等等;另外,還增加了位運算標準化、枚舉標準化以及文件的處理;增強學生中語錯誤的檢測和改進匹配策略。
  11. Then it presents the design of information push service based on agent by using artificial intelligence technique. a brief introduction of each function module in this system and their internal transaction sequence are followed. the detail design and implement of key parts in each module is also given, which includes setting up user interest model with vector space model, searching information by using word segmenting and searching engine, filtering information using sorting algorithm, ordering information using pagerank algorithm

    本文首先了傳統的信息「拉取」方式存在的主要問題以及推送技術的產生;然後結合人工智慧領域的agent技術,提出了基於agent的信息推送服務的總體設計,並簡要闡述了各功能模塊的內部處理流和思想;接著給出了各模塊的詳細設計與實現,主要包括:利用向量空間模型( vectorspacemodel )建立用戶興趣模型,通過並與搜索引擎協作實現信息檢索,採用類演算對已檢索的信息進行過濾,用pagerank演算對信息排
  12. The compiled system includes the phrase analysis, syntax analysis, language analysis and generate target code

    軟plc的編譯包括、語、語義和目標代碼生成四個階段。
  13. The extract process have three steps : constructing echg of java system from java profile, extracting system ' s lexical relational model by scanning source code and analyzing the polymorphism calling location, constructing the semantic model by rule - based model mapping of lexical model

    抽取過有三個階段:構造系統的echg ,掃描的源代碼和多態點得到系統的層次模型,通過基於規則的推理轉換模型為語義模型。
  14. The system consists of three layers, i. e. interface language, lexical / syntactic parser, and command processor

    該系統包括介面語言、和語器、命令處理三層。
  15. While lexing does not have to be done through regular expressions, they tend to be a handy vehicle through the jungle of programming and data languages

    盡管不是必須通過正則表達式來完成,但是它們往往可以便捷地解決編制和數據語言的難題。
  16. Given a partial input, pe is an automatic transformation from a source program to another source program, which is equivalent to the original source program under the same partial input. in addition, the transformed source program is as well optimized

    這需要對snl依次進行、語、構造語樹、對語樹進行部求值、構造剩餘語樹和將剩餘語樹轉換成剩餘等各自獨立的步驟。
  17. To satisfy domestic demand of testing tools for embedded assembly - language system, this thesis, based on a deep research of the current popular coverage and its realization methods, ascertains its technique route and designs a workable prototype testing platform originated from the 51 series for the embedded systems. the prototype system consists of modules of function testing, code testing, communication interface transfer module, data analysis and file report

    為了滿足國內用戶對嵌入式匯編應用進行測試的需求,本文在對當今主流的專業覆蓋測試工具及其實現方進行深入研究的基礎上,結合課題確定了論文的需求和技術路線,設計並實現了基於軟體模擬的針對intel51系列單片機的匯編語言嵌入式軟體測試系統原型,原型系統由源、靜態結構、功能測試、代碼測試、數據與文檔報告等模塊組成。
  18. We use flex to get a tokenizer. and then, the realization of error tolerance function and later modification problem is simplified

    採用flex工具實現,簡單化的容錯功能的實現以及之後的修改問題。
  19. These grammars are active in the recognition engine and define the set of words the engine returns to the application the voice browser when the audio is decoded and analyzed

    這些語在識別引擎中是活動的,它們定義當對音頻進行了解碼和后該引擎返回給應用集。
分享友人