派生表的构造方法如下。
介绍了通用PLC控制任务表的构造方法。
This paper introduces the construction method of generally used PLC Control-Task-Table.
首先给出邻接表的构造方法,基于此提出配电网分块快速形成算法。
First, the constructional method of adjacency list is given; then on this basis a fast forming algorithm of sections in distribution network is put forward.
他从机械表的构造中学到了管理企业的关键:完整的结构组成,合理的配合,要有动力。
The structure of a mechanical watch has taught him keys to running a business: completeness in structural components, close cooperation between different parts, and strong motivation.
借助试验设计原理,提出余表的构造方法及配方设计表的设计方案,得到一种新的优化算法。
Based on the theory of experimental design, the construction methods of residual table and compound design table were proposed, so that a new optimization algorithm was obtained.
首先介绍了决策表、广义信息表的构造及特点,然后给出了求决策表的最小属性约简及最小决策算法的计算方法。
Then, according to the features of the generalized information table, the algorithms of acquiring minimal attribute reduction, attribute value reduction and minimum decision algorithm are put forward.
表5提供了构造方法任务的描述。
Table 5 provides the description of the Structure Method task.
OpenSQL查询构造格式,特别关注跨多个表的联结查询
The Open SQL queries construction format with special focus on joined queries over multiple tables
幸运的是,在对任意一个转换图构造转换表方面,有一些成文的算法,这样,DFA就可以有效地解决这个问题。
Fortunately there are well-documented algorithms on how to construct the transition table for any transition diagram, so the DFA effectively solves the problem.
“数据表查询向导”对话框可以帮助你构造你自己的查询语句,之后数据表会被新数据更新。
The "DbTable query Wizard" dialog opens to help you construct your query, after which the table is updated with the new data.
在本示例中,您并未在构造函数中提供命名用户的列表,因此返回的表将为配置表,而不是权限表。
In this example, you are not supplying a list of named users in the constructor, so the table returned will be a configuration table, not a permissions table.
正如前面所讨论的,它是主题和主体的实现相关构造的替代物,出于我们的测试目的,通过注册表为其提供支持。
As discussed earlier, it's a stand-in for the implementation-dependent construction of a subject and principals backed by a registry for our testing purposes.
用户可以使用表中任意的列组合构造虚拟列,然后依次分析那些虚拟列。
Users can construct virtual columns from any combination of columns within a table and then analyze those virtual columns in turn.
现在格式化数据和图形的最常见方式是在HTML表内构造和组织所返回的内容。
The most common approach to formatting data and images even today is to structure and organize the returning content in HTML tables.
比如,如果指定用于出版或者文档应用程序的词汇表,您可能希望定义一个属性构造型。
For example, when working on vocabulary for publishing - or document-type applications, you may want to define an attribute stereotype.
如果有人考虑通过测试的场景的流程,我们可以考虑构造一组检查点,表1中所显示的一个实例。
If one considers the flow of a scenario through testing, we can construct a set of checkpoints, an example of which is shown in Table 1.
如何构造元素的结构是与构造组成关系数据库的列和表同样重要、复杂而且可能非常困难的设计问题。
How you construct models for elements is just as important, complex, and potentially difficult a design question as how you construct the columns and tables that comprise a relational database.
在不知道已改变用户的唯一属性的情况下,构造一个SQL声明去users表中重新获取已经改变的数据是可能的。
Without knowing unique attributes of the changed users, it is impossible to construct SQL query statement that retrieve only the changed data from the users table.
理论上,哈希表是一个非常简单的构造,就是数组或链表的集合被划分到有限数量的存储体中。
In theory the hash table is a rather simple construct, just collection of arrays or linked lists divided into a finite number of buckets.
表1显示了如果他们的声明在一个RF P中的IBM的声明,为了完成一个新的基础构造的解决方案。
Table 1 shows how IBM might respond if these statements were in an RFP for a complete new infrastructure solution.
此构造函数用于生成表2和表3中所示的配置显示。
This constructor is used to produce the configuration displays shown in Tables 2 and 3.
因为这个谓词所需的所有信息都在INSTANCES表中,因此构造一个证据URI指向这个表中的相关行。
Since all the information needed for this predicate is in the INSTANCES table, an evidence URI is constructed to point to the relevant row in this table.
第三种构造函数用于构造表4和表5中的显示所用的权限样式的透视图。
This third constructor is used for permission-style perpectives of the sort used to construct the displays in Tables 4 and 5.
然后,把构造函数修改成接受表的名称和表中字段的名称。
Then you change the constructor to take the name of the table, as well as the names of the fields in the table.
除了该文描述的构造型,您还可以确定表1列出的构造型。
In addition to the stereotypes described in that article, you can identify the stereotypes listed in Table 1.
基本表是在数据库创建过程中自动创建的,而视图则是通过运行catalog . sql和catproc . sql脚本构造的。
The base tables are created automatically during database creation, and the views are constructed by running the catalog.sql and catproc.sql scripts.
DITARecipe表用于存储配方构造源任务构造,而JAUSRecipe 表用于存储配方构造的最终信息包序列。
The DITARecipe table is used to store recipe construct source task constructs, while the JAUSRecipe table is used to store the resulting packet sequence of a recipe construct.
这些表是 getAclActorTable()和getAclActionTable()访问器在运行时动态生成的,但是其效果与在构造期间创建的表和为提高效率而缓存的表是一样。
The tables are generated dynamically at run time by the getAclActorTable() and getAclActionTable() accessors, but could just as well be created during construction and cached for efficiency.
处理程序包含适用于JSF页面中的每个 <h:panelGroup... />绑定的一个类似方法,每个绑定标记从 ACLPerspective 的以不同的方式构造的实例中呈现一个表。
The handler contains a similar method for each <h:panelGroup ... /> binding in the JSF page, and each bound tag renders one table from a differently constructed instance of an ACLPerspective.
如果您想使用这个树形表模型,您将需要创建一个它的实例,然后将实例传递到JXTreeTable构造器,像这样。
If you want to use this tree-table model, you'll need to create an instance of it and then pass that instance to the JXTreeTable constructor, like so.
应用推荐