Symbian SDK帮助 术语S-Z

今天查资料的时候这个东东的~感觉不错,留下啦

Symbian SDK帮助 术语S-Z(转)

S

sample
模拟声音振幅的度量,样本之间的间隔时间被称为采样率。
Measurements of the amplitude of an analog sound. The time intervals between samples is called the sample rate.

sampled sound file
一个包含了以Alaw格式编码的声音的文件。
A file containing sound encoded in Alaw format.
See also: Alaw

scale 比例
图片输出时增加或者减少的尺寸。
Increase or decrease the size of a picture when it is output.
See also: picture, crop

scale factor 比值(比例因子)
一幅图像的尺寸经过一定比例改变后占其初始值的百分比,如,150%的比值即指按比例改变后的尺寸是改变前的1.5倍。
The percentage of the original dimension by which a picture dimension has been scaled, e.g. a scale factor of 150% means that the scaled dimension is 1.5 times that of the original dimension.
See also: scale

scan
移动到一个新的文件位置,在这个过程中提供关于跳过的字符数和新文档位置的信息。需要扫描标志来决定扫描的方向和扫描的目标。
Moving to a new document position and in the process providing information about the number of characters skipped and the new document position. Requires a scan mask to determine the direction and destination of the scan.
See also: scan mask, document position

scan conversion
通过绘图设备将图像从内存中表示转换成输出图象的过程。
The process of converting a drawing from its representation in memory to its representation for output using the graphics device.
See also: graphics device

scan mask
决定扫描的方向,一次扫描可以向前或向后,其目的地将是在当前或者下一个词或段落的第一个或最后一个字符。
Determines the destination of a scan. A scan can either be forwards or backwards, and the destination will be either the first or last character in the current or next word or paragraph.
See also: scan, paragraph delimiter, word delimiter

schema
一个数据库或者数据集。一个数据库模式描述了它的表,列集和索引;一个数据集模式描述了它的列设置。
The structure of a database or a rowset. A database schema describes its tables, their column sets and indexes; a rowset schema describes its column set.
See also: database, rowset, table, column set, index

screen colour
屏幕的象素颜色
The colour of a screen pixel.

scroll bar 滚动条
一个纵向或横向的包含了卷轴和按钮的条状控件。
滚动条可以用于控制移动当前视图,以便根据需要显示它范围所允许的更多数据。
A vertical or horizontal bar containing a scroll thumb and nudge buttons.
Scroll bars can be used to move the current view in controls that need to display more data than their extent allows.
See also: scroll thumb, nudge button, extent

scroll thumb
标明了视图的当前位置和当前尺寸的控件,可以由滚动条滚动。其尺寸与在当前视图中可见数据的数量成比例。
Marks the current position and the size of the current view on the control being scrolled by a scroll bar.
The size of scroll thumbs are proportional to the amount of data visible in the current view.
See also: scroll bar

scrolling
在视图中垂直或平行的移动文本和鼠标。向上移动意味着鼠标和文本向屏幕下方移动。向右移动意味着鼠标或文本向向左方移动。
Moving the text and cursor vertically or horizontally within the view. Scrolling up means the cursor and text move down the screen. Scrolling right means the cursor and text move leftwards.
See also: cursor, text view

SD Memory Card
安全电子存储卡。一种基于为提供安全的大容量数据存储功能而设计的闪存。
Secure Digital Memory Card. A flash based memory card designed to provide secure high capacity data storage.

SDK
软件开发包
Software Development Kit.

SDP
蓝牙服务发现协议。它用于定位和描述蓝牙设备提供的或有效的服务。
The Bluetooth Service Discovery Protocol (SDP). It is used for locating and describing services provided by or available through a Bluetooth device.

secondary
手动载入并由内核执行的可执行体,即文件服务器。
The executable that is hand-loaded and executed by the Kernel, namely the file server.

secret editor
一个支持编辑隐藏文本字符串的控件。通常用于编辑如密码这样的私密信息。
A concrete control that supports editing a hidden text string. Generally used to edit confidential information such as a password.

sectioned
当一个ROM镜像被分成两个不同部分时,上层部分可以被功能相似的但是不同的部分所替代。主要用于本地化。
A ROM image is sectioned when it is split into two distinct parts, the upper of which may be replaced by a functionally similar, but different part. This is mainly used in localisation.

segment
在分段的RAM中的一块连续的内存。
A block of contiguous memory within a segmented RAM bank.

segmented buffer
采用分段存储的动态缓存--例如,一列段,如果需要扩展时,新的段就被加入,数据被需要删除时就被移除。
A dynamic buffer using segmented storage — i.e., a list of segments that new segments are added to if needed for expansion, and removed if needed when data is deleted.
See also: flat buffer, buffer position

segmented RAM bank
一个RAM空白,在这快区域RAM不是连续的包含着不能使用的“空洞”或在空白空间的中的RAM镜像块。
A RAM bank in which the RAM is not contiguous and contains unusable "holes" or ghost images of blocks of RAM within the bank space.

selection
文档被选择的区域,通常以高亮的形式显示,主要用于如替换,删除文本和拷贝到剪贴板的操作目标。
The selected region of the document, usually indicated in a view by a highlight and usually used as the target for operations such as replacing and deleting text and copying to the clipboard.
See also: text document, text view, cursor, anchor

semaphore
一个内核对象,在用于同步Symbian操作系统的协同线程。使用一个semaphore 需要通过RSemaphore句柄。
A Kernel object used to synchronise co-operating threads in Symbian OS. Access to the semaphore is through an RSemaphore handle.
See also: request semaphore

separator
在0x09-0x0D之间的字符(如制表符,换行符,垂直制表符,换页符和回车符)
Characters 0x09 - 0x0D (tab, line feed, vertical feed, form feed and carriage return).

server
一个可以为其它程序提供服务的程序。
A program that performs services for another program.
See also: client, asynchronous request

server call
一个对于内核的调用,该内核运行于代表用户程序的内核服务器线程上(与一个执行调用比较,其内核是运行于用户程序的上下文环境中的。)
A call to the kernel in which the kernel server thread runs on behalf of the user program. (Compare with an exec call, where the kernel runs in the user program's context.)

Server-side MTM
一个提供了在信息数据的消息数据和用于特别的消息协议传输组件间进行交互的一个组件。
A component that provides the interaction between the internal data representation of message data, and the transport components for a particular messaging protocol.

server-side session
在服务器上的会话表示。
The representation of a session in the server.
See also: session

service
一个消息服务器抽像,它集合了设置信息-通常是设定通讯协议,如ISP设定-和为指定的一个MTM实例的指定文件夹。
A Message Server abstraction that collects settings information—usually to set up communication protocols, such as ISP settings—and specific folders for a given single instance of an MTM.

session
一个在客户端和服务器端通讯的通道。
The channel of communication between a client and server.

session alarm
一种警报,被代表了会话的警报服务器处理。它们用于服务个人信息系统应用的需要。
Type of alarm that is handled on behalf of a session with the alarm server. They serve the requirements of PIM applications.
See also: Timed alarm, untimed alarm, orphan alarm, clock alarm, snoozed alarm, PIM

session cleanup stack
一个特别的清理堆栈,用于在出现错误的情况下,自动的清除消息服务器入口。
Specialised cleanup stack for automatic cleanup of Message Server entries in error conditions.

session observer
一个由消息客户端执行的类,用于通知如关闭警告,新消息到达,和注册新的消息类型模块。
A class implemented by a messaging client that is notified of events such as shutdown warnings, new message arrival, and registration of new MTMs.

session path
一个供特定的服务器会话使用的当前的默认路径。
The default path currently in use for a particular file server session.
See also: system default path, file server session

shadow height
一种各个窗口都具备的局部变量,它和会话阴影矢量,决定了窗口阴影的维度。
A variable local to each window, which, together with the session's shadow vector, determines the dimensions of the window's shadow.

shadow vector
阴影矢量:一个阴影高度为1的阴影矢量,用该阴影的右下角作为定位点计算出来的像素数来衡量。
The number of pixels to the right, and down, that the bottom corner right corner of a shadow is located, relative to the bottom right corner of a window, for a shadow height of 1.

share mode
设定了当有许多读操作者和写操作者时,一个文件如何被共享。
How a file is to be shared when there are multiple readers and writers.

shared library
被超过一个程序使用的库。当一个与该库链接的执行文件被静态载入时,该库被载入。
A library that is used by more than one program. Loaded when an executable that links to it (statically) is loaded.

short network name
网络既有长名字,也有短名字。在Symbian操作系统中,一个短名字为八个字符的长度。长名字用于配置,而短名字可以被替代,只是显示更短些。
Networks have both short and long names. In Symbian OS, the short name is 8 characters long. The long network name is used by preference, however the short name may be used instead, if the display is small.
See also: long network name

sibling
拥有相同父窗口的窗口。
Windows that have the same parent window.

sibling list
一个包含了所有子窗口的列表。
A list containing all a window's children.

side bar
一个位于屏幕一侧的垂直的接触式的工具条。
在5系列的平台上,指屏幕区域外用来缩放、剪切/粘贴、红外线连接和访问菜单条的部分。
Touch sensitive toolbar mounted vertically along the side of the screen.
In the series 5 this term refers to the off-screen area used for zooming, cutting/pasteing, infra-red connection, and accessing the menu bar.
See also: toolbar, task bar

signal
一种发送完成请求信号的行为。
The act of signalling the completion of a request.
See also: asynchronous request

signal source
信号源:对象中用来处理请求并通过信号来通知完成信息的部分。
A loose term for the object(s) that handle a request, and indicate its completion by a signal.
See also: signal

SIM
用户标示模块
Subscriber Identity Module

simple app UI
一个带有单项根控件的应用程序用户接口,负责处理所有的键盘事件。
An app UI with a single root control that is responsible for handling all key events.
See also: app UI, standard app UI

simple control
一个非复合的控件。
A control that is not compound.
See also: compound control

sis file
Symbian的安装文件,它是由安装文件产生器,或SIS文件创建器产生的。
Symbian installation file, produced by the installation file generator or the SIS file creator.
See also: residual stub file, Makesis

sisar
SIS文件创建器。
Sis file creator.

size
根据长和宽决定的尺寸。
A size specified in terms of width and height.
See also: point, rectangle

small bitmap
一个FBS位图,它的尺寸比确定的极限值小的尺寸,目前设为4Kb。
A FBS bitmap whose size is less than a certain threshold value, currently set at 4Kb.
See also: large bitmap

Smart Messaging
一种可以使你用发送消息的方式来设置自己电话的Nokia的协议。
Nokia protocol that enables you to send messages to set up your phone.

SMS
短信息系统。一种根据GSM标准定义的协议,它允许点对点的传送短消息。所谓的‘短’意味着140bytes,或160个专门的7位的SMS字符设定的字符。它也可以用于采用连续发送的消息来传送高达31k的二进制或文本内容。
Short Message System. A protocol, defined within the GSM standard, which allows point-to-point transmission of short messages. 'Short' means 140 bytes, or 160 characters with the special 7-bit SMS character set. Can also be used to transmit up to 31k of binary or text data by concatenating messages.

SMS message reference number
一个由网络为每个发自手机的SMS消息制定的引用数字。这个数字随着新的短信而增加,它允许客户端设置状态报告(如,错误)给发送的消息。
A reference number assigned by the network to each SMS message from a phone. The number is incremented for each new SMS message, and allows clients to relate status report (e.g. error) messages to the sent messages.

SMTP
标准邮件传输协议。 这个协议被用来由客户端向服务器端传送互联网邮件消息。
Simple Mail Transfer Protocol. The commonest protocol employed for transferring Internet mail messages from the client to the server.

snoozed alarm
休眠警报:一种孤立的警报,它通常是被激活的,但保持静止一段时间。
所有休眠警报都是孤立的。
A type of orphan alarm in which the alarm is active but quiescent for a certain period.
All snoozed alarms are also orphaned.
See also: Timed alarm, untimed alarm, orphan alarm, clock alarm

socket
一种在两个程序之间的端到点的服务通讯机制的抽象,特别是对于TCP,或是UDP。Symbian操作系统的ESOCK组件提供了一种通用的套接字接口。
An abstraction of a communication end-point between two applications, particularly over TCP or UDP. The Symbian OS ESOCK component provides a generic sockets interface.
See also: ESOCK

soft hyphen
软性连字符:将其插入到一个字中时,当该字遇到换行的时候就会显示出该软性连字符,如无换行,该连字符不显示。
A hyphen at which line wrapping may occur. When inserted at any point in a word, ensures that a hyphen followed by a new line will be inserted at that point should a line break be required anywhere within the word. If no line break is required in the word, no hyphen will be displayed.
See also: hard hyphen

speaker control
当扬声器开启时,决定调制模式。例如,当拨打电话时,网络运营商(的网络状态)为激活、非激活等状态。
Determines modem modes when speaker is on. E.g. when carrier is active, inactive, on when dialling etc.
See RCall::TMonitorSpeakerControl.
See also: speaker volume

speaker volume
如果扬声器被激活,定义调制解调器的音量。参见:RCall::TMonitorSpeakerVolume
If the speaker is active, defines the modem volume level. See RCall::TMonitorSpeakerVolume.
See also: speaker control

specific formatting
Any format attributes that are applied over a rich text object's global format layers and styles.
特定格式:应用于一个富文本(rich text)对象的全局格式层或者样式中的任何格式属性。
See also: effective format, rich text object

sprite
精灵:一种任意形状的位图,它可以无需应用程序的重绘而在屏幕上移动。典型应用于在游戏中的鼠标和动画的绘制。
An arbitrary-shaped bitmap that may be moved without applications having to redraw the underlying screen. Typically used for pointer cursors and for animated figures in games.

SQL
结构化查询语言。一种用于查询和修改关系数据库的标准语言。
Structured Query Language. A standard language for querying and modifying relational databases.
See also: rowset

SS string
辅助服务字符串。被加在电话号码上的字符,用于控制网络行为。例如,启动或者使呼叫者ID失效。
Supplementary Service string. Characters added to a phone number to control network behaviour. For example, to enable/disable caller ID.

standard app UI
一个用户接口的应用程序,它支持一个负责处理按键的控件的栈。它支持一个手持设备和潜入其他设备的工具条,调试键和对话框的需要。
An app UI that supports a stack of controls responsible for handling keys. This supports the requirements of menu bars, debug keys and dialogs on the one hand, and of object embedding on the other.
See also: app UI, simple app UI

standard event
不是可重绘事件或一个优先级按键事件的任何事件。
Any event that is not a redraw event or a priority key event.

static library
在链接时刻和可执行文件链接的文件。通常的扩展名为.lib。在Symbian操作系统中,唯一使用的静态库是导入库。
A file that is linked with the executable at link time. The conventional extension is .lib. The only static libraries used in Symbian OS are import libraries.
See also: import library

statically loaded DLL
在程序载入的同时又程序加载器载一个动态链接库。程序可以从动态链接库中直接调用函数。
A DLL loaded by the program loader at the same time as the application program that uses it is loaded. Application programs may call functions from this DLL directly.
See also: DLL

STDLIB
C标准库的Symbian操作系统的执行。
Symbian OS's implementation of the C standard library

store
一个流的集合。
可以说是:处理流和存储的Symbian操作系统的组件。
A collection of streams.
Also: the Symbian OS component that deals with streams and stores.
See also: stream

store map
一个CStoreMap类型的对象,当内存中的对象外在化时使用。
An object of type CStoreMap that is used when externalising swizzled in-memory objects.
See also: swizzle

store-aware
一个定义和执行了ExternalizeL()和InternalizeL()成员函数的类。
A class that defines and implements the ExternalizeL() and InternalizeL() member functions.

stray signal
一个特定的线程的信号,但是它的程序不是被设计来处理它的。一个正确的程序应该会对该错误做出回应。迷失信号很难被调试。
A signal to a particular thread, whose program is not designed to handle it. The correct program response is to panic. Stray signals are hard to debug.
See also: signal

stream
一个或很多对象的外在表示。
The external representation of one or more objects.

stream dictionary
维持唯一的标识和流ID之间的双路联系。
Maintains two-way associations between a unique identifier and a stream id.
See also: stream id, UID

stream id
用来唯一地标识一个存储内的流的对象。
An object that uniquely identifies a stream within a store.
See also: stream, store

Stretch blit
带有拉伸性的块转换。
Block transfer with stretching.
See also: blit

styled markup
用于在CS帮助文档中区分文本,最终输出帮助文件的不同部分RTF源文件。如同义字,标题栏和普通文本。
Styled markup is used to differentiate text in the CS Help source RTF file for the different parts of the final output help file, e.g. synonyms, topic headings and normal text.

See also: formatting information

sub-entity
一个嵌入另一个实体中的分析实体,例如vEvent或vTodo。
A parser entity that is embedded in another entity. For example a vEvent or vTodo.
See also: entity, agent, vEvent, vTodo

subsession
表示一个客户端线程,在一个单独会话下,拥有两个或更多的独立的与一个服务器端通讯的信道。
The means by which a client thread may have two or more independent channels of communication with a server, within a single session.
See also: session, object

subsession object
在服务器程序中的一个子会话表示。一个子会话对象在客户端程序上有一个相应的子会话。
The representation of a subsession in the server program. A subsession object has a corresponding client subsession in the client program.
See also: session, client subsession, object

super page
RAM的保留段,用于将信息从引导程序传到内核。信息也可以在被称为CPU页的二级保留内存内传递。
A reserved section of RAM which is used to pass information from the bootstrap to the kernel. Information is also passed in a second reserved memory area called the CPU page.

SWI
软件中断。一种可能由运行的程序引起的中断,但是这跟异常是不同的。
Software Interrupt. An interrupt that can be generated by a running program - this is not the same as an exception.

swizzle
一种容器类型的对象,它维持了由另外的指针或流ID指向的对象的表现。
A container type object that maintains its representation of another object by pointer or by stream id.
See also: stream id, UID

synchronisation count
同步计数器:一个用来防止同步实体或者待办列表条目在仍需要使用的情况下被删除的同步引用计数器。
A reference count for synchronised entries and to-do lits which prevents them from being deleted while they are still needed for synchronisation.

synonyms
在CS帮助中,同义词表示对于一个主题的可被搜索的可选项。
In CS Help, synonyms are alternative words for a topic, that may be searched on.

system default path
系统默认路径,它是对于任意一个新的文件服务会话的初始会话的路径。
The system's default path, which will be the initial session path for any new file server sessions
See also: file server session, session path

system graphics context
一个由CCoeEnv在其构造时创建的绘图上下文环境。它在整个CCoeEnv对象的生命周期存在,它典型的应用是为绘图控件作为一个标准的绘图上下文环境。
A graphics context created by CCoeEnv during its construction. It exists for the lifetime of the CCoeEnv object, and is typically used as the standard graphics context for drawing controls.
See also: graphics context

system pointer cursor
一个系统级的鼠标指针列表中的鼠标指针。
A pointer cursor in the system-wide system pointer cursor list.
See also: pointer cursor, system pointer cursor list

system pointer cursor list
一个包含了鼠标指针的系统级的索引列表
An indexed system-wide list containing pointer cursors.
See also: system pointer cursor

system template
当一个通讯数据库第一次被创建时,最初的初始化的模板。所有其他模板都是基于这个系统模板的。
The original template initialised when a contact database is first created. All other templates are based on the system template.
See also: contact database, template

T

TA
Terminal Adapter. Connecting equipment between the Terminal Equipment (computer) and the phone, e.g. a PCM/CIA card. A TA may contain a phone book.
终端适配器。用来连接终端设备(计算机)和无线电话,如PCM/CIA卡,TA可能包括一个电话簿。

table
Belongs to a database; stores any number of rows of data which conform to the structure described by a column set.
表属于某个数据库;数据按行进行存储,其属性以列描述。
See also: database, row, column set

task bar
Touch sensitive toolbar for launching applications.
任务栏:点击式启动应用程序的工具栏。
In the series 5, this term is used to refer to the lower off-screen area from which applications are launched.
5系列系统中,以此表示较低层次屏幕外的区域,应用程序从这里启动。
See also: toolbar, side bar

TCP/IP
The Transmission Control Protocol/Internet Protocol, the suite of communications protocols used to make connections on the Internet.
Internet上通讯专用的网络协议栈(TCP/IP协议)。

technology type UID
UID that indicates the messaging technology that the MTM group implements.
指明由MTM组实现的短信息技术的UID。

telephony
Telephony is the technology associated with the electronic transmission of voice, fax, or other information between distant parties using systems historically associated with the telephone.
电信技术指的是那些语音、传真以及其他信息使用电话进行多方传输的技术。
See also: ETel

Template
A fictitious example development board. The source for the Template board can be used as a starting point for a port to a real system.
人造的开发样板,可被用来作为真机开发的原板。
See also: contact item, field set

template label
A string that identifies a template to users. For instance, "work template" could indicate a template used to create contact cards in the style of a work colleague.
识别用户模板的自串,例如,在合作伙伴样式中引入“工作模板”来创建联系人卡片。
See also: template

terminal emulation
Used when making a computer respond like a particular type of terminal. Terminal emulation programs enable you to access a mainframe computer or bulletin board service using a personal computer.
终端模拟器,用PC来模拟某些特定终端设备的响应,可以访问其他主机或者BBS。
text area
Area within the view rectangle in which text can appear. The label and line cursor margins are not part of the text area.
文本域,显示文本的一个视图区域。标题和行光标的空白区不属于文本域。
See also: view rectangle, label margin, line cursor margin

text cursor
Used for "cursor" when it needs to be distinguished from "line cursor".
文本光标,用来同“行光标”作区分。
See also: cursor, line cursor

text definition
Specifies a set of fields and field separators, which is used to create a string to represent a contact item.
指定一组区域及区域分隔符,用来创建代表通讯录记录的一个字串。
See also: field, contact item

text drawing primitive
A graphics operation that outputs text to a graphics device.
文本绘制原型,将文本输出到图像设备的绘图操作。
See also: graphics operation, graphics device

text message
The text message format consists of a number of message types supported by the GSM standards. Types include, submit, deliver, status report, and command.
文字信息,包括GSM标准所支持的数个信息类型,有提交者、接收者、状态报告以及命令等信息。
See also: PDU message

text mode
When a file is open in text mode, CR and LF combinations are translated between the file system's native format and the Symbian OS format (which uses CR, LF to designate the end of every line).
当一个文件以文本方式打开时,CR和LF的组合在文件系统原生格式和Symbian OS格式间转换(用来表示每一行的结尾)。
See also: binary mode

text object
An object derived from CEditableText, that contains a body of text, pictures etc.
文本对象,派生自CEditableText,包括文本体、图片等。
See also: editable text, picture

text view
View of a document.
文档视图。
See also: text document, layout object

thick line
A line drawn with a pen of greater width than one pixel.
使用超过一个像素钢笔工具画出的"粗线"。

thick shape
A line or fillable with an outline that is drawn greater than one pixel wide is a thick shape.
超过一个像素值的线条或者勾画出的粗轮廓。
See also: thick shape

thread
A single unit of execution within a process; threads run concurrently.
进程的一个单独执行单位,线程可并发运行。
See also: process

thread-local storage
A machine word of memory that may be used to anchor information in the context of both a DLL and a thread. Used instead of (non-const) static data, which is not supported for Symbian OS DLLs.
用来在DLL和线程的上下文中定位信息的内存中的机器码,不使用Symbian OS DLL不支持的(非常量)静态数据。
See also: DLL

thread-relative
A handle is thread-relative if ownership of that handle is vested in the thread.
句柄归属于线程,称为线程相关。
See also: handle

time and date editor
A concrete control that supports editing a time and date value.
支持编辑日期时间的具体控件。
See also: time editor, date editor

time editor
A concrete control that supports editing a time value.
支持编辑时间值的具体控件。
See also: time and date editor

time offset editor
A concrete control that supports editing a time offset value.
支持编辑时间偏移量的具体控件。
See also: time editor, duration editor

timed alarm
Timed alarms are associated with timed agenda entries. The time of the alarm can be adjusted by changing the time of the agenda entry.
闹钟,通常与时间日程相关联,闹钟时间可以通过调整议程来更改。
See also: clock alarm, untimed alarm, orphan alarm, snoozed alarm, session alarm

to-do list ID
Uniquely identifies a to-do list in an agenda file. Unlike the unique ID, the to-do list ID can change if the list is updated, or if another list is deleted from or added to the file. It therefore cannot be used to identify the list during synchronisation.
在日程表中唯一的识别一条待办理条目,不同于UID,待办列表ID在本列表更新、其他列表删除或者增加条目时会改变,不能用来唯一的标示同步中的列表。
See also: unique ID

toolband
A horizontal strip of information and buttons along the top of a document's UI — also known as the top toolbar.
工具条,通常位于文档的顶端水平位置。
All embedded document editor UIs have a toolband containing the document's name, its parent document and a Done button.
所有嵌入的文档编辑器UI拥有一个包括文档名称、父文档和完成按钮控件的工具条。
Tool bands are implemented as horizontal toolbars.
通常是水平工具栏。
See also: top toolbar, command, toolbar

toolbar
A rectangular "bar" of screen area where tools can be launched.
安放工具启动按钮的长方形“条”。
In UIKON this refers specifically to vertical strip of controls down the left- or right-hand-side of an application. Usually contains a clock, the name of the current file or application and a number of command buttons, but can contain any kind of factory-constructable control.
在UIKON中,工具条特指应用程序中位于左右手位置垂直的带状控件。通常包括时钟、当前文件或者程序的名称、数个命令按钮,包括任何类型的厂方式创建的控件。
See also: compound control, toolband, control factory identifiertask bar, side bar,

top level entity
A parser entity that is not nested within another entity but into which other entities can be nested. vCalendars and vCards can be top level entities. vEvents and vTodos cannot be top-level entities.
顶级实体,不嵌套在任何其他实体中而是为其他实体提供嵌套空间。vCalendar和vCard可以作为顶级实体。vEvent和vTodo不能成为顶级实体。
See also: entity, vCalendar, vCard

top toolbar
A horizontal toolbar at the top of the screen. Also known as a toolband.
顶端工具栏,屏幕最上方的水平工具栏。也称为工具条。
See also: toolband

top-level control
A window-owning control whose associated window is a top-level window.
最上级控件,属于窗口,其关联窗口是最上级窗口。
See also: window-owning control, associated window, top-level window

top-level window
A window whose parent window is a window group.
最上级窗口,其父窗口为窗口组。

transaction
One or more changes to a database which have been completed, and can either be committed or rolled back together.
事务,由一个或多个修改数据库数据的操作组成,只能同时提交或者回滚。
See also: database, commit, rollback

transport independence
The concept that different protocols can be accessed through the same sockets API.
传输独立性,异种协议可通过同一个socket API访问的概念。

trap harness
Construction associated with the TRAP and TRAPD macros. Code executed inside a trap harness may leave, returning control to the cleanup part of the harness, and automatically resulting in items being cleaned up from the cleanup stack.
构造同TRAP和TRAPD宏相关的对象。陷阱索套中封装的代码执行时可以离开(leave),将控制权返回给索套的清理部分,自动完成清理堆栈中各种变量的动作。
See also: leave, cleanup stack

triad
Group of three digits in the integer portion of a number. Triads are separated by the thousands separator. For example, using the comma as the thousands separator, there are two triads in the number "123,456.789".
三整数一组,使用“千”分隔符分隔。例如,使用逗号作为千分隔符,在数字“123,456.789”中有两个三幅组标记。
TSY
An ETel extension module that handles the interaction between the ETel server, and a particular telephony device or family of devices.
一种ETel扩展模块,它处理ETel服务器与特殊电话设备或设备家族之间的交互。
See also: ETel

twip
1/1440th of an inch, or 1/20th of a point. All measurements supported by the GDI are either in pixels for devices, or twips for real-world sizing.
缇—1/1440英寸,或1/20点。GDI支持的所有度量或者对于设备采用像素为单位,或者对于真实的大小采用缇为单位。
See also: point

twips editor
A concrete control that supports editing a paper measurement unit value: inches or cms; it presents the program with measurement in twips.
缇编辑器,使用缇衡量程序。

typeface
A group of related fonts of various sizes, which share the same typeface name and typeface attributes.
一组不同大小的相关字体的组合,拥有相同字体名称和字体属性。
See also: Font

U

UART
全局同步/异步收发器。驱动RS232串口的硬件统称。
See also: RS232

UI conrol framework
生成用户接口控件的框架;用来处理用户接口事件;同时也是生成控件和访问窗口功能的工具。

UI Data MTM
针对某特定消息协议提供用户接口资源的某个组件。

UI environment
中心用户接口类。生成并操作控件显示应用程序数据,通过菜单、工具栏等标准控件来集中处理命令输入。
app UI基类由CEikAppUi提供,可使用资源结构EIK_APP_INFO来进行个性化定制。

UID
“唯一标示符”,是一个唯一的32位全局数字,用以识别对象或者文件类型。
当用户提到“UID”的时候往往指的是UID3,特指某一个程序。
See also: UID typeUID1, UID2, UID3, compound identifier

UID type
由三个UID组成的一个组,用来识别Symbian OS对象,由一个TUidType类封装。
See also: UID1, UID2, UID3

UID1
UID类型的第一个UID。对Symbian OS中的对象进行大概分类,是一个系统级识别符;可执行文件、DLL文件和文件存储器都以UID1进行区分。
See also: UID, UID type, UID2, UID3

UID2
UID类型的第二个UID。作用在一个类型范围内(如,在一个UID1中),可视为接口标示符。例如:静态接口(共享库)和多态接口(应用程序或插件框架)DLL通过UID2进行区分。
See also: UID, UID type, UID1, UID3

UID3
UID类型的第三个UID。用来识别特定的子类型,通常是项目识别符。(例如,UID3在一个给定的程序中被全部对象所共有,包括库DLL,框架DLL,以及所有文档。)
See also: UID, UID type, UID1, UID2

Unicode
ISO 10646-1定义了一种“统一字符编码”,通常使用2字节或者4字节来表示大字符集中的字符。基于此,远东地区的字符集可被正确显示出来。在Symbian OS中,系统内支持2字节的UNICODE。

unique ID
在日程表的上下文中,用来唯一的标示一个日程表记录或者一个待办事件条目。
该值在日程表记录或者待办事件创建时分配,并在更新的整个过程中保留。基于此,该ID可在同步过程中用来识别日程表或待办事件条目。
See also: entry ID

unit
承载某设备的一部分硬件。

universal time
世界时间(格林尼治时间),系统时间,与GMT保持一致。
See also: local time

universal time offset
以秒来计算的世界时间偏差。
See also: universal time

untimed alarm
不定时提醒同不定时日程表相联系。提醒时间同系统时间相互独立。

See also: Timed alarm, clock alarm, orphan alarm, snoozed alarm, session alarm

up event
窗口服务器:类型Button1Up,Button2Up或者Button3Up的一个事件,用户的动作结果将根据输入设备的类型而异:如鼠标、手写笔等。

URL
统一资源定位器,资源在WWW上的地址。

user interface
用户接口允许用户通过控件、编辑器和对话框来控制一个运行中的应用程序。在Symbian中,用户命令通过CEikAppUi的子类来处理。
See also: application, command

User Interface MTM
为特定消息协议提供用户接口的一种组件。

UTC
协调世界时,其时间偏差同GMT一致。

Utility classes
快捷工具栏类为频繁使用的应用程序提供了便捷访问。如EikFileUtils用作文件访问,EikResourceUtils用作资源访问。

UUID
全局唯一表示符,表示为一个128位的数字。UUID通常用来表示蓝牙设备地址。

V

variant
A set of variant DLLs that support a particular piece of hardware. It is possible to build a ROM with support for more than one piece of hardware, by including more than one set of variant DLLs in the ROM image.
一组支持特定硬件的可变DLL,通过在ROM image中建立多组可变DLL实现多硬件支持的ROM。

variant DLL
A variant DLL is a layer of customisation for the base. It allows the same kernel binary to be shared between different pieces of hardware that share the same ASSP. There are variant DLLs for each of the main areas that may vary between pieces of hardware that share the same ASSP - such as the keyboard and digitiser.
可变DLL,通过它可实现同一内核二进制程序在不同硬件间共享,并且共享同一ASSP。每个主区域都拥有可变DLL实现硬件间共享使用--如键盘和数字转化器。

variant number
The Makesis variant number distinguishes application that implement the same functionality, but which have some platform or other dependence. e.g. Unicode.
Makesis工具中使用该变数来区分实现相同功能的不同应用程序,有时会出现平台或者其他依赖性,例如 Unicode码。
See also: minor build number, major build number

vCalendar
An electronic calendar or schedule. Consists of a collection of properties.
一种电子日历或日程表。由许多属性组成。
See also: property

vCard
An electronic business card. Consists of a collection of properties.
一种电子名片,由许多属性组成。
See also: property

versit
The parser for vCard and vCalendar objects.
vCard和vCalendar对象的解析器。
See also: vCard, vCalendar

vEvent
A group of properties that define an event. vEvents are sub-entities nested within a vCalendar entity. They support alarms and recurrence.
用来定义事件的一组属性。嵌入在vCalendar中使用的子实体。支持报警和重发。
See also: property, vCalendar, sub-entity

VFAT
The Microsoft Windows 95 and NT version of the FAT file system. Supports long file names.
微软公司Windows 95和Windows NT使用的FAT文件系统,支持长文件名。
view
A well-defined representation of user data, many applications are designed around a set of fundamental data views, these may be implemented in a layer above the engine but below the UI.
一种定义良好的用户数据表现形式。多数的应用程序被设计成为一组基础数据视图的组合,它们往往被实现在核心引擎和UI之间的某一层。
See also: MVC, engine

view architecture
Allows applications to make and receive requests to show a particular view of their data. Applications can also pass small amounts of data in such requests. The view architecture allows applications to have a fine level of integration between their user interfaces.
为显示特定视图,允许应用程序生成和接受请求。同时,应用程序也可以在这些请求中传递少量的数据。视图架构允许应用程序在众多用户接口间建立一种良好的集成级别。
See also: DNLs

view definition
Specifies a subset of fields to be loaded when reading a contact item.
阅读一个通讯簿条目时确定区域的哪个子集将被载入。
See also: contact item, field

view device
Graphics device used.
图形设备。
See also: view window, text view

view rectangle
Rectangle within view window used for view.
显示在视窗中供查看的矩形。
See also: view window, view device, text view

view window
Window used for view.
供view用的窗口。
See also: view rectangle

virtual address
An imaginary address used internally to the CPU which is translated by the MMU into a physical address for external access.
虚拟地址:虚构出来的供CPU内部使用的地址,由MMU转换成一个物理地址供外部访问。

volume
A volume of storage media, formatted with a particular file system type, available for retrieving and (in most cases) storing information.
存储媒介的容量,通常格式化为某种特定的文件系统类型,用以存取信息。
See also: device, partition

VTemplate
The variant component for the example template development board.
开发板样例模板的可变组件。
vTodo
A group of properties which define a todo, (e.g. an activity or action-item). vTodos are sub-entities nested within a vCalendar entity. They support alarms and recurrence.
定义一个todo的一组属性(例如一个动作或者动作条目),嵌入在vCalendar中使用的子实体。支持报警和重发。
See also: property, vCalendar, sub-entity

W

W32REPRO
PC上用来对ROM image进行编程的工具包。

wait
一个等待请求完成的动作。完成时以signal方式通知。
See also: asynchronous request, signal

wait loop
用以控制对多个异步请求的响应。
See also: asynchronous request

WAP
无线应用协议。使用户可以通过移动电话、传呼机、双向无线电、智能电话以及发报机等设备来即时地获取信息。

WAP browser
定位并显示WAP页面。

WAP Server
WAP服务器,为客户端提供WAP服务。

WAP stack
WAP协议栈由涵盖整个无线内容递送过程的一组协议组成:包括了从上层协议WTLS中的定义和创建WML和WMLScript并显示实际内容,到协议底层处理实际传输等过程。

warm reset
系统保持ram状态的一种重启动,一般在临界线程销毁时发生。

WDP
WAP中的数据报传输服务。

whitespace character
表示一种页面或行间断、空格符号、tab制表符或者段落间隔符。
See also: paragraph delimiter

wildcard
通配符:在文件名或扩展名中替换其它一个或者多个字符的特殊字符。
See also: path

WIN32
在一个WINS build中链接到的Win32系统库。

WINC
Symbian OS中非GUI部分的一种实现。
其作用主要是允许运行在PC上的应用程序使用Symbian应用程序引擎来访问应用程序文档。

window
屏幕上用来显示一个应用程序GUI的某一区域。

window co-ordinate
窗口坐标:x,y坐标原点为视图窗口的左上角。
See also: view window, layout co-ordinates

window group
在一个应用中作为所有窗体的父窗体的一个不可见窗体。
通常每个应用拥有唯一窗体组。
在窗口服务器中,窗体组同时也是键盘焦点(focus)单位。
See also: window, keyboard focus

window group changed event
一个窗体组被销毁或者更改名字的时候被激发的事件。

window group priority
窗体组优先级允许该窗体组覆盖系统中窗口的顺次位置。

window origin
窗口的左上角,用来定位一切坐标的初始原点。

window server
窗口服务器为客户端应用程序管理屏幕、键盘和指针。
See also: control environment

window server buffer
由窗口服务器客户端维护的客户端缓冲区,包括到窗口服务器的请求。
缓冲区内容只在必需的时候才flush供使用。这种方式大大提高了系统操作效率。
See also: window server, flush

window server session
客户同窗口服务器之间的会话。
See also: window server, client, server

window-owning control
拥有一个窗口的控件。
See also: control, window, non-window-owning control

windows bitmap
MS Windows系统下的位图文件(扩展名为 .bmp)
See also: bmp file

wireless information device (WID)
无线信息设备,代表了下一代移动通信革命:
语音与计算技术合成在同一个小型可移动电脑电话中,可以同时实现对语音和信息服务的访问。
设备包括移动电话、传呼机、双向无线电、智能电话以及发报机。

WML
WAP设备专用访问的特定内容形式,XML的一种,WAP论坛为WML提供了DTD。

word
被一个或多个字分割符分隔的字符序列。
字分隔符通常是段落分隔符、空格符,而不是标点符号。
See also: character, paragraph, whitespace character

word delimiter
字分隔符,所有空白字符都可作为字分隔符。
See also: word, paragraph delimiter, whitespace character

word justification
通过调整字间距实现文本对齐。
See also: character justification

WSP - wireless session protocol
无线会话协议。提供轻量级的WAP C/S传输,使用基本的数据报服务提供更高的可靠性。

WTP
无线传输协议。提供轻量级的WAP C/S传输,使用基本的数据报服务提供更高的可靠性。

WYSIWYG
所见(屏幕上)即所得(打印到纸面)。
See also: justification

X

XML - extensible markup language
可扩展标记性语言,是SGML(专为显示web文档而设计的标记性语言)的一个子集。

XML style sheets
XML样式表,CS帮助文档编译器提供的XML样式表使得帮助文件可以在支持XML的浏览器中阅读。

XOFF
一种异步通信协议,接收设备或计算机使用特殊字符来控制发送设备或计算机传送的数据流。
当接收计算机不能继续接收数据时,发送一个 XOFF 控制字符告诉发送方停止传送,通常是十进制的19。
See also: high water mark

XON
一种异步通信协议,接收设备或计算机使用特殊字符来控制发送设备或计算机传送的数据流。
当传输可以恢复时,该计算机发送一个 XON 字符来通知发送方,通常是十进制的17。
See also: low water mark

Y

暂无
Z

zoom factor
The zoom factor for a graphics device map.
某个图形设备映射的放大因子。
See also: graphics device

转自:http://jianhai1229.blog.163.com/blog/static/34887000200828112829703/

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值