WO2011032443A1 - Method and device for storing and retrieving non-volatile data - Google Patents

Method and device for storing and retrieving non-volatile data Download PDF

Info

Publication number
WO2011032443A1
WO2011032443A1 PCT/CN2010/075939 CN2010075939W WO2011032443A1 WO 2011032443 A1 WO2011032443 A1 WO 2011032443A1 CN 2010075939 W CN2010075939 W CN 2010075939W WO 2011032443 A1 WO2011032443 A1 WO 2011032443A1
Authority
WO
WIPO (PCT)
Prior art keywords
volatile data
module
programming
data
result
Prior art date
Application number
PCT/CN2010/075939
Other languages
French (fr)
Chinese (zh)
Inventor
党茂昌
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2011032443A1 publication Critical patent/WO2011032443A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/06Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication

Definitions

  • the present invention relates to data storage technologies in communication systems, and more particularly to a method and apparatus for storing and retrieving non-volatile data. Background technique
  • the update speed of terminals is also getting faster and faster.
  • Each terminal manufacturer is constantly developing terminal products with multiple service functions in order to attract more users.
  • the terminal manufacturer develops the terminal functions by means of the terminal software platform during the development process.
  • various kinds of non-volatile data are involved, such as: factory parameters of the terminal, physical layer parameters, communication protocols and Network parameters, etc., the number of subdivisions is about 100,000, so it is important to organize the management of non-volatile data of the terminal.
  • Non-volatile data includes: storage and retrieval. At present, the organization of non-volatile data is as follows: ⁇ Array structure is used for storage, and Id index access method is used for retrieval. However, due to the limitation of the linear structure of the array itself, that is, each data item in the array is arranged according to the corresponding number, and the numbers are arranged in order from small to large, or from large to small, such as: 1, 2, 3, 4, 5, etc. If you want to insert or delete data items in the array, you need to re-number the data items in the array. Therefore, the non-volatile data in the array is difficult to expand, the migration process is cumbersome, and the nesting is poor.
  • the main object of the present invention is to provide a method and apparatus for storing and retrieving non-volatile data, so that the stored non-volatile data of the terminal is easy to expand, can be deeply nested, and the storage space utilization is improved, and The retrieval method is intuitive.
  • the present invention proposes a method for storing and retrieving non-volatile data, the method comprising: setting the classified non-volatile data to a tree structure, and assigning values to nodes in the tree; The structure is compiled and linked, the result of compiling the link is written, and the base address at the time of programming is stored;
  • the method further includes: classifying the non-volatile data according to requirements.
  • the offset and size of the non-volatile data to be retrieved are:
  • the calculation method of the data offset provided by the C language is used.
  • the offsetof and the data size calculation method sizeof calculates the offset and size of the non-volatile data to be retrieved.
  • the method further includes: classifying the newly added non-volatile data, and accessing the originally set tree structure to form a new node, Recompile and burn the entire new tree structure.
  • non-volatile data is classified according to requirements as follows: according to different application domains of non-volatile data, or non-volatile data according to different data types of non-volatile data Line classification.
  • the present invention also provides a storage and retrieval device for non-volatile data, the device comprising: a setting module, a compiling module, a programming module, a computing module and a retrieval module;
  • the setting module is configured to set the classified non-volatile data into a tree structure, assign a value to a node in the tree, and send the result of setting and assigning to the compiling module;
  • the compiling module is configured to perform a compiling link operation according to a tree structure that has been assigned to the node set by the setting module, and notify the programming module of the result of compiling the link;
  • the programming module is configured to program a result of a compiled link sent by the compiling module, and store a base address when the programming is performed;
  • the calculation module is configured to calculate a offset and a size of the non-volatile data to be retrieved according to a result of the compiled link obtained by programming the programming module and a base address when the programming is performed, and send the calculation result to the retrieval module ;
  • the retrieval module is configured to retrieve non-volatile data according to a base address when the programming module is programmed and a calculation result of the offset and size of the non-volatile data to be retrieved by the calculation module.
  • the apparatus further includes a classification module for classifying the non-volatile data as needed and notifying the setting module of the classification result.
  • the setting module uses the classified non-volatile data as a tree structure
  • the calculation module calculates the offset and size of the non-volatile data to be retrieved, and is: based on the result of the compiled link programmed by the programming module and the base address at the time of programming, using the data bias provided by the C language
  • the shift calculation method offsetof and the data size calculation method sizeof calculates the offset and size of the non-volatile data to be retrieved.
  • the classification module classifies the non-volatile data according to requirements, as follows: according to different application domains of non-volatile data, or non-volatile data according to different data types of non-volatile data. sort.
  • the method and device for storing and retrieving non-volatile data provided by the present invention sets the classified non-volatile data into a tree structure and assigns values to nodes in the tree; compiles the tree structure in which the nodes have been assigned Linking, compiling the result of compiling the link and storing the base address at the time of programming; calculating the offset and size of the non-volatile data to be retrieved according to the result of the compiled link and the base address at the time of writing, according to the base at the time of writing The address and the result of the calculation of the offset and size of the non-volatile data to be retrieved retrieve the non-volatile data.
  • the non-volatile data in the present invention is set to a tree structure. If the branch of a certain layer in the tree structure is added or the number of layers of the tree structure is increased, the corresponding code line can be added without modification.
  • the original code is easy to extend and deeply nested relative to the array structure.
  • the size of the node is consistent with the size of the storage space, thereby saving storage space and improving utilization.
  • the retrieval process is based on the parameter names corresponding to the non-volatile data, so the retrieval method has good intuitiveness with respect to the prior art.
  • FIG. 1 is a schematic diagram showing the implementation of a method for storing and retrieving non-volatile data according to the present invention
  • FIG. 2 is a schematic diagram showing a tree structure of each non-volatile data
  • FIG. 3 is a schematic diagram showing the storage layout structure of each node in the tree structure obtained by compiling the link;
  • FIG. 4 is a schematic structural diagram of the storage and retrieval device of the nonvolatile data according to the present invention. detailed description
  • the basic idea of the present invention is: setting the classified non-volatile data into a tree structure, and assigning values to the nodes in the tree; compiling and linking the tree structure whose nodes have been assigned, burning the results of the compiled links and storing The base address at the time of programming; calculating the offset and size of the non-volatile data to be retrieved according to the result of the compiled link and the base address at the time of writing, according to the base address at the time of writing and the non-volatile data to be retrieved The calculation of the offset and size retrieves non-volatile data.
  • the compiled language used in the implementation of the solution of the present invention may be: C, VB or Java, etc.
  • the non-volatile data may be of different types for different devices, such as: terminal non-volatile data, or measurement and control Device non-volatile data, etc.
  • FIG. 1 is a schematic flowchart showing the implementation of a method for storing and retrieving non-volatile data according to the present invention. As shown in FIG. 1, the process includes the following steps:
  • Step 101 classify non-volatile data according to requirements
  • the non-volatile data of the terminal can be classified according to different application business fields of non-volatile data, or different data types of non-volatile data, for example: if different data according to non-volatile data
  • the method may be: dividing the parameter corresponding to the non-volatile data of the terminal into a read-only parameter and a read-write parameter; the read-only parameter is further divided into a calibration parameter CLIB and a fixed parameter FIXED, etc., for the terminal
  • the function parameters are calibrated; the readable and writable parameters are further divided into MMI parameters, AFC parameters, RTC parameters, and CSD parameters, etc., which are used to indicate different functional characteristics of the terminal.
  • Step 102 Set a structure of the classified non-volatile data tree
  • the first layer under the root node of the tree structure includes two nodes, which are: read-write parameters nv-dynamic and non-volatile in non-volatile data.
  • the read-only parameter nv_ static in the sex data the code is:
  • the root node nv_param indicates that any one of the set tree structures is non-volatile data.
  • the branch of the first layer node nv-static includes three nodes, respectively: calibration parameter clib, free space
  • the parameter spare and the fixed parameter fixed the code is:
  • the first layer node nv-dynamic branch includes four nodes, namely: interface access parameter mmi, automatic mask control parameter afc, real-time transmission control parameters rtc and csd, code: Struct nv- dynamic
  • the structure of the nonvolatile data tree is set layer by layer from the root node, and the generated tree structure is as shown in FIG. 2, and it can be seen that if a branch of a certain layer in the tree structure is to be added or a tree is added The number of layers in the structure, just add the corresponding line of code, no need to modify the original code.
  • Step 103 Assign a value to a node in the set non-volatile data tree
  • the initial value may be fixed in the application process of the terminal or may be modified according to the actual application.
  • Step 104 Compiling and linking the tree structure whose node has been assigned, burning the result of compiling the link and storing the base address at the time of programming;
  • the code is started, and the C compiler compiles and links the generated tree structure to obtain the storage layout of each node in the tree structure.
  • the storage layout obtained by compiling the link Stored in the memory the memory layout needs to be programmed into a non-volatile memory, such as: Erasable Programmable Read Only Memory (EPROM) or Flash (flash), ie: from a location in the EPROM or flash Starting to burn all the nodes of the non-volatile data in the tree structure, wherein a certain position of the EPROM or flash, that is, a base address at the time of programming, or a first address, stores the base address for subsequent retrieval process Used in.
  • EPROM Erasable Programmable Read Only Memory
  • flash Flash
  • Figure 3 shows the storage layout of each node in the tree structure obtained by compiling the link. It can be seen that the storage space size of different nodes is also different.
  • the size of the node is the same as the size of the storage space, that is: when the node is large, Corresponding to a large storage space, when the node is small, it corresponds to a small storage space, so the storage space utilization is high.
  • Step 105 Calculate the offset and size of the non-volatile data to be retrieved according to the result of the compiled link and the base address at the time of writing;
  • the parameter name corresponding to the non-volatile data to be retrieved such as: spare
  • the compiler combines the nodes in the tree structure obtained by compiling the link.
  • the parameter name corresponding to the non-volatile data to be retrieved is notified to the compiler to implement subsequent retrieval operations, that is, the retrieval operation is based on
  • the parameter names corresponding to the non-volatile data are performed without the use of intermediate parameters, such as numbering, so that the retrieval method achieves the intuitive requirement.
  • Step 106 retrieve nonvolatile data according to the calculation result of the base address at the time of writing and the offset and size of the nonvolatile data to be retrieved.
  • step 101 to step 104 are performed again, and the parameters corresponding to the newly added non-volatile data are classified, and then in the original code. Based on the addition of the code line, and initial assignment, then re-compiled the entire tree structure after the change, and burned the results of the compiled link.
  • the device includes: a setting module, a compiling module, a programming module, a computing module, and a retrieval module;
  • the setting module is configured to set the classified non-volatile data into a tree structure, assign a value to a node in the tree, and send the result of setting and assigning to the compiling module;
  • the compiling module is configured to perform a compiling link operation according to a tree structure that has been assigned to the node set by the setting module, and notify the programming module of the result of compiling the link;
  • the programming module is configured to program a result of a compiled link sent by the compiling module, and store a base address when the programming is performed;
  • the calculation module is configured to calculate a offset and a size of the non-volatile data to be retrieved according to a result of the compiled link obtained by programming the programming module and a base address when the programming is performed, and send the calculation result to the retrieval module ;
  • the retrieval module is configured to check according to a base address and a calculation module when the programming module is programmed Non-volatile data is retrieved by calculating the offset and size of the non-volatile data.
  • the apparatus further includes a classification module for classifying the non-volatile data as needed and notifying the setting module of the classification result.
  • the setting module uses the C language when the classified non-volatile data is set to a tree structure; correspondingly,
  • the calculation module calculates the offset and size of the non-volatile data to be retrieved according to the result of the compiled link obtained by the programming module and the base address at the time of programming, specifically:
  • the data offset calculation method offsetof and the data size calculation method sizeof are used to calculate the non-volatile data to be retrieved. Offset and size.
  • the classification module classifies the non-volatile data according to requirements as follows: The non-volatile data is classified according to different application business areas of non-volatile data, or according to different data types of non-volatile data.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

A method for storing and retrieving non-volatile data is disclosed. The method involves: setting the classified non-volatile data as a tree structure and evaluating the nodes of the tree; compiling and linking the tree structure whose nodes have been evaluated, programming the compiled and linked result, and storing the base address for programming; calculating the offset and size of the non-volatile data to be retrieved according to the compiled and linked result and the base address for programming; and retrieving the non-volatile data according to the base address for programming and the calculated result for the offset and size of the non-volatile data to be retrieved. A device for storing and retrieving non-volatile data is also disclosed. With the method and device, the stored non-volatile data can be conveniently extended and deeply nested, the utilization ratio of a storage space is improved, and the retrieving method is intuitive.

Description

一种非易失性数据的存储和检索方法及装置 技术领域  Method and device for storing and retrieving non-volatile data
本发明涉及通信系统中的数据存储技术, 尤其涉及一种非易失性数据 的存储和检索方法及装置。 背景技术  The present invention relates to data storage technologies in communication systems, and more particularly to a method and apparatus for storing and retrieving non-volatile data. Background technique
随着移动通信技术的发展, 终端的更新速度也越来越快, 各终端制造 商为了吸引更多的用户在不断研制具备多种业务功能的终端产品。 终端制 造商在研制过程中借助于终端软件平台进行终端功能的开发, 在开发过程 中将涉及到多种不同种类的非易失性数据, 例如: 终端的出厂参数、 物理 层参数、 通信协议和网络参数等, 细分其数量大概有十万个, 因此, 对终 端非易失性数据的组织管理很重要。  With the development of mobile communication technology, the update speed of terminals is also getting faster and faster. Each terminal manufacturer is constantly developing terminal products with multiple service functions in order to attract more users. The terminal manufacturer develops the terminal functions by means of the terminal software platform during the development process. In the development process, various kinds of non-volatile data are involved, such as: factory parameters of the terminal, physical layer parameters, communication protocols and Network parameters, etc., the number of subdivisions is about 100,000, so it is important to organize the management of non-volatile data of the terminal.
对非易失性数据的组织方法包括: 存储和检索。 目前, 对非易失性数 据的组织方法为: 釆用数组结构进行存储, 釆用 Id索引访问方法进行检 索。 但是, 由于数组自身线性结构的限制, 即: 数组中的每个数据项按照 对应的编号排列, 所述编号按由小到大、 或由大到小顺序排列, 如: 1、 2、 3、 4、 5等等, 如果要在数组中插入或删除数据项, 则需重新对数组中的数 据项进行编号, 因此, 数组中的非易失性数据难以扩展、 移植过程繁瑣、 可嵌套性差; 由于非易失性数据的检索是依据不同数据项对应的编号进行 的, 因此检索方法不够直观; 此外, 非易失性数据存储时数据项的存储空 间大小需相同, 这样, 导致部分数据项对应的存储空间没有得到充分利用, 浪费了很多存储空间, 使得存储空间的利用率不高。 发明内容 Organization methods for non-volatile data include: storage and retrieval. At present, the organization of non-volatile data is as follows: 存储 Array structure is used for storage, and Id index access method is used for retrieval. However, due to the limitation of the linear structure of the array itself, that is, each data item in the array is arranged according to the corresponding number, and the numbers are arranged in order from small to large, or from large to small, such as: 1, 2, 3, 4, 5, etc. If you want to insert or delete data items in the array, you need to re-number the data items in the array. Therefore, the non-volatile data in the array is difficult to expand, the migration process is cumbersome, and the nesting is poor. Since the retrieval of non-volatile data is performed according to the number corresponding to different data items, the retrieval method is not intuitive enough; in addition, the storage space size of the data items in the non-volatile data storage needs to be the same, thus causing partial data items. The corresponding storage space is not fully utilized, and a lot of storage space is wasted, so that the utilization of the storage space is not high. Summary of the invention
有鉴于此, 本发明的主要目的在于提供一种非易失性数据的存储和检 索方法及装置, 使得存储的终端非易失性数据易于扩展、 可深层嵌套, 提 高存储空间利用率, 且检索方法直观。  In view of this, the main object of the present invention is to provide a method and apparatus for storing and retrieving non-volatile data, so that the stored non-volatile data of the terminal is easy to expand, can be deeply nested, and the storage space utilization is improved, and The retrieval method is intuitive.
为达到上述目的, 本发明的技术方案是这样实现的:  In order to achieve the above object, the technical solution of the present invention is achieved as follows:
本发明提出了一种非易失性数据的存储和检索方法, 该方法包括: 将已分类的非易失性数据设置为树形结构, 并对树中节点赋值; 对节点已被赋值的树形结构进行编译链接, 烧写编译链接的结果并存 储烧写时的基地址;  The present invention proposes a method for storing and retrieving non-volatile data, the method comprising: setting the classified non-volatile data to a tree structure, and assigning values to nodes in the tree; The structure is compiled and linked, the result of compiling the link is written, and the base address at the time of programming is stored;
根据编译链接的结果及烧写时的基地址, 计算待检索的非易失性数据 的偏移和大小, 根据烧写时的基地址以及对待检索非易失性数据的偏移和 大小的计算结果检索非易失性数据。  Calculate the offset and size of the non-volatile data to be retrieved according to the result of the compiled link and the base address at the time of programming, and calculate the offset and size according to the base address at the time of programming and the non-volatile data to be retrieved. The result retrieves non-volatile data.
其中, 所述将已分类的非易失性数据设置为树形结构之前, 还包括: 将非易失性数据按需求进行分类。  Before the setting the classified non-volatile data to a tree structure, the method further includes: classifying the non-volatile data according to requirements.
其中, 所述将已分类的非易失性数据设置为树形结构时釆用 C语言; 相应的,  Wherein, when the classified non-volatile data is set to a tree structure, the C language is used; correspondingly,
所述算待检索的非易失性数据的偏移和大小, 为:  The offset and size of the non-volatile data to be retrieved are:
以编译链接的结果及烧写时的基地址为依据, 运用 C语言所提供的数 据偏移的计算方法 offsetof和数据大小的计算方法 sizeof计算待检索的非易 失性数据的偏移和大小。  Based on the result of compiling the link and the base address at the time of writing, the calculation method of the data offset provided by the C language is used. The offsetof and the data size calculation method sizeof calculates the offset and size of the non-volatile data to be retrieved.
上述方案中, 需对所述非易失性数据进行扩展时, 该方法进一步包括: 将新增加的非易失性数据进行分类, 并接入原已设置的树形结构中形成新 的节点, 对整个新的树形结构重新进行编译链接及烧写操作。  In the above solution, when the non-volatile data needs to be expanded, the method further includes: classifying the newly added non-volatile data, and accessing the originally set tree structure to form a new node, Recompile and burn the entire new tree structure.
其中, 所述将非易失性数据按需求进行分类, 为: 按非易失性数据的 不同应用业务领域、 或按非易失性数据的不同数据类型对非易失性数据进 行分类。 Wherein, the non-volatile data is classified according to requirements as follows: according to different application domains of non-volatile data, or non-volatile data according to different data types of non-volatile data Line classification.
本发明还提出了一种非易失性数据的存储和检索装置, 该装置包括: 设置模块、 编译模块、 烧写模块、 计算模块和检索模块; 其中,  The present invention also provides a storage and retrieval device for non-volatile data, the device comprising: a setting module, a compiling module, a programming module, a computing module and a retrieval module;
所述设置模块, 用于将已分类的非易失性数据设置为树形结构, 并对 树中节点赋值, 将设置及赋值的结果发送到编译模块;  The setting module is configured to set the classified non-volatile data into a tree structure, assign a value to a node in the tree, and send the result of setting and assigning to the compiling module;
所述编译模块, 用于根据设置模块所设置的已对其中节点进行赋值的 树形结构执行编译链接操作, 并将编译链接的结果通知烧写模块;  The compiling module is configured to perform a compiling link operation according to a tree structure that has been assigned to the node set by the setting module, and notify the programming module of the result of compiling the link;
所述烧写模块, 用于烧写编译模块所发的编译链接的结果, 并存储烧 写时的基地址;  The programming module is configured to program a result of a compiled link sent by the compiling module, and store a base address when the programming is performed;
所述计算模块, 用于根据烧写模块烧写所得的编译链接的结果以及烧 写时的基地址, 计算待检索的非易失性数据的偏移和大小, 并将计算结果 发送到检索模块;  The calculation module is configured to calculate a offset and a size of the non-volatile data to be retrieved according to a result of the compiled link obtained by programming the programming module and a base address when the programming is performed, and send the calculation result to the retrieval module ;
所述检索模块, 用于根据烧写模块烧写时的基地址和计算模块对待检 索非易失性数据的偏移和大小的计算结果检索非易失性数据。  The retrieval module is configured to retrieve non-volatile data according to a base address when the programming module is programmed and a calculation result of the offset and size of the non-volatile data to be retrieved by the calculation module.
该装置进一步包括分类模块, 用于将非易失性数据按需求进行分类, 并将分类结果通知设置模块。  The apparatus further includes a classification module for classifying the non-volatile data as needed and notifying the setting module of the classification result.
其中 , 所述设置模块将已分类的非易失性数据设置为树形结构时釆用 Wherein, the setting module uses the classified non-volatile data as a tree structure
C语言; 相应的, C language; correspondingly,
所述计算模块计算待检索的非易失性数据的偏移和大小 , 为: 以烧写模块烧写的编译链接的结果及烧写时的基地址为依据, 运用 c 语言所提供的数据偏移的计算方法 offsetof和数据大小的计算方法 sizeof计 算待检索的非易失性数据的偏移和大小。  The calculation module calculates the offset and size of the non-volatile data to be retrieved, and is: based on the result of the compiled link programmed by the programming module and the base address at the time of programming, using the data bias provided by the C language The shift calculation method offsetof and the data size calculation method sizeof calculates the offset and size of the non-volatile data to be retrieved.
上述方案中, 所述分类模块将非易失性数据按需求进行分类, 为: 按 非易失性数据的不同应用业务领域、 或按非易失性数据的不同数据类型对 非易失性数据进行分类。 本发明提供的非易失性数据的存储和检索方法及装置, 将已分类的非 易失性数据设置为树形结构, 并对树中节点赋值; 对节点已被赋值的树形 结构进行编译链接, 烧写编译链接的结果并存储烧写时的基地址; 根据编 译链接的结果及烧写时的基地址计算待检索的非易失性数据的偏移和大 小, 根据烧写时的基地址和对待检索非易失性数据的偏移和大小的计算结 果检索非易失性数据。 本发明中的非易失性数据设置为树形结构, 如要增 加树形结构中某一层的分支或增加树形结构的层数, 只需增加相应的代码 行即可, 而不需修改原有代码, 相对数组结构来说易于扩展和深层嵌套。 In the above solution, the classification module classifies the non-volatile data according to requirements, as follows: according to different application domains of non-volatile data, or non-volatile data according to different data types of non-volatile data. sort. The method and device for storing and retrieving non-volatile data provided by the present invention sets the classified non-volatile data into a tree structure and assigns values to nodes in the tree; compiles the tree structure in which the nodes have been assigned Linking, compiling the result of compiling the link and storing the base address at the time of programming; calculating the offset and size of the non-volatile data to be retrieved according to the result of the compiled link and the base address at the time of writing, according to the base at the time of writing The address and the result of the calculation of the offset and size of the non-volatile data to be retrieved retrieve the non-volatile data. The non-volatile data in the present invention is set to a tree structure. If the branch of a certain layer in the tree structure is added or the number of layers of the tree structure is increased, the corresponding code line can be added without modification. The original code is easy to extend and deeply nested relative to the array structure.
此外, 非易失性数据的存储过程中, 由于树形结构中的不同节点对应 的存储空间大小可以不相同, 节点的大小与存储空间的大小一致, 因此节 省了存储空间, 利用率得到了提高; 此外, 检索过程是以非易失性数据对 应的参数名称为依据进行的, 因此检索方法相对现有技术具有良好的直观 性。 附图说明  In addition, in the storage process of non-volatile data, since the storage space corresponding to different nodes in the tree structure may be different, the size of the node is consistent with the size of the storage space, thereby saving storage space and improving utilization. In addition, the retrieval process is based on the parameter names corresponding to the non-volatile data, so the retrieval method has good intuitiveness with respect to the prior art. DRAWINGS
图 1为本发明非易失性数据的存储和检索方法实现流程示意图; 图 2为各非易失性数据组成的树形结构示意图;  1 is a schematic diagram showing the implementation of a method for storing and retrieving non-volatile data according to the present invention; FIG. 2 is a schematic diagram showing a tree structure of each non-volatile data;
图 3为编译链接所得的树形结构中各节点的存储布局结构示意图; 图 4为本发明非易失性数据的存储和检索装置结构示意图。 具体实施方式  3 is a schematic diagram showing the storage layout structure of each node in the tree structure obtained by compiling the link; FIG. 4 is a schematic structural diagram of the storage and retrieval device of the nonvolatile data according to the present invention. detailed description
本发明的基本思想是: 将已分类的非易失性数据设置为树形结构, 并 对树中节点赋值; 对节点已被赋值的树形结构进行编译链接, 烧写编译链 接的结果并存储烧写时的基地址; 根据编译链接的结果及烧写时的基地址 计算待检索的非易失性数据的偏移和大小, 根据烧写时的基地址以及对待 检索非易失性数据的偏移和大小的计算结果检索非易失性数据。 本发明方案在实施过程中所釆用的编译语言可为: C、 VB或 Java等; 对于不同的设备所述非易失性数据可为不同种类, 如: 终端非易失性数据、 或测控设备非易失性数据等。 The basic idea of the present invention is: setting the classified non-volatile data into a tree structure, and assigning values to the nodes in the tree; compiling and linking the tree structure whose nodes have been assigned, burning the results of the compiled links and storing The base address at the time of programming; calculating the offset and size of the non-volatile data to be retrieved according to the result of the compiled link and the base address at the time of writing, according to the base address at the time of writing and the non-volatile data to be retrieved The calculation of the offset and size retrieves non-volatile data. The compiled language used in the implementation of the solution of the present invention may be: C, VB or Java, etc. The non-volatile data may be of different types for different devices, such as: terminal non-volatile data, or measurement and control Device non-volatile data, etc.
下面以编译语言为 c, 非易失性数据为终端非易失性数据为例对本发 明作进一步详细说明。  The following description will further explain the present invention by taking the compiled language as c and the non-volatile data as the terminal non-volatile data as an example.
图 1为本发明非易失性数据的存储和检索方法实现流程示意图,如图 1 所示, 该流程包括以下步骤:  FIG. 1 is a schematic flowchart showing the implementation of a method for storing and retrieving non-volatile data according to the present invention. As shown in FIG. 1, the process includes the following steps:
步骤 101 : 将非易失性数据按需求进行分类;  Step 101: classify non-volatile data according to requirements;
这里, 可按非易失性数据的不同应用业务领域、 或按非易失性数据的 不同数据类型等需求对终端非易失性数据进行分类, 例如: 如果按非易失 性数据的不同数据类型进行分类, 方法可为: 将终端非易失性数据对应的 参数分为只读参数和可读写参数;所述只读参数又分为校准参数 CLIB和固 定参数 FIXED等, 用于对终端功能参数进行校准; 将所述可读写参数又分 为 MMI参数、 AFC参数、 RTC参数及 CSD参数等, 用于表示终端的不同 功能特性。  Here, the non-volatile data of the terminal can be classified according to different application business fields of non-volatile data, or different data types of non-volatile data, for example: if different data according to non-volatile data For classifying, the method may be: dividing the parameter corresponding to the non-volatile data of the terminal into a read-only parameter and a read-write parameter; the read-only parameter is further divided into a calibration parameter CLIB and a fixed parameter FIXED, etc., for the terminal The function parameters are calibrated; the readable and writable parameters are further divided into MMI parameters, AFC parameters, RTC parameters, and CSD parameters, etc., which are used to indicate different functional characteristics of the terminal.
步骤 102: 设置已分类的非易失性数据树的结构;  Step 102: Set a structure of the classified non-volatile data tree;
具体为: 釆用 C语言的数据结构 (struct ) 的设置方式将已分类的非易 失性数据设置为树形结构, 可用伪代码表示如下:  Specifically: 设置 Use the C language data structure (struct) setting method to set the classified non-volatile data to a tree structure, which can be represented by pseudo code as follows:
首先, 设置树形结构根节点下的第一层, 这里, 根节点 nv_param下的 第一层包括两个节点, 分别为: 非易失性数据中的可读写参数 nv— dynamic 和非易失性数据中的只读参数 nv— static , 代码为:  First, set the first layer under the root node of the tree structure. Here, the first layer under the root node nv_param includes two nodes, which are: read-write parameters nv-dynamic and non-volatile in non-volatile data. The read-only parameter nv_ static in the sex data, the code is:
Struct nv_param  Struct nv_param
{  {
nv— static; /* read only parameters */  Nv— static; /* read only parameters */
nv— dynamic; /* read/write parameters */ 这里, 所述根节点 nv_param, 表示所设置树形结构中的任一节点为非 易失性数据。 Nv— dynamic; /* read/write parameters */ Here, the root node nv_param indicates that any one of the set tree structures is non-volatile data.
再设置树形结构的第二层, 即第一层节点 nv— static和 nv— dynamic下的 分支,第一层节点 nv— static下的分支包括三个节点,分别为:校准参数 clib、 空余空间参数 spare和固定参数 fixed, 代码为:  Then set the second layer of the tree structure, that is, the branch of the first layer node nv-static and nv-dynamic, the branch of the first layer node nv-static includes three nodes, respectively: calibration parameter clib, free space The parameter spare and the fixed parameter fixed, the code is:
Struct nv— static  Struct nv— static
{  {
clib; /* Calibration parameters */  Clib; /* Calibration parameters */
spare; /* Spare area */  Spare; /* Spare area */
fixed; /* Fixed parameters */  Fixed; /* Fixed parameters */
第一层节点 nv— dynamic下的分支包括四个节点, 分别为: 界面接入参 数 mmi、 自动屏蔽控制参数 afc、 实时传输控制参数 rtc和 csd, 代码为: Struct nv— dynamic The first layer node nv-dynamic branch includes four nodes, namely: interface access parameter mmi, automatic mask control parameter afc, real-time transmission control parameters rtc and csd, code: Struct nv- dynamic
{  {
mmi; /* mmi parameters */  Mmi; /* mmi parameters */
afc; /* afc parameters */  Afc; /* afc parameters */
rtc; /* rtc parameters */  Rtc; /* rtc parameters */
csd; /* csd parameters */  Csd; /* csd parameters */
} }
这里, 从根节点开始逐层设置非易失性数据树的结构, 所生成的树形 结构如图 2所示, 可以看出, 如果要增加树形结构中某一层的分支或增加 树形结构的层数, 只需增加相应的代码行即可, 不需修改原有代码。  Here, the structure of the nonvolatile data tree is set layer by layer from the root node, and the generated tree structure is as shown in FIG. 2, and it can be seen that if a branch of a certain layer in the tree structure is to be added or a tree is added The number of layers in the structure, just add the corresponding line of code, no need to modify the original code.
步骤 103: 对设置的非易失性数据树中的节点进行赋值;  Step 103: Assign a value to a node in the set non-volatile data tree;
具体为: 对非易失性数据组成的树形结构中的每个节点进行初始化赋 值, 即: 分别为树形结构中的每个节点赋初始值, 在树形结构中每个节点 的对应位置写入相应的非易失性数据。 Specifically: Initializing each node in the tree structure composed of non-volatile data Values, ie: initial values are assigned to each node in the tree structure, and corresponding non-volatile data is written in the corresponding position of each node in the tree structure.
这里, 根据节点设置的不同, 所述初始值在终端的应用过程中可固定 不变也可根据实际应用进行相应修改。  Here, according to different node settings, the initial value may be fixed in the application process of the terminal or may be modified according to the actual application.
步骤 104: 对节点已被赋值的树形结构进行编译链接, 烧写编译链接的 结果并存储烧写时的基地址;  Step 104: Compiling and linking the tree structure whose node has been assigned, burning the result of compiling the link and storing the base address at the time of programming;
具体为: 树形结构设置及赋值完成后开始运行代码, C 语言编译器对 生成的树形结构进行编译链接, 得到树形结构中各节点的存储布局, 此时, 经编译链接所得的存储布局存储于内存中, 需将所述存储布局烧写到非易 失性存储器, 如: 可擦除可编程只读内存(EPROM )或闪存(flash ) 中, 即: 从 EPROM或 flash的某个位置开始烧写树形结构中所有非易失性数据 的节点, 其中, 所述 EPROM或 flash的某个位置, 即为烧写时的基地址、 或称为首地址, 存储该基地址以便后续检索过程中使用。  Specifically: After the tree structure is set and the assignment is completed, the code is started, and the C compiler compiles and links the generated tree structure to obtain the storage layout of each node in the tree structure. At this time, the storage layout obtained by compiling the link Stored in the memory, the memory layout needs to be programmed into a non-volatile memory, such as: Erasable Programmable Read Only Memory (EPROM) or Flash (flash), ie: from a location in the EPROM or flash Starting to burn all the nodes of the non-volatile data in the tree structure, wherein a certain position of the EPROM or flash, that is, a base address at the time of programming, or a first address, stores the base address for subsequent retrieval process Used in.
图 3 为编译链接所得的树形结构中各节点的存储布局, 可以看出, 不 同的节点对应的存储空间大小也不相同, 节点的大小与存储空间的大小一 致, 即: 节点较大时, 对应较大的存储空间, 节点较小时, 对应较小的存 储空间, 因此存储空间利用率高。  Figure 3 shows the storage layout of each node in the tree structure obtained by compiling the link. It can be seen that the storage space size of different nodes is also different. The size of the node is the same as the size of the storage space, that is: when the node is large, Corresponding to a large storage space, when the node is small, it corresponds to a small storage space, so the storage space utilization is high.
这里, 所述 C语言编译器的编译链接过程和所述的烧写过程为现有技 术, 不再进一步详述。  Here, the compiling link process and the programming process of the C language compiler are prior art and will not be described in further detail.
步骤 105:根据编译链接的结果及烧写时的基地址计算待检索的非易失 性数据的偏移和大小;  Step 105: Calculate the offset and size of the non-volatile data to be retrieved according to the result of the compiled link and the base address at the time of writing;
具体为: 如果要检索某个非易失性数据, 可将待检索的非易失性数据 对应的参数名称, 如: spare通知编译器, 之后编译器结合编译链接所得的 树形结构中各节点的存储布局和烧写时的基地址, 运用 C语言所提供的数 据大小的计算方法 sizeof和数据偏移的计算方法 offsetof计算非易失性数据 spare的大小和偏移。关于 sizeof和 offsetof两种算法的具体实现过程为现有 技术, 这里不再详述。 Specifically: if a certain non-volatile data is to be retrieved, the parameter name corresponding to the non-volatile data to be retrieved, such as: spare, is notified to the compiler, and then the compiler combines the nodes in the tree structure obtained by compiling the link. Storage layout and base address when programming, using the data size calculation method provided by C language sizeof and data offset calculation method offsetof calculation of non-volatile data Spare size and offset. The specific implementation process of the two methods of sizeof and offsetof is prior art, and will not be described in detail herein.
这里可以看出, 本发明在对非易失性数据进行检索的过程中, 只需将 待检索的非易失性数据对应的参数名称通知编译器实现后续的检索操作, 即: 检索操作是依据非易失性数据对应的参数名称进行的, 没有借助中间 参数, 如编号执行检索操作, 因此检索方法达到了直观性要求。  It can be seen that, in the process of searching for non-volatile data, the parameter name corresponding to the non-volatile data to be retrieved is notified to the compiler to implement subsequent retrieval operations, that is, the retrieval operation is based on The parameter names corresponding to the non-volatile data are performed without the use of intermediate parameters, such as numbering, so that the retrieval method achieves the intuitive requirement.
步骤 106:根据烧写时的基地址和对待检索非易失性数据的偏移和大小 的计算结果检索非易失性数据。  Step 106: Retrieve nonvolatile data according to the calculation result of the base address at the time of writing and the offset and size of the nonvolatile data to be retrieved.
这里, 如果要对原有的非易失性数据进行调整, 如: 扩展等, 则重新 执行步骤 101至步骤 104, 将新增加的非易失性数据对应的参数进行分类, 之后在原有代码的基础上增加代码行, 并进行初始化赋值, 再对更改后的 整个树形结构重新进行编译链接, 并烧写编译链接的结果。  Here, if the original non-volatile data is to be adjusted, such as: expansion, etc., step 101 to step 104 are performed again, and the parameters corresponding to the newly added non-volatile data are classified, and then in the original code. Based on the addition of the code line, and initial assignment, then re-compiled the entire tree structure after the change, and burned the results of the compiled link.
图 4为本发明非易失性数据的存储和检索装置结构示意图, 如图 4所 示, 该装置包括: 设置模块、 编译模块、 烧写模块、 计算模块和检索模块; 其中,  4 is a schematic structural diagram of a non-volatile data storage and retrieval device according to the present invention. As shown in FIG. 4, the device includes: a setting module, a compiling module, a programming module, a computing module, and a retrieval module;
所述设置模块, 用于将已分类的非易失性数据设置为树形结构, 并对 树中节点赋值, 将设置及赋值的结果发送到编译模块;  The setting module is configured to set the classified non-volatile data into a tree structure, assign a value to a node in the tree, and send the result of setting and assigning to the compiling module;
所述编译模块, 用于根据设置模块所设置的已对其中节点进行赋值的 树形结构执行编译链接操作, 并将编译链接的结果通知烧写模块;  The compiling module is configured to perform a compiling link operation according to a tree structure that has been assigned to the node set by the setting module, and notify the programming module of the result of compiling the link;
所述烧写模块, 用于烧写编译模块所发的编译链接的结果, 并存储烧 写时的基地址;  The programming module is configured to program a result of a compiled link sent by the compiling module, and store a base address when the programming is performed;
所述计算模块, 用于根据烧写模块烧写所得的编译链接的结果以及烧 写时的基地址, 计算待检索的非易失性数据的偏移和大小, 并将计算结果 发送到检索模块;  The calculation module is configured to calculate a offset and a size of the non-volatile data to be retrieved according to a result of the compiled link obtained by programming the programming module and a base address when the programming is performed, and send the calculation result to the retrieval module ;
所述检索模块, 用于根据烧写模块烧写时的基地址和计算模块对待检 索非易失性数据的偏移和大小的计算结果检索非易失性数据。 The retrieval module is configured to check according to a base address and a calculation module when the programming module is programmed Non-volatile data is retrieved by calculating the offset and size of the non-volatile data.
该装置进一步包括分类模块, 用于将非易失性数据按需求进行分类, 并将分类结果通知设置模块。  The apparatus further includes a classification module for classifying the non-volatile data as needed and notifying the setting module of the classification result.
所述设置模块将已分类的非易失性数据设置为树形结构时釆用 C 语 言; 相应的,  The setting module uses the C language when the classified non-volatile data is set to a tree structure; correspondingly,
所述计算模块根据烧写模块烧写所得的编译链接的结果以及烧写时的 基地址, 计算待检索的非易失性数据的偏移和大小, 具体为:  The calculation module calculates the offset and size of the non-volatile data to be retrieved according to the result of the compiled link obtained by the programming module and the base address at the time of programming, specifically:
以烧写模块烧写的编译链接的结果及烧写时的基地址为依据, 运用 c 语言所提供的数据偏移的计算方法 offsetof和数据大小的计算方法 sizeof计 算待检索的非易失性数据的偏移和大小。  Based on the result of the compiled link programmed by the programming module and the base address at the time of programming, the data offset calculation method offsetof and the data size calculation method sizeof are used to calculate the non-volatile data to be retrieved. Offset and size.
所述分类模块将非易失性数据按需求进行分类, 为: 按非易失性数据 的不同应用业务领域、 或按非易失性数据的不同数据类型对非易失性数据 进行分类。  The classification module classifies the non-volatile data according to requirements as follows: The non-volatile data is classified according to different application business areas of non-volatile data, or according to different data types of non-volatile data.
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围, 凡在本发明的精神和原则之内所作的任何修改、 等同替换和改进 等, 均应包含在本发明的保护范围之内。  The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included. Within the scope of protection of the present invention.

Claims

权利要求书 Claim
1、 一种非易失性数据的存储和检索方法, 其特征在于, 该方法包括: 将已分类的非易失性数据设置为树形结构, 并对树中节点赋值; 对节点已被赋值的树形结构进行编译链接, 烧写编译链接的结果并存 储烧写时的基地址;  A method for storing and retrieving non-volatile data, the method comprising: setting the classified non-volatile data to a tree structure, and assigning values to nodes in the tree; The tree structure compiles the link, burns the result of compiling the link and stores the base address at the time of programming;
根据编译链接的结果及烧写时的基地址, 计算待检索的非易失性数据 的偏移和大小, 根据烧写时的基地址以及对待检索非易失性数据的偏移和 大小的计算结果检索非易失性数据。  Calculate the offset and size of the non-volatile data to be retrieved according to the result of the compiled link and the base address at the time of programming, and calculate the offset and size according to the base address at the time of programming and the non-volatile data to be retrieved. The result retrieves non-volatile data.
2、 根据权利要求 1所述的非易失性数据的存储和检索方法, 其特征在 于, 所述将已分类的非易失性数据设置为树形结构之前, 该方法还包括: 将非易失性数据按需求进行分类。  2. The method of storing and retrieving non-volatile data according to claim 1, wherein before the setting the classified non-volatile data to a tree structure, the method further comprises: Loss data is classified on demand.
3、 根据权利要求 1或 2所述的非易失性数据的存储和检索方法, 其特 征在于, 所述将已分类的非易失性数据设置为树形结构时釆用 C语言; 相应的, 所述计算待检索的非易失性数据的偏移和大小, 为: 以编译链接的结果及烧写时的基地址为依据, 运用 C语言所提供的数 据偏移的计算方法 offsetof和数据大小的计算方法 sizeof, 计算待检索的非 易失性数据的偏移和大小。  The method for storing and retrieving non-volatile data according to claim 1 or 2, wherein the C language is used when the classified non-volatile data is set to a tree structure; The calculating the offset and size of the non-volatile data to be retrieved is: based on the result of compiling the link and the base address at the time of writing, using the data offset calculation method offsetof and data provided by the C language The size calculation method sizeof, calculates the offset and size of the non-volatile data to be retrieved.
4、 根据权利要求 2所述的非易失性数据的存储和检索方法, 其特征在 于, 需对所述非易失性数据进行扩展时, 该方法进一步包括:  The method of storing and retrieving non-volatile data according to claim 2, wherein when the non-volatile data needs to be expanded, the method further comprises:
将新增加的非易失性数据进行分类, 并接入原已设置的树形结构中形 成新的节点, 对整个新的树形结构重新进行编译链接及烧写操作。  The newly added non-volatile data is classified, and a new node is formed in the previously set tree structure, and the entire new tree structure is recompiled and burned.
5、 根据权利要求 2或 4所述的非易失性数据的存储和检索方法, 其特 征在于, 所述将非易失性数据按需求进行分类为: 按非易失性数据的不同 应用业务领域、 或按非易失性数据的不同数据类型对非易失性数据进行分 类。 The method for storing and retrieving non-volatile data according to claim 2 or 4, wherein the non-volatile data is classified as required as follows: different application services according to non-volatile data Non-volatile data is classified by domain, or by different data types of non-volatile data.
6、 一种非易失性数据的存储和检索装置, 其特征在于, 该装置包括: 设置模块、 编译模块、 烧写模块、 计算模块和检索模块; 其中, 6. A device for storing and retrieving non-volatile data, the device comprising: a setting module, a compiling module, a programming module, a computing module, and a retrieval module; wherein
所述设置模块, 用于将已分类的非易失性数据设置为树形结构, 并对 树中节点赋值, 将设置及赋值的结果发送到编译模块;  The setting module is configured to set the classified non-volatile data into a tree structure, assign a value to a node in the tree, and send the result of setting and assigning to the compiling module;
所述编译模块, 用于根据设置模块所设置的已对其中节点进行赋值的 树形结构执行编译链接操作, 并将编译链接的结果通知烧写模块;  The compiling module is configured to perform a compiling link operation according to a tree structure that has been assigned to the node set by the setting module, and notify the programming module of the result of compiling the link;
所述烧写模块, 用于烧写编译模块所发的编译链接的结果, 并存储烧 写时的基地址;  The programming module is configured to program a result of a compiled link sent by the compiling module, and store a base address when the programming is performed;
所述计算模块, 用于根据烧写模块烧写所得的编译链接的结果以及烧 写时的基地址, 计算待检索的非易失性数据的偏移和大小, 并将计算结果 发送到检索模块;  The calculation module is configured to calculate a offset and a size of the non-volatile data to be retrieved according to a result of the compiled link obtained by programming the programming module and a base address when the programming is performed, and send the calculation result to the retrieval module ;
所述检索模块, 用于根据烧写模块烧写时的基地址和计算模块对待检 索非易失性数据的偏移和大小的计算结果检索非易失性数据。  The retrieval module is configured to retrieve non-volatile data according to a base address when the programming module is programmed and a calculation result of the offset and size of the non-volatile data to be retrieved by the calculation module.
7、 根据权利要求 6所述的非易失性数据的存储和检索装置, 其特征在 于, 该装置进一步包括分类模块, 用于将非易失性数据按需求进行分类, 并将分类结果通知设置模块。  7. The apparatus for storing and retrieving non-volatile data according to claim 6, wherein the apparatus further comprises a classification module for classifying the non-volatile data according to requirements, and notifying the classification result. Module.
8、 根据权利要求 6或 7所述的非易失性数据的存储和检索装置, 其特 征在于, 所述设置模块将已分类的非易失性数据设置为树形结构时釆用 C 语言; 相应的,  The apparatus for storing and retrieving non-volatile data according to claim 6 or 7, wherein the setting module uses the C language when the classified non-volatile data is set to a tree structure; corresponding,
所述计算模块计算待检索的非易失性数据的偏移和大小 , 为: 以烧写模块烧写的编译链接的结果及烧写时的基地址为依据, 运用 c 语言所提供的数据偏移的计算方法 offsetof和数据大小的计算方法 sizeof计 算待检索的非易失性数据的偏移和大小。  The calculation module calculates the offset and size of the non-volatile data to be retrieved, and is: based on the result of the compiled link programmed by the programming module and the base address at the time of programming, using the data bias provided by the C language The shift calculation method offsetof and the data size calculation method sizeof calculates the offset and size of the non-volatile data to be retrieved.
9、 根据权利要求 7所述的非易失性数据的存储和检索装置, 其特征在 于, 所述分类模块将非易失性数据按需求进行分类为: 按非易失性数据的 不同应用业务领域、 或按非易失性数据的不同数据类型对非易失性数据进 行分类。 9. The apparatus for storing and retrieving non-volatile data according to claim 7, wherein the classification module classifies the non-volatile data as required as: Non-volatile data is categorized by different application business areas, or by different data types of non-volatile data.
PCT/CN2010/075939 2009-09-16 2010-08-12 Method and device for storing and retrieving non-volatile data WO2011032443A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2009101718780A CN101650689B (en) 2009-09-16 2009-09-16 Nonvolatile data storage and search method and device
CN200910171878.0 2009-09-16

Publications (1)

Publication Number Publication Date
WO2011032443A1 true WO2011032443A1 (en) 2011-03-24

Family

ID=41672928

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/075939 WO2011032443A1 (en) 2009-09-16 2010-08-12 Method and device for storing and retrieving non-volatile data

Country Status (2)

Country Link
CN (1) CN101650689B (en)
WO (1) WO2011032443A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101650689B (en) * 2009-09-16 2011-10-26 中兴通讯股份有限公司 Nonvolatile data storage and search method and device
US9734117B2 (en) * 2015-01-26 2017-08-15 Western Digital Technologies, Inc. Data storage device and method for integrated bridge firmware to be retrieved from a storage system on chip (SOC)
CN106911403B (en) * 2015-12-23 2020-06-19 辰芯科技有限公司 Calibration method and device for mobile terminal
CN114706946B (en) * 2022-03-28 2023-05-26 广州万辉信息科技有限公司 Trademark category retrieval platform and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004151939A (en) * 2002-10-30 2004-05-27 Matsushita Electric Ind Co Ltd Storage device
US20080244210A1 (en) * 2007-03-30 2008-10-02 Oracle International Corporation Eliminating fragmentation with buddy-tree allocation
CN101339538A (en) * 2007-07-04 2009-01-07 三星电子株式会社 Data tree storage methods, systems and computer program products using page structure
CN101650689A (en) * 2009-09-16 2010-02-17 中兴通讯股份有限公司 Nonvolatile data storage and search method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004151939A (en) * 2002-10-30 2004-05-27 Matsushita Electric Ind Co Ltd Storage device
US20080244210A1 (en) * 2007-03-30 2008-10-02 Oracle International Corporation Eliminating fragmentation with buddy-tree allocation
CN101339538A (en) * 2007-07-04 2009-01-07 三星电子株式会社 Data tree storage methods, systems and computer program products using page structure
CN101650689A (en) * 2009-09-16 2010-02-17 中兴通讯股份有限公司 Nonvolatile data storage and search method and device

Also Published As

Publication number Publication date
CN101650689A (en) 2010-02-17
CN101650689B (en) 2011-10-26

Similar Documents

Publication Publication Date Title
KR102154757B1 (en) Callpath finder
CN112286779B (en) Test task processing method and device, storage medium and computer equipment
US20220179642A1 (en) Software code change method and apparatus
JP2005293578A (en) Test case inheritance controlled via attribute
CN102339219A (en) System and method for supporting object-oriented script tool
US10949385B2 (en) Hybrid metadata and folder based file access
CN104423961A (en) Method and system for generating testing script
CN112506518B (en) Compiling method and device based on configuration file
CN106095501A (en) A kind of application section arranging method and device
CN112380130A (en) Application testing method and device based on call dependency relationship
WO2011032443A1 (en) Method and device for storing and retrieving non-volatile data
CN110162464A (en) Mcok test method and system, electronic equipment and readable storage medium storing program for executing
CN111949529B (en) System debugging method, device, computer equipment and storage medium
CN103617055B (en) A kind of method, apparatus and browser for starting application program in a browser
CN111045780A (en) Application migration method suitable for cross-kubernets cluster
CN110825395B (en) Multi-plug-in layered deployment system, device and medium
CN113392068A (en) Data processing method, device and system
CN108694049B (en) Method and equipment for updating software
CN104166541A (en) Method and device for updating measured control library
JP2005044011A (en) Software package management method
CN114997111B (en) Service processing method, device, computer equipment and storage medium
CN106202523A (en) Page authoring method and device
CN105930431A (en) Method, device and system for accessing database
JP2011511987A (en) Binding iteration components
CN110019034A (en) Formfile loading method and device

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: 10816647

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: 10816647

Country of ref document: EP

Kind code of ref document: A1