On-line measurement software with added function of graphics file input can effectively improve it "s worth."
在测量软件中加入图形读入功能,能有效提高软件的应用价值。
It ACTS as an intermediary between two systems and provides value-added function such as reliability and transactional semantics.
它充当两个系统之间的中介,提供诸如可靠性和事务语义之类的增值功能。
The IBM IMS components provide a key part of the overall IMS infrastructure by enabling applications and value-added function deployment in the IMS service plane.
IBMIMS组件提供了总体 IMS基础设施的一个关键部分,支持在 IMS服务平台中部署应用程序和增值功能。
Since the source code is too big to show here, and there is no new function added in this integration sample, you can find the source code in Downloads for further study.
由于源代码全部显示在这里会显得太长,并且此整合样例中未添加任何新函数,因此您可以到下载中找到源代码进行进一步研究。
Individual files at any scope in the application EAR can be added, deleted, or updated via update function.
可以通过更新功能对应用程序EAR中任何范围的单个文件进行添加、删除或更新操作。
For the example scenario, a few months after the application has been in production, new function (including new SQL) is added to the application, which now needs to be deployed.
对于示例场景,在应用程序投入生产的数月之后,为应用程序添加了新功能(包括新sql),现在需要部署该应用程序。
For example, if a new function is added to a source code and binary is created, verification that the source file and the binaries are in sync may be required.
例如,如果将新函数添加到源代码中并创建了相应的二进制文件,则需要验证源文件和二进制文件是同步的。
Doing so can provide a new level of reuse for a team, since pre-built function can be added to a message flow developer's palette in the form of a new plug-in node.
这样做可以为团队提供新级别的重用,因为可以将预构建的功能以新插件节点的形式添加到消息流开发人员的面板中。
So far, you've created a script header and some simple variables and added a function, as shown in Listing 14.
到目前为止,您已经创建了一个脚本标头和一些简单变量,并且添加了一个函数,如清单14所示。
These layers and be added or removed dynamically and you can change each layer as it has a track that lets you change it as a function of time by inserting keys at certain frames in the track.
这些层可以被动态的增加或删除,你也可以对这些层进行改动,因为每层都有一个轨道,你可以在轨道中的特定时间点加入关键帧到达改变动画的目的。
Multifunctional furniture is not just for added storage alone, it can serve any number of additional USES other than its main function.
当然多功能家具并不只是附加了存储功能有些家具的附加功能甚至比它的主要功能还要多,甚至更经常使用。
"Other social networking tools make selective sharing within small groups difficult," she added, taking what appears to be a jab at Facebook's recent grouping function.
“其他的社交网络工具都很难在小群体里进行分别分享”,针对“脸谱”最近的群组功能,她补充道。
This support is added using the row identifier (RID_BIT or RID) built-in function, the row CHANGE TOKEN expression, the time-based update detection, and implicitly hidden columns.
这些支持通过行标识符(RID_BIT或RID)内置函数、ROWCHANGETOKEN表达式、基于时间的更新检测和隐式隐藏的列实现。
As an added bonus, note that the reduce function can be the same because it just sums up grouped keys!
作为一个额外的奖励,请注意reduce函数可以是相同的,因为它只汇总已分组的键!
Entries for the two buttons are added to the function named Scene_Actions.
这两个按钮的条目被添加到名为scene_actions的函数中。
It is true enough that dispatch.on generic function signatures for new types can be added without changing the prior code.
对于新的类型来说,的确可以添加dispatch .on通用函数签名,而不用修改以前的代码。
Once the marker is added to the map as an overlay, the drawLine function is called.
将这个标记作为叠加层添加到地图上之后,调用drawLine函数。
When the Renderer module is used as the default rendering engine, it is recommended that an additional module is added to the configuration file to facilitate this function.
当Renderer模块用作默认的表示引擎时,建议添加一个附加的模块到配置文件以促进该功能。
Most providers of an XSLT processor added an extension function, usually called node-set , which allows the RTF to become a navigable and filterable tree.
多数XSLT处理程序的提供商都增加了一个扩展函数,通常称为node - set,它可以把RTF变成可导航、可筛选的树。
So, jQuery has added a method to the Event module to replace these two functions, called the hover (fn1, fn2) function.
因此,jQuery向Event模块添加了一个新方法来替代这两个函数,这个方法就是hover (fn 1,fn2)函数。
Notice that you added another function to be called at startup-the loadTeams function.
请注意在启动时还加入了另一个函数—loadteams函数。
Using a tool like the syslog function keeps complexity under control and provides the added benefit of allowing easy customizations through configuration files, such as syslog.conf.
使用诸如syslog函数之类的工具可以控制复杂度,并允许通过配置文件(例如syslog . conf)来轻松地进行自定义。
That is, python source code is compiled by the python command to bytecode in exactly the same manner as before (except for a couple import statements and function calls added to invoke Psyco).
也就是说,python源代码是通过python命令编译成字节码的,所用的方式和以前完全相同(除了为调用Psyco而添加的几个import语句和函数调用)。
So, here's version two of my plot where I've added the contour plot of a function, xy on top of the vector field.
这是第二张函数图,我在上面添加了函数xy的轮廓,放在了向量场上面。
The ROWID data type is mapped to VARCHAR(16) FOR BIT and the RID_BIT() function is added to support the ROWID operations.
ROWID数据类型被映射到VARCHAR(16)FORBIT,并增加了 RID_BIT()函数,以支持 ROWID 操作。
Call, I added only the line psyco.bind (main), since the main function does loop a number of times (but only makes minimal use of integer arithmetic).
我只添加了psyco .bind (main)这一行,而不是添加一个总的psyco . jit调用,因为main函数确实要循环多次(但是仅利用了最少的整数运算)。
As you can see in Listing 16, this added aspect of the doSubmit function is a bit more involved but still easy to comprehend.
如清单16所示,dosubmit函数的新增部分有点复杂,但仍然易于理解。
As you can see in Listing 16, this added aspect of the doSubmit function is a bit more involved but still easy to comprehend.
如清单16所示,dosubmit函数的新增部分有点复杂,但仍然易于理解。
应用推荐