单词 | code block |
释义 | 例句释义: 代码组,代码块,编码块,代码快,程式码区块 1. If the name does not occur in a global statement in the current code block: the name is bound to the object in the current local namespace. 如果该名字不出现于当前代码块的global语句当中:该名字就约束到当前局部名字空间的对象上。 man.ddvip.com 2. A more common use for this kind of code block is to assign values to variables, as you can see at the top of the view page. 这种代码块更常见的使用是给变量赋值,正如你在视图页面顶部所看到的那种。 www.bbsmvc.com 3. The RSpec descriptions go in a describe method, and you pass in the name of the class under test and a code block that has the actual spec. describe方法提供了RSpec描述,您将传入测试类的名称和包含实际规范的代码块。 www.ibm.com 4. The combination of a localized version of the user interface block with the code block produces a localized version of your application . 用户界面块的本地化版本与代码块的组合产生应用程序的本地化版本。 www.bing.com 5. A function is a reusable code-block that will be executed by an event, or when the function is called. 函数是可再用的代码块,可以在事件触发或是被调用时来执行。 adminbar.com 6. Think of a closure as a code block that you can use as an argument, with special scoping rules. 闭包可被视作一个遵循特别作用域规则且可以用作参数的代码块。 www.ibm.com 7. take brand law: the code block is generally at pier six is its own brand, but no one is sure to put the code good cards to their hands. 拿好牌法:码墩子一般人都会隔六墩就是自己的牌,但没有人肯定能把码好的牌拿到自己手上。 paiji.4567w.com 8. The open and close brackets ([ and ]) mark the beginning and end of the code block, respectively. 开方括号和闭方括号([和])分别标志代码块的开始和结束。 www.ibm.com 9. Thus, you can iterate over a collection quite easily using the each method in conjunction with a code block, as shown in Listing 1. 这样,您可以使用each方法和代码块在集合中轻松迭代,如清单1所示。 www.ibm.com 10. We are using the @: character sequence to explicitly indicate that this line within our code block should be treated as content. 我们用“@:字符序列”来明确地指出我们代码段里的这行应被当作是内容块。 blog.joycode.com 1. That code block does nothing but increment the value of the local variable and return it. 代码段做的事就是增加本地变量的值并返回。 www.ibm.com 2. Code Block: It allows you to format text as code blocks. Simple select the text and format it by clicking the "Code Block" ToolBar button. 代码块:这个编辑器允许你把文本格式化为代码块,只要简单地选中文本,然后点击“代码块”按钮来进行格式化即可。 kb.cnblogs.com 3. The code for the rest of the page should look like the following code block. 用于页面其余部分的代码看起来应该类似于以下代码块。 msdn2.microsoft.com 4. The following code example shows an ASP. NET page with an embedded code block that displays the results of a loop. 下面的代码示例演示包含嵌入式代码块的ASP.NET页,该代码块显示循环结果。 msdn2.microsoft.com 5. In an unsafe code block, it is now possible to declare fixed-size structures with embedded arrays. 在不安全的代码块中,现在可以声明包含嵌入数组的固定大小结构。 msdn2.microsoft.com 6. In the code above, the first line names the class, the definition of which is all one big code block. 上述代码中,第一行命名该类,其定义完全是一个大的代码块。 www-128.ibm.com 7. Anonymous methods are most frequently used to pass a code block as a delegate parameter. 匿名方法通常用于将代码块作为委托参数进行传递。 technet.microsoft.com 8. Typically implemented by an object representing a code block. 通常由表示代码块的对象实现。 msdn2.microsoft.com 9. Your answer was "Just saves three bytes each time we need to say 'dojo' in the given code block. " 您的回答是“只是为了每次在给定代码块中使用‘dojo’时少用三个字节。” www.ibm.com 10. The additional line exhibits one of my favorite features of Ruby, the code block. 附加的行展现出了Ruby中我最喜欢的特性之一,代码块。 www.ibm.com 1. Variables or constants declared within a code block are only available to statements within the same code block. 在代码块中声明的变量或常数只可用于同一代码块中的语句。 msdn2.microsoft.com 2. The code above illustrates a limitation in Classic ASP: The code block has to be placed where you want the output to appear. 上面的代码说明了在经典ASP中的一个局限性:代码块必须放置在需要显示的地方。 www.lexueya.com 3. The synchronized keyword lets only one thread enter a code block at a time. synchronized关键字每次仅允许一个线程进入代码块。 www.ibm.com 4. therefore , number of calls in the report will not agree with the actual number of times the code block executed. 编译的函数中。因此,报告中的调用数会与执行的代码块的实际次数不一致。 www.ichacha.net 5. Add a new procedure, function, enumeration, or other code block to your code. 向代码中添加新的过程、函数、枚举或其他代码块。 technet.microsoft.com 6. This listing illustrates an internal iterator (also known as a push iterator because it pushes each element in turn to the code block). 该清单展示了内部迭代器(也称为push迭代器,因为它将每个元素依次推到代码块中)。 www.ibm.com 7. I'm using Groovy's syntactic sugar to execute a code block, which is to place a set of parentheses adjacent to the code block's variable. 我使用了Groovy的语法糖(syntacticsugar)来执行此代码段,结果放置在代码段变量旁边的圆括号中。 www.ibm.com 8. Class or compiler support for this class to synchronize only the code block that needs it, improving performance. 类或该类的编译器支持来仅同步需要该类的代码块,从而改善性能。 msdn2.microsoft.com 9. The code between brackets is called a closure, or code block. 括号中的代码叫做闭包或代码块。 www.ibm.com 10. The next line starts a code block that dictates what happens when each client connects. 下一行开始一个代码块,规定当每个客户端连接时要做的事情。 www.ibm.com 1. The ampersand identifies the parameter as the holder of a code block. 该符号将参数识别为代码块的持有者。 www.ibm.com 2. At some point, you're going to have to face that massive code block and call it your own. 随后的某一时刻,您必须面对大量代码块并将它们搞定。 www.ibm.com 3. When I pass the code block created by passing my target number as a parameter, Scala curries up a new function. 当我传递代码块(将目标数字作为参数传递)时,Scala创建了一个新的函数。 www.ibm.com 4. It is crucial to accurately identify which code block truly needs to be synchronized and to synchronize as little as possible. 准确地识别哪些代码真正需要同步并尽可能少地进行同步,这非常重要。 www.ibm.com 5. The synchronized statement enbales only one thread to enter a code block at a time. 同步语句一次仅允许一个线程进入代码块。 www.ibm.com 6. Extract Method, you can create a new method by extracting a selection of code from inside the code block of an existing member. “提取方法”,可以通过从现有成员的代码块中提取一组代码来创建新方法。 technet.microsoft.com 7. Consult the next section for the code block that sets each frame when the mouse is down. 参考下一节中的代码块,它会在鼠标按下时设置各帧。 www.ibm.com 8. Remove keyword and a code block for removing event handlers to the event. 关键字和代码块移除事件的事件处理程序。 msdn2.microsoft.com 9. Within the code block, the delegate keyword refers to the instance of the class you are adding methods to. 在代码块中,delegate关键字指向您将要向其中添加方法的类的实例。 www.ibm.com 10. The method takes a string parameter, enclosed in quotes, and a code block. 该方法具有一个使用引号括起来的字符串参数和一个代码块。 www.ibm.com 1. This is accomplished by obtaining a mutual-exclusion lock for a given object for the duration of the code block. 这是通过在代码块运行期间为给定对象获取互斥锁来实现的。 msdn2.microsoft.com 2. Code block 8 uses a generic delegate called GenericEventHandler, which accepts a generic sender type and a generic type parameter. 代码块8使用名为GenericEventHandler的一般委托,它接受一般发送者类型和一般类型参数。 msdn2.microsoft.com 3. Indent your code within the scope of a code block (Java). 在一个代码块的范围内作缩进(Java)。 www.ibm.com 4. This synchronized code block acquires the lock associated with the customer class object before it executes. 同步的代码块在执行之前需要与客户类对象相关的锁。 www.ibm.com 5. The code block contains only the application code to be used by all supported cultures. 代码块仅包含由所有支持的区域性使用的应用程序代码。 technet.microsoft.com 6. Another possibility is to embed code directly into the page using an embedded code block. 另一种可能是使用嵌入式代码块将代码直接嵌入到页中。 msdn2.microsoft.com 7. In this example, the code block is iterated until the loop is broken through the condition. 在此示例中,代码块迭代,直至循环根据条件而中断。 www.ibm.com 8. Keyword, the method will stop executing when it reaches the end of the code block. 关键字,方法执行到代码块末尾时即会停止。 msdn2.microsoft.com 9. The Command design pattern appears in Groovy as a code block, which is anything defined within free-standing curly braces ({ and }). 命令设计模式作为代码块出现在Groovy中,是定义在独立的花括号({和})中的任何东西。 www.ibm.com 10. Exclusive access to the collection is granted for any instructions contained in the code block following. 后面的代码块中包含的所有指令。 msdn2.microsoft.com 1. There will be an else code block that will follow this with the initial form code in it. 还有其他代码块在其中跟随初始表单代码。 www.ibm.com 2. You pass the before method an optional symbol and a code block. 您向before方法传递一个可选的标志和一个代码块。 www.ibm.com 3. The respond_to method accepts a single code block and passes one instance variable (labeled wants) into the code block. respond_to方法接受单个代码块,并传递一个实例变量(标为wants)到代码块。 www.ibm.com 4. Once you specify the source code and insert location for each code block, the server behavior is completely defined. 一旦指定每个代码块的源代码和插入位置,服务器行为就被完全定义了。 yeebang.com 5. Second, I filter the results based on the use of the modulus operator as in previous versions, wrapped in a Functional Java code block. 第二步,根据与之前版本一样的取模操作方法过滤结果,这些都包含在FunctionalJava代码段中。 www.ibm.com 6. Notice how the embedded comment inadvertently puts a premature end to the comment that is supposed to comment out the code block. 注意:嵌入的注释如何不小心的给这段注释加入了过早的结束符,而他本应该注释整个代码段。 blog.csdn.net 7. A wants method executes the corresponding code block if the method name matches the type in the HTTP Accept header. 如果方法名称与HTTPAccept头中的类型匹配,wants方法执行对应的代码块。 www.ibm.com 8. Keyword, which executes its associated code block regardless of whether an exception is thrown. 关键字来实现的,无论是否引发异常它都执行关联的代码块。 msdn2.microsoft.com 9. Everywhere a match can be found, an action (code block) can be executed. 每发现一个匹配对象,就会执行一个动作(代码块)。 www.ibm.com 10. In Ruby, any method can take a code block, which is executed via the yield call within the method body. 在Ruby中,任何方法都可以使用代码块,代码块通过方法主体中的yield调用执行。 www.ibm.com 1. We could define the callback function in the same code block, but with a name. 我们可以在同一个代码块中定义回调函数,但是使用一个名称。 www.ibm.com 2. Creating anonymous methods is essentially a way to pass a code block as a delegate parameter. 要将代码块传递为委托参数,创建匿名方法则是唯一的方法。 msdn2.microsoft.com 3. A named code block that provides behavior for a class or struct. 一个提供类或结构的行为的命名代码块。 msdn2.microsoft.com 4. A code block is simply a block of code that returns a value, and if no value is returned then a NULL object is returned. 代码块就是将返回一个值的一组代码,如果没有返回值,那么会返回一个NULL对象。 www.ibm.com 5. Ruby calls the code block in braces, passing in a continuation object. Ruby调用花括号中的代码块,同时传递一个延续对象。 www.ibm.com 6. The first extension that Ruby adds to the simple code block is an argument list. Ruby添加到这个简单代码块的第一个扩展是一个参数列表。 www.ibm.com 7. in other words , code in other threads cannot run until code in the synchronized code block has finished. 换言之,其他线程中的代码必须等到同步代码块中的代码运行结束后才能运行。 www.ichacha.net 8. Using that code block, I create a thirtyTwoer code block, using partial application to compose the two methods together. 通过使用这个代码块,我创建了一个thirtyTwoer代码块,使用部分应用将两种方法组合在一起。 www.ibm.com 9. An embedded code block is server code that executes during the page's render phase. 嵌入式代码块是在呈现页面的过程中执行的服务器代码。 msdn2.microsoft.com 10. The volume code block in Listing 5 computes the cubic volume of a rectangular solid using the well-known formula. 清单5中的volume代码块使用常用公式计算长方体的体积。 www.ibm.com 1. Code Block 11 is a partial listing of these static methods. 代码块11是这些静态方法的部分清单。 msdn2.microsoft.com 2. A method body is one example of a code block. 方法体是代码块的一个示例。 msdn2.microsoft.com 3. Anywhere a delegate is expected, a code block can be used instead: there is no need to define a new method. 在本应使用委托的任何地方,都可以使用代码块来取代:不需要定义新的方法。 msdn2.microsoft.com 4. I emit an error message and replace the return value with 0, instead (remember: every inline code block returns an object). 我发出错误信息,将返回值替换为0(请记住:每个内联代码块都返回一个对象)。 www.ibm.com 5. Finally, the code block between do and end includes the code for the test case. 最后,do和end之间的代码块包含测试用例的代码。 www.ibm.com 6. The controller can specify a code block for each type the controller expects. 控制器可以为控制器期望的每个类型指定一个代码块。 www.ibm.com 7. It's written in Groovy, which supports closures via its code-block mechanism. 这是用Groovy编写的,它通过代码段块机制支持闭包。 www.ibm.com 8. I then create an area code block (which computes a rectangle's area) by fixing volume's first dimension (h, for height) as 1. 我创建了一个area代码块(计算矩形的面积),将volume的第一个维度(h用于表示高度)确定为1。 www.ibm.com 9. The symbol determines how often RSpec should execute the code block. 标志确定RSpec执行代码块的频率。 www.ibm.com 10. Checks that some condition holds just before entering a code block. 检查在进入代码块之前某些条件是否成立。 www-128.ibm.com 1. When the code block has been completed, the code block will executed and return the user to a $PS1 prompt. 当代码块完成时,将执行代码块并使用户返回$PS1提示符。 www.ibm.com 2. The above two commands will work from anywhere inside the code block. 上边两个命令在代码块中的任何地方都适用。 monkey.to.md 3. In Listing 4, I define product as a code block accepting two parameters. 在清单4中,我将product定义为一个代码块,它接受两个参数。 www.ibm.com 4. An anonymous method is a code block that is passed as a parameter to a delegate. 匿名方法是作为参数传递给委托的代码块。 msdn2.microsoft.com 5. This article make the improvement of the wise use of the SAD on the angle of the Video code Block Matching Motion Estimation. 该文从视频编码块匹配运动估计的角度,对当前普遍使用的SAD算法进行了改进。 lib.cqvip.com 6. Checks that some condition holds when exiting a code block. 检查在退出代码块时某些条件是否成立。 www-128.ibm.com 7. Execution of a code block. 代码块执行。 www-128.ibm.com 8. Provides a regular expression to parse an ASP. NET code block. 提供正则表达式以分析ASP.NET代码块。 msdn2.microsoft.com 9. Blue provides a single mechanism for looping, which is contained within a code block. Blue提供单一的循环机制,包含于代码块之内。 www.ibm.com 10. As with the previous code block, a pattern emerges. 在以上代码块中,出现了一种模式。 www.ibm.com 1. Include a code block that checks for null references. 包含检查空引用的代码块。 msdn2.microsoft.com 2. To solve this problem, JVMs can keep count of code-block executions inside of methods. 为了解决这个问题,JVM可以考虑方法内代码块的执行。 www.ibm.com 3. The dealer code block cheating as " uniform" , " Xiao Qi on " and other major suit is easy, as self-drawn and down and is not alive. 庄家码墩子作弊打成“清一色”、“小七对”等大牌是容易的事,至于自摸和推倒和更是不在活下。 paiji.4567w.com 4. The problem is that a Java EE role or an ad-hoc programmatic test on a code block is not well suited for fine-grained permission control. 问题是JavaEE角色或对代码块的特别编程测试并不适合细粒度的权限控制。 www.ibm.com 5. In Listing 6, I create a composite code block that composes two functions. 在清单6中,我创建了一个由两个函数组成的composite代码块。 www.ibm.com 6. So, you can access the process variables from any code block. 因此,你可以从任何代码块访问流程变量。 www.ibm.com 7. If you're creating a lot of WordPress plug-ins, you may want to consider putting this code block in the code templates for PHP. 如果创建的WordPress插件很多,不妨考虑把这个代码块放入PHP的代码模板中。 www.ibm.com 8. In the makeGrades method I use a code block nested inside of another code block. 在makeGrades方法中,我使用了嵌套在一个代码块中的另一个代码块。 www.ibm.com 9. See Listing 2 for an example of the completed code block. 清单2就是一个完成了的代码块。 www.ibm.com 10. The configuration portion is the final code block in Listing 6. 配置内容包含在清单6中的最后一个代码块。 www.ibm.com 1. A code block is defined as shown below. 对象块定义如下所示。 www.ibm.com 2. However, by using charAt for each character, the first code block in Listing 3 pays the O(log n) lookup time n times. 但是,由于每个字符上都使用charAt,清单3中第一个代码块花了n倍的O(logn)查询时间。 www.ibm.com 3. The code block contains the set up work. 代码块中包含设置工作。 www.ibm.com 4. The selected fix will add the try code block (Figure 34) and open the generated Java class. 选中的修复会添加try代码块(图34)并打开生成的Java类。 www.ibm.com 5. Beneath the register directives, add the following code block, which enables you to manually switch the page to catalog mode 在register指令的下面,添加以下允许您手动将页面切换到目录模式的代码块 msdn2.microsoft.com 6. To determine the exact number of times that code block executed, compile code with 要确定执行的代码块的准确次数,请使用 msdn2.microsoft.com 7. Keyword and a code block for adding event handlers to the event, and a 关键字和代码块添加事件的事件处理程序,使用 msdn2.microsoft.com 8. Symptoms: A code block that uses null pointers as flags for exceptional conditions is signalling a 症状:使用空指针作为异常情况的标志的代码块报告 www-128.ibm.com 9. Inside the code block, I assign the new continuation to the 在代码块内部,我将新continuation赋给 www-128.ibm.com 10. The first, closest match results in said code block being executed. So, for example, in Scala you could have 首先,将执行代码块中最接近的匹配结果。 www.ibm.com 1. Iterating through a database is easy with a code block 以一个代码块遍历数据库是容易的 www-128.ibm.com 2. For example, here is some Visual Basic. NET code that uses the generic stack of Code block 2 例如,下面这段VisualBasic.NET代码使用代码块2的一般堆栈 msdn2.microsoft.com |
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。