单词 | metaprogramming | ||||||||||||||
释义 | metaprogramming
更多释义 收起释义 例句释义: 元编程,元程序,元编程能力 1. Some parts of an application can be written as a PIM in which most of the legwork is done by the metaprogramming system. 应用程序中有些部分可以作为一个PIM来编写,其中大部分信息搜集工作都可以由元编程系统实现。 www.ibm.com 2. In a dynamically typed language, it is often necessary to use metaprogramming features to implement advanced designs. 在一种动态类型语言中,使用元编程特性来实现高级设计经常是必要的。 www.bing.com 3. But the Searchable plug-in also does a bit of metaprogramming on your individual domain classes. 但Searchable插件也可以在您个人的域类上做一些元编程。 www.ibm.com 4. Scaffolding -- like many metaprogramming techniques -- is nothing but a run-time code generator. 搭建,像许多元编程技术一样,就是个运行时代码生成器。 www.ibm.com 5. The best systems are those that allow you to work at multiple levels of abstraction within the metaprogramming system itself. 最好的系统可以让您在元编程系统本身内部就可以进行多级抽象。 www.ibm.com 6. In " Metaprogramming with closures, ExpandoMetaClass, and categories, " you were introduced to the notion of a delegate. 在“使用闭包、ExpandoMetaClass和类别进行元编程”一文中,您了解了delegate的概念。 www.ibm.com 7. Code-generating programs are sometimes called metaprograms; writing such programs is called metaprogramming. 用来生成代码的程序有时被称为元程序(metaprogram);编写这种程序就称为元编程(metaprogramming)。 www.ibm.com 8. Rather than deal with that pain, Streamlined allows effective customization through metaprogramming plus templates. Streamlined并不处理这个麻烦,而是支持通过元编程和模板的有效定制。 www.ibm.com 9. One of the most common metaprogramming scenarios is the creation of classes with attributes and methods that are dynamically generated. 使用元编程最普通的情况就是创建具有动态生成的属性和方法的类。 www.ibm.com 10. Two Java frameworks that seem to get the mix of code generation and metaprogramming right are RIFE and JMatter (see Resources). 有两个看起来想正确地混合代码生成和元数据的Java框架,它们是RIFE和JMatter(请参阅参考资料)。 www.ibm.com 1. Because of this, the metaprogramming system should be customizable to produce output for a wide variety of systems. 由于这个原因,元编程系统应该可以进行定制,从而为各种系统产生输出。 www.ibm.com 2. This time, however, the failure isn't due to the lack of metaprogramming on a domain class. It's due to the lack of dependency injection. 但是,这次失败并不是因为域类上缺少元编程,而是因为缺少依赖性注入。 www.ibm.com 3. The first difference between traditional metaprogramming and enterprise metaprogramming are the problems each tries to solve. 传统元编程和企业元编程之间的首要区别在于二者试图解决的问题不同。 www-128.ibm.com 4. It is shown here for context; most of it is semi-advanced Ruby metaprogramming so I won't discuss it in detail. 其作用是提供上下文参考;其大多数内容都是比较高级的Ruby元编程,因此本文并不会详细讨论它。 www.ibm.com 5. It uses metaprogramming to generate the view model and allow you to bind to the objects you define in your controller. 它使用元编程来生成视图模型,使你能够绑定至你在控制器中定义的对象。 www.infoq.com 6. As you saw in the third article in this series, Rails's metaprogramming strategy makes each line of code work harder. 正如您在本系列的第三篇文章中看到的,Rails的元编程策略使每行代码都执行更多的任务。 www.ibm.com 7. But what if you want your metaprogramming to be more limited (especially important when writing unit tests)? 但是如果希望对元编程进行更多的显示该怎么做(对于编写单元测试尤其重要)? www.ibm.com 8. Generic programming invokes a metaprogramming facility within a language, in those languages supporting it. 泛型编程调用一个设施内的元编程语言,这些语言支持。 blog.sina.com.cn 9. Giles starts with the Greek letters pi, lambda and the word meta to lead over to metaprogramming (5: 25). Giles首先以希腊字母pi、lambda和单词meta为元编程开头(5:25)。 www.infoq.com 10. Jakarta Commons Lang: These helper utilities for the java. lang API include classes you can use for metaprogramming with Groovy. JakartaCommonsLang:这些用于java.langAPI的helper实用工具包括可用于Groovy元编程的类。 www.ibm.com 1. The metaprogramming systems described in the previous articles in this series are essentially platform-specific models. 本系列教程的上一篇文章中介绍的元编程系统实际上是平台特有的模型。 www-128.ibm.com 2. Notice that you can undo the metaprogramming by simply setting the String. metaClass to null. 注意,只需将String.metaClass设置为null,就可以取消元编程。 www.ibm.com 3. Metaprogramming often provides much cleaner solutions to problems. 元编程通常能提供更加简洁的解决方案。 www.ibm.com 4. Using a combination of Ruby reflection and metaprogramming, the columns of the table become properties of the object. 使用Ruby反射和元编程的组合,表的列可以变成对象的属性。 www-128.ibm.com 5. In fact, most of the time that I use metaprogramming on a daily basis is when I'm writing tests. 其实,我平常大多数时候都把元编程应用在写测试上面。 www.infoq.com 6. Often, most of the code can use the metaprogramming tools available to accomplish the task. 通常,大部分代码都可以使用元编程工具来实现这个任务。 www.ibm.com 7. Metaprogramming is simply writing programs that write or change programs. 元编程就是编写能够编写和修改其他程序的程序。 www-128.ibm.com 8. If your metaprogramming requires eval, it's subject to the same requirements. 如果你的元编程需要eval,那它也必须遵循相同的要求。 www.infoq.com 9. Metaprogramming has many uses in large-scale computer programming. 元编程在大型计算机编程中有许多用途。 www-128.ibm.com 10. Enterprise metaprogramming involves these as well, but also adds other considerations. 虽然企业元编程同样涉及这些问题,但是它们还增加了其他一些考虑。 www.ibm.com 1. Part 2 will delve more deeply into Streamlined's metaprogramming model and customization features. 第2部分将进一步深入Streamlined的元编程模型及其定制特性。 www.ibm.com 2. We then looked at several metaprogramming systems and examples of their use. 然后我们介绍了几种元编程系统,并给出了几个使用这些系统的例子。 www-128.ibm.com 3. You can create views, which you may or may not need to modify, with true metaprogramming or code generation. 可以用真正的元编程或代码生成来创建视图,视图可能需要修改,也可能不需要修改。 www.ibm.com 4. Parts 1 and 2 in this series focused on textual metaprogramming systems; however, many metaprogramming systems are graphical in nature. 本系列文章的第1部分和第2部分着重介绍了文本元编程系统系统;然而,很多元编程系统实际上都是图形化的。 www.ibm.com 5. When you need to do metaprogramming, open up your toolbox and throw in some languages that allow delayed binding. 当您需要进行元程序设计时,请打开您的工具箱,加入几种允许延迟绑定的语言。 www.ibm.com 6. First let's look at metaprogramming that involves textual macro languages. 首先让我们来看一下涉及文本宏编程的元编程。 www.ibm.com 7. Based on Hibernate with Swing, JMatter allows rapid development of quite sophisticated applications based on a metaprogramming model. JMatter基于Hibernate和Swing,它允许根据元编程模型迅速地开发非常复杂的应用程序。 www.ibm.com 8. This is a metaprogramming method defined on the Class class that executes at interpretation time. 这是对在解释时执行的Class类定义的一个元编程方法。 www.ibm.com 9. InfoQ: If you have your own interpreter, how does this interact with metaprogramming and other dynamic behavior of Ruby? InfoQ:要是你们有自己的解释器,它如何支持元编程(metaprogramming)以及Ruby的其他动态特性? www.infoq.com 10. The big thing that changed for me when I started coding in Ruby is my ability to produce and consume metaprogramming constructs. 当我开始用Ruby编写代码时,我受到的最大改变是产生和使用元编程结构的能力。 www.ibm.com 1. Metaprogramming techniques were applied to several application areas 元编程技术已经应用于几个领域 www-128.ibm.com 2. Graphical and textual metaprogramming 图形元编程和文本的元编程 www.ibm.com 3. We then looked at several metaprogramming systems and examples of their use, including 然后研究了几种元编程系统和使用它们的示例,包括 www-128.ibm.com 4. Method is a metaprogramming method that adds an association, called 方法是个元编程方法,它把叫作 www-128.ibm.com 5. Many different uses for metaprogramming 元编程的不同用法 www-128.ibm.com 6. Research on Hardware Design Patterns Based on Metaprogramming Techniques 基于元编程技术的硬件设计模式研究 www.ilib.cn |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。