Symbian SDK帮助 术语A-E

 
 
 
A
abld.bat batch file
全面控制构建一个项目的各个方面。通常在当前(项目)目录下,根据一个组件描述文件由bldmake工具生成。
See also: bldmake tool
abstract
用来描述某个类,该类中仅声明种种方法,但并不实现它们。
对上述方法的实现往往通过实例化具体类来达到目的。
See also: concrete
access count
记录对象被引用的次数,除非该访问计数器为零,否则被引用的对象不能被完全清理。
See also: contact item
access mode
指定打开文件时的锁定状态:排它,只读,或者共享。
active object
由CActive派生出的类,主要负责处理异步服务提供者发起的请求,并监督这些请求完成。
See also: active scheduler, asynchronous service provider
active scheduler
由CActiveScheduler派生出的类,负责在一个事件处理程序中调度发往活动对象的各种事件。
See also: asynchronous service provider, active object
address
面向蓝牙技术,每一种蓝牙设备都在硬件中内置了一个48位的唯一设备地址。
agent
出现在网络接口管理器(NifMan)的上下文中时,指NifMan用来建立拨号连接的组件;
出现在vCard的上下文中时,指vCard中用来指代另外实体的字符串。
See also: property, vCard, entity
AIF builder
一种用以产生包括应用程序位图等程序信息文件的GUI程序。
该程序运行在开发机上(非真机或模拟器)。
See also: AIF icon designer
aif file
应用程序信息文件的别名。
See also: application information file
AIF Icon Designer
用来生成用于aif文件的位图。目前仅能从AIF builder中启动。
See also: AIF builder
alarm due time
预期报警时间。
当一个报警被激活以前,alarm due time同alarm time是相同的。当报警snoozed一段时间后,alarm due time保持先前值,然而alarm time变成最新激活的时间值。
See also: alarm time
alarm message
当到了报警时间时,展示给用户的消息。
See also: alarm time
alarm sound
存储在系统报警文件夹(/System/Alarms)下的算法声音或者其他样本声音。
See also: algorithmic sound, sampled sound file
alarm time
下一次报警将被激活的声音。
See also: alarm due time
Alaw
转换12位声音到8位数据的一种标准。
See also: sampled sound file
Aleppo
帮助创建工具
See also: help authoring
algorithmic sound
由声音驱动程序通过一定的算法合成而成的声音。
See also: sampled sound file
Alpha blending
表示某个像素值透明度的术语(称为'Alpha')。
如果Alpha=maximum,该像素为不透明的,一个全色的像素用来表示目标物;
如果Alph=0,该像素完全透明,目标物保持原貌。
位于中间的数值代表了混合色('blending'),使用公式
Destination = Source* Alpha/max_Alpha + Destination*(max_Alpha - Alpha)/max_Alpha
表示。
anchor
表示一次选择的光标起始位置。
See also: cursor, selection
API
应用程序接口,由一个系统对象或组件公开给其他对象或组件的可见的、公开的调用方法。
app UI
一个控制环境类,用来定义应用程序范围的用户接口,包括键盘事件处理。
or
或者是一个应用程序展示给用户的接口或者使用的CEikAppUi的一个子类。
See also: simple app UI, standard app UI, user interface
application
一个作为文档工厂的运行时对象,提供一些文档独立的应用功能。
See also: document
application capabilities
在aif文件中定义,应用程序功能包括嵌入、隐藏以及新生成文件等功能。
See also: embeddable capability, hidden capability, new file capability, application information file
application information file
包含了一个应用程序的标题、图标、功能、MIME优先级支持信息等信息的文件。
See also: aif file, icon, caption, application capabilities, MIME
ABI
应用程序二进制接口。该术语用于各种不同形式的、运行于ARM处理器上的二进制可执行代码。
ABI类型包括:ARMI,ARM4和THUMB。
See also: ARM processors
application program
一段程序(代码)由数个类组成。通常包括一个用户接口和应用引擎。
application resource file
应用程序源文件,由应用程序员编写的组成应用程序(的最初形式)。
See also: resource file
application view
应用程序中的主窗体,通常显示用户数据。
archive
一种用于显示文件在上次更改后是否保存过的属性。
该归档属性往往在一个文件被创建、替换以及写入时加以标记。
See also: attribute
ARM processors
ARM 16/32位嵌入式RISC处理器
array buffer
包含元素的某个区域或者指向某一个数组元素的指针。
array capacity
一个数组在其数组缓冲区范围内能容纳或表示的元素数量。
See also: array buffer
array granularity
一个数组的数组容量增长步长。
See also: array capacity
ascent
ascent是从baseline到字体中部分字符顶部的距离。
基线(baseline)本身并不是一个像素行,而是占用了两个像素行中间的位置。
App UI
中心用户接口类。App UI创建并拥有展示应用程序数据的控制权,并且集中处理通过标准控制(如菜单和工具栏)的命令输入。
application class
定义了应用程序的属性,譬如UID和标题,同时创建一个新的文件。
See also: document class
application framework
处理应用程序启动并对应用程序的数据(包括的文件)进行访问。
application framework API
定义了应用程序构架以及它们的基本用户接口处理。
application engine API
用来访问核心应用程序数据(的程序接口)。
associated window
与控制相关联的窗口。若该控制是属于窗口的一种控制方式,则associated window是该窗口本身;
如果该控制不属于窗口,则该控制显示在窗口中。
例如:某个associated window是在运行时控制层次表中属于窗口控制类的那个离它最近的窗口。
AIF
应用程序信息文件
AppUI
应用程序用户接口。每个UI控制框架类定义了应用程序级的用户接口的各个方面,包括键盘事件处理。每个应用程序严格使用某一个app UI。
同时也可能是应用程序展示给用户的接口或者是某个应用程序用到的类CEikAppUi的某个子类。
argument
函数用于操作的一个值(参数)。
ASIC
专用集成电路
ASSP
专用标准产品。一种现货供应的集成产品,包括了CPU、MMU、cache和许多板载周边设备(如典型的UART's,计时器,LCD控制器)。
由硅片提供商设计并投入市场,用在多种指定设备之上。
asynchronous request
某个异步服务提供者发出的异步服务请求。
See also: asynchronous service provider
asynchronous service provider
异步提供服务的某个系统、组件或者类。请求通过一个TRequestStatus引用参数进行函数调用。
See also: Request status, active object, active scheduler, asynchronous request
AT+FCR=1
AT指令之一,第二类modem接收命令。
attribute
某个文件或文件夹的特性。
属性决定了文件或者文件夹的可见性以及它们能否被删除或修改。
属性包括隐藏、只读和归档。
一个蓝牙服务通过一个服务记录来加以描述,包括了一个服务属性列表。
每条属性拥有一个ID,一个类型和一个值。
See also: entry, hidden, archive, read-only
audio streaming
增量式播放音频数据片,往往不必等待整个声音文件下载后就可以播放。
automatic transaction
自动事务是数据库自动操作的一个动作,通常在更改数据库时没有显式事务启动的时候发生。
See also: transaction
auto-repeat
当一个用户按住某个键的时候窗口服务器产生的重复键盘事件。
auxiliary application
用来访问一个Symbian OS应用程序的文档数据(的应用程序)
**********************************************************************************************************
B
backed-up window
A window whose contents are backed up, so that the window never becomes invalid, and therefore never needs to be redrawn except at application request.
See also: redraw, invalid, window
备份窗口
一个窗口内容被备份了的窗口,这样这个窗口永远不会变得无效,因此这样的窗口永远不需要被重画,除非是应用程序发出重绘的请求。
background colour
The colour with which to fill the parts of the view rectangle in which text (and paragraph fill colour, if one has been set) cannot appear. Examples of such areas are below the last line of the document and in the label and line cursor margins. May also be used to fill the left text margin, if one has been set.
See also: text area, paragraph fill colour, line cursor margin, label margin, left text margin, line
背景色
那些用来填充不显示文本(或者是已被填充了颜色的段落)的区域的颜色即为背景色。典型的例子就是,在文档的最后一行下面、在一个标签中。
backup
Application Framework : A window whose contents are backed up never becomes invalid, and therefore never needs to be redrawn except at application request.
备份
应用程序框架:一个窗口内容被备份了的窗口,这样这个窗口永远不会变得无效,因此这样的窗口永远不需要被重画,除非是应用程序发出重绘的请求。
BAFL
Basic Application Framework Library.
See also: Engine Utilities
BAFL
基本应用程序框架库
band
Printing : Horizontal portions of a page whose height depends on the size of the memory buffer of the printer device in use.
See also: printer device
这个的确是不知道它说的是什么,所以不敢冒然翻译

bank
An area of physical address space reserved for a particular type of memory (e.g. RAM, ROM, I/O) and which may be empty or only partially filled

为一些特殊类型的存储器(如RAM, ROM, I/O)而保留的物理地址空间。
baseband
The band of frequencies of a signal before it is modulated for transmission at another frequency.
基带
在信号被调制并以另一频率传输之前所拥有的频率即为基带
base year
Application Engines : In an anniversary entry, this allows the application to display a number of years between the base year and the current anniversary.
基年
应用程序引擎:在一个重要周年纪念(可能是节日什么的,不太好翻)的条目中,可以让应用程序显示基年与当前纪念日之间所间隔的时间(以年为单位)

based-on link
Text Content : A pointer to the format layer whose attributes are inherited by another layer. To find out a character or paragraph's effective formatting, all based-on links must be examined, beginning at the format layer upon which all other layers are based.
See also: format layer, effective format

based_on link
文件内容 :一个指向格式层(它的属性被其它层继承)的指针,用来找出一个字符或一段文字的格式,所有的
based-on link都必须被检查,从格式层开始
baseline
The baseline of a character is the notional line that splits the descent of a character from its ascent (see Character cell metrics (ascent, descent, height and baseline)).
See also: character cell ascent, character cell descent
基线
一个字符的基线是一个想象中的线,这条线将字符的descent与ascent分开(参见字符单元构成法)
baseline offset
The perpendicular distance from the baseline of a font to another parallel line, such as the underline, strikethrough, superscript or subscript position (see Underlining and baseline offsets).
See also: baseline
基线偏移
从一个字体的基线到另一个平行线的距离,例如下划线,删除线,上标或下标的位置
BDB
Bank Descriptor Block, a list of entries describing banks.
Bank描述符块,即Bank的描述符入口表

bdf file
Binary distribution format - used in font definition files.
See also: Fontcomp
二进制分配格式文件
二进制分配格式 - 在字体定义文件中使用
bearer
A telephone network used to carry a call.
用来支持呼叫的电话网络

bearer name
The type of data service, e.g. Asynchronous, or Synchronous.
数据服务的类型,例如,同步或异步
BER
Bit error rate.
比特错误率

binary mode
When a file is open in binary mode, the data bytes in the file are read and written without any intervention by the file system.
See also: text mode
二进制模式
当一个文件以二进制模式被打开时,文件中的数据可以无障碍的被读写,文件系统不会施加任何干涉
BITGDI
The screen and bitmap-specific graphics drawing component.
屏幕与位描述的图像绘制组件
See also: bitmap

bitmap
Provides the pixel patterns used by pictures, icons and masks, sprites and brush styles for filling areas of the display.
See also: mbm

位图
提供象素模式给pictures, icons and masks, sprites and brush 这些绘图方式,使之可以对显示的内容进行操作

bitmap converter tool
Converts bitmaps between MS Windows to Symbian bitmap format and vice versa.
See also: multi-bitmap file format
位图转换工具
在微软windows与新宾或新宾与微软windows之间进行位图格式的转换

bitmap mask
A bitmap whose pixels are used to hinder or allow the individual pixels of another bitmap to be written to a graphics device.
See also: icon, bitmap
位图遮盖
一个位图的象素被图形设备绘制在另一个位图的象素之上
bitmap primitive
A graphics operation to draw a bitmap.
一个对图形的操作,用来绘制一个位图
See also: graphics operation, bitmap

bldmake tool
Processes the component description file (bld.inf) in the current directory and generates the batch file abld.bat and several build batch makefiles (.make.abld) can then use the makefiles to carry out the various stages of building the component.
See also: abld.bat batch file
bldmake 工具
对当前目录下的组件描述文件(bld.inf)进行处理并生成批处理文件abld.bat和几个构建批处理程序(.make.able),然后利用这些批处理程序来各个阶段程序部分的构建
blit
Block transfer copy of pixel data from memory to a graphics device.
See also: stretch blit
从内存成组传送象素的拷背到图形设备

Bluetooth
Refers to a short-range radio technology used to simplify communications among Net devices and between devices on the Internet. It also simplifies data synchronisation between Net devices and other comuters.
Standardised by the Bluetooth SIG in the form of the v1.0 Bluetooth Specification.
蓝牙
是一种在网络设备之间使用的简单的小范围无线通信技术。也可以在网络设备与其它终端间进行简单的数据同步

Bmconv
Converts bitmaps between Windows and Symbian OS formats.
在windows与新宾操作系统之间进行位图转换

bmp file
Extension for a Windows bitmap file.
See also: windows bitmap
Windows位图文件的扩展

bootloader
Optional code which runs immediately on reset, before the bootstrap.
引导装入程序
当reset的时候,在引导前立刻就运行的可选择的代码

bootstrap
A short program, often written in assembler, which gains control when the machine is first powered on. The bootstrap sets up an environment that will allow the Kernel to continue to boot Symbian OS (e.g. setting up memory, I/O devices and creating virtual memory space).
引导程序
一段短小的程序,通常都是用汇编写的,当机器第一次开机的时候获得控制,这个引导程序设置机器的一些参数,使内核能够继续引导Symbian操作系统(比如说设置内存,I/O设备和创建虚拟内存空间)

brush
The brush is used, in basic graphics functions, for filling areas drawn with the shape primitives, and also for text background fills.
See also: pen, graphics context, brush attribute
刷子
刷子在基本的图形函数中使用,用来填充一些简单的图形,也可以填充文本的背景色

brush attribute
Brush attributes, in basic graphics functions, are: brush colour, brush origin, brush style.
See also: brush, brush origin, brush style
刷子的属性
刷子属性,在基本的图形函数中,是:刷子颜色、刷子原点和刷子的风格

brush colour
The colour which the brush uses for fills.
See also: brush attribute
刷子的颜色
刷子用来填充图象的颜色

brush origin
The point at which the top left corner of the pattern reference tile is positioned.
刷子原点
在屏幕最左上角的那个点即为刷子原点。
See also: brush attribute

brush style
The style with which the brush fills fillables. This may be null, solid colour, a built-in pattern or a bitmap pattern.
See also: brush attribute
刷子风格
刷子填充画布的一种风格。它可能是空,也可能是实心颜色,还可能是 built-in 模式或是位图模式

Brutus
Development board for the StrongArm SA-1100.
用来给StrongArm SA-1100做开发的电路板
(怎么都是些电子术语,我只是学计算机的,哪知道那么多电子专业的单词啊)
BSS
A section in an executable's disk image that denotes how much uninitialised data the executable needs to run.
可执行文件磁盘映象的一个段,用来表示可执行文件初始的数据大小
buffer
An area of memory designated to contain a portion of data awaiting processing.
See also: dynamic buffers, descriptors
缓冲区
一个分配的内存区域,用来存放想要处理数据的一部分(说的真啰嗦)
buffer position
The position of a byte within a segmented or flat buffer: bytes are numbered from zero, and the address of the byte indexed by a given buffer position is calculated each time the buffer is accessed.
See also: flat buffer, segmented buffer
缓冲区位置
在段或平坦寻址模式下的字节的位置:从0字节开始记数,当每次缓冲区被访问的时候,给定的缓冲区位置都会被重新计算,字节地址则由给定的缓冲区位置索引。

built-in type
Data types which are part of the C++ language; e.g. unsigned int, unsigned char etc.
C++的一种数据类型,类似于unsigned int, unsigned char 等等
button co-ordinator
An object which co-ordinates the behaviour of a group of option buttons. It keeps track of the current chosen option button.
See also: option button
按键协调者
一个用来协调一组选择按扭的行为的对象。他保持着当前已选择的按钮的信息
********************************************************************************************
C
C function C函数
在Symbian系统中,特指在函数名末尾带有‘C’字母(更多是以LC结尾)的函数,如 NewLC():这类函数会在清除栈上添加一个指向新创建对象的指针。
In Symbian OS, this refers to a function with a trailing C in its name (more normally with a trailing LC), e.g. NewLC(): such functions place a pointer to the object being worked upon onto the cleanup stack.
See also: leave, cleanup stack
call 通话
特定的在线通信行为。 见 RCall。
A specific communication on a line. See RCall.
See also: call capabilities, call status, call ownership
call capabilities 通话能力
包括支持数据、传真、语音通话的能力和并发有效的行为,如拿起话筒(hang up)。
Includes ability to support data, fax or voice calls, and the valid actions, e.g. to hang up.
See also: call
call ownership 通话所有权
当一个ETel的客户端拨打或者接听一个电话时,这个客户端就被定义为拥有这个通话的所有权。只有拥有所有权的客户端才能中断这次通话或者得到这个通信频道的控制权。其它所有的客户端只能监听是否有通话和查询通话状态。
When an ETel client makes or answers a call, it is said to have ownership of that call. Only the client with ownership may terminate the call or gain control of the underlying communications channel. All other clients may just monitor the call and view its state.
See also: call
call status 通话状态
通话的状态,如:拨号,空闲,连接等等。
The status of a call, e.g. dialling, idle, connection etc.
See also: call
cancel function 取消函数
由异步服务提供的函数,在取消服务时使用。
A function provided by an asynchronous service provider to cancel a service that has been requested.
See also: asynchronous service provider, request function, active object
caption 标题
一个应用软件的标题是显示在它的图标下的文字(通常是应用软件的名字)。
An application's caption is the text (typically the application's name) displayed below its icon.
See also: application, icon, application information file
cell identity code 信元识别码
移动网络中每个蜂窝基站的唯一标识码。
The unique identifier for a particular cell in a mobile network.
certificate 证书
集合若干信息并由私钥签署生成的公共密钥。
A pubic key together with some information that is collectively signed with a private key.
certificate authority (CA) 认证中心(证书颁发机构)
一个被信任的第三方组织或公司,由他们来负责发放用来创建数字签名和生成公钥私钥对的数字证书。
A trusted third-party organisation or company that issues digital certificates used to create digital signatures and public-private key pairs.
Certificate generator 证书生成器(根证书)
存放在认证中心的用来生成证书时需要的文件。
Used to create a certificate request file, which is sent to a certification authority.
CF Card CF卡
Compact Flash card. 移动设备使用的存储介质。
Compact Flash card. A storage medium for mobile devices.
CFR
收到信息的确认。数字信号响应确认全部接收传真数据的准备过程已经完成,通信传输可以开始了。
Confirmation to Receive. A digital response confirming that the entire pre-message procedure for receiving a fax has been completed, and that message transmissions may commence.
Character 字符
在Symbian操作系统文本模式中可以识别的最小单元。不一定指那些在屏幕上可见的文本,还包括如换页换行符、段分隔符和图形字符等等。
The smallest recognised unit in the Symbian OS text model. Not always visible as text on the screen. For instance, includes page and line breaks, paragraph delimiters and picture characters.
See also: word, paragraph, picture character, paragraph delimiter
character cell (单位字符区域)
在矩形区域内排列的一组象素,共同表示出某一字体内字符的形状。
The rectangular array of pixels that wholly contains the shape of a character in a font (see character metrics).
See also: character cell metrics
character cell metrics
(?? 奇怪,这项没解释)
See also: character cell ascent, character cell descent, character cell height and character cell baseline
character cell ascent (单位字符区域基本线上高度)
描述某个单位字符区域在基准线上有多少扫描线。以像素为单位。
The number of pixels from the top of a character cell to the baseline.
See also: character cell, baseline
character cell descent(单位字符区域基本线下高度)
描述某个单位字符区域在基准线下有多少扫描线。以像素为单位。
The number of pixels from the baseline to the bottom of a character cell.
See also: character cell, baseline
character cell height (单位字符区域高度)
在某一字体单位字符区域中总共的扫描线条数。以像素为单位。
The height of a character cell in a font definition, in pixels.
See also: character cell
character editor 字符编辑器
一个支持编辑单个字符的管理工具。
A control which supports editing a single character.
character format attribute 字符样式属性
字符外形描述,如字体,字符样式(我理解应该是粗体、斜体之类的样式),字符大小。
Describes the appearance of characters; for instance font, font style and font size.
See also: format attribute
character format layer 字符样式
定义字符格式属性的样式层次。
A format layer specifying character format attributes.
See also: character, format layer, character format attribute
character justification (字符间距调整)
通过调整字符间距使得文本内容可以在除了页边空白外的一行内从左到右均匀的散开。
Full justification of text by adjusting the gaps between characters.
See also: word justification, justification
charge card (预充值卡)
一种先付话费的手机卡。
A pre-paid phone card.
check box 复选框
一种用来确定应用程序状态的控件。
A control which may be used to toggle an application state.
See also: option button
child
一个属于另一个entry的消息服务的entry:例如,一个消息是它的folder的child。(等于没有译,抱歉,我也没太看懂)
A Message Server entry that belongs to another entry: for example, a message is a child of its folder.
chunk
一个连续的线性内存空间。它是内存分配的单位,在这个分配的过程中某个范围内的随机存储器被映射成连续的逻辑地址。Chunks在系统启动的时候如创建内核数据和堆栈的时候被分配。
An area of contiguous linear memory. It is the unit of memory allocation where a region of RAM is mapped into contiguous logical addresses. Chunks are allocated during boot for such things as the Kernel's data and stack
CIG
通话用户识别。可选信号标识后续的一些帧用来标识呼叫位置。 传真过程通常使用附加的安全措施。
Calling Subscriber Identification. Optional signal indicates that the following frame is an identification of the calling station. Used to provide additional security to fax procedure.
See also: CSI
cleanup
在异常或错误发生的时候清除(垃圾内存)的方法。
The process of cleaning up after an exception or an error has occurred.
See also: leave, exception, cleanup stack
cleanup stack 清除栈
未全部创建完成的项目(或对象)使用的堆栈,(对象中部分被创建完成且分配了的堆内存的数据的“指针” 可被压入清除栈,)
使用CleanupStack::PushL()和CleanupStack::Pop()来维护,
当它们异常退出时,将清除该栈。
The stack of partially constructed items maintained by CleanupStack::PushL() and CleanupStack::Pop(), which will be cleaned up, should a leave occur.
See also: Cleanup, trap harness, leave
client 客户端
从另一个程序请求服务的程序。
A program which requests services from another program.
See also: server, asynchronous request
client interface function 客户端接口函数
在一个连接(子连接)中处于客户端性质的类中的成员函数,它可以通过使用opcode,向服务器提交执行特定消息的请求。
A member function in a client-side session (or subsession) class which implement a specific message request to the server, using an opcode.
See also: client-side session, subsession, opcode
client subsession
在客户端程序中一个子连接的表现(实体)。在服务程序中一个客户端的子连接会有一个对应的子连接对象。
The representation of a subsession in the client program. A client subsession has a corresponding subsession object in the server program.
See also: subsession, subsession object
Client-side MTM
一个为客户端提供的处理特定协议功能的组件。
A component that provides functions to a client for manipulation of message data for a particular messaging protocol.
client-side session
在客户端中一个连接的表现(实体)。
The representation of a session in the client.
See also: session
clipboard 剪切板
一个临时的流存贮(空间)用来存放文本/图片。 在拷贝,剪切和粘贴文本时使用。
A temporary stream store used to store text/pictures. Used in copying, cutting and pasting text.
clipping region 剪切区域
将原始图像中进行剪切的目标区域。
The region to which graphics primitives are clipped.
See also: region
clock alarm
时钟提示被服务程序统一管理,通过Time程序可以容易跟最终用户交互。每个连接可以设置8个时钟提示。然而,一旦设置,它们(时钟提示)就与设置程序完全独立开了。
Clock alarms are managed by the server and are accessible to end users through the Time application. The 8 clock alarms can be set by any session. However, once set, they are independent of the setting application.
See also: timed alarm, untimed alarm, orphan alarm, snoozed alarm, session alarm
code section
一个连续的字符定义集合,只覆盖(包含)全部字符编码范围的一部分。
A contiguous collection of character definitions covering part of the total character code range.
cold boot 冷启动
产品的第一次上电,或者硬的重新启动(断电)。
The first time power is applied to a product, or a hard reset.
collate
如果想将字符排列成可以比较的次序,去除两组字符中的差异是不重要的。
The removal of differences between characters that are deemed unimportant for the purposes of ordering characters into their collating sequence.
column
在数据库管理系统中,它被认为是一行中一个被命名的成员。
In DBMS, this is considered to be a named member of a row.
See also: row, table
column set
一个列的集合的定义,用来描述一个表或者一个查询数据库返回的结果集的结构。
A set of column definitions describing the structure of a table or rowset.
See also: table, rowset, column
command
用户在设备屏幕上的操作或者行为对应用程序的意图。Uikon命令使用toolbar,toolband,menu bar 或者 hotkeys 来调用。
A user operation or action on a device's screen that has a meaning to an application. Uikon commands are invoked using the toolbar, toolband, menu bar or hotkeys.
See also: user interface, application, hotkey, menu bar, toolband, toolbar
command button
一个可以在应用程序中触发一个命令或确定应用程序状态的控件。
A control which may be used to initiate a command in an application or to toggle an application state.
See also: latching command button
commit
完成一次传输并确认所有的对数据库的改变都已确认写入磁盘。
Complete a transaction and ensure that all changes to the database are permanent.
See also: transaction, rollback
communicators
有语音能力的信息中心产品。
Information centric products with voice capability.
See also: Crystal
component
指示它是一个路径还是一个文件的部分路径。
Part of a path, which indicates either a directory or a file. A collection of releasables from one source tree. Many components make up a ROM.
See also: path
component control
被一个复合控件包含的控件。
A control contained by a compound control.
See also: control, compound control
composition text
用户通过前端处理器输入的文本。
The text currently being composed by the user in a front-end processor.
See also: Front End Processor
compound control 复合控件
一个包含其它控件的控件。这些(被包含的)控件都是它的组件。
A control which contains other controls. These controls are its components.
See also: control, component control
compound identifier
三个UID的集合,三者可以标识一个Symbian OS的对象;由TUidType类封装。
A set of three UIDs which, in combination, identify a Symbian OS object; encapsulated by a TUidType.
See also: UID type
concrete
用来描述一个实现了由抽象类定义的行为的类。
Used to describe a class which implements the behaviour defined by an abstract class.
See also: abstract
concrete control
一个从CCoeControl继承并可以被实例化的类。
A class that is derived from CCoeControl and can be instantiated.
CONE
控制环境。(为窗口服务器的异步服务提供活动对象接口,同时为控件和app UI提供框架。)
Control Enviroment
See also: control environment
connection element
一个ETel使用的标记。通过这个标记指定是否使用RLP。
A flag used by ETel to specify whether or not RLP is used.
See also: RLP
connectivity
包括PC同步,文件传输和红外线发送。
Includes PC synchronisation and file transfer and Infrared beaming.
contact database
一个关联项(contact item)的数据库。
A database of contact items.
See also: contact item
contact group (关联组)
一个记录了一系列相互关联的联系卡或自身卡的关联项(contact item)。
A contact item that holds a set of associated contact cards or own cards.
See also: contact item, own card
contact item (关联项)
包含一个关联的具体细节。
Contains the details for a single contact.
contact item id
一个关联项(contact item)的唯一标识。
Uniquely identifies a contact item.
See also: contact item
container control (容器)
一个组合控件。
A compound control.
See also: compound control
content type
设置一个字段的类型,通常这个字段的类型会映射到一个vCard属性表。
Specifies a field's type, and optionally a vCard property to which the field type maps.
See also: field type, vCard
context 上下文
一个正在工作的Client-side MTM 或 User Interface MTM的入口。
The entry with which a Client-side MTM or User Interface MTM is currently working.
context switch 上下文切换
上下文切换是指一个线程/进程在执行中切换到另一个线程/进程中。这个过程包括存储当前执行线程进程的上下文(如,空间地址)和恢复新执行的线程进程的上下文。
A context switch is a switch in execution between one thread/process and another. This involves saving the currently executing thread process's context (i.e. its address space mappings) and restoring the newly executing thread process's context.
context sensitive help (CS help)
提供给用户特别的可以找到相关上下文的帮助主题。CS帮助文件使用CS帮助编译器生成,它代替了以前版本包括第5版使用的Aleppo帮助工具。
Provides users with the specific help topic for the context to which it relates. CS help files are generated using the CS Help compiler, which replaces the Aleppo help authoring tool used in releases prior to and including v5.
control 控件
屏幕的一个矩形区域,能响应用户的输入事件。
A rectangular area of the screen that may respond to user input events.
See also: window, control environment
control environment
为窗口服务器的异步服务提供活动对象接口,同时为控件和app UI提供框架。
Provides an active-object interface to the window server's asynchronous services, and provides framework for controls and app UI.
See also: window server, control, app UI
control factory identifier
可以实例化类对象的对象厂标记特定控件类使用的值。
A value that identifies a particular control class to a factory object which can instantiate objects of that class.
control observer
一个混合类协议(mixin protocol)提供了控件调用其它控件事件处理函数的方法.
A mixin protocol that allows a control to send events to another control.
See also: mixin protocol
controller
为用户提供的改变系统状态或输入内容的方法。
How the user changes the state of, or provides input to, a system.
See also: MVC
host controller
蓝牙主机控制器部件提供了一个低级的只有硬件设备才会使用的蓝牙堆栈。
The Bluetooth Host Controller components provide the lower-level of a Bluetooth stack. It is typically implemented in hardware.
CP1252
代码页1252。这一页使用拉丁字符集定义了窗体变量。
Code page 1252. The code page for the windows variant of the Latin1 character set.
CPU Family
一类CPU, 如 ARM7, ARM9和StrongARM都是ARM系列的CPU,所以它们都属于ARM CPU家族。
A class of CPU, e.g. the ARM7, ARM9 and StrongARM are all types of ARM CPU, so they belong to the ARM CPU family.
critical section 临界区
一个内核对象用来(保证)串行的访问某个在同一进程内的线程间共享的资源。访问临界区通过RCriticalSection句柄。
A Kernel object used to serialise access to a resource which may only be shared between the threads within a process. Access to the critical section is through an RCriticalSection handle.
crop 裁剪
在输出一张图片时去除不想要的部分。裁剪过程依照设定的边界完成。
Eliminate unwanted portions of a picture when it is output. Cropping is done according to a set of margins.
See also: picture, scale, margins
CRP
命令重新执行。这个可选应答指示传真设备先前的接收到的命令发生了错误,需要全部重新开始。
Command Repeat Procedure. This optional response indicates that the previous command was received by the fax machine in error, and should be repeated in its entirety.
See also: certificate, certification authrity,digital certificate, digital signature, public/private key pair
cryptography
公钥和非对称公钥密码学使用一对密钥,其中的一个定义为私钥并加密存放,另外一个被称为公钥,通常无须加密。信息使用一个密钥加密过只能通过另一个密钥解密,无法破译。也就是说如果一份报文能用这个公钥解密,那么它一定是从私钥拥有者那里发送过来的。
Public Key and Asymmetric - Public-key cryptography uses a pair of keys, one that is designated the private key and kept secret, the other key is called the public key and is generally made available. Information encrypted using one key can only be decrypted using the other, and vice versa. The implication of this is that if a message can be decrypted using the public key, then it must have been sent from the owner of the private key.
Crystal
Symbian half-VGA屏幕的尺寸、键盘UI变量的代号。
Codename for Symbian's half-VGA screen size, keyboard-based UI variant.
CS help compiler
使用命令行创建帮助文件,配置信息在一个工程文件中定义,
Builds help files from the command line, using information defined in a project file, rtf source file or files, and an optional customisation file. The compiler also generates a C++ header file containing literal descriptors for each context - which can be used to provide a link to the appropriate help topic from an application.
CSI
拨入用户识别。通过唯一的手机号码来识别拨入用户的可选信号。
Called Subscriber Identification. Optional signal used to provide the specific identity of the called subscriber by its international telephone number.
See also: CIG
CSY
通信服务器。
Communications server.
See also: CSY module
CSY module 串行通信模块
串行通信模块,提供串行端口与串行服务器的实现。
Plug-in communications server module.
See also: CSY
CTS
Clear To Send。一根RS232规范的输入线,当该针脚高电平时,通知对方传输可以开始。
Clear To Send. An RS232 input line that is taken as an indication that it is safe for us to transmit data when high.
See also: RS232
current file position 当前文件位置
下一个文件读写操作的开始位置, 或相对seek操作生效的位置。
The position at which the next file read or write operation will start, or from which relative seek operations take effect.
cursor 光标
数据库管理系统:行集对象中记录在该行中当前位置的部分。

文本视图:文本位置,如果没有选中范围其功能相当于插入点。如果选中了部分内容,光标处于选中块的末尾,这样可以扩展(选取范围)。
DBMS : Part of a rowset object that maintains the current position within the rowset.
or
Text Views : A document position that functions as the insertion point if there is no selection. If there is a selection, the cursor is the end of the selection which may be extended.
See also: text document, text view, selection, anchorrowset
customisation file
对内容敏感的帮助编译器使用的可选文件,用来控制生成的帮助文件的格式。
An optional file used by the context sensitive help compiler to control the appearance of the generated help text.
See also: project file
********************************************************************************************
D
database
A collection of tables and indexes. The context for all DBMS operations.
数据库:表和索引的集合。数据库管理系统(DBMS)操作的内容。
See also: table, index, schema, DBMS
date editor
A concrete control which supports editing a date value.
日期编辑器:支持日期值编辑的具体控件。
See also: time and date editor
day note
An appointment that has no start or end date-and-time.
·每天记录:没有起始和终止日期的约会。
DBMS
Database management system. The component that controls the organisation, storage and retrieval of data (fields, records and files) in a database.
数据库管理系统:数据库中控制数据组织、存储和获取的组件。
DCD
Data Carrier Detect. An RS232 input line that is generally held high by a modem while a data connection is active.
数据载体检测:在某个数据连接激活状态下,一个RS232输入行往往被modem严格控制。
See also: RS232
DCE
Data communication equipment (e.g. modem).
数据通讯设备:如调制解调器。
See also: DTE
DCN
Disconnect. This command indicates the initiation of fax modem phase E — call release. This command requires no response.
·断开连接的命令,指示传真modem phase E通话初始化进行释放,不需要响应。
default country
The default country is used as the default country to dial to.
电话拨打的缺省国家。
See also: home city
default display time
The time at which, by default, agenda entries are displayed in views.
缺省显示时间:日程条目显示在视图里面的缺省时间。
default document file
The document file in which a file-based application saves data if no filename is given by the user.
缺省文档文件:基于文件的应用程序保存数据时,如果用户未输入文件名则缺省保存在该文件中。
See also: document file
default document file name
The name of an application's default document file.
缺省文档文件名:应用程序缺省文档文件的名称。
See also: default document file
default owning window group
If a window group is closed while it has the keyboard focus, this window group receives the focus, unless the closed window group had called SetOwningWindowGroup(). A window group becomes the default owning window group by calling RWindowGroup::DefaultOwningWindow().
·缺省窗口隶属组:如果一个窗口组在拥有键盘焦点时被关闭,本窗口组将获得焦点,除非已关闭的窗口组调用了SetOwningWindowGroup()。一个窗口组通过调用RWindowGroup::DefaultOwningWindow()成为缺省窗口隶属组。
See also: owning window group
default screen device
A screen device created by CCoeEnv when it is constructed. Typically used as the standard screen device for this application.
缺省屏幕设备:由CCoeEnv构建生成,通常用作本应用程序的标准屏幕设备。
default session path
The default path for the current file server session. Unless changed, it is the default system path.
缺省会话路径:当前文件服务器会话的缺省路径。不改变的情况,缺省会话路径为系统路径。
See also: path
default system path
The path assigned as the session path to new sessions with the file server.
缺省系统路径:文件服务器分配给新会话的路径。
See also: path
deferred loading
The loading into memory of pictures inserted in a rich text object only when they are required to be displayed. The purpose is to reduce the time taken to retrieve a text object and to save memory usage.
延时载入:载入内存区的图片只有在需要的时候才被插入到富文本对象中进行显示。这样做的目的是减少获取文本对象的时间并节省内存空间。
See also: picture, picture header
deleted to-do list
If a synchronised to-do list is deleted, it is removed from the agenda model's list of to-do lists. However, if it cannot be fully removed from the model because it has a positive synchronisation count, then the to-do list is added to the model's list of deleted to-do lists.
已删除待办列表:如果一条同步待办列表条目被删除,它将被从日程模型的代办列表中移除。然而,如果它因拥有一个正的同步计数值而不能被完全地从模型中移除时,该条目将被添加到模型的已删除待办列表中。
See also: synchronisation count
descriptor
A class derived from TDesC, which describes an area of memory used as either a string or some binary data.
描述符:派生自TDesC的类,通过一个字串或者二进制数据来描述某块内存区。
device
File Server : a hardware and software interface which may be associated with a volume, and which has one of the letters A through Z assigned to it.
设备:文件服务器,硬件或者软件的接口,通常与一个卷关联,分配A到Z中的某个字符作为标示。
See also: volume
device area
The area of the graphics device to which drawing can be done, (if no smaller clipping region is set in a window graphics context).
设备区:图形设备的某个区域,用来绘制图像,(若窗口图像内容中没有更小的剪切区)。
See also: clipping region
device password dialog
Dialogs that allow the user to enter or change the device password.
设备密码对话框:允许用户输入或者更改设备密码的对话框。
DFC
Delayed Function Call. A function that is called after all interrupt service routines have been called but before execution returns to application code. May be "scheduled" by ISRs to perform services for them.
延迟的函数调用:某函数在所有中断服务例程都调用过之后,执行结果返回之前被调用。可被ISR"调度"并为自己提供服务。
DFRD
Device Family Reference Design. All products from the same DFRD are able to run the same third party software, content and services. From v7.0 onwards, this term is no longer used.
设备族参考设计:相同DFRD下的产品可运行相同的第三方软件、内容和服务。v7.0版本以后,本项目不在使用。
dialog
A control, normally invoked by the selection of a menu command, allowing interaction between the user and the program.
对话框:通过对菜单命令的选择激活的控件,为用户和程序提供了交互的接口。
See also: control
digital certificate
An electronic message attachment that is used for security purposes. The most common use of a digital certificate is to verify that a user sending a message is who they claim to be, and to provide the receiver with the means to encode a reply.
数字证书:出于安全目的电子消息附件。通常为了确认该消息的接收者是否正确,并为其提供了加密回复消息的手段。
digital signature
A digital code that can be attached to an electronically transmitted message that uniquely identifies the sender.
数字签名:附加在一条电子传输的消息中,对其发送者进行唯一标示的数字号码。
direct file store
A file based persistent store in which streams can be created and objects externalised to them but, once committed and closed, they cannot subsequently be changed.
直接文件存储:基于永久存储的文件,可创建并具体化文件流,一旦完成或者关闭,文件不能被改变。
See also: file store
directory
Structure containing information on files and subdirectories.
目录:包含了文件和子目录信息的结构。
See also: path
directory entry
Holds information about a file or a directory owned by the directory that contains the entry.
目录入口:保存了属于某个(包括该目录入口的)目录的某个文件或目录的信息。
DIS
Digital Identification Signal. Frame containing the capabilities of the called fax.
See also: DTC
数字化识别信号:包括了呼叫传真功能的结构。
direct screen access
A way of drawing to the screen without using the window server. As this avoids client-server communication, it is much faster.
直接屏幕访问:不使用窗口服务器对屏幕进行描绘的方法。这样避免了客户端同服务器端的通信,速度得到很好提升。
displayable window
A window that can be displayed on the screen. In practice, this means all concrete window classes except window groups.
可显示窗口:可在屏幕上显示的窗口。实际上,这包括了除窗口组外的全部具体窗口类。
dithering
Error diffusion, or dithering, is a way of avoiding aliasing due to a cut-down palette size. If a colour cannot be matched exactly then the nearest colour is used and the difference remembered. Then on the next pixel the difference is added to the desired colour and the result matched to the nearest colour available. In this way a mid-blue, for example, might be represented by a scattering of dark blue and light blue, if that mid-blue were not available in the current palette.
抖动:错误扩散或者称为抖动,是一种防止调色板缩小尺寸时候产生混淆的方法。如果一种颜色无法被匹配,则使用离它最近的颜色代替并记录差异。继而在下一个像素添加该差异到期望的色彩,使得结果趋于理想。例如,使用该方法,如果当前调色板中没有蓝色时,就可能被散射的深蓝色和浅蓝色代替。
DLL
Dynamic Link Library. Dynamic Link Libraries are loaded in response to an explicit API call made by an executing program.
动态链接库:运行中的应用程序从外部通过显式声明的API调用来装载DLL。
See also: dynamic link library, statically loaded DLL, dynamically loaded DLL, API
DLL export table
An area in the DLL which lists the DLL addresses of exported items; In Symbian OS, these items are indexed by ordinal.
DLL导出表:DLL中某个列出其导出项目列表的区域;Symbian OS中,这些项目通过序数索引。
See also: DLL, export, name build, ordinal build
document
Application Architecture : A run-time object containing data associated with a specific instance of an application program. A document may be stored to and restored from a document file.
文档:应用程序的一种架构,实时对象包含了与特定应用程序实例相关联的数据。一个文档可能通过文档文件进行存储和恢复。
Application framework : File-based applications use a document object to provide an intermediate layer between the app UI, the model and the file the model will be stored in. Non-file-based applications will only use a document to create the application's UI.
应用程序框架:基于文档的应用程序使用一个文档对象在UI、模型和模型所在文件之间建立一个中间层;不基于文件的应用程序仅使用一个文档来创建应用程序的UI。
See also: app UI, modelapplication program, document file,
document class
Represents the data model for the application. In file-based applications, it stores and restores the application's data. It handles requests to edit a docuement by creating an app UI.
文档类:表现了应用程序的数据模型。在基于文件的应用程序中,该类用来存储和恢复应用程序的数据。它通过创建一个应用程序UI来处理编辑文档这类请求。
document file
A file that is the externalised form of a main document and any embedded documents it contains.
文档文件:主文档或者任意嵌入其中的文档的外在文件形式。
See also: document
document head stream
A stream directly accessible from the root stream dictionary.
文档头流式文件:从根流式词典可访问的流。
See also: root stream dictionary
document position
A reference to a position in an editable text object. It is an integer ranging from zero (start of document), to the length of document. Depending on the context, a document position either refers to the character indexed by this number, or the point between this character and its predecessor (if any).
文档位置:在一个可编辑文本对象中的一个位置的参考值。是一个从0(文档起始处)到文档长度之间的整数值。依赖于文本内容,一个文档位置或者指向以此数字索引的字符,或者是当前字符和其前继的中间值(如果存在)。
See also: text object
DoIt button
Button command that provides access to a default command.
确定按钮:提供了访问缺省命令的按钮命令。
door
The Symbian OS document embedding mechanism. A door represents an embedded document. There are two types of door: glass doors and iconic doors.
门:Symbian OS中文件嵌入机制。一个“门”代表一个嵌入式文档对象。分为两种:玻璃门和图标门。
See also: document, glass door, iconic door
down event
A Window Server event of type Button1Down, Button2Down or Button3Down. The user actions that result in these events will vary depending on the type of pointing device: mouse, pen, etc.
按下事件:可能为下列窗口服务器事件之一:Button1Down,Button2Down或者Button3Down。用户动作的事件结果通常依设备不同而异。
drag event
An event corresponding to a user's dragging a draggable control.
拖曳事件:用户拖拉一个可拖曳控件时产生的相关事件。
drawing mode
Determines the logical operation used to put pen or brush colour onto the graphics device. Defined in a graphics context.
绘图模式:确定将钢笔或者刷子工具的颜色添加到图形设备上的逻辑操作。在一个图形内容中定义。
See also: pen, brush, graphics device
drive
The letter used to identify one device or volume.
驱动:用来识别设备和卷的字母。
See also: device, volume, path
drive list
The list of volumes that are currently valid.
驱动器列表:当下可用的卷列表。
drive name selector
A type of choice list which allows a drive to be selected from those currently available.
驱动器名称选择器:一种选择列表,允许用户从当前可用的驱动器中进行选择。
DSR
Data Set Ready. An RS232 input line that is taken as an indication we are connected to an active serial port.
数据集就绪:RS232的一个输入行,当我们链接到一个活动的串口时会有该提示。
See also: RS232
DST
Daylight savings time.
夏令时。
DTC
Digital Transmit Command. The command response to the capabilities identified by the DIS signal.
数字化传输命令:该命令对由DIS信号识别的功能进行响应。
See also: DIS
DTE
Data terminal equipment (e.g. computer).
数据终端设备:如计算机。
See also: DCE
DTMF
Dual Tone Multi Frequency (touch tone).
双音多频:电话系统拨号时通过按键按下的事件来通讯。电话键盘上任何一个键被按下时产生两个模拟音调,分别属于行和列。接受方交换机对该信号进行解码并解读出被按下的键码。
A method used by the telephone system to communicate the keys pressed when dialling. Pressing a key on a phone's keypad generates two simultaneous tones, one for the row and one for the column. These are decoded by the exchange to determine which key was pressed.
DTR
Data Terminal Ready. An RS232 output line that can be held high to indicate that our serial port is active.
数据终端就绪:RS232的一个输出行,用来提示我们串口处于激活的状态。
See also: RS232
DUNP
The Bluetooth Dial-Up Networking Profile. It allows a computer to use a Bluetooth cellular phone or modem to make and receive data calls.
蓝牙拨号网络框架:允许一台计算机通过有蓝牙支持的蜂窝电话或者modem来发送和接收数据电话。
duration editor
A control which supports editing a duration value.
持续值编辑器:支持编辑持续值的控件。
See also: time editor, time offset editor
dynamic link library
A library containing functions that are linked and stored separately from the programs that use them.
动态链接库:库文件包含的函数的链接和存储同应用程序相分离。
See also: DLL, statically loaded DLL, dynamically loaded DLL
dynamically loaded DLL
A DLL loaded by another program using RLibrary::Load(). Application programs may not call functions from this DLL directly.
动态载入DLL:其他程序使用RLibrary::Load()装载的DLL。不能直接调用该DLL的函数。
Also known as a polymorphic DLL.
See also: Polymorphic DLL
dynamic navigational link (DNL)
Applications that use the view architecture can allow other applications to send messages specifying a view to display, and possibly relevant accompanying data, called a Dynamic Navigational Link (DNL) message. The ability to request views and send DNLs is provided by the UI Control Framework API's CCoeAppUi class.
动态导航链接(DNL):使用视图架构的应用程序可以让其他应用程序发送消息,指定显示的视图、可能相关的伴随数据,这种消息称做动态导航链接消息。这种请求视图和发送DNL的能力通过UI的控件框架API中CCoeAppUi类提供。
See also: View Architecture
*********************************************************************************************
E
E32
symbian操作系统基础组件的初始名

ear
一个可以设置向前或者向后控制的三角的按键,它们会影响作用的双方

editable text
可以在程序控制下被编辑的文本或者其他文本目标组件(包括图片或者其他附属物),一个接口提供了一个布局的引擎可以用来编辑屏幕上文本,也可以是由屏幕产生的命令或者选择的集合,两个最重要的外观区它们是可被多样修饰的文本(rich text)和全局文本(plain text)
See also: rich text, global text, plain text, layout engine

EFF
电子字型铸造
See also: Electronic Font Foundry format, Fontcomp

effective format
这些版式属性(format attribute)为字体和图片提供了支持,构成属性是由版式层(format layer)的能力所提供的
See also: format attribute, format layer

EIKON framework
EIKON提供的程序框架,EIKON包括一系列实际控制和标准对话框,EIKON在V5.1中被UIKON 和设备特殊用户接口字典所代替

EIKON resource file
EIKON自己的交互资源目录(resource file),扩展名为.rss,是EIKON程序框架的一部分
See also: resource file

Eikrs
为简化原文件编译接口的工具(resource compiler)
See also: Rcomp, resource compiler

Electronic Font Foundry format
字型格式被Symbian公司认可使用于Symbian操作系统,同时使用于EFF
See also: EFF

embeddable capability
可嵌入式文件可以被嵌入在其他应用程序(application capabilities)中
See also: application capabilities, application information file

empty
一个矩形当面积是0或者是负数时为空,这中情况将会发生当矩形不规则,或者它的高或宽是0,一个区域将为空如果他包括非矩形
See also: normalise, rectangle, region

Emulator
一个模拟Symbian操作系统功能的设备,它运行在PC机上Windows操作系统上,模拟器是Symbian操作系统最初的开发环境

engine
用户界面和外观独立于程序,和数据交互和其他结构化的如何回应用户请求操作独立。
See also: model, MVC

Engine Utilities
BAFL组件定义应用程序框架比基础层高但比UIKON底
See also: BAFL

entity
一个可以被versit分析的对象,这个实体类型被versit支持:vCalendar, vCard, vEvent, vTodo。实体即可以是顶层实体也可以是底层实体
See also: versit, top level entity, sub-entity, versit

entry
一个地址输入口,输入的可以是文件也可以是地址。或者是一组被消息服务提供的索引,例如一条消息,服务,文件或者其他相关的。每个索引的输入(可以是每一组)将被定义上特殊的ID域
See also: attribute

entry ID
一个事项目录中独特的事项,除非这个ID是特殊的能被更改的,否则另一个进入的ID将被删除或增加,因为ID是不可以同步进行的
See also: unique ID

entry observer
一个类被服务器实现,这将被声明当数据请求一个独立的输入变化,或者当回复被成功的接受时。

entry point
一个函数被DLL加载,或者被线程,进程调用,在symbain操作系统中函数E32Dll()被用来当作代码运行的进入点
See also: DLL, export

entry symbol
一个在委托应用中被用来标识用户请求的字符

EOP
过程结束。复制这页中完整的信息,用E更新确认信息

EPOC
一个为移动设备,ROM计算设备设置的操作指令,这是symbain操作系统的原名

ESOCK
symbain操作系统套接字框架,它提供一个抽象的套接字接口,为设备扩展了套接字协议例如TCP/IP
See also: socket
ETel
symbain操作系统电话框架,它提供了一个抽象的电话接口,扩展了电话的特殊协议

ETel core API
ETel的API为电话结构化提供了广泛的支持
See also: ETel

ETEXT
symbain操作系统组件可以和文本内容或者版式进行联系
See also: FORM

event
一个松弛的期间被用来描述复杂的事件源发出的请求
See also: event source, asynchronous request

event queue
一个被WINDOWS服务器传入的键盘输入,笔触或者绘制事件序列,为每个当前服务器的应用程序
See also: window server

event source
一个非同期的的服务提供者引发的请求被完成当一些事件(经常是不直接的)发生时,事件源必须对他们发现的事件缓冲,直到他们可以对用户发出“give”回复缓冲才真正的开始。
See also: event, asynchronous service provider

exception
在一个委托实体复述细节中,一个日期将用来复述不可以应用的规则系统.不正常的情况会引起CPU停止或者是代码的乱跳引起程序失效
See also: leave, trap harnessrepeat details, repeating entry,
excess width
当绘制文本内容时超过以有空间的长度
See also: justification

exe
可执行性文件

exec call
终止Kernel via

export
在DLL的内容中,用于使程序或者DLL的函数或者数据平衡.
See also: DLL, import

export by ordinal
在DLL的内容中, 一个出口函数被它的初始名代替
See also: Export

expose
一个窗体被完整或者部分暴露当窗体被移走或者损害时
See also: window

extension
引入文件类型,它包含电击后的一切,如果不是最终点击这个延期将为空
See also: path

extent
一个控制或者窗体的位置和大小

externalise
一个把对象数据转化为流的进程
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值