WO2009046588A1 - Procédé optimisé pour accéder à des données d'annuaire téléphonique dans un terminal et terminal correspondant - Google Patents

Procédé optimisé pour accéder à des données d'annuaire téléphonique dans un terminal et terminal correspondant Download PDF

Info

Publication number
WO2009046588A1
WO2009046588A1 PCT/CN2007/003500 CN2007003500W WO2009046588A1 WO 2009046588 A1 WO2009046588 A1 WO 2009046588A1 CN 2007003500 W CN2007003500 W CN 2007003500W WO 2009046588 A1 WO2009046588 A1 WO 2009046588A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
unit
data unit
phone book
memory
Prior art date
Application number
PCT/CN2007/003500
Other languages
English (en)
French (fr)
Inventor
Fei Ju
Lei Yuan
Tao Zhou
Jingchun Pu
Original Assignee
Zte Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zte Corporation filed Critical Zte Corporation
Publication of WO2009046588A1 publication Critical patent/WO2009046588A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/26Devices for calling a subscriber
    • H04M1/27Devices whereby a plurality of signals may be stored simultaneously
    • H04M1/274Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc
    • H04M1/2745Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc using static electronic memories, e.g. chips

Definitions

  • the present invention relates to an optimized terminal phone book data access method and terminal. Background technique
  • the phone book is one of the basic applications of the terminal, such as a mobile phone. Taking the mobile phone book as an example, the amount of data of the mobile phone application is increasing and the information stored is increasing. The speed of the phone book is also becoming an important indicator of the ease of use of mobile phones, directly related to the experience of mobile phone users.
  • the technical problem to be solved by the present invention is to provide an optimized method and terminal for accessing the data of the terminal phone book, and to solve the disadvantages of the current method of accessing the data of the phone book to the CPU and occupying a large amount of memory.
  • the present invention provides an optimized terminal phone book data access method, which includes the following steps: (a) defining data units, each data unit having a fixed size corresponding to a number, storing the phone book data in the data unit;
  • the data unit includes all field information of the phone book data, and the size of each field is fixed.
  • the screening condition is a phone book query condition or a sorting condition.
  • step (b) when the data unit is filtered, the phone book data stored in the number reading data unit is used for screening.
  • each data unit is sequentially numbered; when the data unit is loaded or read according to the number, the phone book data of the data unit is read from a position of a data location plus a product of a data unit size and a data unit number. , where the data location refers to the first address where the phone book data is stored.
  • the location pointer of the access structure array points to the number of the first data unit that currently satisfies the display condition.
  • the screen displays the phone book data of the data unit corresponding to the consecutive N data numbers in the access structure array starting from the position pointer, where N is the maximum number of data units that the screen can display or specifies the screen display for the user. The number of data units.
  • the filter condition is unchanged, if the data displayed on the screen changes, only the data that is not in the memory is updated, and the data in the memory is moved according to the number sequence of the access structure array of the phone book data unit, and the corresponding movement is performed again. Arrange the data in memory.
  • step (b) is re-executed to create a new access structure array.
  • the terminal is a mobile phone.
  • the present invention also provides a terminal, comprising: a storage unit, a screening unit, and a display unit; the storage unit includes a non-volatile memory for storing data units, each data unit having a fixed size, including all of a phone book record Field information, and has a unique number; also used to save an array of access structures; the storage unit further includes a memory;
  • the screening unit is configured to select a data unit according to a screening condition; place a number of the data unit that meets the filtering condition in an access structure array saved by the storage unit; and further, when the filtered data is loaded into the memory;
  • the display unit is configured to display data in the memory.
  • the screening unit performs screening according to the phone book data stored by the number reading data unit;
  • Each data unit saved in the storage unit is sequentially numbered;
  • the filtering unit loads or reads the data unit according to the number, reads from the data location in the storage unit plus the location of the product of the data unit size and the data unit number, and takes the phone book data of the data unit, where The data location refers to the first address where the phone book data is stored.
  • 1 is a schematic diagram of structured storage of a phone book data unit
  • FIG. 2 is a schematic diagram of an array of access structures of a phone book data unit
  • FIG. 3 is a schematic diagram of the phone book data access process. Preferred embodiment of the invention
  • FIG. 1 is a schematic diagram showing the structured storage of a telephone book data unit according to the present invention.
  • This storage method is a storage method designed to ensure that data can be quickly loaded into memory. All phone book data units are stored in a file, which is stored on a non-volatile memory.
  • Each phone book data unit is fixed in size and contains all the field information of a phone book record; each data unit has a unique number, which can be numbered sequentially. These field information is stored in a fixed order; each recorded data is stored in a fixed data field size (eg, the name field is set to N bytes); the storage unit of the data unit is consistent with its spatial layout in memory.
  • Figure 2 shows a schematic diagram of the relationship between the array structure of the phone book data unit access structure.
  • the number of displayed data units is limited, and all the units that satisfy the display condition are fixed, so that all the information of the data unit can be obtained according to the unit number.
  • the first data unit of the display screen corresponds to the current data unit position of the data unit access structure array, that is, corresponds to the data unit pointed to by the data unit access structure array position pointer, followed by the second and the second after the position pointer in the array. 3, .... If the screen scrolls or the data changes, the position pointer moves to the corresponding position.
  • FIG. 3 is a schematic diagram of a method for accessing a phone book data in an optimized terminal phone book data access method provided by the present invention
  • the terminal may be a mobile phone
  • the phone book data is stored in a data unit as shown in FIG. 1 .
  • Step 1 Assign the screen to display the recorded memory space. If the screen needs to display N data units, then you need to allocate "N X data unit size,” memory space. This memory space is fixed and can be used repeatedly to load the phone book data in the current screen that meets the display conditions.
  • Step 2 The phone book application selects the data displayed in sequence according to the screening condition (ie display condition), such as the set query condition or the sorting condition. If the nth data unit is satisfied Display conditions (ie, satisfy the above screening conditions), then place the number of the nth data unit in the phone book data unit access structure array, otherwise discard.
  • the screening condition ie display condition
  • Display conditions ie, satisfy the above screening conditions
  • the data filtering process since the data units are stored according to a fixed size and sequentially numbered, it is only necessary to read the corresponding data of the data unit according to the screening condition (data position + data unit size X data unit number, data location refers to storing phone book data) The first address), to see if the condition is met, saves the time and memory for loading all the data. All data units are filtered in three steps.
  • Step 3 Load the data corresponding to the data number in the phone book data unit access structure array into the memory.
  • the data unit corresponding to the first N data numbers of the phone book data unit access structure array is read into the memory allocated in the first step, where N indicates that the screen can display N data units, or indicates that the user requests The number of data units displayed on the screen is the same as in the first step.
  • Step 4 Display the data in the memory on the screen.
  • Step 5 Repeat the third and fourth steps when the data displayed on the screen changes (screen scrolling or dragging the scroll bar).
  • This step can optimize the data loading. If the data displayed on the screen changes, but some data and the current screen data are duplicated, then only the data that is not in the memory needs to be updated, and the data in the memory is based on the phone book data unit. Access the sequence order of the array of structures, move them appropriately, and rearrange them. Because the size of each data unit is fixed, after the number order changes, the new position of the data unit in memory can be calculated according to the number, and the data unit can be moved to a new position in the memory.
  • the invention also provides a terminal, comprising: a storage unit, a screening unit and a display unit.
  • the storage unit includes a non-volatile memory for holding data units, each data unit is fixed in size, contains all field information of a phone book record, and has a unique number; and is also used to save an access structure array.
  • the storage unit also includes a memory, such as a RAM.
  • the screening unit is configured to select sequentially displayed data according to the screening condition. If nth The data unit satisfies the filtering condition, and then the number of the nth data unit is placed in the access structure array saved by the storage unit; and is also used to match the number saved in the access structure array after the data unit is filtered.
  • the phone book data in the data unit is loaded into the memory;
  • the display unit is configured to display data in the memory.
  • the terminal can be a mobile phone.

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Telephone Function (AREA)
  • Mobile Radio Communication Systems (AREA)

Description

一种优化的终端电话本数据访问方法和终端
技术领域
本发明涉及一种优化的终端电话本数据访问的方法和终端。 背景技术
电话本是终端——如手机的基本应用之一, 以手机电话本为例, 目前手 机电话本应用的数据量越来越大,存储的信息也越来越多。 电话本的速度问 题也越来越作为手机易用性的一个重要指标, 直接关系到手机用户的体验。
目前手机的电话本在数据量非常大的时候,访问速度都不是很理想。 为 了提高电话本的访问速度,就需要占用很大的内存, 由于手机系统的内存资 源有限, 所以此方法效果不是艮好。 所以需要提供一种方便有效的方法, 提 高手机电话本的数据访问速度, 并且要求对系统资源花费要尽量的小。
目前通常采用的方法有 "数据用数据库存储解决方案"和 "将数据全部 放在内存区方案" 。 在低端手机上, 用数据库作为数据存储, 对系统 CPU 和 RAM (随机存取内存)要求都比较高; 如果釆用 "将数据全部放在内存 区方案" , 因为目前手机的电话本数据非常多, 所以此方案对手机系统的内 存要求非常大。
综上所述, 现有技术的缺点主要有两个: 一是对 CPU要求非常高, 不 具备通用性; 二是需要大的内存空间。 因此需要对现有技术进行改进, 提高 终端电话本数据的访问速度。
发明内容
本发明要解决的技术问题是提供一种优化的终端电话本数据访问的方 法和终端, 解决现有电话本数据访问方法对 CPU要求高, 占用大量内存的 缺点。
为了解决上述技术问题,本发明提供了一种优化的终端电话本数据访问 方法, 包含如下步驟: ( a )定义数据单元, 每个数据单元大小固定, 对应一个编号, 将电话 本数据存储在所述数据单元中;
( b )在访问电话本数据时, 建立访问结构数组, 根据筛选条件对数据 单元进行筛选, 将选中的数据单元的编号存入所述访问结构数组;
( c )将所述访问结构数组中保存的编号对应的数据单元的电话本数据 加载入内存中, 进行显示。
进一步的, 所述数据单元包含电话本数据的全部字段信息,每个字段的 大小固定。
进一步的, 所述步驟(b ) 中, 所述筛选条件为电话本查询条件或排序 条件。
进一步的, 所述步驟(b ) 中, 对数据单元进行筛选时, 根据编号读取 数据单元存储的电话本数据进行筛选。
进一步的,各数据单元依序编号; 根据所述编号加载或读取所述数据单 元时,从数据位置加上数据单元大小与数据单元编号的乘积的位置读取所述 数据单元的电话本数据, 其中数据位置是指存储电话本数据的首地址。
进一步的,所述访问结构数組的位置指针指向当前满足显示条件的第一 个数据单元的编号。
进一步的,所述屏幕显示从所述位置指针开始的访问结构数组中的连续 N个数据编号对应的数据单元的电话本数据, N为屏幕能显示的最大数据单 元个数或为用户指定屏幕显示的数据单元个数。
进一步的, 当筛选条件不变时, 如果屏幕显示的数据发生变化, 只更新 内存里没有的数据,同时将内存里的数据根据电话本数据单元访问结构数组 的编号顺序, 进行相应的移动, 重新排列内存里的数据。
进一步的, 所迷筛选条件变化时, 重新执行步骤(b ) , 建立新的访问 结构数组。
进一步的, 所述终端为手机。 本发明还提供了一种终端, 包括: 存储单元、 筛选单元及显示单元; 所述存储单元包括非易失性存储器, 用于保存数据单元,各数据单元大 小固定, 包含一条电话本记录的全部字段信息, 并有一个唯一的编号; 还用 于保存访问结构数組; 所述存储单元还包括内存;
所述筛选单元用于根据筛选条件对数据单元进行选择;将满足筛选条件 的数据单元的编号放在存储单元保存的访问结构数组中;还用于当筛选完数 据加载入内存中;
所述显示单元用于对内存中的数据进行显示。
进一步的, 所述筛选单元对数据单元进行筛选时,根据编号读取数据单 元存储的电话本数据进行筛选;
所述存储单元中保存的各数据单元依序编号;
所述筛选单元根据所述编号加载或读取所述数据单元时,从存储单元中 数据位置加上数据单元大小与数据单元编号的乘积的位置读,取所述数据单 元的电话本数据, 其中数据位置是指存储电话本数据的首地址。
采用本发明所述方法和终端, 与现有技术和方法相比, 由于采取了 "结 构化存储数据单元 +构建数据单元速查表" 的技术措施, 使得在有无较大 存储空间和内存环境下均实现了高速、方便有效的电话本访问速度,极大地 提高了终端电话本应用的用户体验。 所述方法具有适用范围广、资源消耗低 和实用性强的特点。整个过程可实现性强,适合于绝大多数终端电话本应用, 非常适合推广。 附图概述
图 1是电话本数据单元结构化存储示意图;
图 2是电话本数据单元访问结构数组示意图;
图 3是电话本数据访问过程示意图。 本发明的较佳实施方式
下面将结合附图及实施例对本发明的技术方案进行更评细的说明。
图 1所示为本发明电话本数据单元结构化存储示意图。该存储方式是为 了保证数据能够快速的装载进内存而设计的一种存储方式。全部的电话本数 据单元存储在文件中, 该文件保存在非易失性存储器上。
每个电话本数据单元大小固定, 包含一条电话本记录的全部字段信息; 各数据单元有一个唯一的编号,可以依序编号。这些字段信息按照固定次序 进行存储; 每个记录的数据按照固定数据字段大小进行存储(如姓名字段设 定为 N字节); 数据单元的存储形式与其在内存中的空间布局情况一致。
图 2所示为电话本数据单元访问结构数组关系示意图。
在显示屏幕上,显示的数据单元个数是有限的,将所有满足显示条件的 单元大小固定, 所以根据单元编号可以得到该数据单元的全部信息。
显示屏幕的第一个数据单元与数据单元访问结构数组的当前数据单元 位置对应, 即与数据单元访问结构数组位置指针指向的数据单元对应,后面 依次是数组中位置指针后的第 2个、 第 3个, ......。 如果屏幕滚动或者数据 变化, 那么位置指针也就移动到对应位置。
图 3 所示为本发明提供的一种优化的终端电话本数据访问的方法中, 电话本数据访问的过程; 所述终端可以为手机; 电话本数据存储在如图 1所 示的数据单元中。
第一步: 分配屏幕显示记录的内存空间。 如果屏幕需要显示 N个数据 单元, 那么需要分配 "N X数据单元大小,, 的内存空间。 此内存空间大小 固定, 可以反复使用, 用来装载满足显示条件的当前屏幕中的电话本数据。
分配内存时也可以根据用户需要来分配。例如用户有时候需要显示 5个 号码, 有时候想显示 2个号码, 此时可以改变内存空间的大小。
第二步: 电话本应用根据筛选奈件(即显示条件), 如设置的查询条件 或者排序条件,对依次显示的数据进行选择。如果第 n个数据单元满足可以 显示条件 (即满足上述筛选条件 ) , 那么将第 n个数据单元的编号放在所述 电话本数据单元访问结构数組中, 否则丢弃。数据筛选过程中, 因为数据单 元按照固定大小存储并且依序编号,所以只需要根据筛选条件读取数据单元 的对应数据(数据位置 +数据单元大小 X数据单元编号, 数据位置是指存 储电话本数据的首地址), 查看是否满足条件, 省去了装载全部数据的时间 和内存。 所有数据单元筛选完后进行笫三步。
第三步:将电话本数据单元访问结构数组中的数据编号对应的数据装载 到内存中。 从指针位置开始, 将电话本数据单元访问结构数組的前 N个数 据编号对应的数据单元读到第一步分配的内存中, 其中 N表示屏幕可以显 示 N个数据单元, 或者表示用户要求在屏幕上显示的数据单元个数, 与第 一步中一致。
第四步: 将内存中的数据显示在屏幕上。
第五步: 当屏幕显示的数据发生变化时(屏幕滚动或者拖动滚动条) , 重复第三、 四步。
此步骤可以对数据装载进行优化, 如果屏幕显示的数据发生变化,但是 有部分数据和当前屏幕数据是重复的, 那么只需要更新内存里没有的数据, 同时将内存里的数据根据电话本数据单元访问结构数组的编号顺序,进行合 适的移动, 重新排列。 因为每个数据单元的大小是固定的, 编号顺序发生变 化后,可以根据编号计算出数据单元在内存中的新位置,在内存中移动数据 单元到新的位置。
笫六步: 如果电话本应用的筛选条件, 如查询条件或者排序条件,发生 变化, 重复第二步, 建立新的访问结构数组。
本发明还提供了一种终端, 包括: 存储单元、 筛选单元及显示单元。 所述存储单元包括非易失性存储器,用于保存数据单元,各数据单元大 小固定, 包含一条电话本记录的全部字段信息, 并有一个唯一的编号; 还用 于保存访问结构数组。 所述存储单元还包括内存, 如 RAM。
所述筛选单元用于根据筛选条件对依次显示的数据进行选择。 如果第 n 个数据单元满足筛选条件,那么将第 n个数据单元的编号放在存储单元保存 的访问结构数組中; 还用于当筛选完数据单元后,将所述访问结构数组中保 存的编号对应的数据单元里的电话本数据加载入内存中;
所述显示单元用于对内存中的数据进行显示。
实现细节与方法中一致, 不再赘述。
所述终端可以为手机。
当然, 本发明还可有其他多种实施例,在不背离本发明精神及其实盾的 形, 但这些相应的改变和变形都应属于本发明所附的权利要求的保护范围。
工业实用性 采用本发明所述方法, 与现有技术和方法相比, 使得在有无较大存储空 间和内存环境下均实现了高速、 方便有效的电话本访问速度,极大地提高了 终端电话本应用的用户体^ r。所述方法具有适用范围广、 资源消耗低和实用 性强的特点。 整个过程可实现性强, 适合于绝大多数终端电话本应用, 非常 适合推广。

Claims

权 利 要 求 书
1、 一种优化的终端电话本数据访问方法,其特征在于, 包含如下步骤: )定义数据单元, 每个数据单元大小固定, 对应一个编号, 将电话 本数据存储在所述数据单元中;
( b )在访问电话本数据时, 建立访问结构数组, 根据筛选条件对数据 单元进行筛选, 将选中的数据单元的编号存入所述访问结构数组;
( c )将所述访问结构数组中保存的编号对应的数据单元的电话本数据 加载入内存中, 进行显示。
2、 如权利要求 1所述的方法, 其特征在于, 所述数据单元包含电话本 数据的全部字段信息, 每个字段的大小固定。
3、 如权利要求 1或 2所述的方法, 其特征在于, 所述步驟(b )中, 所 述筛选条件为电话本查询条件或排序条件。
4、 如权利要求 1所述的方法, 其特征在于, 所述步骤(b )中, 对数据 单元进行筛选时, 根据编号读取数据单元存储的电话本数据进行筛选。
5、 如权利要求 1或 2或 4所述的方法, 其特征在于, 各数据单元依序 编号;根据所述编号加载或读取所述数据单元时,从数据位置加上数据单元 大小与数据单元编号的乘积的位置读取所述数据单元的电话本数据,其中数 据位置是指存储电话本数据的首地址。
6、 如权利要求 1所述的方法, 其特征在于, 所述访问结构数组的位置 指针指向当前满足显示条件的第一个数据单元的编号。
7、 如权利要求 1或 6所述的方法, 其特征在于, 所述屏幕显示从所述 位置指针开始的访问结构数组中的连续 N个数据编号对应的数据单元的电 话本数据, N为屏幕能显示的最大数据单元个数或为用户指定屏幕显示的数 据单元个数。
8、 如权利要求 1所述的方法, 其特征在于, 当筛选条件不变时, 如果 屏幕显示的数据发生变化,只更新内存里没有的数据, 同时将内存里的数据 根据电话本数据单元访问结构数组的编号顺序,进行相症的移动, 重新排列 内存里的数据。
9、 如权利要求 1或 2所述的方法,其特征在于, 所述筛选条件变化时, 重新执行步骤(b ) , 建立新的访问结构数组。
10、 如权利要求 1所述的方法, 其特征在于: 所述终端为手机。
11、 一种终端, , 包括存储单元及显示单元; 其特征在于: 还包括筛选 单元;
所述存储单元包括非易失性存储器,用于保存 t据单元,各数据单元大 小固定, 包含一条电话本记录的全部字段信息, 并有一个唯一的编号; 还用 于保存访问结构数组; 所述存储单元还包括内存;
所述筛选单元用于根据筛选条件对数据单元进行选择;将满足筛选条件 的数据单元的编号放在存储单元保存的访问结构数组中;还用于当筛选完数 据单元后,将所述访问结构数组中保存的编号对应的数据单元里的电话本数 据力口载人内存中;
所述显示单元用于对内存中的数据进行显示。
12、 如权利要求 11所述的终端, 其特征在于, 所述筛选单元对数据单 元进行筛选时, 根据编号读取数据单元存储的电话本数据进行筛选;
所述存储单元中保存的各数据单元依序编号;
所述筛选单元根据所述编号加载或读取所述数据单元时,从存储单元中 数据位置加上数据单元大小与数据单元编号的乘积的位置读取所述数据单 元的电话本数据, 其中数据位置是指存储电话本数据的首地址。
PCT/CN2007/003500 2007-10-12 2007-12-10 Procédé optimisé pour accéder à des données d'annuaire téléphonique dans un terminal et terminal correspondant WO2009046588A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710164040.X 2007-10-12
CN200710164040XA CN101409739B (zh) 2007-10-12 2007-10-12 一种优化的手机电话本数据访问方法

Publications (1)

Publication Number Publication Date
WO2009046588A1 true WO2009046588A1 (fr) 2009-04-16

Family

ID=40548937

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/003500 WO2009046588A1 (fr) 2007-10-12 2007-12-10 Procédé optimisé pour accéder à des données d'annuaire téléphonique dans un terminal et terminal correspondant

Country Status (2)

Country Link
CN (1) CN101409739B (zh)
WO (1) WO2009046588A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416932A (zh) * 2020-11-18 2021-02-26 青岛海尔科技有限公司 建立字段关联关系的方法及装置

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI450187B (zh) * 2012-05-08 2014-08-21 Acer Inc 資料儲存方法
CN107678877B (zh) * 2017-10-09 2020-12-22 深圳市沃特沃德股份有限公司 操作响应方法和装置
DE102020111213A1 (de) 2019-05-10 2020-11-12 Heidelberger Druckmaschinen Aktiengesellschaft Verfahren zum Betreiben einer Druckmaschine mit einem Rechner

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1564569A (zh) * 2004-04-09 2005-01-12 深圳市网立信信息技术有限公司 电话号码搜索方法和搜索引擎
CN1581899A (zh) * 2003-08-02 2005-02-16 乐金电子(中国)研究开发中心有限公司 便携终端的电话号码组管理方法
CN1758680A (zh) * 2005-10-31 2006-04-12 上海贝豪通讯电子有限公司 一种移动通讯终端号码的排列和显示方法

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19928666A1 (de) * 1999-06-23 2000-12-28 Bosch Gmbh Robert Erweitertes Telefonbuch für ein Mobiltelefon
CN101022614B (zh) * 2006-12-28 2010-06-30 周玮玮 通讯终端带自配号码功能的实现方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1581899A (zh) * 2003-08-02 2005-02-16 乐金电子(中国)研究开发中心有限公司 便携终端的电话号码组管理方法
CN1564569A (zh) * 2004-04-09 2005-01-12 深圳市网立信信息技术有限公司 电话号码搜索方法和搜索引擎
CN1758680A (zh) * 2005-10-31 2006-04-12 上海贝豪通讯电子有限公司 一种移动通讯终端号码的排列和显示方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416932A (zh) * 2020-11-18 2021-02-26 青岛海尔科技有限公司 建立字段关联关系的方法及装置

Also Published As

Publication number Publication date
CN101409739A (zh) 2009-04-15
CN101409739B (zh) 2011-04-20

Similar Documents

Publication Publication Date Title
US9244583B2 (en) Adjusting user interface screen order and composition
US8799818B2 (en) Content search method and mobile terminal having content search function
US20130227469A1 (en) User terminal and method for displaying screen
EP2369458A1 (en) Display method and electronic device for using the same
CN102760070B (zh) 一种对下载文件的保存方法及移动终端
CN102279767A (zh) 移动电子装置及切换其应用程序的方法
CN103353821A (zh) 一种管理移动终端桌面应用程序图标的系统及方法
CN102946470A (zh) 移动终端显示区域内图标显示方法、装置及移动终端
RU2008135086A (ru) Расширенный набор правил синхронизации среди множества учетных записей с множеством типов папок и разрешений
TW201028909A (en) Method for displaying status bar
JP2009037602A (ja) ナビゲーション可能な検索結果を提供する方法及びシステム
CN104238897A (zh) 一种菜单项显示方法及装置
WO2013166845A1 (zh) 实现菜单个性化、自动化组织与显示的方法及移动终端
JP2020537794A (ja) アイコン表示方法、デバイス、およびシステム
WO2009046588A1 (fr) Procédé optimisé pour accéder à des données d'annuaire téléphonique dans un terminal et terminal correspondant
CN101221579A (zh) 设定文件显示方式的方法及装置
TW201319838A (zh) 通訊錄排序系統及方法
WO2012155481A1 (zh) 一种处理电话本的方法及终端
CN105706055A (zh) 用于处理移动终端的应用的方法和设备
CN1869977A (zh) 检索系统和检索方法
JPWO2008111434A1 (ja) 情報表示装置
CN103399886A (zh) 数字图书馆的实现方法
CN1816067B (zh) 信息终端
CN106156038A (zh) 数据存储方法和装置
CN103020186A (zh) 一种基于嵌入式设备的文件检索方法、装置以及设备

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07845857

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07845857

Country of ref document: EP

Kind code of ref document: A1