单词 | byte code |
释义 | 例句释义: 字节代码,字节码,位元码,编译成字节码 1. Compile time normally consists of translating programs into a machine-independent byte code representation. 编译时通常包括将程序翻译成机器无关的字节码。 www.showxiu.com 2. The fact that Java is interpreted and defines a standard, architecture neutral, byte-code format is one big part of being portable. Java是解释型的,Java制定的标准,Java编译后的字节码格式,构成了可移植性的大部分要素。 www.bing.com 3. It has minimal performance impact and does not require the attachment of additional agents or use byte code insertion. 它最大限度地减少了对性能的影响,并且不需要附带其他代理或使用字节代码插入。 www.ibm.com 4. Our detector needs to maintain state only during the byte code scanning phase, because we're looking for a method-level problem. 我们的检测器只需要在字节码扫描阶段维护状态,因为我们查找的是方法级的问题。 www.ibm.com 5. Disadvantages: Uses a "virtual machine" to run portable byte-code rather than native machine code, so apps are slower than true compilers . 缺点:使用一个“虚拟机”来运行可移植的字节码而非本地机器码,程序将比真正编译器慢。 dictsearch.appspot.com 6. A side effect of this is that in theory you could write Android applications in any other language that compiles down to Java byte code. 由此产生的“副作用”是,在理论上你可以用任何其他能够编译成Java字节码的语言来编写Android应用。 www.bing.com 7. When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points. 在派生类中重写时,获取一个值,该值指示当前的编码是否使用单字节码位。 msdn2.microsoft.com 8. John discussed byte code transformers, which include Aspects, as one of the three types of Annotation processing options. John讨论了字节码转换,其包括Aspect,将其作为三种类型注解处理选项之一。 www.infoq.com 9. Each score should be translated to its appropriate unsigned byte-code. 每个分数需要转换成合适的无符号字节码(unsignedbyte-code)。 www.bing.com 10. All I have to do is tell the Weaver where my desired classes are and where to put the resulting byte-code. 我需要做的只是告诉Weaver我需要的类在哪里,以及在哪里放置生成的字节码。 www.ibm.com 1. In fact, its byte code can be hard to distinguish from byte code created through Java source code, and its performance is on par with Java. 实际上,很难区分Scala的字节码和从Java源代码生成的字节码,其性能也与Java相当。 www.ibm.com 2. Java programs invoked with a JIT generally run much faster than when the byte-code is executed by the interpreter. Java程序使用JIT调用时的运行速度通常都比使用解释程序执行字节码时的速度更快。 www.ibm.com 3. The optimizations performed by today's JVM are extraordinary, allowing byte code to outperform natively-compiled code in many cases. 如今JVM的性能优化是非凡的,它允许字节码(bytecode)在许多情况下得到和本地编译的代码相同的性能。 www.bing.com 4. For Java they first attempted to optimistically analyze debug mode byte code, thereby removing the requirement for writing a compiler. 对于Java,他们起初很乐观的打算分析调试模式下的字节代码,因此不需要再写一个编译器。 www.infoq.com 5. Hibernate provides transparency primarily through reflection, but it mixes in some run-time byte-code manipulation through dynamic proxies. Hibernate主要通过反射来提供透明性,但是它通过动态代理混合在一些运行时字节码操纵中。 www-128.ibm.com 6. The underlying XML pull parser and direct Java data access facilitated by Java byte-code enhancement technology make JiBX very fast. 底层的XML解析器和由Java二进制代码所提供的直接对Java数据访问的增强技术使得JiBX运行非常快。 www.ibm.com 7. Gets a value indicating whether the current encoding uses single-byte code points. 获取一个可以指示当前编码是否使用单字节码位的值。 msdn2.microsoft.com 8. Single- byte code pages are definitions of the characters mapped to each of the 256 bit patterns possible in a byte . 单字节代码页是字符定义,这些字符映射到每个字节可能有的256种位模式中的每一种。 www.bing.com 9. OpenJPA relies on byte code enhancement to add persistence behavior to your JPA objects. OpenJPA依赖字节代码增强来向JPA对象添加持久性行为。 www.ibm.com 10. A JIT is a code generator that converts Java byte-code into native machine code of the host platform. JIT是一个代码生成器,它将Java字节码转换成宿主平台的本地代码。 www.ibm.com 1. The reason has to do with the way the interpreter converts statements in scripts to valid Scala code before compiling to byte code. 原因应该和在编译字节码之前,scala解释器把脚本中的语句转换为合法的scala代码的方法有关。 www.bing.com 2. ABAP is interpreted byte code with no JIT compilation, so we do in fact run an interpreter inside another interpreter. ABAP是用字节码解释的,与JIT不兼容,因此我们实际上是在一个解释器中运行这另一个解释器。 www.infoq.com 3. Hence, at the byte code level, there is no connection between Scala enumerations and the enum constructs in Java and C#. 因此,在字节码的层次,Scala枚举和Java,C#中构造的枚举没有任何联系。 www.bing.com 4. The Scala compiler uses clever techniques to map Scala extensions to valid byte-code idioms. Scala的编译器使用了一些聪明的技巧来映射Scala的扩展到相应的字节码。 www.bing.com 5. XSLTC works by compiling a stylesheet into Java byte code, called a translet. The translet is later used to perform XSL transformations. XSLTC将样式表编译成Java字节码,称为translet,然后使用translet执行XSL转换。 www.ibm.com 6. If JIT is disabled JVM starts quickly but in most cases runs slowly as all byte-code is being interpreted. 如果JIT被禁用了,那么JVM启动会很快,但是在大部分情况中,运行程序的速度都会与解释字节码的速度一样慢。 www.ibm.com 7. The latter three cache and optimize the byte code, providing for even greater speedups. 后三类加速器能够缓存和优化字节码,这为系统提供了更多的速度提升。 www.ibm.com 8. In addition to the just-in-time byte code to IL converter it handles the mapping between the Java and . NET object model. 除了可以即时将Java字节码转换成IL代码外,它还会处理Java和.NET对象模型之间的映射关系。 www.infoq.com 9. Instead of reflection, JiBX uses byte code enhancement to add hooks into application code at project build time. JiBX使用字节代码增强而不是反射来在项目构建时将挂钩添加进应用程序代码。 www.ibm.com 10. JDO achieves transparency through byte code enhancement; JDO 2 will relax this constraint somewhat. JDO通过字节码增强机制实现了透明性。JDO2多少会放松这个限制。 www-128.ibm.com 1. No mapping for the Unicode character exists in the target multi-Byte code page. 在多字节的目标代码页中,没有此Unicode字符可以映射到的字符。 dict.ebigear.com 2. You may wonder, why not compile straight from Java into the Dalvik byte code? 你可能会奇怪,为什么不直接从Java源文件编译成Dalvik字节码? www.bing.com 3. Earlier, I mentioned that Kilim works by byte-code manipulation via its weaver. 在前面,我提到了Kilim通过其weaver执行字节码操作。 www.ibm.com 4. Unicode Transformation Formats (UTFs) are CESs that support the use of Unicode by mapping a value in a multi-byte code. Unicode转换格式(UnicodeTransformationFormats,UTFs)是一种通过映射多字节编码中的值来支持Unicode的字符编码方案。 www.ibm.com 5. Older Windows clients use single-byte code pages (as opposed to multi-bytes). 较早的Windows客户端使用单字节(相对于多字节)代码页。 www.ibm.com 6. We use official APIs where they exist and we also use byte code instrumentation to instrument app server specific methods. 我们使用了官方API,还通过字节码instrumentation向应用服务器中插入特定的方法。 www.infoq.com 7. You still write the Java source file, and you still compile it to Java byte code using the same Java compiler. 您编写Java源文件,仍就使用相同的Java编译器将其编译为Java字节代码。 www.bing.com 8. The JVM performs JIT compilation of byte code into machine code. JVM可将字节代码即时编译为机器代码。 www.ibm.com 9. JRuby is a project that allows Ruby code to compile to Java byte code. JRuby项目可以将Ruby代码编译为Java字节码。 www.ibm.com 10. NET version of Scala is also under development that generates CLR byte code. 一个能生成CLR字节码的基于.NET的Scala版本也同时在开发中。 www.bing.com 1. dynaTrace gathers its traces, or "Pure Paths" , by using byte-code instrumentation. dynaTrace通过字节码的instrumentation来收集跟踪信息和“纯路径(PurePaths)”。 www.infoq.com 2. WMLScript is compiled into byte code on the server before it is sent to the WAP browserWMLScript. 在发送到WAP浏览器之前将事先在服务器端编译成字节代码。 tag.csdn.net 3. It is byte code based. This means it's easier to handle performance. 它是基于字节码的,这意味着它能够很好的解决性能问题。 www.infoq.com 4. The goal is to support Ruby 2. 0 and Rubinius byte code execution soon. 在近期内支持Ruby2.0和Rubinius字节码的执行是主要目标之一。 www.infoq.com 5. But at that point, you recompile it once again using the Dalvik compiler to Dalvik byte code. 但在这之后,你还得再一次使用的Dalvik编译器重新编译成为Dalvik字节码。 www.bing.com 6. This will give you the SWT source and byte code. 这将为您提供SWT源代码和字节码。 www-128.ibm.com 7. cglib 2. 1: An open source byte code manipulation library you'll need to install to use the EasyMock class extension. cglib2.1:一个开放源码的字节码操作库,需要安装它才能使用EasyMock类扩展。 www.ibm.com 8. Pass the Java from the definition type to add to carry the machine performance conservancy in the byte code document on the server of Web 通过Java的自定义类加载器执行保存在Web服务器上的字节码文件 www.ilib.cn 9. Class (data is kept in byte code, not accessible at runtime), and Class(数据保留在字节码中,无法在运行时访问) www.infoq.com 10. The mechanism and analysis of optimizing programs based on byte code specialization 基于字节码例化的程序优化原理与分析 www.ilib.cn 1. Partial Evaluation of Java Byte Code Program Java字节代码程序的部分计值 www.ilib.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。