Develop a thesis statement that clearly states the term that is being defined and your method of definition.
确定论点,清楚的阐明已限定对象及限定理论。
Second, even if the method of definition does not turn out to be the best way of understanding how we go about applying concepts, the method still has immense heuristic value.
其次,即便这个定义法到头来果真不是理解我们使用概念的方式的最佳路数,这个方法仍然有启发人心的重大价值。
The definition also excludes the majority of teachers, despite the fact that teaching has traditionally been the method whereby many intellectuals earn their living.
这一定义也排除了大多数教师,尽管教学历来是许多知识分子谋生的传统手段。
This definition covers the use of storyboards as a method of capturing the way that a solution behaves, as though you have already solved the problem.
这个定义包含了把故事板脚本的使用看作一种获取解决方案表现方式的方法,尽管你已经解决了这个问题。
A method Definition also characterizes one or more configurations or versions of the method by identifying, for each configuration, which elements are presented to the practitioners and how.
方法定义同时还可以通过鉴别表现出一个或者更多结构或者方法版本,对于每一个结构,还可以鉴定研制人使用了哪些元素和怎样使用的。
A method definition is a well-formed definition of a method in terms of its method Elements (including their description) and their relationships.
方法定义就是根据它的方法元素(包括它们的描述)和它们之间的关系对方法进行的一个结构良好的定义。
I'll first look at invoking a method with delayed binding, and then I'll show techniques you can use to change the definition of a class at run time.
首先介绍延迟绑定调用方法,然后介绍一些可以在运行时改变类定义的可用技术。
In other words, a method Definition corresponds to the subset of the RMC Library relevant to the method under Construction.
换句话说,一个方法定义对应着被构建方法相关的RMC库子集。
For instance, in order to create a customized version of RUP for z, you would start with a Method Definition, including the plug-ins shown in Figure 1.
例如,为了创建一个RUPfor z的自定义版本,您可以用方法定义来开始,包括图1中所显示的插件。
The instance_eval method executes the code passed to it by changing the definition of the host object.
通过变更主机托管对象的定义 instance_eval方法可执行传递给它的代码。
The addOrderFrom() method collapses to the definition of an anonymous inner class creation of the command class, wrapping the two work items.
addOrderFrom()方法成为公共类的匿名内部类创建的定义,将这两个工作项目包装起来。
The run() method obtains the text of the output Label instance and verifies that the proper definition is there.
run()方法得到输出Label实例的文本并验证是否是正确定义。
This method is used for the instantiation of the FunctionCall object that contains the definition and realization of custom packages and functions.
该方法用于FunctionCall对象的实例化,包含定制包和函数的定义及实现。
Because of the type clause in the class definition, my parameter types coming into the map method are set along with the outputs of this method inside the context.write clause.
由于类定义中的类型子句,我将传入map方法的参数类型设置为在context. write子句内带有该方法的输出。
When the view for the properties of the task or milestone opens, you can view values that originally came from the definition of the process in Method Composer.
当任务或里程碑的属性的视图打开时,您可以看到原来出自于Method Composer中的过程的定义值。
In previous versions of Python, transformations to a method had to be done after the definition of the method.
在Python之前的版本中,对方法的转换必须在方法定义之后进行。
If you look at the definition of the it method, you can see where categories are used to augment existing classes. Listing 9 shows the it method's declaration.
如果您查看it方法的定义,您将可以看到categories用在何处来扩展已有类。
To implement the launching task, within the processAction method of the portlet, first, determine the ID of the page definition describing the dynamic page to be launched.
要实现启动任务,应在Portlet的processAction方法中,首先确定描述要启动的动态页面的页面定义ID。
After the definition of the nested method, factorial calls it with the passed-in value I and the initial accumulator value of 1.
在嵌套方法的定义后面,factorial以传入值i和初始accumulator值1来调用它。
You'll notice that despite the lack of explicitly-defined setter methods in the class definition, XJConf was still able to configure the object's properties through the __set method.
您将注意到,尽管类定义中缺少显式定义的setter方法,XJConf仍然能够通过__set方法配置对象的特性。
Execution context is placed within a Main method, allowing definition of other classes and methods inside LINQPad editor to support testing. SQL.
在Main函数中编写要执行的代码,可在LINQPad编辑器中定义其他类型和方法进行测试。
The sketch has been reviewed and agreed upon; i.e., each candidate method element will become a Method Element of the Method Definition.
这个概述已经被检查并受到赞同;比例,每个候选方法元素将变成一个方法定义的方法元素。
We start with a sketch of the use case points method, followed by a discussion on what definition of a use case transaction works best.
从用例点方法的概述开始,接着是在什么分辨率下用例事务工作状态最好。
At the top of Listing 4, you see a nested module definition. A module has method definitions, but no base inheritance hierarchy.
在清单4的顶部,可以看到一个嵌套的模块定义,但是没有基继承层次结构。
All a decorator does is let you avoid repeating the method name, and put the decorator near the first mention of the method in its definition. For example.
decorator所做的一切就是使您避免重复使用方法名,并且将decorator放在方法定义中第一处提及其名称的地方。
The first line of a function definition, also known as the method signature, begins with def (shorthand for define).
函数定义的第一行也称为方法签名(method signature),以def开头(def是define这个单词的缩写)。
The remaining parameters of the FillMatchRow method must be declared as out parameters and must match the table definition defined in the first function.
FillMatchRow方法的其余参数必须声明为输出参数而且必须与第一个函数中定义的表定义匹配。
This method of function definition is ideal when the arguments and function result will always be strings.
当函数的参数和结果总是字符串时,该函数定义方法是一个理想方法。
Accusation definition is a logical method of announcing accusation intension, namely crime's essence or main character.
罪名定义是揭示罪名概念内涵即犯罪本质特征或主要特征的逻辑方法。
The cause of this unexpected behavior is a missing equals sign in the method definition. Here is the definition we actually intended.
造成这样意外结果的原因是在方法定义中缺少的等于号。下面是我们实际上需要的定义。
应用推荐