CN101324903A - Method for changing circulation file into circulation linear file and access operation method thereof - Google Patents

Method for changing circulation file into circulation linear file and access operation method thereof Download PDF

Info

Publication number
CN101324903A
CN101324903A CNA200810142554XA CN200810142554A CN101324903A CN 101324903 A CN101324903 A CN 101324903A CN A200810142554X A CNA200810142554X A CN A200810142554XA CN 200810142554 A CN200810142554 A CN 200810142554A CN 101324903 A CN101324903 A CN 101324903A
Authority
CN
China
Prior art keywords
file
data
circular
circulation
read
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CNA200810142554XA
Other languages
Chinese (zh)
Other versions
CN101324903B (en
Inventor
罗金华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Coship Electronics Co Ltd
Original Assignee
Shenzhen Coship Electronics Co Ltd
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 Shenzhen Coship Electronics Co Ltd filed Critical Shenzhen Coship Electronics Co Ltd
Priority to CN 200810142554 priority Critical patent/CN101324903B/en
Publication of CN101324903A publication Critical patent/CN101324903A/en
Application granted granted Critical
Publication of CN101324903B publication Critical patent/CN101324903B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a method for converting a circular file into a circular linear file, and an accessing operation method thereof. The method is suitable for the computer field. The method comprises the following steps: whether the effective starting position of the data of the circular file is equal to zero or not is determined; if the effective starting position of the data is not equal to zero, the effective starting position of the data and the size of the circular file are recorded; the effective starting position of the data and the size of the circular file are preserved under the identical path of the circular file, and the circular file is arranged into a circular linear file. In the embodiment of the invention, through recording the data storage structure of the circular file, the circular file is converted into the circular linear file, and then the circular linear file is accessed and operated through the corresponding linear method, therefore, the problem that the circular file is converted into the circular linear file to cause excessively long conversion time when the circular file is excessively large can be effectively avoided, and the purpose that the circular file is rapidly converted into the circular linear file is achieved.

Description

A kind of circular file changes linear document method of circulation and accessing operation method thereof
Technical field
The invention belongs to computer realm, relating in particular to a kind of circular file changes linear document method of circulation and accessing operation method thereof.
Background technology
In computer system, stream file is defined by the set of one section program or data, therefore, from its purposes, stream file also is a kind of storage space of store historical data, the file of two kinds of common form is arranged usually, i.e. circular file and linear file in Computer Storage.
Circular file: fixed size is arranged, prescribe a time limit when file size reaches, the data that write the earliest in the data overlay file that newly writes keep file size constant, but write with the file infinite loop that realizes fixed size.
Linear file: do not have maxsize, along with writing of new data, file size is linear to be increased.
Data write realizes circular file in proper order in the file by changing, the circular file new data is write fashionable, if writing position has arrived the end position of file, then skip to file beginning position and continue to write (also being that circular file is write wraparound), the data organization mode of writing the file after the wraparound becomes nonlinear, the characteristics of non-linear file be write the earliest position in the file of data after writing wraparound of file be not file open the beginning position.In circular file, the data that write at first position hereof is called the effective starting position of data (DataStartPos) of circular file, for example, after writing wraparound, the 512Byte data that newly write have override file and have opened the data with existing of beginning position, and then this effective starting position of round-robin data is 512.
The difference of circular file and linear file is: linear file be data in the file for linear, the data that promptly write more earlier position hereof is more little, the data position hereof that writes after more is big more; And after circular file write wraparound, the data of file inside were non-linear, and the data that write after the wraparound start the position hereof
In the prior art, the method that general circular file changes linear file is that the data of file are recombinated, the data that write after the wraparound are moved to end of file, data recombination in the file is linear, but the shortcoming of this method clearly, if circular file is very big, the data of circular file are recombinated (promptly being converted to linear file) with consuming time very long.
Summary of the invention
The purpose of the embodiment of the invention is to provide a kind of circular file to change the linear document method of circulation, is intended to solve in the prior art when circular file is converted to linear file, if data recombination problem very consuming time when circular file is bigger.
The embodiment of the invention is achieved in that a kind of circular file changes the linear document method of circulation, and described method comprises the steps:
Whether equal zero the effective starting position of data of judging circular file;
If the effective starting position of described data is not equal to zero, then the size of effective starting position of record data and circular file;
The size of effective starting position of data and circular file is saved under the same path of this circular file, and described circular file is set to the linear file that circulates.
Another purpose of the embodiment of the invention is to provide a kind of accessing operation method of above-mentioned circulation linear file,
When obtaining the access pointer position, described method comprises the steps:
Obtain the position of file pointer in the circulation linear file;
Whether the physical location of judging file pointer is less than the effective starting position of data;
If the physical location of described file pointer, judges then that whether the physical location of file pointer is less than circular file size in the circulation linear file greater than the effective starting position of data;
If described file pointer physical location is greater than circular file size in the circulation linear file, then obtain the position of file pointer in the circulation linear file, and return the position of described file pointer in the circulation linear file, the position of described file pointer in the circulation linear file equals the physical location of file pointer;
When reading file, said method comprising the steps of:
From the circulation linear file, read in the buffer memory that the data that need read flow to appointment, and the current read pointer position that obtains the circulation linear file;
Judge whether to have read the effective starting position of data;
If do not read the effective starting position of data, then continued to judge whether to read the loop ends position of circulation linear file;
If do not read the loop ends position of described circulation linear file, then continue to have judged whether to read the end of circular file;
If do not read the end of circulation linear file, then read the data that current needs read and be filled into the buffer memory of appointment from the current location of circulation linear file;
When written document, described method is write for directly appending at the end of circulation linear file;
When document alignment was operated, described method comprised the steps:
The locating file pointer needs the position of locating in the circulation linear file;
Judge whether the position that needs the location is arrived between the cyclic part end position, if then be positioned to the cyclic part wraparound forward part of circulation linear file in the effective starting position of data;
Otherwise whether the position that judge to need the location greater than the size of circular file loop body, if then be positioned to the part after the cyclic part wraparound of circulation linear file, otherwise the locating file pointer position is to the revised position that needs the location.
In embodiments of the present invention, data store organisation by the record circular file, circular file is converted to the circulation linear file, then should the circulation linear file by corresponding linear method accessing operation, thereby effectively avoided because of circular file when excessive, long problem switching time that circular file is converted to linear file and brings has reached the purpose that circular file converts linear file fast to.
Description of drawings
Fig. 1 is the composition synoptic diagram of the stream file that provides of the embodiment of the invention;
Fig. 2 is that the circular file that the embodiment of the invention provides changes the linear document method process flow diagram of circulation;
Fig. 3 is the acquisition methods realization flow figure of the access pointer position of the circulation linear file that provides of the embodiment of the invention;
Fig. 4 be the circulation linear file that provides of the embodiment of the invention read document method realization flow figure;
Fig. 5 is the localization method realization flow figure of the circulation linear file that provides of the embodiment of the invention.
Embodiment
In order to make purpose of the present invention, technical scheme and advantage clearer,, the present invention is further elaborated below in conjunction with drawings and Examples.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
In embodiments of the present invention, data store organisation by the record circular file, circular file is converted to the circulation linear file, then should the circulation linear file by corresponding linear method accessing operation, thereby effectively avoided because of circular file when excessive, long problem switching time that circular file is converted to linear file and brings has reached the purpose that circular file converts linear file fast to.
As shown in Figure 1, the file that shows several files in stream media involved in the embodiment of the invention is formed synoptic diagram, A represents linear file, B represents circular file, C represents the linear file that circulates, the circulation linear file is a kind of file between circular file and linear file, and the data organization mode of circulation linear file also is non-linear, but its method of operating is consistent with linear file.
In the circulation linear file:
1 starting position (also be 2 end position) is called the effective starting position of data (DataStartPos);
1 and the 2 common cyclic parts of forming the circular route file, 3 are the linear segment of circulation linear file;
1 is the part before the wraparound of circulation linear file;
2 are the part after the wraparound of circulation linear file.
Wherein, the order of 1,2,3 expression data storage, the growing direction of file when the direction of arrow is represented to write data.
The circular file that Fig. 2 shows the embodiment of the invention to be provided changes the realization flow of linear file method, and details are as follows:
In step S201, judge whether the effective starting position of data (DataStartPos) of circular file equals zero, if not, execution in step S204, if, execution in step S202.
In step S202, the size (CircleSize) of effective starting position of record data (DataStartPos) and circular file.
In this step, if the effective starting position of data (DataStartPos) is not equal to zero, illustrate that then this circular file write wraparound, then obtain the effective starting position of data (DataStartPos) of this circular file and the size (CircleSize) and the record of circular file.As shown in Figure 1, this moment, DataStartPos changed, was not equal to 0.
In step S203, close this circular file, the size (CircleSize) of effective starting position of data (DataStartPos) and circular file is saved under the same path of this circular file, this circular file is set to the linear file that circulates.
As one embodiment of the present of invention, DataStartPos and CircleSize by the record circular file, the data store organisation that is about to circular file is noted, in this way, make circular file be set to the linear file that circulates, when opening this circular file, will operate this document in the mode of circulation linear file, this operation comprises written document, obtains file access pointer position (Tell), reads file, document alignment (Seek).
In step S204, do not operate.
If the data active position equals zero, illustrate that then this circular file to write wraparound, the data organization mode in the file is linear, then need not to change, and only need close this document, uses the linear file mode to open this document and gets final product.
In embodiments of the present invention, when this circulation linear file was carried out write operation, its write method was consistent with the write method of linear file, promptly directly append and write at the end of circular file, the linearity that writes of file increases, and as 3 parts of C among Fig. 1, the circulation linear file of formation is shown in C among Fig. 1.
Fig. 3 shows the acquisition methods realization flow of the linear file access pointer position of circulation that the embodiment of the invention provides, and details are as follows:
In step S301, obtain the position of file pointer (FilePos) in the circulation linear file.
In step S302, obtain the physical location (PhysicalPos) of file pointer (FilePos) in the circulation linear file.
In step S303, whether the physical location (PhysicalPos) of judging file pointer less than the effective starting position of data (DataStartPos), is execution in step S304 then, otherwise execution in step S305.
In this step, if PhysicalPos<DataStartPos, promptly this moment file pointer (FilePos) position after the circulation wraparound (2 parts of C in as Fig. 1) in the circulation linear file.
In step S304, obtain the position of file pointer (FilePos) in the circulation linear file.
In this step, the physical location (PhysicalPos) that the position of file pointer (FilePos) in circular file equals file pointer adds the length (CircleSize-DataStartPos) of cocycle wraparound forward part.
In step S305, whether the physical location (PhysicalPos) of judging file pointer less than loop body size (CircleSize), is execution in step S306 then, otherwise execution in step S307.
In this step, if PhysicalPos<CircleSize, promptly this moment file pointer (FilePos) position before the circulation wraparound (1 part of C in as Fig. 1) in the circulation linear file.
In step S306, obtain the position of file pointer in the circulation linear file.
In this step, the physical location that the position of file pointer in the circulation linear file equals file pointer deducts the length (PhysicalPos-DataStartPos) of circulation wraparound rear section.
In step S307, the position of file pointer in the circulation linear file equals the physical location of file pointer.
At this moment, the residing position of file pointer is the linear segment (as 3 parts of C among Fig. 1) in the circulation linear file, i.e. FilePos=PhysicalPos.
In step S308, return the position of file pointer in the circulation linear file that calculates.
What Fig. 4 showed circulation linear file that the embodiment of the invention provides reads the document method realization flow, and details are as follows:
In step S401, from the circulation linear file, read among the buffer memory pBuf that the data that need read flow to appointment.
In step S402, obtain the current read pointer position of circulation linear file file.
In step S403, judge whether to have read the effective starting position of data (DataStartPos), be execution in step S404 then, otherwise execution in step S407.
In this step, judge that whether read pointer position (ReadPos) is in front, the effective starting position of data (DataStartPos) (2 parts of C in promptly as Fig. 1, part in the linear file that promptly circulates after the wraparound) and the data volume from the read pointer position to the effective starting position of data be less than or equal to the data volume (DataStartSize-ReadPos<=ReadSize), promptly judge whether to have read the effective starting position of data that need read.
In step S404, the data read before the effective starting position of data is filled among the buffer memory pBuf of appointment.
The valid data amount that read this moment is DataStartSize-ReadPos.
In step S405, the read bit of location circulation linear file is changed to the end position of circular route file cyclic part.
At this moment, the data of circulation linear file cyclic part have read and have finished, need reorientate the reading location of circulation linear file, the read pointer position is jumped to the end position (CircleSize) of circulation linear file cyclic part, the read pointer position of location circulation linear file is CircleSize, next time during read data from acyclic part, i.e. the position that begins as 3 parts among Fig. 1.
In step S406, return the actual data volume that reads, be DataStartSize-ReadPos.
In step S407, judged whether to read the loop ends position of circulation linear file, be execution in step S408 then, otherwise execution in step S411.
Judge that whether read pointer position (ReadPos) is less than or equal to the data volume (ReadSize) that need read at cyclic part end position (CircleSize) of circulation linear file preceding (1 of the C part that finishes in being as Fig. 1) and the data volume (CircleSize-ReadPos) from the read pointer position to the cyclic part end position, has promptly judged whether to read the cyclic part end position of circulation linear file.
In step S408, cyclic part is finished preceding data read be filled among the buffer memory pBuf of appointment.
At this moment, the size of data before cyclic part finishes is (CircleSize-ReadPos),
In step S409, the read bit of location circulation linear file is changed to the effective starting position of file (DataStartPos).
By read pointer being jumped to the effective starting position of file, to the effective starting position of file, next read data is promptly from the effective starting position of file with the read pointer position (ReadPos) of location circulation linear file.
In step S410, return the actual data volume that reads.
At this moment, the actual data volume that reads is CircleSize-ReadPos.
In step S411, judged whether to read the end of circular file, be execution in step S412 then, otherwise execution in step S413.
Whether be less than or equal to the data volume (FileSize-ReadPos<=ReadSize), promptly judged whether to read the end position of circulation linear file that need read by the remaining data amount of judging the circulation linear file.
In step S412, circulation linear file remaining data (FileSize-ReadPos) is read among the buffer memory pBuf that is filled into appointment.
In step S413, return the actual data volume that reads, promptly this moment, the actual data volume that reads was (FileSize-ReadPos).
In step S414, read the data (ReadSize) that current needs read from the current location of file and be filled into the buffer memory pBuf of appointment.
In step S415, return the actual data volume that reads, promptly this moment, the actual data volume that reads was ReadSize.
Fig. 5 shows the localization method realization flow of the circulation linear file that the embodiment of the invention provides, and details are as follows:
In step S501, the locating file pointer needs the position of locating in the circulation linear file.
In locating file, the file pointer that at first passes through location circulation linear file is to the SeekPos position.
In step S502, judge whether the position (SeekPos) that needs the location is arrived between the cyclic part end position (CircleSize) of circulation linear file in the effective starting position of data (DataStartPos), be execution in step S503 then, otherwise execution in step S504.
In step S503, be positioned to the cyclic part wraparound forward part of circulation linear file.
If SeekPos at DataStartPos between the CircleSize, promptly in the cyclic part wraparound forward part (1 part of C in as Fig. 1) of circulation linear file, file pointer is navigated to part before this cyclic part wraparound, being about to SeekPos and adding DataStartPos, is position with respect to DataStartPos with its position correction.
In step S504, whether the position that judge to need the location greater than the cyclic part size (CircleSize) of circulation linear file, is execution in step S505 then, otherwise execution in step S506.
In step S505, be positioned to the part after the cyclic part wraparound in the circulation linear file.
If between SeekPos>CircleSize, i.e. part after the cyclic part wraparound of circulation linear file (2 parts of C in as Fig. 1), file pointer is navigated to circular file cyclic part wraparound rear section in this circulation linear file, being about to SeekPos and deducting (CircleSize-DataStartPos), is position with respect to the file section start with its position correction.
In step S506, the locating file pointer position is to the revised position (SeekPos) that needs the location.
In embodiments of the present invention, data store organisation by the record circular file, the effective starting position of data of circular file and the size of circular file are saved under the same path of this circular file, be about to circular file and be converted to the circulation linear file, then should the circulation linear file by corresponding linear method accessing operation, thereby effectively avoided because of circular file when excessive, long problem switching time that circular file is converted to linear file and brings has reached the purpose that circular file converts linear file fast to.
The above only is preferred embodiment of the present invention, not in order to restriction the present invention, all any modifications of being done within the spirit and principles in the present invention, is equal to and replaces and improvement etc., all should be included within protection scope of the present invention.

Claims (9)

1, a kind of circular file changes the linear document method of circulation, it is characterized in that described method comprises the steps:
Whether equal zero the effective starting position of data of judging circular file;
If the effective starting position of described data is not equal to zero, then the size of effective starting position of record data and circular file;
The size of effective starting position of data and circular file is saved under the same path of this circular file, and described circular file is set to the linear file that circulates.
2, a kind of accessing operation method of the linear file that circulates according to claim 1 is characterized in that,
When obtaining the access pointer position, described method comprises the steps:
Obtain the position of file pointer in the circulation linear file;
Whether the physical location of judging file pointer is less than the effective starting position of data;
If the physical location of described file pointer, judges then that whether the physical location of file pointer is less than circular file size in the circulation linear file greater than the effective starting position of data;
If described file pointer physical location is greater than circular file size in the circulation linear file, then obtain the position of file pointer in the circulation linear file, and return the position of described file pointer in the circulation linear file, the position of described file pointer in the circulation linear file equals the physical location of file pointer;
When reading file, said method comprising the steps of:
From the circulation linear file, read in the buffer memory that the data that need read flow to appointment, and the current read pointer position that obtains the circulation linear file;
Judge whether to have read the effective starting position of data;
If do not read the effective starting position of data, then continued to judge whether to read the loop ends position of circulation linear file;
If do not read the loop ends position of described circulation linear file, then continue to have judged whether to read the end of circular file;
If do not read the end of circulation linear file, then read the data that current needs read and be filled into the buffer memory of appointment from the current location of circulation linear file file;
When written document, described method is write for directly appending at the end of circulation linear file;
When document alignment was operated, described method comprised the steps:
The locating file pointer needs the position of locating in the circulation linear file;
Judge whether the position that needs the location is arrived between the cyclic part end position, if then be positioned to the cyclic part wraparound forward part of circulation linear file in the effective starting position of data;
Otherwise whether the position that judge to need the location greater than the size of circular file loop body, if then be positioned to the part after the cyclic part wraparound of circulation linear file, otherwise the locating file pointer position is to the revised position that needs the location.
3, method as claimed in claim 2 is characterized in that, whether after the step less than the effective starting position of data, described method also comprises at the physical location of judging file pointer of the acquisition methods of described access pointer position:
If the physical location of file pointer is less than the effective starting position of data, the physical location that the position of then described file pointer in the circulation linear file equals file pointer adds the length of cocycle wraparound forward part, and returns the position of described file pointer in the circulation linear file.
4, method as claimed in claim 2 is characterized in that, physical location that the step of the acquisition methods of described access pointer position is judged file pointer whether less than the circulation linear file in after the step of circular file size, described method also comprises:
If the physical location of file pointer is less than circular file size in the circulation linear file, the physical location that the position of then described file pointer in the circulation linear file equals file pointer deducts the length of circulation wraparound rear section, and returns the position of described file pointer in the circulation linear file.
5, method as claimed in claim 2 is characterized in that, described read document method judge whether read the step of the effective starting positions of data after, described method also comprises:
If read the effective starting position of data, then the data before the effective starting position of data of reading are filled in the buffer memory of appointment, the read bit of location stream file is changed to the end position of circular route file cyclic part, and returns the actual data volume that reads this moment.
6, method as claimed in claim 2 is characterized in that, described read document method judge whether read the step of loop ends position of circulation linear file after, described method also comprises:
If read the loop ends position of circulation linear file, data before cyclic part finishes in the described circulation linear file that then will read are filled in the buffer memory of appointment, the read bit of location stream file is changed to the effective starting position of file, and returns the actual data volume that reads this moment.
7, method as claimed in claim 2 is characterized in that, described read document method judge whether read the step at circular file end after, described method also comprises:
The circulation linear file remaining data that reads is filled in the buffer memory of appointment, and returns the actual data volume that reads this moment.
8, method as claimed in claim 2 is characterized in that, the described step that is positioned to the cyclic part wraparound forward part of circulation linear file further comprises:
Adding the effective starting position of data by the position that will need to locate, is position with respect to the effective starting position of data with described position correction.
9, method as claimed in claim 2 is characterized in that, the step of the part after the described cyclic part wraparound that is positioned to the circulation linear file further comprises:
The size of the circular file by the computation cycles linear file and the effective starting position of data poor, and the position that will need to locate deducts the poor of the size of circular file of described circulation linear file and the effective starting position of data, is position with respect to the file section start with described position correction.
CN 200810142554 2008-07-24 2008-07-24 Method for changing circulation file into circulation linear file and access operation method thereof Expired - Fee Related CN101324903B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200810142554 CN101324903B (en) 2008-07-24 2008-07-24 Method for changing circulation file into circulation linear file and access operation method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200810142554 CN101324903B (en) 2008-07-24 2008-07-24 Method for changing circulation file into circulation linear file and access operation method thereof

Publications (2)

Publication Number Publication Date
CN101324903A true CN101324903A (en) 2008-12-17
CN101324903B CN101324903B (en) 2013-02-13

Family

ID=40188441

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200810142554 Expired - Fee Related CN101324903B (en) 2008-07-24 2008-07-24 Method for changing circulation file into circulation linear file and access operation method thereof

Country Status (1)

Country Link
CN (1) CN101324903B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109614385A (en) * 2018-12-11 2019-04-12 浪潮电子信息产业股份有限公司 A kind of file updating method, device, equipment and readable storage medium storing program for executing

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1361489A (en) * 2000-12-28 2002-07-31 深圳市中兴通讯股份有限公司 Automatic circular daily record information storing method and system
US20020184436A1 (en) * 2001-06-04 2002-12-05 Samsung Electronics Co., Ltd. Flash memory management method
CN1435759A (en) * 2002-01-31 2003-08-13 记忆科技(深圳)有限公司 Storage method based on non-volatile memory device file system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1361489A (en) * 2000-12-28 2002-07-31 深圳市中兴通讯股份有限公司 Automatic circular daily record information storing method and system
US20020184436A1 (en) * 2001-06-04 2002-12-05 Samsung Electronics Co., Ltd. Flash memory management method
CN1435759A (en) * 2002-01-31 2003-08-13 记忆科技(深圳)有限公司 Storage method based on non-volatile memory device file system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109614385A (en) * 2018-12-11 2019-04-12 浪潮电子信息产业股份有限公司 A kind of file updating method, device, equipment and readable storage medium storing program for executing
CN109614385B (en) * 2018-12-11 2022-06-10 浪潮电子信息产业股份有限公司 File updating method, device, equipment and readable storage medium

Also Published As

Publication number Publication date
CN101324903B (en) 2013-02-13

Similar Documents

Publication Publication Date Title
CN100424655C (en) Method for managing flash memory
US8225029B2 (en) Data storage processing method, data searching method and devices thereof
CN103838853B (en) Mixed file system based on different storage media
CN104778127A (en) Method and device for writing data by NAND FLASH
CN103885887B (en) User data storage method, read method and system
CN104778203B (en) Take the storage of load record block index and querying method in control intelligent electric energy meter
CN104794065A (en) Multi-group fixed length data circulation access method
CN102572330A (en) Method for reading, writing and erasing data of liquid crystal television Flash chip
CN101231665A (en) Apparatus and method for educing data into Excel files from database
CN105260139B (en) A kind of disk management method and system
US20190370238A1 (en) Method and device for indexing dirty data in storage system page
CN102520885B (en) Data management system for hybrid hard disk
CN100507873C (en) FLASH document management method and system in FLASH memory
CN101944011B (en) The device of working procedure, chip and method
CN101324903B (en) Method for changing circulation file into circulation linear file and access operation method thereof
CN104102552A (en) Message processing method and device
CN101819821A (en) Dynamic loss balancing method for solid state disk
CN111208950B (en) Method for improving NORFLASH service cycle based on singlechip
CN101477494B (en) Data write-in method and memory system
CN104750621A (en) Caching method and control system
CN110174998A (en) A method of improving high-speed signal acquisition system real time
CN105630406A (en) Storage system using MRAM as editing buffer and editing buffer method
CN112035380B (en) Data processing method, device and equipment and readable storage medium
CN102541745A (en) Addressing method for data storage of microcontroller and microcontroller
CN106528446A (en) Flash memory data control method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20130213

Termination date: 20150724

EXPY Termination of patent right or utility model