英语人>网络例句>object computer 相关的网络例句
object computer相关的网络例句

查询词典 object computer

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

Observational error is that in observational course, observational subject, due to variety causcing error factors to disturb, has acquired related information observing. Object which fruquently do not match with the object of practical instance. So that he commits distort reflection is the oriqinal appearance of observational object. The observational error has some characters of objectivity.

观察错误实际上发生在观察主体自觉或不自觉地运用自身理论知识结构对观察客体的相关信息进行加工处理,进而作出观察结论的过程,而并非发生在观察客体进行直观反应的过程。

During the detailed dissertation in this paper, it explains the meaning of the conception of "To perceive object voluntary and paint it" from the history and ideological background that make it be produced and considers that it is the principle of Chinese traditional painting ,relationship of main body and object which contained in it effect each other and being dialectic unity; Secondly, in the text it analyzes the characters of ancient scholars' painting between main body and object, then concludes that the characters of ancient scholar's painting are "not in pursuit of the similitude of appearance ","simple" and "formality".

在具体的论述中,本文从"应物象形"产生的历史条件与思想背景入手,还原"应物象形"概念的涵义,认为"应物象形"是关于中国传统绘画造"形"的准则,其中所包含的绘画创作主客体之间的关系是两相并举,互渗互化,辨证统一的;其次,文章对于文人画造"形"的特点和主客体进行分析,将文人画的造"形"特点归纳为:"不求形似"、简约、程式化,并认为文人画造"形"严重偏向于主体,轻视客体;最后,文章分别将文人画造"形"的主客体与"应物象形"的主客体进行比较,得出结论:文人画造"形"不同于"应物象形"。

In another word, the status does not exist that a painter should learn from nature "purely" without any "prejudice" and paint realistically by facing an object to paint out what he or she has perceived. To obtain such capability, painting learners or students shall use their eyes (teachers ask students in the painting class "where are your eyes and your perceptions") to observe objects and things at the beginning of study and then paint the models faithfully by means of "facade-subdivision"(or "preferring to square not round" as described by Xu Beihong, or decomposing the object into many petty facades as described in the line drawing textbook by P.P. Chistjakov so as to turn around the object bit by bit).

也就是说,不存在这样一种状态,画家为了画出自己的感觉,他们应该"纯洁"地不带"偏见"地去向自然学习,去面对物体直截了当地写生,而为了获得这种能力,在学习绘画的初始阶段,就必须训练学生们用自己的眼睛(在绘画课室里,老师总是质问学生,你的眼睛在哪里,你的感觉在哪里)去观察对象,然后用一种"分面"的方法(也就是徐悲鸿所说的"宁方勿圆",或者按照据说是契斯恰科夫的素描教程的要求把对象分解成许多小面,以便使物体能够一点一点地转过去的方法)把眼前的模特如实地画下来。

You can link any object or attachment to the parent object, no longer need to merge the object.

您可以附著或连结任何物件至父物件,不再需要合并物件。

To develop manpower in harmony, we confirm the object of parol education in kindergarten: the object of solid-state strength development should make the physiological quality, the knowledge reserve and the cultivation accumulation develop unitedly; the object of active strength development includes the development of physical strength, intellect and mental strength of children; based on the solid-state strength and active strength ,we should develop the parol creative power of children.

对幼儿人力整体协调关联、和谐发展的关注,使我们确定了幼儿言语教育人力开发目标:固性力发展目标要使幼儿言语方面的生理素质、知识储备和修养积累得到充分而和谐的发展;活性力发展目标包括开发幼儿的体力、智力和心力;在固性力和活性力的基础之上,开发幼儿的言语创造力。

Farewell and Sleepless Night is the continuation of Why Does Sunset Make Us So Beautiful . This continuation is not referring to the form but to the relation of subject and object. Either surrealism or pictorialization is retreating from this continuation. From the unconscious split of subject and object to the hint of objectification, the pure object finally surfaced. This is a significant change of Deng Jianjin.

再见和不眠夜》是《夕阳为什么让我们如此美丽》的延续,这种延续不是指形式,而是指主客体的关系,无论是超现实还是图像化都在这种延续中隐退,从无意识的主客体分裂到客体化的暗示,纯粹的客体终于浮出水面,这在邓箭今是一个很大的转变。

Static object hinting is when the pliancy of an object is communicated by the static rendering of the object itself.

静态视觉暗示是通过对象被静态绘制在屏幕上的方式来提供的。

Put the operating objects into water for soaking absolutely, then enforce the picture surface to be face to face with the object surface after printing film separates from floor sheet absolutely and finally fish out the object after verifying the position of printing film, which is more suitable to print round object with a large-scale or curly surface.

将欲转印的物品完全泡在水中,待转印膜与底纸完全分离后,将转印膜图像面向上置于物品表面,调整好转印膜的位置,再从水中小心将物品捞出。(此方法适合大幅面和曲面转印)。

Practically all Python objects have a string presentation either evaluatable from repr( or '', or printable from str. The print statement automatically invokes the str function for an object. This gets even better. When you are defining your own objects, there are hooks for you to create string representations of your object such that repr and str (and '' and print) return an appropriate string as output. And if worse comes to worst and neither repr or str is able to display an object, the Pythonic default is at least to give you something of the format

事实上,所有的Python对象都有一个字符串表示形式(通过repr函数,''或者str函数来展现)。print语句自动为每个对象调用该对象的str方法,这种机制的一个额外的好处就是在你定义你自己的对象时,你可以利用这种机制定义repr(,str或者''或者print来为你的对象创建一种字符串表达形式,它可以在被调用时返回适当的字符串描述信息,这样即使在坏的不能再坏的情况下,repr或者str起码可以给你返回一个对象的信息,Pythonic方式的默认做法是起码给你返回想如下格式的信息

In addition, the object reification on the basis of object encapsulation is studied, and a structured object calculus is achieved.

另一方面,文章还讨论了基于封装性的对象精化。于是得到一个结构化的对象演算系统。

第15/100页 首页 < ... 11 12 13 14 15 16 17 18 19 ... > 尾页
相关中文对照歌词
Object
Computer Age
Computer Love
My Computer
CPU
Computer Assisted Design
Object Of My Affection
Object
The Object Of My Affection
Long Way To Go
推荐网络例句

Pachomius manual labour was organized as an essential part of the monastic life; and since it is a principle of the monks as distinguished from the mendicants, that the body shall be self-supporting, external work of one sort or another has been an inevitable part of the life ever since.

根据圣pachomius体力劳动组织作为一个重要组成部分寺院生活;以来,这是一个原则的和尚,作为有别于乞丐,该机构应自支撑,对外工作的这种或那种已一个必然的一部分,生活至今。

In order to study the effects of parametrical rolling on the ship movement and tilts, in allusion to ship's navigating in regular following waves, the equation of ship rolling motion is transformed into normal Mathieu equation by proper variable replacement when strong parametrical excitation in restoring moment varied according to sine or cosine wave.

为研究参数横摇对船舶运动和倾覆的影响,通过对船在规则波上随浪航行时,恢复力矩中出现的1个以正余弦规律变化的强参数激励项进行适当的变量置换,将船舶的横摇运动方程转换成标准形式的Mathieu方程。

I agree with you that three-fourths of al your road equipment should be replaced.

我同意你有关3/4的公路设备都要更换的建议。