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

查询词典 monotone decreasing function

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

Furthermore, middle-term cycles are classified into 4 evolvement stages, i.e. rising, transitorily decreasing, stably decreasing and fast decreasing.

主要划分为4个演化阶段,即基准面上升—短暂基准面下降—持续基准面上升—基准面又快速下降。

Studied the solid particles cyclone separation under structural parameters and operating parameters of different hydrocyclone, the results showed that major factor influence split ratio is in the ratio of entrance to exit pressure of hydrocyclone. Exit pressure has a certain influence on the split ratio, the various of the diameter and cone angle of hydrocyclone (in the ratio of entrance to exit pressure is constant) have no influence on split ratio; With diameter and cone angle increase, the separation granularity gradually increasing and recovery ratio decreasing; With entrance pressure increase, the separation granularity of hydrocyclone decrease, the split ratio of underset will increase slowly; With the diameter of overflow pipe increase, the separation granularity of hydrocyclone increasing and recovery ratio decreasing; With the diameter of underset pipe increasing, the separation granularity of hydrocyclone decreasing and recovery ratio increasing.

在不同的水力旋流器结构参数和操作参数下,对固体颗粒的旋流分离进行了分析研究,结果表明:旋流器的排出口比是影响分流比的主要因素,进口压力对分流比有一定影响,水力旋流器的直径变化和锥段角度变化对分流比基本上没有影响;随着直径、锥段角度的增大,分离粒度逐渐增大,回收率降低;随着入口压力增大,水力旋流器的分离粒度变小,底流的分流比会缓慢增加;随着溢流管管径的增加,分离粒度增大,分流比明显减小,回收率降低;随着底流管直径的增加,分离粒度减小,分级效果明显下降,回收率会增加。

The results in these three regions have been given that (1) Ephedra, as dry and desert vegetation, the average percents are 7.7 in Yang Lake, 4.2 in Kunlun Rive, 7.5 in Doucuo Lake, and the datum in Yang Lake is higher than others;(2) Gramineae, as humid vegetation, the average percents are 1.2 in Yang Lake, 4.9 in Kunlun Rive, 12.0 in Kuhai Lake, increasing gradually from west to east;(3) Artemisia, as humid vegetation, the average percents are 22.2 in Yang Lake, 43.6 in Kunlun Rive, 48.8 in Kuhai Lake, increasing gradually from west to east, too;(4) Chenopodiaceae, as dry vegetation, the average percents are 52.1 in Yang Lake, 42.4 in Kunlun Rive, 11.5 in Kuhai Lake, however, decreasing gradually from west to east;(5) Artemisia/Chenopodiaceae ,the average data, as environmental changing index, are 0.45 in Yang Lake, 1.23 in Kuniun Rive, 5.59 in Kuhai Lake, increasing gradually from west to east, and there is higher data scope during 3.0~4.3 ka BP in these two lake sediment profiles, then decreasing;(6) Ephedra/Artemisia, data are all increased but the amplitude is different, such as 0.45 in Yang Lake, 0.34 in Kunlun Rive, 0.28 in Kuhai Lake, decreasing gradually from west to east.

代表气候湿润的禾本科花粉平均百分含量,三个地区分别为:1.2%、4.9%、12.0%,从西向东数值逐渐升高。③代表气候湿润的蒿属花粉平均百分含量,三个地区分别为:22.2%,43.6%,48.8%,从西向东数值逐渐升高。④代表气候干旱的草科花粉平均百分含量,三个地区分别为:52.1%,42.4%,11.5%,从西向东数值逐渐降低。⑤依据蒿属、藜科花粉百分含量,计算出环境变化指标,蒿属/藜科值,三个地区的平均值分别为:0.45,1.23,5.59,从西向东比值逐渐升高,⑥麻黄属/蒿属值,在全新世晚期,三个地区都呈上升趋势,但幅度存在差异,分别为:0.45,0.34,0.28,从西向东数值逐渐降低。

The result showed that Insulin capsule could increase the insulin sensitivity of model rat of insulin resistance of typeⅡdiabetes mellitus by decreasing its blood sugar,decreasing its avoirdupois,improving its lipodystrophy and hemodynamics , increasing its GLUT4 translocation of skeletal muscle cell,increasing expression level of GK in liver cell, increasing expression level of PEPCK and decreasing level of TNF-αexpression in adipose tissue.

结果表明,胰苏灵胶囊可使2型糖尿病IR模型大鼠的血糖降低、体重减轻、脂质代谢异常得到改善、血流变异常得到改善;能使模型大鼠的脂肪组织TNF- a的mRNA表达水平降低,能使模型大鼠骨骼肌细胞的GLUT4的转位增加,能增加肝GK表达,能诱导PEPCK的转录。通过以上作用,胰苏灵胶囊可使2型糖尿病IR大鼠模型的IR得到改善。

This paper describes the application of a quadratic function, namely : the use of quadratic function for Inequality, discuss other monotone function with the most value, the real roots distribution, series of comprehensive, quadratic function embodied in the high school math widely used.

本文主要介绍二次函数的应用,即:利用二次函数解不等式,讨论其他函数的单调性与最值、实根分布,数列中的应用等综合问题,体现了二次函数在高中数学中的广泛应用。

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,要么是包括有函数自由变量捆绑的单元的元组。

In this paper, the convergent conditions in sequence or parallel update mode and the sufficient condition with only one global stable state for Hopfield network model with discrete time and continuous states when its neurons' activation function is non-decreasing (not being strictly monotone increasing) are discussed.

主要讨论离散时间连续状态的Hopfield网络模型中当神经元的激活函数为单调增函数时,并行和串行收敛的充分条件以及具有全局惟一稳定点的充分条件。

The macroscopic rheological parameters and microstructure parameters were closely related, it is helpful to explain the essence of multiple rheological properties through the analysis of which the wax evolution process and microstructure of the crude oil which is waxy and high viscosity; the yield time of gelled waxy crude oil monotone increases along with the decreasing of rate of shear (the time of stress effect prolonged), there was power function relationship between them, it can be expressed with ; when adding diesel oil to Sudan crude oil, dilute proportion bigger the eccentricity degree of paraffin particles were bigger too, that was to say the symmetry of wax crystal was better, the wax crystal form fabric more hardly when the intermolecular interaction was smaller; in the light of macroscopica, the fall extent of the abnormity temperature, solidifying point and viscosity could be larger along with the accretion of dilute proportion, as a result, it's rheological properties could be improved.

SD原油析蜡点为94℃,析蜡高峰为50~30℃,异常点为40℃;其蜡晶颗粒细小、对称性差,所以具有较大的比表面能,容易形成联生、联锁结构;损耗角曲线与储能模量曲线或损耗模量曲线的交点所对应的温度与原油凝点或倾点温度非常接近,大约在39℃左右;也就是说,含蜡原油粘弹特性曲线的交点可以表征其流动性;原油宏观流变参数与微观结构参数密切相关,原油析蜡过程及蜡晶微观结构分析有助于诠释易凝高粘原油多重流变特性的本质;胶凝含蜡原油的屈服时间随剪切速率的降低而单调增加,二者显然存在幂函数关系,可用关系式描述;当SD原油加柴油稀释处理时,稀释比越高,蜡晶颗粒的偏心度也越大,亦即蜡晶对称性越好,分子间作用力越小,蜡晶颗粒越不易形成结构,宏观表现为异常点、凝点及表观粘度等流变参数下降的幅度越大,流动性越好。

The decreasing conditions of an energy function are investigated by the use of convex function. By utilization of the primal convex function, the conditions are analyzed under which its conjugate function minus a quadratic function is also convex.

利用凸函数的定义研究了能量函数下降的条件,根据凸函数的性质分析它的共轭函数减去二次函数之差仍为凸函数的条件。

第5/50页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Function
E.R. (Emergency Room)
Function At The Junction
Function
My Life Is Complete With Jesus
Primary
Run
Form Follows Function
At The Club
Pin Drop
推荐网络例句

We are forbidden from giving money to these shoeless, skinny children, as this will perpetuate begging.

向光着脚,骨瘦如柴的孩子施舍是不可以的,因为要招来无休无止的乞讨。

It would be hard not to fall victim to some sharpeyed policeman.

要想不被某个目光锐利的警察抓到,谈何容易。

Obviously, it's one of the most tragic moments in the world history.

显然,这是世界历史上最悲惨的时刻之一。