单词 | abstraction layer | ||||||||||||||||
释义 | abstraction layer
更多释义 收起释义 例句释义: 抽象层,抽象接口层,硬体抽象层 1. This abstraction layer allows any operating system to run on the hardware without knowledge of any other guest operating system. 这个抽象层允许任何操作系统在硬件上运行,而不需要了解任何其他客户操作系统。 www.ibm.com 2. I would like to see a hardware abstraction layer installed similar to what Fedora uses for hardware recognition. 我希望能够有一个类似于Fedora所用的那种进行硬件识别的硬件抽象层。 www.ibm.com 3. Logical volume management is a disk abstraction layer that allows you to group physical disks into a single entity called a volume group. 逻辑卷管理是一个磁盘抽象层,它可以将多个物理磁盘分组成称为卷组(volumegroup)的单一实体。 www.ibm.com 4. Enables you to define the actual hardware abstraction layer (HAL) to be loaded at startup. 可以定义实际硬件抽象层(HAL)在启动时加载。 gbigone.blog.163.com 5. This provides an abstraction layer over the existing operating system-specific windowing system (GTK in case of Linux). 这样在现有操作系统特定窗口系统(Linux中为GTK)上提供了一个抽象层。 www.ibm.com 6. The kernel also acts as an abstraction layer between the hardware and the rest of the software stack. 内核也使用一个抽象层之间的硬件和其余的软件堆栈。 hi.baidu.com 7. HAL Hardware Abstraction Layer . Used to provide a generic interface to the hardware and " hide " hardware- specific functions . 硬件抽象层。用于提供硬件设备接口,可以“隐藏”硬件设备具体参数。 www.bing.com 8. The simplest answer is as an abstraction layer, along the lines of the Windows HAL, but this doesn't tell the entire story. 最简单的答案是,做为一个抽象层。好像Windows的硬件抽象层,但这并不是全部。 www.bing.com 9. The process is similar to what you've have already seen, thanks to JMX's abstraction layer. 由于JMX抽象层,该流程与之前介绍的类似。 www.ibm.com 10. HAL is a specification and an implementation of a hardware abstraction layer. HAL是一个硬件抽象层的规范(描述)和实现。 www.bing.com 1. In this article, we'll examine a simple abstraction layer which takes the bite out of using JDBC. 在本文中,我们将分析一个简单的使用JDBC的抽象层。 www.ibm.com 2. Simple Authentication and Security Layer (SASL) is an API that provides an abstraction layer for authentication protocols. 简单身份验证和安全层(SASL)是一种为身份验证协议提供抽象层的API。 www.ibm.com 3. A hypervisor sits between the guest operating systems and the bare hardware as an abstraction layer. 在客户操作系统和裸硬件之间有一个hypervisor作为抽象层使用。 www.ibm.com 4. Think of your development abstraction layer as a big, beautiful yacht with insanely powerful motors. 把你的开发抽象层想像成一艘具备超级马力的美丽大游艇。 local.joelonsoftware.com 5. It has a very neat data abstraction layer, and also has support for association data mapping. 它有一个非常简洁的数据提取层,而且它也支持关联数据的映射。 docs.google.com 6. One way to deal with that data diversity is to provide an abstraction layer that can mask differences in data location and data type. 处理这种数据多样性的方法之一是提供一个抽象层,屏蔽数据位置和类型的差异。 www-128.ibm.com 7. The virtual file system (VFS) is the abstraction layer for the multitude of file systems that are supported in the kernel. 而虚拟文件系统(VFS)是内核中支持的大多数文件系统的抽象层。 www.ibm.com 8. Web services and SOA can address these issues of providing either a simple abstraction layer or an intelligent one. Web服务和SOA能涉及提供简单的抽象层还是智能抽象层之类的问题。 www-128.ibm.com 9. Dojo's data abstraction layer, dojo. data, provides a standard API for Dojo applications to access a variety of back-end services. Dojo的数据抽象层dojo.data,为Dojo提供一个标准API来访问各种后端服务。 www.ibm.com 10. As seen in Figure 1, a Web services enabler acts as an abstraction layer that provides various "channels" to access the needed services. 如图1所示,Web服务启用程序是提供各种“通道”以访问所需服务的抽象层。 www.ibm.com 1. Web service abstraction layer, loose coupling, and XML based format are susceptible to performance constraints. Web服务抽象层、松散耦合和基于XML的格式易受到性能限制的影响。 www-128.ibm.com 2. The framework provides a transport abstraction layer and can currently encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages. 这个框架提供了一个传送提取层,目前,在UDP,TCP,或SMTP信息中它可以密封等对等传输信息。 osl.bsw.net.cn 3. The VFS provides the abstraction layer, separating the POSIX API from the details of how a particular file system implements that behavior. VFS提供抽象层,从而将POSIXAPI与特定文件系统如何实现该行为的细节分离开来。 www.ibm.com 4. To use prepared statements in PHP you check out the mysqli extension or use a database abstraction layer like PDO. 在PHP中要使用preparedstatements,你可以查看其使用手册:mysqli扩展或是使用数据库抽象层,如:PDO。 jamesbond0479.blog.163.com 5. If you change your database system later, only the database abstraction layer will need updating. 如果你改变你的数据库系统后,只有数据库抽象层将需要更新。 bluoe.blog.163.com 6. You can use Business Objects, extensions of Service Data Objects (SDO), to provide an abstraction layer for data access. 可以使用业务对象(服务数据对象(SDO)的扩展)为数据访问提供抽象层。 www.ibm.com 7. The CLR is a software abstraction layer that runs between the OS and our application. CLR是操作系统与我们的应用程序之间的一个软件抽象层。 msdn2.microsoft.com 8. The abstraction layer is what allows for the run-time substitution of login modules without recompiling existing application code. 这个抽象层不用重新编译现有的应用程序代码就可以作为登录模块的运行时替代。 www-128.ibm.com 9. The Hibernate framework is a data access abstraction layer that is called by your application for data persistence. Hibernate框架是应用程序调用来实现数据持久性的数据访问抽象层。 www.ibm.com 10. We will create a simple abstraction layer that lets you use JDBC without having to get into all the messy details. 我们将创建一个简单的抽象层,让您不必顾虑所有繁琐的细节问题来直接使用JDBC。 www-128.ibm.com 1. What's the cost of this XSLT abstraction layer? XSLT抽象层的代价是什么? www.ibm.com 2. One method is to make the abstraction layer completely unaware of the clients that access it. 其一是使抽象层完全不知道哪些客户端访问了它。 www-128.ibm.com 3. This driver program (See Resources) was implemented using a combination of EMF and the abstraction layer's APIs. 驱动程序(参阅参考资料)通过集成EMF和抽象层的API来实现。 www.ibm.com 4. Unfortunately XAMPP doesn't yet come with a database abstraction layer for Perl. 不幸的是,XAMPP中并没有包含一个用于Perl的数据库抽象层。 www.ibm.com 5. Roles are related to project phases and define an abstraction layer decoupling job descriptions and performing resources. 角色与项目阶段有关,它定义了一个将工作描述与执行资源分解开来的抽象层。 www-128.ibm.com 6. In a nutshell, virtio is an abstraction layer over devices in a paravirtualized hypervisor. 概而言之,virtio是半虚拟化hypervisor中位于设备之上的抽象层。 www.ibm.com 7. Strictly speaking, JAXP is an API, but it is more accurately called an abstraction layer. 在讲解代码之前,介绍一些基本概念很重要。严格地说,JAXP是API,但是将其称为抽象层更准确。 www.ibm.com 8. NTLDR pulls in the proper Hardware Abstraction Layer (HAL) and all boot drivers. NTLDR收集正确的硬件抽象层和所有的启动驱动程序。 www.51nb.com 9. An abstraction layer encapsulates the data logic. 一个抽象层封装了数据的逻辑。 bluoe.blog.163.com 10. The first step is, obviously, to include the abstraction layer in your script. 第一步,在你的代码中包含抽象层。 blog.csdn.net 1. To download the ezSQL database abstraction layer. 下载ezSQL数据库抽象层。 www-128.ibm.com 2. The TeamBots API provides an abstraction layer for the control system (see Figure 5). TeamBotsAPI为控制系统提供了一个抽象层(参见图5)。 www.ibm.com 3. In this way, it's less a kernel and more a hardware abstraction layer (HAL). 通过这种方式,它不像是一个内核而更像是一个硬件抽象层(HAL)。 www.ibm.com 4. Drupal is written on top of a database abstraction layer, so the framework can be easily extended to other database back ends Drupal是在数据库抽象层上编写的,所以框架可以轻松地扩展到其他数据库后端 www.ibm.com 5. Study of Vital Technologies in Hardware Abstraction Layer for High-performance Routers 高性能路由器硬件抽象层的关键技术研究 ilib.cn 6. A study of the structure and vital technologies in hardware abstraction layer of ACR 基于ACR的硬件抽象层结构及关键技术研究 service.ilib.cn 7. Design of General Hardware Abstraction Layer in Embedded Operating System 嵌入式操作系统的通用硬件抽象层设计 unixhosting.cn 8. Presents a class diagram for this abstraction layer 展示了这一抽象层的类图。 www.ichacha.net 9. OS Abstraction Layer for the Reuse of USB Stack and Device Drivers 基于USB协议栈和设备驱动的OS抽象层的设计实现 www.ilib.cn 10. Digital TV Middleware Implementing Solution Based on Hardware Abstraction Layer 基于硬件抽象层的数字电视中间件系统实现方案 service.ilib.cn 1. How to force a Hardware Abstraction Layer during an upgrade or an installation of Windows XP 在WindowsXP升级或全新安装过程中如何强制硬件抽象层 support.microsoft.com 2. JNDI abstraction layer to facilitate for example transparent switching between remote and local services JNDI抽象层,便于改变实现细节,例如透明地在远程服务和本地服务之间切换 spring.jactiongroup.net |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。