CN104778154A - Partitioning method and device of txt text data - Google Patents

Partitioning method and device of txt text data Download PDF

Info

Publication number
CN104778154A
CN104778154A CN201510166779.9A CN201510166779A CN104778154A CN 104778154 A CN104778154 A CN 104778154A CN 201510166779 A CN201510166779 A CN 201510166779A CN 104778154 A CN104778154 A CN 104778154A
Authority
CN
China
Prior art keywords
text
txt
newly
text data
built
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.)
Pending
Application number
CN201510166779.9A
Other languages
Chinese (zh)
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.)
TVM Beijing Education Technology Co Ltd
Original Assignee
TVM Beijing Education Technology 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 TVM Beijing Education Technology Co Ltd filed Critical TVM Beijing Education Technology Co Ltd
Priority to CN201510166779.9A priority Critical patent/CN104778154A/en
Publication of CN104778154A publication Critical patent/CN104778154A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

The invention discloses a partitioning method and device of txt text data, wherein the method and device are used for partitioning txt text data with large storage capacity, and the aim of opening the txt text with the large storage capacity fast and conveniently is realized. The method comprises step A: obtaining the txt text data to be partitioned, presetting a macro value of the partitioned txt text data, wherein the macro value is the maximum storage capacity of each partitioned txt text datum; step B: reading in one line of the content of the txt text data to be partitioned each time according to a preset read-in function, storing the content to a first new text, and judging whether the first text meets the preset macro value requirement or not; step C: if the first text in the step B meets the macro value requirement, storing the first text in a preset path; if the first text in the step B does not meet the macro value requirement, executing step B again. By the method, the txt after being partitioned can be opened fast and conveniently without being restricted by local equipment.

Description

A kind of dividing method of txt text data and device
Technical field
The present invention relates to Computer Applied Technology field, especially, relate to a kind of dividing method and device of txt text data.
Background technology
Txt is the subsidiary on an operating system a kind of text formatting of Microsoft, also be modal a kind of file layout, as far back as the DOS epoch with regard to widespread use, be mainly used in accessing text message, i.e. Word message, present operating system uses notepad supervisor to preserve txt text data mostly, and most software used in everyday can check txt text data, as notepad, UltraEdit, browser etc.
When txt text data opened by needs, corresponding calculator memory can be called.For UltraEdit, when opening a larger txt text data with text mode, first the partial content of txt text data is called in file buffering default in internal memory, when needing to carry out page turning and browsing the content of text of lower one page, now the required content of text read is not owing to calling in the middle of internal memory in advance, and needs again will the content read to be needed to call in internal memory from original txt text.During owing to reading the txt content of text of one page at every turn, all need again to call calculator memory, therefore, calculator memory response problem not in time may be there is, read a large amount of consumption that txt text data brings the time to user, be unfavorable for that user obtains the content in txt text data fast, timely.
And if open txt text data by notepad mode, under normal circumstances, complete content all can be called in free memory, if need the internal memory called to exceed available memory space, then txt text data calls in the Swap file (in virtual memory) on hard disk, if virtual memory is use not enough, the alert box of Out of Memory will be ejected.That is, if when the available memory space of computing machine itself is large not, very likely cause txt text data to open, with the 4g memory configurations of current main-stream computing machine, namely it cannot open the txt text of hundreds of M.
Therefore, in the prior art, be subject to the hardware configuration restriction of computer equipment, user is when opening or read txt text, usually due to low free memory, cause and there is comparatively large storage capacity txt text data cannot open, bring great inconvenience to daily work, production, study, lack in prior art and a kind ofly effectively can solve user and open the problem with the low memory faced compared with large storage capacity txt text data.
Summary of the invention
The invention provides a kind of dividing method and device of txt text data, in order to be split by the txt text data of large storage capacity, realize the object opening the txt text of large storage capacity fast, easily.
The invention provides a kind of dividing method of txt text data, comprising:
Steps A: obtain txt text data to be split, pre-sets the grand value of the txt text data after segmentation, and described grand value is the maximum storage capacity of each txt text data after segmentation;
Step B: read in function according to what preset, read in the content of txt text data to be split described in a line at every turn, be saved in the first newly-built text, and judge the grand value requirement whether described first text reaches default;
Step C: if the first text in described step B reaches grand value requirement, described first text is saved in preset path;
If do not reached, then again perform described step B.
Some Advantageous Effects of the embodiment of the present invention can comprise:
In this embodiment, by can support the capacity of the single txt text data opened in advance according to local device, the maximum storage capacity of each txt text after setting segmentation.Adopt the mode of a line content in the txt text data of the large storage capacity before at every turn reading in segmentation, go in txt text after content in this txt text data is read into newly-built segmentation gradually, make the txt text after final segmentation need not be subject to the restriction of the hardware configuration of local computer device, can open fast, easily.
In one embodiment, the first text in described step B reaches grand value requirement, also comprises after described first text is saved in preset path:
Step D: judge whether the memory capacity of non-partitioning portion in described txt text data to be split is greater than described grand value, if so, then newly-built second text, and repeating said steps B;
If not, then directly using described non-partitioning portion as described second text.
In this embodiment, also after often completing once segmentation, the memory capacity of the undivided txt text data of residue is judged, if be not more than the maximum storage capacity of the single txt text preset, can directly using this undivided txt text data as the next one segmentation after text, avoid unnecessary repetition cutting operation, save the working time.
In one embodiment, directly described non-partitioning portion was also comprised before described second text described:
Step e: whether the memory capacity of non-partitioning portion described in judgement is zero, if so, then terminates segmentation, preserves the whole txt text datas after segmentation;
If not, then directly using described non-partitioning portion as described second text.
In this embodiment, if determine that the memory capacity of undivided txt text is not more than single text maximum storage capacity, be also whether zero to judge, if be zero to it, then representing original Large Copacity txt text data has split complete, namely can directly terminate to split flow process; If non-vanishing, then it can be used as the txt text after last segmentation.
In one embodiment, the described default function that reads in is:
Often row reads at most 1024 bytes, judges whether a line reaches 1024 bytes;
If a line is not to 1024 bytes, be then that end-tag reads in a line with newline;
If a line is more than 1024 bytes, then once read in 1024 bytes, remaining byte is read in next time again.
In this embodiment, concrete restriction is carried out to the working method of reading in function, whether comprised newline for foundation with the byte number that often row reads at most with this row, more detailed, concrete division has been carried out to the content that every a line is read in.
In one embodiment, when newly-built text, can name described newly-built text according to the naming rule pre-set, described naming rule comprises order according to newly-built text by txt text data file name+(a) to be split for newly-built text successively called after, and described a is the order of a time newly-built text;
Described naming rule also comprises directly names newly-built text successively according to numerical order.
In this embodiment, give the rule that the txt text after to segmentation is named, file as original txt text is called paper, then according to the naming rule that the present embodiment provides, txt text after segmentation can called after paper (1), paper (2) ... also can called after as 001,002 ... the name being txt text after segmentation Deng, the method that the present embodiment provides is provided convenience.
A segmenting device for txt text data, comprising:
Segmentation arranges module, for obtaining txt text data to be split, pre-sets the grand value of the txt text data after segmentation, and described grand value is the maximum storage capacity of each txt text data after segmentation;
Text reads in module, for reading in function according to what preset, reading in the content of txt text data to be split described in a line at every turn, being saved in the first newly-built text, and judging the grand value requirement whether described first text reaches default;
Text storage module, if reach grand value requirement for described first text, is saved in preset path by described first text;
If do not reached, then again perform the operation that described text reads in module.
In one embodiment, also comprise:
First judge module, for judging whether the memory capacity of non-partitioning portion in described txt text data to be split is greater than described grand value, if so, then newly-built second text, and repeat the operation that described text reads in module;
If not, then directly using described non-partitioning portion as described second text.
In one embodiment, also comprise:
Whether the second judge module is zero for the memory capacity of non-partitioning portion described in judging, if so, then terminates segmentation, preserves the whole txt text datas after segmentation;
If not, then directly using described non-partitioning portion as described second text.
In one embodiment, the described default function that reads in is:
Often row reads at most 1024 bytes, judges whether a line reaches 1024 bytes;
If a line is not to 1024 bytes, be then that end-tag reads in a line with newline;
If a line is more than 1024 bytes, then once read in 1024 bytes, remaining byte is read in next time again.
In one embodiment, the described default function that reads in is:
Often row reads at most 1024 bytes, judges whether a line reaches 1024 bytes;
If a line is not to 1024 bytes, be then that end-tag reads in a line with newline;
If a line is more than 1024 bytes, then once read in 1024 bytes, remaining byte is read in next time again.
The segmenting device of the txt text data of the embodiment of the present invention, by can support the capacity of the single txt text data opened in advance according to local device, the maximum storage capacity of each txt text after setting segmentation.Adopt the mode of a line content in the txt text data of the large storage capacity before at every turn reading in segmentation, go in txt text after content in this txt text data is read into newly-built segmentation gradually, make the txt text after final segmentation need not be subject to the restriction of the hardware configuration of local computer device, can open fast, easily.
Other features and advantages of the present invention will be set forth in the following description, and, partly become apparent from instructions, or understand by implementing the present invention.Object of the present invention and other advantages realize by structure specifically noted in write instructions, claims and accompanying drawing and obtain.
Below by drawings and Examples, technical scheme of the present invention is described in further detail.
Accompanying drawing explanation
Accompanying drawing is used to provide a further understanding of the present invention, and forms a part for instructions, together with embodiments of the present invention for explaining the present invention, is not construed as limiting the invention.In the accompanying drawings:
Fig. 1 is the process flow diagram of the dividing method of a kind of txt text data of the embodiment of the present invention;
Fig. 2 is the process flow diagram of the dividing method of the txt text data of the specific embodiment of the invention;
Fig. 3 is the block diagram of the segmenting device of a kind of txt text data of the embodiment of the present invention.
Embodiment
Below in conjunction with accompanying drawing, the preferred embodiments of the present invention are described, should be appreciated that preferred embodiment described herein is only for instruction and explanation of the present invention, is not intended to limit the present invention.
Fig. 1 is the process flow diagram of the dividing method of a kind of txt text data of the embodiment of the present invention.As shown in Figure 1, the method comprises:
Step S101: obtain txt text data to be split, pre-sets the grand value of the txt text data after segmentation, and described grand value is the maximum storage capacity of each txt text data after segmentation;
Concrete, can support the max cap. txt opened according to local computer device, arrange this grand value, the capacity of each txt text after segmentation should be equal to or less than this grand value.
Step S102: read in function according to what preset, read in the content of txt text data to be split described in a line at every turn, be saved in the first newly-built text, and judge the grand value requirement whether described first text reaches default;
Concrete, in the present embodiment, the function that reads in preset is:
Often row reads at most 1024 bytes, judges whether a line reaches 1024 bytes;
If a line is not to 1024 bytes, be then that end-tag reads in a line with newline;
If a line is more than 1024 bytes, then once read in 1024 bytes, remaining byte is read in next time again.
Step S103: if the first text in described step S102 reaches grand value requirement, described first text is saved in preset path;
If do not reached, then again perform described step S102.In embodiments of the present invention, after reading in a line content, all will judge whether current txt text reaches grand value requirement, if do not had, then circulation performs step S102 at every turn.
The dividing method of txt text data of the present invention, can support the capacity of the single txt text data opened in advance according to local device, the maximum storage capacity of each txt text after setting segmentation.Adopt the mode of a line content in the txt text data of the large storage capacity before at every turn reading in segmentation, go in txt text after content in this txt text data is read into newly-built segmentation gradually, make the txt text after final segmentation need not be subject to the restriction of the hardware configuration of local computer device, can open fast, easily.
In one embodiment, the first text in described step S102 reaches grand value requirement, also comprises after described first text is saved in preset path:
Step S104: judge whether the memory capacity of non-partitioning portion in described txt text data to be split is greater than described grand value, if so, then newly-built second text, and repeating said steps S102;
If not, then directly using described non-partitioning portion as described second text.
In this embodiment, also after often completing once segmentation, the memory capacity of the undivided txt text data of residue is judged, if be not more than the maximum storage capacity of the single txt text preset, can directly using this undivided txt text data as the next one segmentation after text, avoid unnecessary repetition cutting operation, save the working time.
In one embodiment, directly described non-partitioning portion was also comprised before described second text described:
Step S105: whether the memory capacity of non-partitioning portion described in judgement is zero, if so, then terminates segmentation, preserves the whole txt text datas after segmentation;
If not, then directly using described non-partitioning portion as described second text.
In this embodiment, if determine that the memory capacity of undivided txt text is not more than single text maximum storage capacity, be also whether zero to judge, if be zero to it, then representing original Large Copacity txt text data has split complete, namely can directly terminate to split flow process; If non-vanishing, then it can be used as the txt text after last segmentation.
In one embodiment, when newly-built text, can name described newly-built text according to the naming rule pre-set, described naming rule comprises order according to newly-built text by txt text data file name+(a) to be split for newly-built text successively called after, and described a is the order of a time newly-built text;
Described naming rule also comprises directly names newly-built text successively according to numerical order.
In this embodiment, give the rule that the txt text after to segmentation is named, file as original txt text is called paper, then according to the naming rule that the present embodiment provides, txt text after segmentation can called after paper (1), paper (2) ... also can called after as 001,002 ... the name being txt text after segmentation Deng, the method that the present embodiment provides is provided convenience.
The dividing method of the txt text data that the embodiment of the present invention provides is described below by specific embodiment, and Fig. 2 is the process flow diagram of the dividing method of the txt text data of the specific embodiment of the invention, as shown in Figure 2, comprising:
Step S201: obtain txt text data paper to be split, pre-set the grand value of the txt text data after segmentation, described grand value is the maximum storage capacity of each txt text data after segmentation;
Such as, save as 4g in the present embodiment Computer equipment, original txt text data to be split is 485M, and file is called paper, and the grand value pre-set is 10M.
Step S202: read in function according to what preset, read in the content of txt text data to be split described in a line at every turn, be saved in the first newly-built text, and judge the grand value requirement whether described first text reaches default;
Concrete, newly-built first text, for the first naming rule, called after paper (1), read in function according to what preset, read in a line at every turn, the content in txt text paper is read in paper (1), after reading in a line content, all need to judge whether the memory capacity of paper (1) reaches 10M at every turn.
Step S203: if paper (1) reaches 10M, then paper (1) is saved in default path;
If do not reached, then again perform step S202.In embodiments of the present invention, after reading in a line content, all will judge whether current txt text reaches grand value requirement, if do not had, then circulation performs step S202 at every turn.
Step S204: judge whether remain non-partitioning portion in original txt text paper is greater than 10M, if so, then newly-built paper (2), and repeat step S202;
If not, then direct using non-partitioning portion as segmentation after last txt text, with the data instance in the present embodiment, after being divided into paper (48), the memory capacity of last non-partitioning portion is 485M-10M*48=5M, be less than 10M, therefore using it directly as paper (49), terminate segmentation flow process.
Step S205: if the memory capacity of last non-partitioning portion is zero, such as the capacity of original txt text paper is 480M, after completing the 48th segmentation, the memory capacity now judging to remain non-partitioning portion is zero, namely segmentation is directly terminated, preserve the whole txt text data papers (1) after segmentation ..., paper (48);
If non-vanishing, then direct using non-partitioning portion as segmentation after last txt text, namely directly by non-partitioning portion as paper (49).
Corresponding to the dividing method of a kind of txt text data that above-described embodiment provides, the embodiment of the present invention also provides a kind of segmenting device of txt text data, as shown in Figure 3, comprising:
Segmentation arranges module 31, for obtaining txt text data to be split, pre-sets the grand value of the txt text data after segmentation, and described grand value is the maximum storage capacity of each txt text data after segmentation;
Text reads in module 32, for reading in function according to what preset, reading in the content of txt text data to be split described in a line at every turn, being saved in the first newly-built text, and judging the grand value requirement whether described first text reaches default;
Text storage module 33, if reach grand value requirement for described first text, is saved in preset path by described first text;
If do not reached, then again perform the operation that described text reads in module.
First judge module 34, for judging whether the memory capacity of non-partitioning portion in described txt text data to be split is greater than described grand value, if so, then newly-built second text, and repeat the operation that described text reads in module;
If not, then directly using described non-partitioning portion as described second text.
Whether the second judge module 35 is zero for the memory capacity of non-partitioning portion described in judging, if so, then terminates segmentation, preserves the whole txt text datas after segmentation;
If not, then directly using described non-partitioning portion as described second text.
In the present embodiment, preferably, the function that reads in preset is:
Often row reads at most 1024 bytes, judges whether a line reaches 1024 bytes;
If a line is not to 1024 bytes, be then that end-tag reads in a line with newline;
If a line is more than 1024 bytes, then once read in 1024 bytes, remaining byte is read in next time again.
In the present embodiment, preferably, when newly-built text, can name described newly-built text according to the naming rule pre-set, described naming rule comprises order according to newly-built text by txt text data file name+(a) to be split for newly-built text successively called after, and described a is the order of a time newly-built text;
Described naming rule also comprises directly names newly-built text successively according to numerical order.
The segmenting device of txt text data of the present invention, can support the capacity of the single txt text data opened in advance according to local device, the maximum storage capacity of each txt text after setting segmentation.Adopt the mode of a line content in the txt text data of the large storage capacity before at every turn reading in segmentation, go in txt text after content in this txt text data is read into newly-built segmentation gradually, make the txt text after final segmentation need not be subject to the restriction of the hardware configuration of local computer device, can open fast, easily.
Those skilled in the art should understand, embodiments of the invention can be provided as method, system or computer program.Therefore, the present invention can adopt the form of complete hardware embodiment, completely software implementation or the embodiment in conjunction with software and hardware aspect.And the present invention can adopt in one or more form wherein including the upper computer program implemented of computer-usable storage medium (including but not limited to magnetic disk memory and optical memory etc.) of computer usable program code.
The present invention describes with reference to according to the process flow diagram of the method for the embodiment of the present invention, equipment (system) and computer program and/or block scheme.Should understand can by the combination of the flow process in each flow process in computer program instructions realization flow figure and/or block scheme and/or square frame and process flow diagram and/or block scheme and/or square frame.These computer program instructions can being provided to the processor of multi-purpose computer, special purpose computer, Embedded Processor or other programmable data processing device to produce a machine, making the instruction performed by the processor of computing machine or other programmable data processing device produce device for realizing the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
These computer program instructions also can be stored in can in the computer-readable memory that works in a specific way of vectoring computer or other programmable data processing device, the instruction making to be stored in this computer-readable memory produces the manufacture comprising command device, and this command device realizes the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
These computer program instructions also can be loaded in computing machine or other programmable data processing device, make on computing machine or other programmable devices, to perform sequence of operations step to produce computer implemented process, thus the instruction performed on computing machine or other programmable devices is provided for the step realizing the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
Obviously, those skilled in the art can carry out various change and modification to the present invention and not depart from the spirit and scope of the present invention.Like this, if these amendments of the present invention and modification belong within the scope of the claims in the present invention and equivalent technologies thereof, then the present invention is also intended to comprise these change and modification.

Claims (10)

1. a dividing method for txt text data, is characterized in that, comprising:
Steps A: obtain txt text data to be split, pre-sets the grand value of the txt text data after segmentation, and described grand value is the maximum storage capacity of each txt text data after segmentation;
Step B: read in function according to what preset, read in the content of txt text data to be split described in a line at every turn, be saved in the first newly-built text, and judge the grand value requirement whether described first text reaches default;
Step C: if the first text in described step B reaches grand value requirement, described first text is saved in preset path;
If do not reached, then again perform described step B.
2. the method for claim 1, is characterized in that, the first text in described step B reaches grand value requirement, also comprises after described first text is saved in preset path:
Step D: judge whether the memory capacity of non-partitioning portion in described txt text data to be split is greater than described grand value, if so, then newly-built second text, and repeating said steps B;
If not, then directly using described non-partitioning portion as described second text.
3. method as claimed in claim 2, is characterized in that, directly also comprised before described second text by described non-partitioning portion described:
Step e: whether the memory capacity of non-partitioning portion described in judgement is zero, if so, then terminates segmentation, preserves the whole txt text datas after segmentation;
If not, then directly using described non-partitioning portion as described second text.
4. the method for claim 1, is characterized in that, the described default function that reads in is:
Often row reads at most 1024 bytes, judges whether a line reaches 1024 bytes;
If a line is not to 1024 bytes, be then that end-tag reads in a line with newline;
If a line is more than 1024 bytes, then once read in 1024 bytes, remaining byte is read in next time again.
5. the method as described in claim 1-4 any one, is characterized in that,
When newly-built text, can name described newly-built text according to the naming rule pre-set, described naming rule comprises order according to newly-built text by txt text data file name+(a) to be split for newly-built text successively called after, and described a is the order of a time newly-built text;
Described naming rule also comprises directly names newly-built text successively according to numerical order.
6. a segmenting device for txt text data, is characterized in that, comprising:
Segmentation arranges module, for obtaining txt text data to be split, pre-sets the grand value of the txt text data after segmentation, and described grand value is the maximum storage capacity of each txt text data after segmentation;
Text reads in module, for reading in function according to what preset, reading in the content of txt text data to be split described in a line at every turn, being saved in the first newly-built text, and judging the grand value requirement whether described first text reaches default;
Text storage module, if reach grand value requirement for described first text, is saved in preset path by described first text;
If do not reached, then again perform the operation that described text reads in module.
7. device as claimed in claim 6, is characterized in that, also comprise:
First judge module, for judging whether the memory capacity of non-partitioning portion in described txt text data to be split is greater than described grand value, if so, then newly-built second text, and repeat the operation that described text reads in module;
If not, then directly using described non-partitioning portion as described second text.
8. method as claimed in claim 7, is characterized in that, also comprise:
Whether the second judge module is zero for the memory capacity of non-partitioning portion described in judging, if so, then terminates segmentation, preserves the whole txt text datas after segmentation;
If not, then directly using described non-partitioning portion as described second text.
9. device as claimed in claim 6, it is characterized in that, the described default function that reads in is:
Often row reads at most 1024 bytes, judges whether a line reaches 1024 bytes;
If a line is not to 1024 bytes, be then that end-tag reads in a line with newline;
If a line is more than 1024 bytes, then once read in 1024 bytes, remaining byte is read in next time again.
10. the device as described in claim 6-9 any one, is characterized in that,
When newly-built text, can name described newly-built text according to the naming rule pre-set, described naming rule comprises order according to newly-built text by txt text data file name+(a) to be split for newly-built text successively called after, and described a is the order of a time newly-built text;
Described naming rule also comprises directly names newly-built text successively according to numerical order.
CN201510166779.9A 2015-04-09 2015-04-09 Partitioning method and device of txt text data Pending CN104778154A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510166779.9A CN104778154A (en) 2015-04-09 2015-04-09 Partitioning method and device of txt text data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510166779.9A CN104778154A (en) 2015-04-09 2015-04-09 Partitioning method and device of txt text data

Publications (1)

Publication Number Publication Date
CN104778154A true CN104778154A (en) 2015-07-15

Family

ID=53619628

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510166779.9A Pending CN104778154A (en) 2015-04-09 2015-04-09 Partitioning method and device of txt text data

Country Status (1)

Country Link
CN (1) CN104778154A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114490693A (en) * 2022-02-17 2022-05-13 平安普惠企业管理有限公司 Data modification method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080189607A1 (en) * 2005-06-17 2008-08-07 Sap Ag Least-Effort Variable Length Text Replacement
CN101609466A (en) * 2009-07-01 2009-12-23 中兴通讯股份有限公司 Mass data is looked into heavy method and system
CN101615175A (en) * 2009-08-11 2009-12-30 深圳市五巨科技有限公司 A kind of system and method for reading electronic book of mobile terminal
CN102056094A (en) * 2009-11-10 2011-05-11 酷手机多媒体股份有限公司 System and method for transmitting file by using multimedia information
CN103761333A (en) * 2014-02-14 2014-04-30 北京中文在线数字出版股份有限公司 Wireless txt reader and reading method thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080189607A1 (en) * 2005-06-17 2008-08-07 Sap Ag Least-Effort Variable Length Text Replacement
CN101609466A (en) * 2009-07-01 2009-12-23 中兴通讯股份有限公司 Mass data is looked into heavy method and system
CN101615175A (en) * 2009-08-11 2009-12-30 深圳市五巨科技有限公司 A kind of system and method for reading electronic book of mobile terminal
CN102056094A (en) * 2009-11-10 2011-05-11 酷手机多媒体股份有限公司 System and method for transmitting file by using multimedia information
CN103761333A (en) * 2014-02-14 2014-04-30 北京中文在线数字出版股份有限公司 Wireless txt reader and reading method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114490693A (en) * 2022-02-17 2022-05-13 平安普惠企业管理有限公司 Data modification method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN102707966B (en) Method and device for acceleratively starting operating system, and method, device and terminal for generating prefetched information
CN105549936B (en) Data table display method and device
CN111079917A (en) Tensor data block access method and device
CN111625546A (en) Data writing method, device, equipment and medium
CN108845958B (en) System and method for interleaver mapping and dynamic memory management
CN103049261A (en) Mobile terminal font changing method
CN103914483A (en) File storage method and device and file reading method and device
CN105868093A (en) Log write-in method and server side
CN108664577B (en) File management method and system based on FLASH idle area
CN112506823A (en) FPGA data reading and writing method, device, equipment and readable storage medium
CN103106260A (en) Establishment method of role-oriented virtual file system
CN104516929A (en) Method and device for file system
CN111177079A (en) Network file system data reading method, device, equipment and medium
CN104808953A (en) Device and method for controlling data storage and mobile terminal
CN104407990A (en) Disk access method and device
CN108647278B (en) File management method and system
CN104778154A (en) Partitioning method and device of txt text data
CN104516826A (en) Method and device for correspondence of large virtual pages and large physical pages
CN113010111A (en) SSD access acceleration method and device, computer equipment and storage medium
CN114327660B (en) Initialization method of external memory based on FPGA
CN114861003A (en) Object enumeration method, device and medium under specified directory
CN103544116A (en) Data processing method and device
CN109408873B (en) Multi-dimensional array signal control method and device and computer readable storage medium
CN105094935A (en) Method for writing firmware in electronic equipment and electronic equipment
CN105373421A (en) A terminal and a method of processing data in the terminal

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20150715

RJ01 Rejection of invention patent application after publication