Built on the latest Linux 2.6.31.1 kernel, Ubuntu 9.10 boasts faster boot times, an improved user interface and programming tools for easier software development.
Ubuntu 9.10基于最新版本的Linux2.6.31.1内核,在启动速度,用户界面以及内置编程工具方面均有了明显的改进。
This thesis USES three-tier model to design the mainframe-based banking system's overall framework, and design a good user interface and programming interface.
本文采用三层架构模式对基于主机的银行业务系统的整体框架进行了设计,并且设计了一套良好的用户接口与程序接口。
One of our goals while designing the PivotTable component was to make the user interface and programming model consistent between tabular and multidimensional data sources.
我们设计透视表组件的目的之一,就是使表列数据源和多维数据源的用户界面和编程模型保持一致。
This article describes the system interface and programming flowchart of intelligent family - house control system based on PIC16F946, for family - house control and management intelligently.
本文利用PIC 16f946单片机设计了智能家居控制系统的系统接口和软件流程图,实现了对家居的智能控制和管理。
If you want to stream audio over a network, you only need to think about the network, because the API (application programming interface) you use for sound and everything else stays the same.
如果您要让音频信息流经网络,那么只需要考虑这个网络,因为您所使用的音频API(应用程序编程接口)和所有其他的操作都保持不变。
The adapter uses business objects to exchange data between the application and the database, so the application does not need to use the JDBC application programming interface (API).
适配器将使用业务对象在应用程序与数据库之间交换数据,因此应用程序不需要使用JDBC 应用程序编程接口 (API)。
It combines an interface and a programming language into a dynamic tool for both numerical and symbolic problem solving.
它在一个动态工具中组合了界面和编程语言,可同时用于数字和符号问题的解答。
Thus, UX designers should design the best possible user interface and leave the developers to make the best possible programming decisions.
因此,用户体验设计师们应该设计出最可行的用户界面并让开发者做出最可行的编程决策。
To complement interface standards and best practices, IBM introduces a programming model for implementing services and assembling them into solutions.
为了补充接口标准和最佳实践,IBM引入了一个编程模型,来实现服务并将它们组合为解决方案。
After debugging, Translation and the realization that the process friendly interface, simple programming style, using up aesthetic generous, convenient user-friendly.
经过调试、编译与实现,该程序界面友好、程序设计风格朴素,使用起来美观大方、方便易用。
Since 2006, DB2 9 has provided companies with a common application programming interface and database management platform for data modeled in tables and XML hierarchies.
从2006年开始,DB 29为表和XML层次结构中建模的数据提供一种通用的应用程序编程接口和数据库管理平台。
The DB2 HA feature is a highly integrated implementation of TSA and the DB2 cluster manager application programming interface (API).
DB2HA特性是通过高度集成TSA和 DB2集群管理器应用程序编程接口(API)来实现的。
A software module that hides the details of a particular peripheral and provides a high-level programming interface to it.
一个软件模块,它隐藏特定外设的细节并提供高级的外设编程接口。
This chapter concentrates on the dotted line in Figure 1 — the interface, or API (application Programming interface), between the parser and the application.
本章集中讨论图1中的虚线-语法分析器和应用程序之间的接口或API(应用程序编程接口)。
DB2 provides firms with a common application programming interface and database management platform for data modeled in tables as well as XML hierarchies.
DB 2为公司提供一个常见的应用程序编程界面和一个数据库管理平台,帮助它们以表的结构或XML结构对数据进行建模。
In mainstream languages, event-based interfaces are usually implemented using callback functions, a style familiar in graphical user interface (GUI) programming and the like.
在主流语言中,基于事件的接口通常使用回调函数实现,这是一种在图形用户界面(GUI)之类的编程中常见的方式。
ODBC works by acting as a twofold interface or connector design: First, as a programming language system to an ODBC system and second, as an ODBC system to a data storage system.
ODBC的作用是充当接口或连接器,它具有双重设计目标:首先,对于ODBC系统,它充当的是编程语言系统,其次,对于数据存储系统,它充当的是ODBC系统。
If you are used to modelling your software in code, you would do this typically by crafting some programming interface and a whole object model to describe it.
如果你已习惯于用代码描述系统,那么需要阐明所有编程接口和对象模型。
The Model Service Programming Interface is used by portlets and portal applications to obtain read-only information about the portal infrastructure.
Portlet和门户应用程序使用模型服务编程接口获取关于门户基础结构的只读信息。
This programming interface will be explained in detail in the article about dynamic and context sensitive portlets.
此编程接口将在关于动态的和上下文敏感的Portlet的文章中详细介绍。
This design allows the hypervisor to export a common set of emulated devices and make them available through a common application programming interface (API).
该设置还允许hypervisor导出一组通用的模拟设备,并通过一个通用的应用编程接口(API)让它们变得可用。
For users who activate the feature, Twitter already provides the latitude and longitude information through its application programming interface (API).
对于已经激活该功能用户,已通过其Twitter的应用程序编程接口(API)提供纬度和经度信息。
Amazon EC2 lets anyone with a credit card pay for servers by the hour, turning them on and off through an application programming interface (API).
AmazonEC2允许拥有信用卡的任何人按小时支付服务器费用,通过一个应用程序编程接口(API)来打开和关闭服务器。
The build produces a library and associated application programming interface (API) header files as well as a stand-alone command-line utility named sqlite3 that's useful for exploring features.
构建过程生成一个库和相关联的应用程序编程接口(API)头文件,以及一个单独的命令行实用程序sqlite3,它有助于研究特性。
The DataPower XM70 enables you to rapidly deploy LLM routing rules that you can configurable via an intuitive interface without the need for programming, greatly reducing cost and complexity.
DataPower XM 70允许您快速部署llm路由规则,这些路由规则可以通过一个直观的界面进行配置,无需进行编程,这将极大降低成本和复杂性。
Android provides all the code to perform these IPC transactions, so you can focus on defining and implementing the RPC programming interface.
Android提供了执行IPC事务所需的全部代码,因此只要把注意力放在定义和实现RPC编程接口上即可。
Programming the System.Windows.Forms.Timer class couldn't be easier-it has a very simple and intuitive programmatic interface.
对System .Windows . Forms. Timer的编程不能再简单了——它有一个非常简单和可直接编程的接口。
Dynamic UI application programming interfaces enable you to add transient pages and portlets to the portal user interface.
动态用户界面应用程序编程接口允许您将临时页面和Portlet添加到门户用户界面。
Indeed, most modern programming and scripting languages provide some form of interface to the HTTP protocol, meaning that CouchDB can be used in almost any development project.
事实上,许多现代的编程语言和脚本语言都以某种形式提供HTTP协议的接口,这意味着CouchDB几乎可以用于任何开发项目。
Linux provides a generic driver for SCSI devices and an application programming interface so you can build applications to send SCSI commands directly to SCSI devices.
Linux提供一个SCSI设备通用驱动器和一个应用程序编程接口,您可以通过它们构建能够将SCSI命令直接发送到SCSI设备的应用程序。
应用推荐