inline



adj. 内联的;联机的
释义
[计] 内联;
英英释义
Inline
In the model car hobby, an inline car is a type of slot car or other motorized model car in which the motor shaft runs lengthwise down the chassis, perpendicular to the driven axle (usually the rear). Power is transmitted through a pinion to a crown gear on the axle, or through bevel gears.
以上来源于:Wikipedia
词组短语
inline skating直排轮;纵列式滑冰
双语例句
用作形容词(adj.)
A line is formed by connecting two points.
两点成一直线。
Stakes were placed in a line down the centre between the verticals.
木桩被成一直线的放置在竖材之间的中央地带。
用作副词(adv.)
He held her to him in a warm embrace.
他热列地拥抱她。
权威例句
Automatic inline allocation of objectsChunkStash: speeding up inline storage deduplication using flash memory
Techniques for efficient inline tracing on a shared-memory multiprocessor
Techniques for efficient inline tracing on a shared-memory multiprocessor
Flow visualization of wave-type vortex generators having inline fin-tube arrangement
HELIOS-CR – A 1-D radiation-magnetohydrodynamics code with inline atomic kinetics modeling
Optimizing Dynamically-Typed Object-Oriented Languages With Polymorphic Inline Caches
Optimizing dynamically-typed object-oriented languages with polymorphic inline caches
Optimizing dynamically-typed object-oriented programs using polymorphic inline caches
Optimizing dynamically-typed object-oriented programming languages with polymorphic inline caches
inline (adj.)
1923 of printing, 1929 of engines, 1958 of computers, by 1989 of roller skates; from in + line (n.).
1. This moves the transformation editor into the inline map.
这会将转换编辑器移动到内联映射。
www.ibm.com
2. Click on the yellow down arrow associated with the inline map.
在与内联映射关联的黄色向下箭头 上单击鼠标。
www.ibm.com
3. In Listing 6, the connector can either pass the result inline or by reference.
在清单6 中,连接器可以以内联或引用的方式传递结果。
www.ibm.com
4. This is an excellent habit for C++, because the compiler can usually inline the access, and if you need to restrict or debug field access you can add the code at any time.
这是C++中一个好的习惯,因为编译器会内联这些访问,并且如果需要约束或者调试这些域的访问,你可以在任何时间添加代码。
www.cnblogs.com
5. In this case, you used an anonymous inline function, also known as a closure.
在这个案例中您使用一个匿名内联函数,也称为一个闭包。
www.ibm.com
6. You should now have a completed inline map like that shown in Figure 20.
现在应该得到一个完成的内联映射,与图20 中所示类似。
www.ibm.com
7. With WPO, the compiler can inline functions from any source file in the program.
有了WPO,编译器就可以从程序中的所有源文件内联函数。
www.cnblogs.com
8. To link to a library, all you have to do is include appropriate flags for the linker in your invocation of Inline.
要连接到一个库,您所要做的就是将连接器的适当标记包含在您的内联调用中。
www.ibm.com
9. There are two obvious applications of Inline.
内联有两个显而易见的应用。
www.ibm.com
10. Unlike XAML, you have the option of either passing in a function or defining the converter inline as an anonymous function.
和XAML不同的是,既可以把一个函数作为参数传入,也可以通过一个内联的匿名函数来定义转换器。
www.infoq.com
11. Be aware that only inline human tasks have access to the process context.
必须了解,只有内联人工任务有权访问该流程上下文。
www.ibm.com
12. Members of an inline participating task authorization role have the same role on the corresponding human task activity.
内联参与任务授权角色的成员在相应的人工任务活动上具有相同的角色。
www.ibm.com
13. But with a basic grasp of the material in this article, you should be able to start coding inline assembly on your own.
但如果掌握了本文描述的基本材料,您应该可以开始对自己的内联汇编进行编码了。
www.ibm.com
14. The default option generates code for the inline function in both the header and body files.
默认的选项是在头文件和实体文件中都为内联函数生成代码。
www.ibm.com
15. You cannot share the inline schema with other WSDLs in other projects.
您无法与其他项目中的其他WSDL共享内联模式。
www.ibm.com
16. This call actually compiles to an inline function.
这个调用实际上编译成一个内联函数。
www.ibm.com
17. It provides the best readability with inline functions and complex structures.
且它让内联函数和混合结构具有最好的可读性。
article.yeeyan.org
18. Reason 1: Data-Driven Tests Test methods may have arguments and the data for them may be supplied in a number of ways: inline, from a separate method or class or randomly.
原因1:数据驱动测试。测试方法可能需要参数和数据,它们可能以多种方式提供:内联、来自另外一个独立的方法或类、任意方式。
www.infoq.com
19. The difference between a and a tag is that the former imposes a line break (like a paragraph), while the latter delineates a section of inline text.
和 标记的不同之处是前者加入了一个断行符(如一个段落),而后者使用边线勾画出一节内联文本。
www.ibm.com
20. Inline human tasks have access to the process context and thus they can also access process context variables.
内联人工任务可以访问流程上下文,因此它们也可以访问流程上下文变量。
www.ibm.com
21. Authorization checking performed in this way will be somewhat slower than inline code, particularly when invoked through a separate process.
以这种方式执行的授权检查将比内联代码慢一点,尤其是在通过单独的进程来调用的时候。
www.ibm.com
22. Without WPO, for example, the compiler can only inline functions within a single compiland.
例如,如果没有WPO,编译器只能在单个编译域中内联函数。
www.cnblogs.com
23. Combining inline images into your (cached) stylesheets is a way to reduce HTTP requests and avoid increasing the size of your pages.
内联图像组合到你 (缓存) 的样式表是一个方法减少HTTP请求和避免增加您的页面的大小。
www.cnblogs.com
24. You can define metadata in other ways besides keeping it inline with the code.
除了将元数据与代码内联之外,还可以用其他方法定义元数据。
www.ibm.com
25. Every other argument may be a perfectly normal C type, however, as Inline will figure out the conversion code for you automatically.
其它的所有参数可以是一个完全正常的C类型,不管怎样,内联都会为您自动给出转换代码。
www.ibm.com
26. Furthermore, by deferring compilation, the compiler has access to profiling data, which can be used to improve optimization decisions, such as whether to inline a particular method call.
而且,通过延迟编译,编译器可以访问性能分析数据,并用这些数据来改进优化决策,例如是否需要内联某个方法调用。
www.ibm.com
27. It is available for inline tasks of all kinds.
此变量对所有类型的内联任务可用。
www.ibm.com
28. The declaration and definition generated for the inline function with this option would all be in the header file, as shown in Listing 5.
采用这一选项为内联函数所生成的声明和定义将全部位于头文件中,如列表5 所示。
www.ibm.com
29. The declaration and definition generated for the inline function with this option would all be in the header file, as shown in Listing 5.
采用这一选项为内联函数所生成的声明和定义将全部位于头文件中,如列表5 所示。
www.ibm.com
inline




