英语人>网络例句>superior function 相关的网络例句
superior function相关的网络例句

查询词典 superior function

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

Results During Chinese reading, the activated areas included bilateral motor area, subfrontal gyri, superior temporal gyri, and superior parietal lobule; during English reading, the activated areas were left motor area, left subfrontal gyrus, left supra temporal gyrus, left insula and bilateral cerebellum; and the Nepali task demonstrated the activation of left anterior central gyms, superior frontal gyms, superior temporal gyms.

结果:除负责视觉活动的枕叶为双侧激活,汉语任务主要激活了双侧额上回、额中回、中央前回、顶上小叶、颞上回及颞中回;英语任务主要激活了左侧额上回、中央前回、顶上小叶、颞上回、颞下回及小脑;尼泊尔语任务主要激活了左侧中央前回、额上回及颞上回。

Result:1:in the aspect of controlling of the swelling development, treatment group is distinctly superior to control group.2:in the aspect of deswelling rate,treatment group is superior to control group.3:in the aspect of controlling pain degree,shorten the applying time of the anodyne, treatment group is distinctly superior to control group.4:in the aspect of controlling the large-area tension bullae incidence,treatment group is superior to control group.

在消肿速度上,治疗组优于对照组。3。在控制疼痛程度,缩短止痛药应用时间方面,治疗组明显优于对照组。4。在控制大面积张力性水泡发生率上治疗组优于对照组。

ABSTRACT It is because that the excellent acceptors for maize transgenic engineering are insufficient in our country, especially in the southwest mountain areas of china and hereditary variation regularity for the two characters such as efficiency of embryonic callus induction and number of regenerating plant (these two characters were abbreviated to the nduction efficiency and number of regenerating in the following of the paper, respectively), which hint the maize culturing capacity, is not very clear. Therefore, aiming at picking out superior acceptors, we had made systematic researches on the two characters with combing traditional quantitative-character genetic analyzing methods such as single-factor genetic mating design, diallel crossing genetic design, genetic effect analyzing method and the modern molecular locating method such as QTLs'. The main results are followed.(1) 50 superior inbred lines and about 30 crosses in our country, especially in the southwest of China were used for identifying and selecting the superior genotypes in the above two investigated characters under the same culturing condition in 2000 and 2001. There was very significant difference among the genotypes in the both characters. But the two characters were not certainly related. Some genotypes such as 18-599 and 18-599 were very good in them. For some ones such as zong 31, induction was higher than 18-599 and 18-599 in the efficiency, but it was only 1/3 to the later in regenerating number. In some genotypes such as S37, R08, R15, P138, A318, induction efficiency was just about 3% and scarcely any regenerating plants were got. On the whole, hybrids acted better than inbreeds in the both characters.(2) Two kind of inbreeds were selected as parents of the Griffing's method 1. 18-599 and 18-599 and the inbred line zong 31 are one kind because they are not only superior in the characters of maize cross breeding, such as CA, resistance to disease and the important agricultural characters, but also excellent in transformation characters as the induction and regeneration.

针对我国、特别是西南山地所需玉米转基因工程育种优良受体极为匮乏和反应玉米幼胚培养能力的2个主要性状,即玉米幼胚胚性愈伤组织诱导率和胚性愈伤组织绿苗发生数的遗传变异规律十分不清楚的实际情况,本研究从筛选玉米转基因工程所需要的优良受体入手,采用单因素遗传交配设计、双列杂交遗传交配设计、世代基因效应等传统数量性状分析方法,以及现代分子标记定位主效QTL分析方法,对玉米幼胚胚性愈伤组织诱导率和胚性愈伤组织绿苗发生数等2个性状进行了较为系统的分析研究,取得以下主要研究结果:(1)于2000年和2001年通过对我国、特别是西南地区近50份优良自交系和近30个杂交组合,在相同培养条件下,对幼胚培养胚性愈伤组织诱导率和胚性愈伤组织绿苗发生数等2个幼胚培养能力性状进行了筛选与鉴定,发现玉米不同基因型具有完全不同的幼胚培养胚性愈伤组织诱导率和胚性愈伤组织绿苗发生数,但幼胚培养胚性愈伤组织诱导率与胚性愈伤组织绿苗发生数并不具有必然的相关关系,有的基因型,如自交系18-599和18-599在胚性愈伤组织诱导率和愈伤组织绿苗发生数等2个性状都表现相当优异;有的基因型,如自交系综31,仅幼胚培养胚性愈伤组织诱导率性状表现高于19-599和18-599,但在胚性愈伤组织绿苗发生数这一性状则与它们有相当大的差距,仅为19-599和18-599的1/3左右;有的基因型,如S37、R08、R15、P138、A318等玉米自交系不仅幼胚培养胚性愈伤组织诱导率很低,平均仅在3%左右,而且胚性愈伤组织绿苗发生数表现也很差,基本上没有分化成苗。

The program is divided into five blocks: the main function, contracting keys function, numbers and decimal memory function, processing function, the value function, display function,rest function and positive and negative function.

将程序分为五个模块:主函数、判键函数、数字和小数点存储函数、运算处理函数、求值函数、显示函数、正负和清零处理函数。

Special attributes: func doc or doc is the function's documentation string, or None if unavailable; func name or name is the function's name; module is the name of the module the function was dened in, or None if unavailable; func defaults is a tuple containing default argument values for those arguments that have defaults, or None if no arguments have a default value; func code is the code object representing the compiled function body; func globals is the dictionary that holds the function's global variables — it denes the global namespace of the module in which the function was dened; func dict or dict contains the namespace supporting arbitrary function attributes; func closure is None or a tuple of cells that contain bindings for the function's free variables.

func defaults是一个包括有参数中设有默认值的元组;func name 或 name 是函数名。func code是一个编译后的代码对象;func globals是一个引用,指向保存了函数的全局变量的字典—-如果你在函数所在模块中定义了全局变量的话。func dict或 dict 包括了支持任意函数属性的名字空间;func closure 要么是None,要么是包括有函数自由变量捆绑的单元的元组。

At the beginning of this thesis, the author gives the definition and the equivalent definition of convex function, and then proves the equivalent relationship between them. Secondly the author proposes the decision theorem of convex function which provides a judgment basis of whether a function is a convex function. Thirdly the author summarizes and proves the convex function's operational, basic, differential and integral property. Finally the author proves several famous convex function inequalities, such as Jensen inequality, Holder inequality, Cauchy inequality. The author also provides the application of these inequalities and illustrates the importance of convex function's basic inequality and integral property in the proving process.

本文开始给出了凸函数的定义及等价定义,并证明了它们之间的等价关系;接着提出了凸函数的判定定理,对一个函数是否是凸函数提供判断依据;然后对凸函数的运算性质、基本性质、微分性质、积分性质四个方面的性质进行了总结,并给予了证明;最后证明了凸函数的几个著名不等式詹森不等式、赫尔德不等式、柯西不等式,给出了这几个不等式的一些应用实例,并举例说明凸函数的基本性质和积分性质在不等式证明过程中的重要作用。

At the beginning of this thesis, the author gives the definition and the equivalent definition of convex function, and then proves the equivalent relationship between them. Secondly the author proposes the decision theorem of convex function which provides a judgment basis of whether a function is a convex function. Thirdly the author summarizes and proves the convex function's operational ,basic , differential and integral property. Finally the author proves several famous convex function inequalities, such as Jensen inequality, Holder inequality, Cauchy inequality and Minkowski inequality. The author also provides the application of these inequalities and illustrates the importance of convex function's basic inequality and integral property in the proving process.

本文开始给出了凸函数的定义及等价定义,并证明了它们之间的等价关系;接着提出了凸函数的判定定理,对一个函数是否是凸函数提供判断依据;然后对凸函数的运算性质、基本性质、微分性质、积分性质四个方面的性质进行了总结,并给予了证明;最后证明了凸函数的几个著名不等式詹森不等式、赫尔德不等式、柯西不等式和闵可夫斯基不等式以及这几个不等式的应用,并举例说明凸函数的基本性质和积分性质在不等式证明过程中的重要作用。

The linear function applicable scope is broad, when the reservoir turnover water volume and the time, the student leaves the staircase mouth population and the time and the time and the motion communication speech spends the comparison and so on the relational question has the important application;The study linear function, may deepen in the life the linear question understanding and the understanding, is helpful in solves some simple function problem; The linear function some problem solving method has the universality in mathematics, the linear function related theory may use for to solve some other mathematics problem, For instance the dual linear equation group, a Yuan inequality, a Yuan quadratic equation most value question and some complex mathematics question, the light is studies the linear function the theory is insufficient, the key is can utilize actual the linear function goes is our final goal.

一次函数的适用范围广,在蓄水池的进出水量与时间、学生出楼梯口人数与时间与时间和移动通讯的话费比较等的关系问题时均有重要的应用;学习一次函数,可以加深生活中线性问题的认识与理解,有助于解决一些简单的函数问题;一次函数的一些解题方法在数学中具有普遍性,一次函数的有关理论可以用来解决一些其它的数学问题,比如二元一次方程组、一元一次不等式、一元二次方程的最值问题及一些复杂的数学问题,光是学习一次函数的理论是不够的,关键是能把一次函数运用到实际中去才是我们最终的目的。

Chapter one is "Introduction". On the basis of summarizing the history of the study of the pictophonetic characters, we suppose some theoretical principle, such as the principle of the correspondence between the form and the meaning of the individual graph of Chinese characters, the principle of the total graphs of Chinese characters being a character-formation system, and the principle of the optimum development of the character -formation system in the history, and som analytic methods, such as the methods of structrue-function analysis, form-position analysis and meaning factor analysis, in the study of the pictophonetic characters. Chapter two is titled"General knwledge of the pictophonetic character." We discuss their origins, nature and some standards of distingnishing them, introduce the knowledge about the editions of SHUO WEN JIE ZI, analyse the functions of the modules of pictophonetic characters in detail, discuss concretely the function of phonetic graphs showing origins and pronunciations, the function of meaning graphs showing meanings and analogies, and the function of distinguishment when the two kinds of graphs are conbined. Chapter three is"The system of meaning graphs of Xiao Zhuan system."After we describe the structure of the meaning graph system, the relations between meaning graphs, the distributions of the function of meaning graphs showing meanings, and the frequency of all this kind of graphs, we get a table of all meaning graphs, a table of the frequency. Chapter four is"The system of phonetic graphs of Xiao Zhuan system."We describe the structure of the phonetic graph system, the relations between phonetic graphs, and between their function showing origins and their function showing pronunciations, and their frequency, then we get ageneral table of phonetic graphs and table of their frequency. Chapter five is "conclusion". We think that systematical methodology is useful in describing and analysing the formation system of Chinese characters. The methodology is adaptable in describing the formation system of modern Chinese characters as well as the historical character systems, adaptable in describing horizontally as well as comparing vertically. Only when we finish the systematical vertical compare on the base of systematical horizontal decription, could we know the true history of the system of Chinese characters, recover the rule of the system's development, and supply the theoretical supports for the scientifical arrangement of modern Chinese characters.

第一部分—绪论,在总结形声字研究历史状况的基础上,提出了研究形声系统的理论原则和分析方法,即汉字个体字符形义统一的思想,汉字字符集合构形系统的思想,汉字构形系统历史演变系统优化的思想等三项理论原则和结构功能分析法,形位分析法,义素分析法等三种分析方法,还扼要地介绍了具体的工作程序和论文的主要内容;第二部分—形声字概述,论述了形声字的来源、性质和鉴别标准,介绍了对《说文解字》正篆形声字说解中的传抄讹误,版本异文,说解错误校勘和考证的经过,详细分析了形声字构件的功能,具体讨论了声符的示源功能与示音功能,义符的示意功能与类化功能以及声符与义符组合中的相互区别功能;第三部分—小篆字系的义符系统,从义符系统的构成、义符间的相互关系,义符示意功能的分布及义符的构字频度等不同侧面,对义符系统进行了全面的描写,产生了义符总表、义符间意义关系总表和义符构字频度总表;第四部分—小篆字系形声字的声符系统,从声符系统的构成、声符间的相互关系,声符的示源功能与示音功能的关系以及声符的构字频度等不同侧面,对声符系统进行了全面描写,产生了声符总表和声符构字频度总表;第五部分—结束语,在全面测查小篆字系形声字的基础上,对研究汉字的方法和现代汉字发展方向的问题提出了一些看法,认为系统论的方法是描写和分析汉字构形系统行之有效的方法,系统论方法,不仅适用于历史上文字系统的描写,也适用于现代汉字构形系统的描写,不仅适用了断代描写,也适用于历史比较,只有在对汉字断代系统描写的基础上进行系统的历史比较,才能认清汉字系统历史演变的真相,揭示汉字系统发展的客观规律,为科学地整理现代汉字提供理论上的依据。

On the basis of extending the concepts of the derived function, primitive function and integration of interval-valued function to complex interval-valued function and using the descomposition theorem of complex fuzzy set, the derived function, primitive function and integration of complex fuzzy set-valued function and some properties of them are proved.

2在国际上最先引入了复模糊集合与复模糊数的基本概念,证明了它们的基本代数运算的封闭性,并且其运算可通过α水平复集合的相应运算来进行

第2/100页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Function
Cyborg Bette
Escuela Superior
Function At The Junction
Function
Superior Mind
Palabra Mi Amor
Happiness Is A Warm Gun
Happiness Is A Warm Gun
Run
推荐网络例句

The company mainly produces all kinds of industry screening machines, food packaging machine (solid, liquid, granular, powder), and bottled beer packaging machine assembly line, as well as large-scale wind transport, dedusting equipment design and installation.

公司主要生产各种行业用筛选机、食品包装机(固体、液体、粒状、粉状)、啤酒包装机和罐装流水线以及大型风力输送、除尘设备的设计与安装。

They began to embroider little squares of cloth.

陪同他的是学校的校长,西科尔斯卡小姐。

The boys and I do not have any of the intersection.

我与这位很帅的男生没有任何的交集。