并应用实例对模型的可行性和实用性进行了验证。
In the paper, a case study is given to verify the feasibility and practicability of the model. The application analysis...
给出了模糊-灰色集成评价法的数学模型的建模过程,并应用实例进行分析。
The modeling process of the mathematical model of fuzzy and grey integrated evaluation method was provided with an application example analyzed.
并应用实例设计,分析了常规设计法和随机应力强度曲模糊可靠性设计法的区别。
The difference between the common design method and the fuzzy reliability design method of random stress intensity is analyzed by means of a case study.
根据化工建设项目的特点,建立环境风险评价系统的指标体系,研究模糊评判方法,并应用实例进行分析计算。
The index of environment risk assessment system was established based on the properties of chemical engineering project. Fuzzy identification method as well as the case study was studied.
在启动时,应用服务器会创建在部署描述符中指定的类的一个实例,并设置管理员提供的属性。
At startup, the application server creates an instance of the class specified in the deployment descriptor and sets the properties the administrator has provided.
由于模板存储在模板库中,因此用户可以挑选其中的模板,并根据所选模板定义创建组合应用程序的新实例。
Because templates are stored in a template library, a user can pick a template and create a new instance of the composite application that is described by the selected template definition.
消息流使用的其他实例数在BAR文件中指定,并应用于该 BAR 文件中的消息流。
The number of additional instances which are used by a message flow is specified in the BAR file and applies to the message flow(s) in that BAR file.
接下来可以像处理一个简单SAX应用程序一样处理XMLReader实例,并设置一个错误处理程序。
You can then work with the XMLReader instance as you would with a straight SAX application which of course includes setting an error handler.
让我们回到上面讨论的图1和图2的实例中去看看您如何在IBMRationalRequisitePro中获取到它并应用期望管理。
Let's return to the example we discussed above for Figures 1 and 2 to see how you can capture it on IBM Rational RequisitePro and apply expectation management.
RelationshipService将业务对象标记为已创建,生成新实例ID,并创建新的表条目来将其与应用程序特定的ID关联。
The Relationship Service marks the business object as created, generates a new instance id, and creates a new table entry to associate it with the application-specific id.
但是不同的应用程序或同一应用程序的不同实例可以放在不同的内存窗中,并消耗系统上更多的可用物理内存。
But different applications, or distinct instances of a single application, can be placed in different memory Windows and consume more of the available physical memory on the system.
下面的代码示例显示了应用程序如何通过其JNDI名称查找缓存实例,将对象放入缓存实例中,并稍后对其进行检索。
The code example shows how the application looks up a cache instance through its JNDI name, puts an object into a cache instance, and then retrieves it later.
应用程序随后提取消息中携带的数据并创建一个新的WPS处理实例,该实例将根据组织的业务目标对通知进行处理。
The application then extracts data carried in the message and creates a new WPS process instance that governs the announcement handling according to the business objectives of the organization.
跨越多个实例进行负载均衡可防止应用程序服务器丢失,并允许您从各种故障中恢复。
You protect against application server loss by load balancing across multiple instances, allowing you to recover from various failures.
将修订包应用于现有的DB 2软件,并更新安装路径下的所有实例。
Applying a fix pack to the existing DB2 software, and updating all instances under the installation path.
激活的队列管理器实例可以处理信息并接受来自应用程序和其他队列管理器的连接。
The active queue manager instance processes messages and accepts connections from applications and other queue managers.
您不需要将修订包应用于以前的版本上并应用于所有实例,但是老方法仍然得到支持。
You do not need to apply a fix pack to the earlier version and apply it to all the instances, although the old fashioned way is still supported.
从技术的角度而言,人工活动是在工作人员登录到工作应用程序并选择任务(或搜索流程实例)时开始的。
Technically, human activities are started as a worker logs in to a work application and selects a task (or searches for the process instance).
应用程序很少只访问一个表,所以有些操作需要实例化并使用多个接口。
Rarely does an application access only one table, so by taking this approach, some operations would require instantiating and working with more than one interface.
这个servlet创建应用程序类的一个实例,该实例启动Derby数据库引擎,并创建一个 Derby 数据库。
The servlet creates an instance of an application class that boots the Derby database engine and creates a Derby database.
Jetty创建应用程序类的一个实例DerbyDatabase,该实例启动嵌入式Derby引擎,创建数据库(只此一次),然后创建两个表并装载一些行。
Jetty creates an instance of the application class, DerbyDatabase, which boots the embedded Derby engine, creates the database (only once), and creates two tables and loads some rows.
使用EC2,客户可以创建自己的AmazonMachineImages (AMI),包括操作系统、应用程序和数据,并控制在给定的时候每个AMI 有多少实例运行。
With EC2, customers create their own Amazon Machine Images (AMIs) containing an operating system, applications, and data, and they control how many instances of each AMI run at any given time.
这些numactl绑定确保这些应用程序的实例在与它们使用的以太网适配器相同的节点的CPU上运行,并使用这些节点上的内存。
Those numactl bindings ensured that the instances of the applications would run on CPUs on the same nodes as the Ethernet adapters they were using, as well as use the memory on those nodes.
为了在不受管理的环境下获得连接,应用程序客户端必须创建并初始化delconnmanaged ConnectionFactory类的实例。
To obtain connections in a non-managed environment, the application client must create and initialize an instance of DELConnManagedConnectionFactory class.
要成功地执行测试,必须要启动并运行Selenium服务器实例以及要测试的应用程序。
For your tests to successfully execute, both the Selenium server instance and the application under test must be up and running.
假定两个应用程序都定义了Customer业务对象,并生成了自己的内部键来唯一地标识此业务对象的实例。
Suppose two applications each define Customer business objects and generate their own internal keys to uniquely identify instances of this business object.
这里提供了一个BankAccount应用程序实例,期待着它能够帮助您理解这个功能的更多细节问题,并帮助您开发能提供容器管理方法的 CMPbean。
The BankAccount application provided as an example will hopefully help you understand more details about this feature, and aid you in developing a container-managed method capable CMP bean.
可以设置并配置PeopleSoft应用程序环境,以便与 64位的数据库实例共存。
It is possible to setup and configure PeopleSoft application environments to co-exist with a 64-bit database instance.
任何应用程序都可获得并使用JVM提供的平台MBean,方法是获得目标bean的实例并调用合适的方法。
Any application can obtain and use the JVM-provided platform MBeans by obtaining an instance of the desired bean and invoking the appropriate methods.
任何应用程序都可获得并使用JVM提供的平台MBean,方法是获得目标bean的实例并调用合适的方法。
Any application can obtain and use the JVM-provided platform MBeans by obtaining an instance of the desired bean and invoking the appropriate methods.
应用推荐