An information retrieval model based on language concept space and a clustering method which serves the IR model is propsed.
提出了一种以语言概念空间中的概念为聚类对象的信息检索方法以及适合于该方法的聚类算法。
He is positive that the local language concept developed in Uganda has great potential for growth and serves as a role model for other African countries.
他肯定地认为,在乌干达形成的当地语言概念具有巨大的发展潜力并可作为其它非洲国家的行为榜样。
An attached event is, fundamentally, a XAML language concept used to reference events that are handled on objects that do not, themselves, define events.
附加事件本质上是一个XAML语言概念,用于引用在本身并不定义事件的对象上处理的事件。
We define the initial state as unclearly language concept in mind and the steady state as mastered language in use, and the critical point is the intuitional judgment in thought.
把未形成清晰的语言概念视为语言学习的初始阶段,而把掌握语言概念看作是语言学习的成熟阶段,这其中以是否形成语言的直觉判断作为语言学习阶段的分界点。
Case studies of children who are isolated from others reveal that they lack a firm self-concept, and their mental and psychological development is severely hindered by lack of language.
对孤立儿童的个案研究表明,他们缺乏坚定的自我概念,而其语言能力的缺乏严重阻碍了他们的智力和心理发展。
He introduces the concept of a pattern language, which he defines as a related set of patterns that together provide a vocabulary for designing within a certain context or problem domain.
他引入了模式语言的概念,他将其定义为可以一起为特定环境或问题领域中的设计提供词汇的一组相关的模式。
Both languages borrow from the script concept of using interpreted language for simple tasks.
两种语言都借用脚本概念,即对简单任务使用解释语言。
SOA is an architectural concept in which all functions, or services, are defined using a description language and where their interfaces are discoverable over a network.
SOA是一个体系结构概念,其中所有的功能或服务都使用描述语言加以定义,且各自的接口均可通过网络进行发现。
Language is a tough concept for robots, as words can convey the abstract as well as the concrete and robots have trouble knowing the difference (and grasping the abstract).
因为难以辨认语言所能表达的抽象或是具体的东西(亦不能理解抽象表达的意义),所以对机器人来说语言是一个十分困难的概念。
For those occasions, our team has provided a language based on the concept of a state machine that is entered and then proceeds to move between states until it has completed its analysis.
针对这些情况,我们的团队提供了一种基于状态机概念的语言,进入状态机之后会在各个状态之间移动,直到完成分析。
The SQL language provides the concept of a schema to group SQL objects of all kinds together.
SQL语言提供了模式的概念,用来对所有类型的 SQL对象进行分组。
In fact, the kind of separation of concerns between objects in an OO language is much the same concept as for modules, except on a larger scale.
实际上,除了规模大小有区别外,面向对象语言中对象之间的关注点分离与模块化的概念基本一致。
And this is a new concept, because it USES used paper What we do is really great in progress, to make computers understand the language that the way we talk together.
这是一个新的概念,因为它可以反复使用纸张,我们的工作进展很快,让电脑理解我们人类,用以沟通的语言。
The most important label is the preferred label, and SKOS allows each concept to have only one of these in each language.
最重要的标签是首选标签,SKOS允许每个概念仅具有这些语言之一。
CORBA also introduced the concept of language independence of the interface definition.
CORBA还引入了接口定义的语言独立性概念。
The low barrier of entry leads some people to call it a script kiddie language, others scoff at the concept of a dynamic language while riding their statically typed high horse.
它的低学习门槛让很多人都称它为学前脚本语言,它另外一个让人嘲笑的东西是动态语言的概念是偏偏使用了高标准的静态数据类型。
XSLT does have the concept of extensions (see Resources), which provide an architected way to enhance the stylesheet language.
XSLT确实具有扩展(请参阅参考资料)的概念,扩展提供了一种增强样式表语言的体系结构化的方法。
A message represents a concept as defined in the WSDL (Web Services Description Language) specification; that is, it's a container for actual data which has meaning to the service and the consumer.
一个消息代表在Web服务描述语言(WSDL)规范中定义的一个概念;即,它是实际数据对服务和消费者有意义一个容器。
The basic Graphviz language syntax focuses on the concept of nodes and edges.
基本的Graphviz语言语法主要关注节点和边的概念。
The Self language takes this message-passing concept to the extreme.
Self语言将消息传送这一概念发挥到极致。
The same underlying concept applies to the art of developing computer programs, including programs written in the Python programming language.
相同的基本概念也适用于计算机程序开发技术,包括以Python编程语言编写的程序。
The concept of expression reduction is widely used in functional languages, and is particularly appropriate for optimizing a language such as XPath.
在函数型语言中已经广泛使用的表达式减少的概念,而且此概念特别适用于优化语言,如 XPath。
Although the concept of mixins has been applied to many languages, Jam is novel in that it introduces mixin-based programming rigorously in the context of a strongly typed language.
尽管mixin的概念已经应用到了许多语言中,但是Jam还是很新颖,因为它在严格类型化的语言上下文中严格引入了基于mixin的编程。
Frink itself is essentially a calculating language, but it has the concept of different units built in so you can easily convert calculations between units.
Frink自身本质上是一个计算语言。但是它有很多的内置类型这样你可以很方便的在各种单元之间的计算进行转换。
The mapping of an IDL concept to a client language construct will depend on the constructs and capabilities available in the programming language.
IDL概念到Client语言结构的映射取决于编程语言的结构和能力。
Functional languages rely on first-class functions (functions that can appear anywhere any other language construct can appear) as parameters and return values. Figure 3 illustrates this concept.
函数式语言依赖于一等函数(可在任何其他语言结构可能出现的地方出现的函数)作为参数和返回值。
It made things difficult that the language didn't have files as a concept.
而abc里没有文件的概念,这让事情复杂化了。
Perl has a module called Class::Multimethods to implement multiple dispatch (and apparently Perl 6 is slated to build the concept more deeply into the language).
Perl拥有实现多分派的模块Class::Multimethods (显然,Perl6为在语言中更深入构建该概念铺平了道路)。
But the concept is still similar to that of a conversation with the applications communicating, using a common language and often across a network of some sort.
但基本的概念仍类似于上述人与人之间的谈话的概念,只不过这里是应用程序使用共同的语言进行通信,且通常会跨越某种网络。
Barring mishap, over the first few years of our lives we developed memory, language, self-concept, cognitive, social and emotional abilities.
除非遭遇不幸,在生命最初的几年中,我们产生了记忆、语言、自我意识、记忆认知、社会和情绪能力。
应用推荐