Welcome![Sign In][Sign Up]
Location:
Search - 语义

Search list

[Other resource如何为派生类提供写时拷贝语义的引用计数

Description: C++编的如何为派生类提供写时拷贝语义的引用计数的小程序哦-C series of the derived class how to write copy for the reference counting semantics of small programs oh
Platform: | Size: 2148 | Author: 周小海 | Hits:

[ELanguage09语义分析

Description: 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现.-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code, object code to explain the implementation of a detailed exposition of a compiler the design and implementation.
Platform: | Size: 28056 | Author: 数据库 | Hits:

[ADO-ODBCsql的语义推导树

Description: sql的语义推导树。用于自己建立一个dbms系统时,可以用来解析输入的sql语句,用来形成一个语法树-sql semantic derivation tree. For creating a DBMS system can be used to parse the input to the sql statement, the syntax used to create a tree
Platform: | Size: 33414 | Author: 塔拉 | Hits:

[WEB Code第四部分:GCC语法与语义分析程序

Description: GCC语法与语义分析程序-GCC syntax and semantic analysis program
Platform: | Size: 52097 | Author: 张国 | Hits:

[ELanguage语义语法-翻译

Description: 用c语言实现的语法语义分析程序 实现了四元式得生成功能齐全-with language syntax semantic analysis of the program in four yuan-generation multifunctional
Platform: | Size: 50667 | Author: 比赛 | Hits:

[Editor语义分析

Description: 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是语义分析部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。-this principle is to compile the source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generation target code goal of the interpretation and implementation of code, described in detail a compiler design and implementation. It is the outline of teaching, curriculum design good model, as well as programming enthusiasts to raise a good reference, which is part of semantic analysis. Early hopes for the opening of my account, and we interact more, as a good friend who love programming.
Platform: | Size: 10533 | Author: | Hits:

[MultiLanguage知网语义相似度计算java实现

Description: 利用hownet计算词语语义相似度 java实现,算法参照内附的论文
Platform: | Size: 1856483 | Author: jiuren | Hits:

[DocumentsWordSimilarity

Description: 基于《知网》的语义相似度计算 本软件是根据[刘群 2002]一文中的原理编写的词汇语义相似度计算程序。 主要实现了以下功能: 1.1 基于交互输入的义原查询、义原距离计算、义原相似度计算 1.2 基于交互输入的词语义项查询、义项相似度计算、词语相似度计算; 1.3 基于文件输入的词语义项查询、词语相似度计算; 1.4 相似度计算中的参数调整。
Platform: | Size: 1011488 | Author: youior@126.com | Hits:

[AI-NN-PRWordNet 语义计算 CSharp版

Description: 操作 WordNet 3.0 词汇语义资源的 C# 类。该API提供了获得 WordNet 项目的大部分内容,包括所有的同义词集以及它们之间所有的词汇关系。 This is a C# .NET API for the WordNet 3.0 lexical semantics resource. The API captures most of the content of the WordNet project, including all synset definitions and synset relations .
Platform: | Size: 208621 | Author: hello_web | Hits:

[SourceCode编译原理实验报告+语法分析++语义分析++词法分析+详细的源程序

Description: 编译原理课程编译的词法、语法、语义三个过程,包括实验报告和源代码
Platform: | Size: 687315 | Author: mqwanghui327@126.com | Hits:

[SourceCode编译词法语法语义分析

Description: 孙悦红编译词法语法语义分析主要程序代码
Platform: | Size: 745777 | Author: coco_nut | Hits:

[Other resource知网语义相似度计算

Description: 利用知网计算语义相似度,可以用来比较文档相似度等应用
Platform: | Size: 681203 | Author: romeo2919 | Hits:

[JSP/Java语义Web小示例

Description: 为语义Web的HelloWorld小例子,可以更好的了解语义世界。
Platform: | Size: 1034983 | Author: chongli1986@126.com | Hits:

[ELanguageBOOL完美版

Description: 布尔语义分析,LR法- Boolean semantic analysis, LR law
Platform: | Size: 3072 | Author: 张惠 | Hits:

[Documents第四部分:GCC语法与语义分析程序

Description: GCC语法与语义分析程序-GCC syntax and semantic analysis program
Platform: | Size: 52224 | Author: 张国 | Hits:

[ELanguage语义语法-翻译

Description: 用c语言实现的语法语义分析程序 实现了四元式得生成功能齐全-with language syntax semantic analysis of the program in four yuan-generation multifunctional
Platform: | Size: 50176 | Author: 比赛 | Hits:

[Editor语义分析

Description: 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是语义分析部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。-this principle is to compile the source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generation target code goal of the interpretation and implementation of code, described in detail a compiler design and implementation. It is the outline of teaching, curriculum design good model, as well as programming enthusiasts to raise a good reference, which is part of semantic analysis. Early hopes for the opening of my account, and we interact more, as a good friend who love programming.
Platform: | Size: 10240 | Author: | Hits:

[ELanguage09语义分析

Description: 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现.-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code, object code to explain the implementation of a detailed exposition of a compiler the design and implementation.
Platform: | Size: 27648 | Author: 数据库 | Hits:

[Windows Develop语义分析

Description: 编译原理语义分析实现代码:实现的要求 (1)禁止同名标识符的重复申明(10%); (2)实现算术运算+、-、*、/运算,运算满足左结合,且满足*,/优先级别高于(20%); (3)实现类型检查(30%):(Code for Semantic Analysis of Compiling Principle)
Platform: | Size: 1024 | Author: 花花界 | Hits:

[Other情感语义库

Description: 情感语义库,用于基于情感词典的情感分析,包含知网、台湾大学、清华大学等情感词典。(Emotion semantic library is used for emotion analysis based on emotion dictionary, including HowNet, Taiwan University, Tsinghua University and other emotion dictionaries.)
Platform: | Size: 1636352 | Author: lena234 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net