英语人>网络例句>embedded objects 相关的网络例句
embedded objects相关的网络例句

查询词典 embedded objects

与 embedded objects 相关的网络例句 [注:此内容来源于网络,仅供参考]

The problem of incongruous counterparts can be raised even for objects in one-dimensional space if those objects are assumed to have non-topological but local properties such as color, or if objects may be non-connected, i.e."not in one piece." It is less clear whether the problems about time that have no spatial analogues are connected with the one-dimensionality of time.

这类问题(——the "problem of incongruous counterparts『类比会带来不协调的问题』"),即使处在一维空间中的客体,也是可以提出的,如果这些客体假设了拥有非拓扑但局部的属性,例如颜色,或如果客体可以是non-connected『非拼接的』,即"not in one piece『不是一个整块』")不太清楚,时间关联于一维的那些问题,是否有空间的类似问题。

Objects developed by the function of unity of oppositeness of the Dao field have the property of unity of oppositeness, and the relationship between such objects is a relationship of incompatible contradiction of either-or. And all the relationships between objects developed in such a Dao field are relationships of unity of oppositeness.

道场的对立统一功能运化的事物具有对立统一性质,事物之间是非此即彼、不可调和的矛盾关系,这种道场在运化中形成的事物之间的关系都是对立统一的关系。

When infants lack of knowledge about objects, they will reason based on objects' perceptional similarity; when they are endowed with knowledge related to objects, they will reason by using the two clues.

对于幼儿来讲,归纳推理是其早期概念形成和发展的基本条件。目前心理学领域有关幼儿的归纳推理研究已经产生了丰硕的成果。

Static friction: When objects and other objects along the contact surface tangent direction of movement or relative movement of the trend in the two objects contact surface between the hamper their relative movement of force, this force is friction.

静摩擦力:当物体和其他物体沿接触面切线方向运动或相对运动的趋势,在两个物体接触面之间的阻碍它们相对运动的力量,这股力量是摩擦。

The theory of accretion disks are important for many astrophysical phenomena, including Quasars, active galatic nucleic, X-ray binary stars, and young stellar objects. The most important branch of accretion djsk theory is the stability properties of djsks. It is widely considered that the luminosity variations of various astronomical objects are associated with the instability of accretion disk. The viscosity plays an important role in the accretion disk theory, and magnetic field exists commonly in astronomical phenomena. A more realistic analysis of the stabihty of the accretion disk should include both the radjal and azimuthal perturbations because of the strong shear of viscous flow.In this paper, according to the luminosity Variations of Various astronomical objects, we study the radial-azimuthal instability of an isothermal with magnetic field. We find that the radial and azimuthal fields B〓,B〓 are mainly responsible for enhancing the instability of the magneto-acoustic modes and non-axisymmetric modes,and that pulsational oscillations are larger in the radial than in the Z direction. The model may be useful in explaining the periodic light variation of FU orionis and. T Tauri stars.

在许多天体物理现象中,例如活动星系核,X-射线双星和年青的恒星理论中,吸积盘理论起着重要的作用,而吸积盘理论中的一个重要分支是吸积盘的不稳定性理论,普遍认为活动天体的周期,准周期光变现象与吸积盘的不稳定性有关,在吸积盘理论中,粘滞起着重要的作用,而磁场是天体物理中普遍存在的现象,对于几何薄吸积盘不稳定性分析,由于强剪切流的缘故,应该包括径向和环向扰动两个方面,本文结合天体物理中的各种周期,准周期光变现象,研究了含磁场的等温薄吸积盘的径向-环向振荡不稳定性,结果表明:磁场的径向和环向分量对磁声模和非轴对称模的不稳定性的增加起着主要的作用,且径向振荡大于轴向振荡,所得结果有利于解释FU Orionis和T Tauri Stars的周期光变现象。

Based on the description of uncertain linear and area objects, intersection degrees for parts of uncertain linear and area objects are represented quantitatively. By calculating correlation degrees between spatial vectors composed of these measurement units and spatial relation vectors determined by 9-intersection model, a new model is presented for topological relations between uncertain linear objects and fuzzy region, which could distinguish the type of topological relations through quantitative analysis method.

在时不确定线状目标和面状目标进行描述的基础上,对不确定线状目标与面状目标各组成部分之间的相交程度进行了定量表达,通过计算这些度量组成的空间向量与9-交集模型确定的空间关系向量之间的相关度,提出了一种不确定线状目标和面状目标之间拓扑关系的描述模型,通过定量的方法来对其空间拓扑关系进行判别。

In this field, Christian et proposed a Island method in 2005, it is a k nearest neighbor query method of moving objects based on road network,but this method has three flaws which are k nearest neighbor query in constrained road network,traffic-jam exploration and optimize of Island's radius. This article has studied k nearest neighbor query of moving objects based on road network in view of above three aspects ,and proposed the Island+ method, which has made the improvement to the memory structure and trajectory preservation of neighbor objects.

在这一领域,Christian等人在2005年提出了Island方法,它是一种基于路网的移动对象k近邻查询方法,但是这种方法存在以下不足的地方,第一,该方法对路网没有任何限制条件;第二,没有给出明确的数据存储结构;第三,区域半径一致,效率不高。

One common strategy is to preallocate a block of raw memory to hold unconstructed objects. When new elements are created, they could be constructed in one of these preallocated objects. When elements are freed, we'd put them back in the block of preallocated objects rather than actually returning memory to the system.

一个通用策略是预先分配一场原始内存来保存未构造的对象,创建新元素的时候,可以在一个预先分配的对象中构造;释放元素的时候,将它们放回预先分配对象的块中,而不是将内存实际返还给系统。

The operator new function next checks whether there are any objects on the freelist. If not, it asks the allocator member to allocate chunk new, unconstructed objects. It then iterates through the newly allocated objects, setting the next pointer.

operator new 函数接着检查自由列表中是否有对象,如果没有,它就请求 allocator 成员分配 chunk 个新的未构造对象,然后,它通过新分配的对象进行迭代,设置 next 指针。

Ungroup Objects Button\\015\\015Separates grouped objects into individual objects.

将成组的对象恢复成单个独立的对象。

第5/50页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Objects In The Rear View Mirror May Appear Closer Than They Are
New Lands
Objects In Motion
The Session (Longest Posse Cut In History)
A Box Full Of Sharp Objects
O.N.Y.X. RMX
Any Given Time
Objects In Space
Single Of The Weak
By The Way
推荐网络例句

I can do simple painting, carpentry and plumbing.

我能做简单的油漆、木工和修水管等工作。

The motivations, notations and outline of this work are also given in this chapter.

从这个意义上讲,这些时滞是无害的。然后用实例说明这三个定理的应用和互不包含性。

American writer known for his droll epigrammatic verse,much of which appeared in the New Yorker.

纳西,奥格登1902-1971美国作家,因写没有固定韵律的幽默诗而闻名,其中大多数发表在《纽约人》杂志上