英语人>网络例句>dynamical variables 相关的网络例句
dynamical variables相关的网络例句

查询词典 dynamical variables

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

This function inserts posts in the database. It sanitizes variables, does some checks, fills in missing variables like date/time, etc.

这个函数向数据库插入文章,清理了一些变数,做一些检查,填入缺失的变数,如时间/日期等等。

A special real-time data exchange model was proposed and established, which can explain multiple relationships between dependent variables and independent variables in developing model systems in forestry and ecology fields through vectored expression evaluation.

提出和实现了一种独特的实时数据交换模型,它通过矢量化的表达式求值,解决了在林业和生态学等方面的研究中,建立模型系时,解释变量和被解释变量之间的多对多的关系。

The modular design of printNet system is divided into several application part, such as data processing tools, design tools, products, Business card printing tools, and solutions to technical tools, of which the highest is a design tool over the actions that it printLayout from page formatting and setting variables, but also can be used by an operator in a transform tool programming, so that the contents of the variables in a database in output for operations, now produetion of mostly to one-dimensional bar codes and encrypted bit or anti-false, the party is a method in the bar code by addition, subtraction, multiplication, Division, opinins Mo, and so after the results or the results of data, or the result is converted to the data that corresponds to a location in one of the ntehs detection accuracy is valid, just make a bit of the inverse operation, the operation that results in comparison with the original data, such as the same as the data is valid, such as different then the data is not valid, this scenario is the most simple and most primitive anti-counterfeit. PrintNet software to complex product environment " interpuntion and output the integration of integrated management " solution possible.

printNet系统的模块式设计分为几个应用部分,如数据处理工具、设计工具、产品制卡工具以及方案解决工具,其中技术含量最高的是对设计工具printLayout的操作,它除了设计页面格式和设置变量外,还可由操作员在转换工具中编程,以便对数据库中的变量内容在输出时进行运算操作,现在生产中应用的大多是给一维条码加校验位或是防伪加密,其方一法是将条码中的数据经过加、减、乘、除、取莫等运算后,将结果或将结果中的几位至于数据后,或将结果转换成对应符号放在数据中的某个位置,如须检测某一数据是否准确有效,只要把校验位上的数进行逆运算,把运算结果与原数据比较,如相同则数据有效,如不同则数据无效,这种方案是最简单最原始的防伪加密的方法。printNet软件系统使得在复杂产品环境下的&排版与输出一体管理&的集成解决方案成为可能。

Second, the random variables in reliability analysis of the steel rail are discussed. These random variables include the wheel load, the stiffness of the rubber pad and the bed, the temperature stress and the fatigue ultimate strength of the steel rail. And their probability distributions and parameters are discussed thoroughly.

其次,对钢轨可靠度分析中涉及的随机变量如轮载力、轨下胶垫刚度、道床路基联合刚度、温度应力及钢轨疲劳极限强度的概率分布类型和统计特征进行了详细讨论。

This research utilizes regression models in three ways," all years","every industry", and " every year", and adopted corporate governance variables include scale of the board and the inspectors, the holding rate of the board and the inspector, the holding rate of primary shareholder, managers, trust funds, government, and corporations, the degree of concentration of shares, and two dummy variables,"whether the chairman and chief official executive is the same person", and "whether the company's CPA firm ranks the first four".

本研究以1994年至2003年的外资持股公司为研究对象,并将回归模型分为:总年度、各产业别及各年度以分别讨论之,样本总数共为4620笔。公司治理的变数中,本研究采用:董事会规模、监察人规模、董监持股率、大股东持股率、经理人持股率、股权集中程度、董事长是否兼任总经理、政府金融机构、信托基金持股率、公司法人持股率及是否由四大跨国会计师事务所查核。

Methods After the solid dispersion of cinnamon oil was prepared by melting method, the effects of the process variables and formulation variables on solid dispersion and dissolution were investigated.

应用熔融法制备固体分散体后,以溶出度的测定为主要评价指标,采用正交设计对工艺及处方优化,并用红外光谱法考察药物与载体是否具有相互作用。

The object of this study is to simulate the washer operation of drum washer and horizontal belt washer by varying some process variables, such as dilution factor, pulp mat consistency, washing liquor temperature and basis weight, with a laboratory pulp tester. The aim is to find out the effect of these variables on the washing efficiency and determine the specific gravity of black liquor.

本研究的目的以自制实验室洗浆机於不同变数:如稀释因子、洗涤浆层浓度、洗液温度及基重等模拟筒式及水平带状洗浆机的洗涤操作,以探讨这些变数对於洗涤效率的影响,同时并辅以黑液比重的测试。

The independent variables in this research are two type backrests, three speed conditions, and three levels of surface. The kinematic and kinetic data are dependent variables. To test the study hypothesis, we used a two-way respeated measures analysis of variance on two factors (backrests and speeds, or backrests and slopes).

依研究目的将不同靠背组别作为主要影响因子,运动学资料与动力学资料为依变项,以重复量数双因子变异数分析(Repeated Measurement Two-way ANOVA)来验证不同靠背之间的差异性。

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

The method uses leakage currents of all conductor segments and the surface charge densities on the surface of finite volume as unknown variables.The number of unknown variables used in this method is much less than those in other methods,and the grounding system buried in multi-layer soil with arbitrary numbers of layers can be analyzed.

这种方法以导体上的漏电流和有限体积材料表面的电荷密度为待求变量,与国际上其他方法相比,该方法使用的未知量数显著减少,并且可以分析复杂多层土壤中的接地网性能。

第27/50页 首页 < ... 23 24 25 26 27 28 29 30 31 ... > 尾页
相关中文对照歌词
Train Overnight
Lady Patra
Next Up
Ricochet
We Are Free Men
Debate Exposes Doubt
Wylin Out
推荐网络例句

That snake Alaric named Archbishop...

庇护。。。那个毒如蛇蝎的Alaric被命名为大教主。。。

You have done lots of magical things to be amazed at.

你做了很多神奇的事物感到惊讶。

A first letter, in the style of those granted for the foundation of regular canons, gave the order canonical existence; a second determined the special vocation of the Order of Preachers as vowed to teaching and defending the truths of faith.

第一次信中,在作风上的那些理所当然为基础的经常门炮,一声令下典型的存在;第二次定特别的天职秩序传教士作为发誓要教学和捍卫真理的信念。