Integrity of gut barrier is the foundation of the multiple function of intestinal tract to keep normal.
完整的肠黏膜屏障功能是肠道多种功能得以正常维持的基础。
A multiple function literal circuit is introduced in the paper. And its basic realization is discussed.
引入了一种多功能文字电路,并讨论了其基本实现。
The special nature of water resource and its multiple function determine that the allocation system is complex.
水资源的特殊性和水资源价值的多重性决定了水资源配置制度的复杂性。
In this paper, the author probes the improvement and application of BFDS style multiple function hydraulic control value.
文章阐述了BFDS型多功能水力控制阀液压控制系统的改进及应用。
This design allows additional work to be done in these functions, and not duplicated across multiple function implementations.
这个设计允许在这些函数中完成额外的工作,并且不再多个函数实现之间重复。
By providing integral closed loop control, it replaces manual regulators, costly multiple function control valves, and needle valves.
通过提供完整的闭环控制,它取代手动调节,昂贵的多功能控制阀,针阀门。
A rules file can also have multiple (that is, zero or more) import declarations, multiple global declarations, and multiple function declarations.
一个规则文件还可以有多个(即0个或多个)import声明、多个global声明以及多个function声明。
Objective To study the therapeutic effects of multiple wavelength and multiple function laser system in treatment of cutaneous pigmentary lesions.
目的观察并比较多波长多功能激光系统治疗不同皮肤色素损害的临床疗效。
The test will reside in a code area with multiple function points (high integration point) and in which more than one developer touches the same code (high risk).
测试将存在于一个带有多个功能点(高集成度点)的代码区域,该区域被多个开发者所使用(高风险)。
A multiple function tool (12) having first and second handles (20, 22), a tool head (64) with pivotal jaw members (66, 68), and a plurality of additional tools.
多功能工具(12)设有第一和第二手柄(20,22),工具头(64)及转动钳口件(66,68),还有许多附加工具。
Through the study of auto leveling DSP control system, it is laid the foundation of the multiple function and high reliability auto leveling control system study.
基于DSP的摊铺机超声波多探头自动找平控制系统的研究,为进一步开发多功能高可靠性自动找平控制系统奠定了基础。
With this function we can now find multiple matches within a string and extract specific pieces of the information from within each match.
通过此函数,我们现在可在字符串中找到多个匹配项,并且可从每个匹配项中提取特定的信息片段。
If an iterator class or a function with static (or global) variables depends on multiple data states, two problems come up.
如果带静态(或全局)变量的迭代器类或函数取决于多个数据状态,则出现两个问题。
Many features were introduced in the XSLT 2.0 specification-features like function definitions, multiple result documents, sequences and temporary trees, stronger typing, and text parsing.
XSLT 2.0规范引入了很多特性,比如函数定义、多结果文档、序列和临时树、更强的类型设置以及文本分析。
You could also use % 1 for the first parameter and similarly % 2, % 3, etc. if the function accepted multiple parameters.
您也可以为第一个参数使用%1,如果此函数接受多个参数,还可以使用类似的%2、%3等。
For example, EAI technology, such as a broker, may provide a more centralized capability to perform adaptor function for multiple applications or legacy systems.
例如,EAI技术,比如代理,可以提供更集中的能力来执行用于多个应用程序或者遗留系统的适配器功能。
The ability to optimize multiple queries (that is, a workload) emerged as the function that matters the most to us.
优化多个查询(也就是工作负载)的能力成为了对我们最重要的功能。
And the program can weave together many long-running tasks that may span multiple enterprises to realize a business function.
而程序可以将许多可能跨多个企业的长时间运行的任务组合在一起来实现一个业务功能。
This latter process is known as unpacking and is an extremely powerful technique used in a number of situations, including when you want to return multiple values from a function.
这之后的过程称为解包,它是用于许多情形的功能十分强大的技术,其中包括希望从一个函数中返回多个值。
Management server — Management server function can reside on a single server or multiple servers.
管理服务器——管理服务器的功能可以放在一台服务器或多台服务器上。
Although this is not permitted by the JSR 116 specification, we have received multiple requests for such function.
尽管JSR 116规范并不允许这样做,但很多人都要求提供此功能。
Redundancy elimination: Focusing on the ability to reuse the candidate service across multiple composite scenarios where the specific function is needed.
冗余消除:关注跨所需特定功能的多个组合场景重用候选服务的能力。
Creating a table function that returns multiple values isn't much more difficult.
创建返回多个值的表函数也不太困难。
To return multiple values from a function, enclose them in parentheses and separate them with commas — in other words, create and return a tuple.
为了从一个函数中返回多个值,要将其括在一个括号中并以逗号分隔——换句话说,创建并返回一个tuple。
To turn the sequence into multiple elements to pass to Max, we use the apply function.
为了将这个序列转变为多个元素后再传递给max,我们使用apply函数。
The sample code xqueryparam.db2 provides good examples for one parameter and multiple parameter passing to sqlquery function.
示例代码xqueryparam . db 2提供了一些不错的例子,将一个和多个参数传递给sqlquery函数。
A simple example is a loop that computes a particular function for multiple arguments, such as the following Fortran program.
一个简单的例子就是为多个论断计算特定函数的循环,例如接下来的Fortran程序。
Now, the sqlquery function can take multiple arguments as input where the first argument is a string value representing a full select followed by the values of the parameters.
现在,sqlquery函数可以将多个参数作为输入,第一个参数是一个表示全选择的字符串,其后是参数的值。
Even if you don't use multithreading, initialize Xerces-C + + up front to avoid multiple calls to this function and then terminate when your application terminates.
即使不使用多线程处理,也要预先初始化xerces - C+ +以避免多次调用这个函数,然后在应用程序结束时将其终止。
If you want to reissue the same statement multiple times, the odbc_exec function is an expensive approach because it prepares and executes the statement every time.
如果您想多次重复发出同一条语句,那么odbc_exec函数是一种代价高昂的方法,因为它每次都要编译并执行该语句。
应用推荐