领域知识库,domain knowledge base
1)domain knowledge base领域知识库
1.Based on Ontology Building ICAI Domain Knowledge Base;基于本体的ICAI领域知识库的构建
2.The paper demonstrates an innovation and efficient implementation of ICAI domain knowledge base and its application.提出一种新颖有效的ICAI领域知识库的实现方法及其应用。
3.The domain knowledge base is a source of the content of courses and the basis of the teaching decision.领域知识库是教学内容的源泉和教学决策的依据。
英文短句/例句

1.Based on Ontology Building ICAI Domain Knowledge Base;基于本体的ICAI领域知识库的构建
2.THE CONSTITUTION OF FIELD REPOSITORY BASED ON THE RELATIONSHIP OF KNOWLEDGE POINTITS中基于知识点关系的领域知识库的建立
3.Domain Knowledge Base Constructing and Integrate Realization Based on Ontology;基于ontology的领域知识库的构建与集成实现
4.Ontology-based Construction of Hierarchical Categorization System of Domain Knowledge Base;基于Ontology的领域知识库层次分类体系的构建
5.An ICAI Domain Knowledge Base s Implementation & Application;智能计算机辅助教学领域知识库的实现及应用
6.Research of Domain Knowledge Base in Distance Education System Based on MAS基于MAS的远程教育系统领域知识库的研究
7.Using Marketing Domain Knowledge to Optimize the Knowledge Discovery in Database;运用市场营销领域知识优化数据库知识获取
8.The Research on Construction of Knowledge Based System of Nature Language Understanding in Mechanical Design;机械设计领域自然语言理解知识库构建研究
9.The Research of Establishment of Knowledge Base of Chinese Understanding Based on Domain;基于领域的汉语理解的知识库建立研究
10.Research on DataBase Schema Matching Based on Domain Knowledge基于领域知识的数据库模式匹配技术研究
11.A KBMS of a Natural Language Understanding System Based on Domain基于领域自然语言理解的知识库管理系统
12.Improving Query Efficiency of Knowledge Discovery in Data Warehouse by Using Domain Knowledge利用领域知识改进数据仓库中知识发现查询的效率
13.person who is the first to study a new area of knowledge探索新知识领域的人
14.Skill or knowledge in a particular area.专门领域的知识或技巧.
15.the content of a particular domain or field of knowledge.某个领域的知识内容。
16.The Research and Realization of Knowledge Base of Domain Chinese Understanding and Application in the Mechanical Product Design;领域汉语理解知识库的研究与实现及在机械产品设计中的应用
17.terra incognitaph.1. 【拉】未发现的地域;(知识上的)未知领域
18.The Research of Knowledge Discovery Based on Domain Knowledge and Concept Lattice Model;基于领域知识和概念格模型的知识发现研究
相关短句/例句

field expert knowledge base领域专家知识库
3)domain ontology repository领域本体知识库
4)Domain Knowledge Ontology Base领域知识本体库
5)Financial ontology金融领域知识库
6)domain knowledge领域知识
1.The design and implement of domain knowledge search system based on semantic;基于语义的领域知识检索系统的设计及实现
2.Representation of domain knowledge in situation assessment;态势评估领域知识的表示方法研究
3.Construction and application of domain knowledge based on knowledge tree;基于知识树的领域知识组织和应用
延伸阅读

基于知识库的数控编程过程的实现PowerMILL是英国Delcam Plc公司推出的一款三维复杂形体数控加工系统。本文介绍的是其在一汽模具制造公司制造公司的具体应有案例,文中详细介绍了利用PowerMILL软件的二次开发环境,建立基于该公司实际情况的各类常用数据库的开发方式以及利用该数据库进行数控编程的基本过程。一、前言 一汽模具制造公司模具数控加工技术的应用始于20世纪80年代初,多年以来积累了丰富的数控编程及加工经验。但近年来,随着计算机技术、编程软件技术、高速加工技术等数控相关技术的快速发展,特别是公司投巨资引进了10余台大型高速数控加工中心,迫切需要一种既能快速、安全编程,又简单易学、易用的编程方式。PowerMILL软件就是在基于这种要求下,于2002年引进的。刚开始使用该软件时总要重复地输入很多参数,容易出错,编程质量主要取决于编程员个人的软件熟练程度及编程经验。经过一段时间的摸索后,我们利用该软件二次开发环境开放性好的特点,逐步生成了很多实用性很强的综合编程软件系统与实际加工状况的编程方式宏程序数据库,这些宏程序通过近两年的不断完善和更改,现已得到广泛的应用。以下分别对宏程序数据库的开发方式以及利用该数据库进行数控编程的基本过程进行简单介绍。二、各类宏程序参数库的构建方式 1.宏程序的生成 所谓宏程序的编制就是通过软件所提供的宏命令记录工具将编程过程中需经常性输入的大量参数或命令转化成简单的单一命令。如图1所示,宏程序生成后所对应的就是一个文本文件,可以使用文本编辑器进行修改。使用宏程序可以快速地将编程加工规范及个人的编程加工经验融合成一标准文件,并加以推广应用。宏程序的纪录,比较灵活,任何人都可以随时记录,随时使用,也可以利用编辑器进行编辑组合。在编辑纪录过程中一定要注意程序顺序的逻辑性,不同加工策略之间的加工参数不能互相影响,必要时应用重置表格(Reset)命令将软件参数恢复到开机状态。图1 基础宏程序的构建 2.加工模板库的构建 PowerMILLv4.5版本以后提供了加工模板的概念。刀具路径模板是通过在标准的刀具路径策略表格中填写上有关数值,然后将此策略以模板形式保存供将来使用的一种模板文件,如图2所示。将加工模板及相应的图标放置在软件的固定路径下,就可以在软件界面中按普通命令直接打开使用,也可以用宏程序调用模板。根据需要灵活组合加工模板或宏程序参数的调用方式,可以有效地降低宏程序的复杂程度,便于更改。