A planning case base would be created due to the CECS emphasizes rapid decision-making and treatment.
由于应急指挥系统强调对事件的快速决策和处置,需要建立预案库。
The case base maintenance problems in the CBR systems are solved by Data Mining techniques in this thesis.
论文通过数据挖掘技术来解决CBR系统中关于案例库维护的问题。
Case Combination is to combine different parts of different old cases in the case base to solve a new problem.
案例组合是将案例库中不同旧案例的不同部分组合在一起以解决新问题。
The system builds a great case base where there are a lot of structured cases of which claimants can conveniently make use.
建立了便于使用的储存着大量结构化案例的案例库;
The system is based on a case base, which contains the existing NEMPs as well as various NEMP templates of various NEMP type.
该系统首先建立了一个案例库,并在其中存储了一些经过标准化的国民经济动员预案以及各种类型的预案模板。
The studys of management of the knowledge base system and case base system aim at browse, search, add, amend and maintenance.
知识库、实例库管理的研究主要是知识和实例的浏览、查询、添加、修改和维护。
Then it also introduces some basic techniques of CBR such as case representation, case retrieval, case revisal, case base maintenance.
接着介绍了范例推理的基本技术,即范例表示、范例检索、CBR修正、CBR维护等。
We use data mining technique to tackle this case acquisition problem and discover cases from agriculture weather databases to establish case base.
我们采用了数据挖掘的技术来处理范例获取的问题,从存储于农业气象数据库中的信息发现范例,以形成范例库。
The nearest neighbor algorithm a type of retrieval strategy based on similarity theory is described, and the case in the case base can be retrieved.
阐述了基于相似度理论的最近邻居算法检索策略,能够对实例库中的实例进行检索。
The underdevelopment of building management case base is an important factor that hampers the development of case teaching in China's management education.
案例库建设落后是制约中国管理案例教学的重要原因。
The frame of the composite designing case base was introduced, and the theory of implementing the composite designing case base was also discussed in detail.
介绍复合材料构件设计实例库系统框架,详细论述复合材料构件设计实例库实现的原理;
Then a retrieval model of introspective learning is given to decrease the time of case retrieval, which can vary with the number of cases in case base obviously.
自学习案例检索模型则缓解了案例检索时间随案例数目呈线性增长的问题。
With reduction results, case base was organized as a hierarchical structure therefore the case retrieval space was reduced and the retrieval efficiency was improved.
根据约简后的结果,将事例库组织成层次结构,可有效缩小事例搜索空间,提高检索效率。
We also present some new solving strategy for the key techniques used in CBR, such as the organization and query mechanics of case base, case adoption and re design of case etc.
对实例库的组织与检索、实例的改编与再设计等实例推理中的关键技术,提出了新的求解策略。
The new similarity rule improves the translation accuracy with high coverage. The abstract-case-included case base and the recursively abstract algorithm promote the system's efficiency.
提出的新的相似度量准则使系统在保证翻译覆盖率的前提下提高了翻译的准确度,而含有抽象范例的范例库和递归抽象搜索算法提高了系统的时间效率。
Database technology was applied to realize a prototype system of information integration-oriented case base, which can be used to integrate process design information and manufacture resources.
采用数据库技术,开发面向信息集成的覆盖件冲压工艺设计实例库的基本结构,并建立其管理系统,该系统可应用于工艺设计信息和制造资源集成。
The invention can be used to quickly establish labels for a plurality of case files and can quickly store, maintain and index a case base including a plurality of cases based on the label in the case.
通过使用本发明,可以快速的为大量案例文件建立标签,基于案例中的标签,可以方便的对包括大量案例的案例库进行存储、维护以及检索。
In one case, a CLI test application accessed DB2 base tables, and in the other case, the same application accessed nicknames pointing to the same tables.
在第一种情况下,一个CLI测试应用程序访问DB 2基本表,在第二种情况下,这个应用程序访问指向相同表的昵称。
The already configured base entries in the realm are shown; in this case, you will see the base entries corresponding to the file-based and database repositories (Figure 17).
这时将显示域中已经配置的基本项;在此情况下,您将看到与基于文件的存储库和数据库存储库对应的基本项(图17)。
However, we can be certain that if the program doesn't hit the first base case it will at least hit the second one when it gets to the end of the list.
不过,我们可以断言,如果程序不能达到第一个基线条件,那么当它到达列表末尾时至少能达到第二个基线条件。
And the code over here says, OK gee, if I'm in the base case do something.
如果我属于基础事件就进行一些操作,而我不是,所以往下看这儿。
The only way to go about exploring the template is to define a recursive version of the same along with a base case.
探索模板的惟一方法是定义同样的递归版本以及基本案例。
The examples provided with this article are designed to demonstrate RRD from a simple, base use case through subsequent, increasingly complex, use cases.
本文提供的示例旨在演示rrd,从一个简单的基础用例开始,然后介绍一些较复杂的用例。
For example, the "how to enroll in a seminar" section of your system's user documentation could be written using the "enroll in seminar" use case as its base.
例如,可以使用“参加研习班”用例作为基础来编写系统用户文档的“如何参加研习班”一节。
In the case of the base validator, the verify method (shown in Listing 3) returns 0, but the other validators will replace this method with their own.
对于基础的Validator,verify方法(如清单3所示)返回0,但其他验证器将用其自身方法代替这个方法。
This serves as a useful base case, similar to a base Visitor class in the classic Visitor pattern.
这将作为一种有用的基本用例,类似于经典访问者模式中的基本Visitor类。
In this case, our base note is 12, and all notes will use that as their 0 state.
在这种情况下,基本通知是12,并且所有通知都将使用该值作为其0状态。
Since a NULL pointer terminates a list, we can also use the NULL pointer condition as a base case for many of our recursive functions on linked lists.
由于NULL指针会结束一个链表,所以我们也可以使用 NULL 指针条件作为基于链表的很多递归程序的基线条件。
Since a NULL pointer terminates a list, we can also use the NULL pointer condition as a base case for many of our recursive functions on linked lists.
由于NULL指针会结束一个链表,所以我们也可以使用 NULL 指针条件作为基于链表的很多递归程序的基线条件。
应用推荐