亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Lexical

  • 開放式匯編器系統的設計

    匯編器在微處理器的驗證和應用中舉足輕重,如何設計通用的匯編器一直是研究的熱點之一。本文提出了一種開放式的匯編器系統設計思想,在匯編語言與機器語言間插入中間代碼CMDL(code mapping description language)語言,打破匯編語言與機器語言的直接映射關系,由此建立起一套描述匯編語言與機器語言的開放式映射體系。基于此開放式映射體系開發了一套匯編器系統,具有較高層次上的通用性和可移植性。【關鍵詞】指令集,CMDL,匯編器,開放式 Design of Retargetable Assembler System Liu Ling Feng Wen Nan Wang Ying Chun Jiang An Ping Ji Li Jiu IME of Peking University, 100871【摘要】An assembler plays a very important role in the field of microprocessor verifications and applications, thus how to build a retargetable assembler system has been a hotspot in this field for long time. This paper presents a new method about the retargetable assembler system design.It provides a kind of language CMDL, code mapping description language. During the process of assembling, assembler languages are firstly translated to CMDL, and then mapped to the machine codes. In an other word, CMDL is inserted between assembler languages and machine codes during the translation procedure. As a medium code, CMDL has a lot of features, such as high extraction, strong descript capabilities. It can describe almost all attributes of assembler languages. By breaking the direct mapping relationship between assembler languages and machine codes, the complexities of machine codes are hided to the users, therefore, the new retargetable assembler system has higher retargetable level by converting the mapping from assembler languages and machine codes to assembler languages and CMDL, and implementationof it becomes easier. Based on the new mapping system structure, a retargetable assemblersystem is developed. It proved the whole system has good retargetability and implantability.【關鍵詞】instruction set, symbol table, assembler, Lexical analysis, retargetability

    標簽: 開放式 匯編器

    上傳時間: 2013-10-10

    上傳用戶:meiguiweishi

  • Full support for extended regular expressions (those with intersection and complement); Support for

    Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be configured to get symbols from any input class (built-in support for std::istream, std::wistream and FILE *); Designed to work with Whale, but can work standalone or interface to other parsers.

    標簽: intersection expressions complement for

    上傳時間: 2013-12-11

    上傳用戶:zhanditian

  • 計算所漢語詞法分析系統ICTCLAS介紹 詞是最小的能夠獨立活動的有意義的語言成分。 但漢語是以字為基本的書寫單位

    計算所漢語詞法分析系統ICTCLAS介紹 詞是最小的能夠獨立活動的有意義的語言成分。 但漢語是以字為基本的書寫單位,詞語之間沒有明顯的區分標記,因此,中文詞語分析是中文信息處理的基礎與關鍵。為此,我們中國科學院計算技術研究所在多年研究基礎上,耗時一年研制出了漢語詞法分析系統ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),該系統的功能有:中文分詞;詞性標注;未登錄詞識別。分詞正確率高達97%以上,未登錄詞識別召回率均高于90%,其中中國人名的識別召回率接近98%處理速度為31.5Kbytes/s。ICTCLAS的特色還在于:可以根據需要輸出多個高概率結果,有多種輸出格式,支持北大詞性標注集,973專家組給出的詞性標注集合。該系統得到了專家的好評,并有多篇論文在國內外發表。 計算所漢語詞法分析系統ICTCLAS同時還提供一套完整的動態連接庫ICTCLAS.dll和相應的概率詞典,開發者可以完全忽略漢語詞法分析,直接在自己的系統中調用ICTCLAS,ICTCLAS可以根據需要輸出多個高概率的結果,輸出格式也可以定制,開發者在分詞和詞性標注的基礎上繼續上層開發。

    標簽: ICTCLAS 漢語 計算

    上傳時間: 2014-01-02

    上傳用戶:15736969615

  • 此程序共有兩個類

    此程序共有兩個類,Lexical進行詞法分析,Syntax進行語法分析.對于語法分析,采用LR(1)分析法,判斷程序是否滿足規定的結構

    標簽: 程序

    上傳時間: 2014-01-01

    上傳用戶:偷心的海盜

  • 語法分析器 此程序共有兩個類

    語法分析器 此程序共有兩個類,Lexical進行詞法分析,Syntax進行語法分析.對于語法分析,采用LR(1)分析法,判斷程序是否滿足規定的結構.

    標簽: 語法分析器 程序

    上傳時間: 2013-12-04

    上傳用戶:四只眼

  • 一個詞法分析編譯器

    一個詞法分析編譯器,可以供學習之用。A Lexical analysis compiler can be used for learning,C-C

    標簽: 編譯器

    上傳時間: 2013-12-10

    上傳用戶:zhengjian

  • 算符優先文法分析的c語言實現代碼 需要輸入詞法分析的txt結果文件- The operator first grammar analysis c language realization code n

    算符優先文法分析的c語言實現代碼 需要輸入詞法分析的txt結果文件- The operator first grammar analysis c language realization code needs to input the Lexical analysis the txt result document

    標簽: realization analysis operator language

    上傳時間: 2015-12-28

    上傳用戶:youlongjian0

  • Ictclas分詞系統

    Ictclas分詞系統,文詞法分析是中文信息處理的基礎與關鍵。中國科學院計算技術研究所在多年研究工作積累的基礎上,研制出了漢語詞法分析系統ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System)

    標簽: Ictclas

    上傳時間: 2017-02-18

    上傳用戶:569342831

  • This is an implementation of double-array structure for representing trie, as proposed by Junichi A

    This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for Lexical analyzers, as well as spelling dictionaries. See the details of the implementation at [2]: http://linux.thai.net/~thep/datrie/datrie.html Historically, this was first implemented as C++ classes in a library called midatrie [2], but later simplified and rewritten from scratch in C.

    標簽: implementation double-array representing structure

    上傳時間: 2013-12-10

    上傳用戶:shinesyh

主站蜘蛛池模板: 武宣县| 建瓯市| 浙江省| 雷州市| 平远县| 东平县| 老河口市| 奈曼旗| 抚宁县| 南昌市| 资兴市| 泗阳县| 葵青区| 云梦县| 土默特左旗| 中宁县| 顺昌县| 垦利县| 大港区| 蒲江县| 广平县| 永春县| 柞水县| 友谊县| 鄄城县| 潮州市| 砚山县| 休宁县| 南昌市| 余江县| 南通市| 武宁县| 仁怀市| 龙州县| 汉阴县| 册亨县| 措勤县| 徐闻县| 营山县| 南部县| 格尔木市|