首 页 | 新 闻 | Symbian | Windows Mobile| J2ME | 下载中心 | 游戏策划 | 购书指南 | 移动开发视频教程
您现在的位置: 开发视界 >> 专家专栏 >> Symbian翻译小组 >> 术语表 >> 文章正文
Symbian sdk帮助-术语表S
作者:贵州杰出…    文章来源:Symbian翻译小组    更新时间:2005-9-23 20:42:55

                  Symbian sdk帮助-术语表S

                     译文作者:
贵州杰出青年
  译文版本:1.0   译文时间:2005-09-22   

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

相关文章:
Symbian sdk帮助-术语表M
Symbian sdk帮助-术语表F
Symbian sdk帮助-术语表O
Symbian sdk帮助-术语表R
Symbian sdk帮助-术语表K
Symbian sdk帮助-术语表U
Symbian sdk帮助-术语表W
Symbian sdk帮助-术语表A