CN106559083B - Method and system for compressing specific data by mobile terminal - Google Patents

Method and system for compressing specific data by mobile terminal Download PDF

Info

Publication number
CN106559083B
CN106559083B CN201610935017.5A CN201610935017A CN106559083B CN 106559083 B CN106559083 B CN 106559083B CN 201610935017 A CN201610935017 A CN 201610935017A CN 106559083 B CN106559083 B CN 106559083B
Authority
CN
China
Prior art keywords
data
hexadecimal
mobile terminal
processed
decimal
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.)
Active
Application number
CN201610935017.5A
Other languages
Chinese (zh)
Other versions
CN106559083A (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.)
Shandong Fawei Information Technology Co.,Ltd.
Original Assignee
Huizhou TCL Mobile Communication 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 Huizhou TCL Mobile Communication Co Ltd filed Critical Huizhou TCL Mobile Communication Co Ltd
Priority to CN201610935017.5A priority Critical patent/CN106559083B/en
Publication of CN106559083A publication Critical patent/CN106559083A/en
Application granted granted Critical
Publication of CN106559083B publication Critical patent/CN106559083B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/40Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention relates to the technical field of mobile terminals, and discloses a method and a system for compressing specific data by a mobile terminal, wherein the method comprises the following steps: the mobile terminal obtains data to be processed, converts the data into hexadecimal data and then represents the data, judges whether each bit in the obtained hexadecimal data is less than ten, and if yes, judges that the data to be processed is specific data; representing the specific data in a hexadecimal reverse order to obtain hexadecimal reverse order data; converting the hexadecimal inverted sequence data into decimal data in a decimal mode; and converting the decimal data into binary data in a binary mode, and storing the binary data into a memory. The invention aims to further improve the method for compressing data by converting specific data so as to improve the utilization rate of a memory and enable a mobile terminal to store more data.

Description

Method and system for compressing specific data by mobile terminal
Technical Field
The invention relates to the technical field of data compression of mobile terminals, in particular to a method and a system for compressing specific data by a mobile terminal.
Background
Although the memory capacity of the mobile terminal is improved, the memory capacity of the mobile terminal is still far from that of a computer and other equipment due to the characteristics of small size, convenience and the like, but the functions of the mobile terminal are almost the same as those of the computer in some aspects and even exceed the functions of the computer; for example, a large amount of application software exists in the market of mobile terminals at present, and when the application software is used, a large amount of temporary files occupy memory space, so that the memory space which is extremely precious in the mobile terminals is used up. Therefore, it is necessary to compress some stored data, and although various methods for compressing data exist at present, the utilization rate and efficiency of compression are not high, and the memory of the mobile terminal is occupied, so that there is still a need to further improve the method for compressing data to increase the utilization rate of the memory, so that the mobile terminal can store more data.
Therefore, the prior art still needs to be improved and developed to address the above drawbacks.
Disclosure of Invention
The present invention provides a method and a system for compressing specific data by a mobile terminal, aiming at improving the method for compressing data by converting specific data, so as to improve the utilization rate of a memory and enable the mobile terminal to store more data.
The technical scheme adopted by the invention for solving the technical problem is as follows:
a method for compressing specific data by a mobile terminal comprises the following steps:
step A, a mobile terminal acquires data to be processed, converts the data to be processed into hexadecimal data and then represents the converted data, judges whether each bit in the obtained hexadecimal data is less than ten, and if yes, judges that the data to be processed is specific data;
b, expressing the specific data in a hexadecimal reverse order to obtain hexadecimal reverse order data, namely, sequentially reversing the hexadecimal data from the last bit to the first bit to express the hexadecimal data;
c, converting the hexadecimal reverse sequence data into decimal data in a decimal mode;
and D, converting the decimal data into binary data in a binary mode, and storing the binary data into a memory.
The mobile terminal compresses specific data, wherein the format of the data to be processed is a sequence consisting of 0 and 1.
The method for compressing the specific data by the mobile terminal, wherein the step a specifically includes:
a1, after the mobile terminal converts the data P to be processed into hexadecimal data P1, if each bit in the hexadecimal data P1 is less than ten, the data P to be processed is specific data;
a2, after the mobile terminal converts the data P to be processed into hexadecimal data P1, if at least one bit in the hexadecimal data P1 is greater than or equal to ten, the data P to be processed is not specific data and is not processed next step.
The method for compressing the specific data by the mobile terminal, wherein the step B specifically includes:
b1, representing the specific data P, namely P1 as C1C 2C3 … … CX in a hexadecimal reverse order, and represented by P2, wherein CX represents a hexadecimal number of one bit in the specific data, and the larger X is, the higher X is, the value of X is 1, 2, 3, … … N, wherein N is a natural number;
b2, the C1C 2C3 … … CX is expressed by sequentially reversing the hexadecimal data P1 from the last bit to the first bit.
The method for compressing the specific data by the mobile terminal, wherein the step C specifically includes:
c1, converting the hexadecimal reverse order data P2 into decimal data P3 in a decimal system according to the formula: p3= C1 × 100+C2*101+C3*102+ ……CX*10X-1
C2, the decimal data P2 is converted into decimal data P3 through a decimal conversion formula.
The method for compressing the specific data by the mobile terminal, wherein the step D specifically includes:
d1, converting the decimal data P3 into binary data P4;
d2, the mobile terminal stores the binary data P4 in the memory to complete the compression of the specific data.
A system for compressing specific data by a mobile terminal, comprising: the filter is used for the mobile terminal to obtain data to be processed, the data to be processed is converted by hexadecimal and then represented, whether each bit in the obtained hexadecimal data is less than ten or not is judged, and if yes, the data to be processed is judged to be specific data;
the first processor is used for representing the specific data in a hexadecimal reverse order to obtain hexadecimal reverse order data, namely, the hexadecimal data is represented from the last bit to the first bit in turn;
the second processor is used for converting the hexadecimal inverted sequence data into decimal data in a decimal mode;
and the third processor is used for converting the decimal data into binary data in a binary mode and storing the binary data into the memory.
The system for compressing specific data by the mobile terminal, wherein the filter specifically comprises:
the hexadecimal conversion module is used for converting the data to be processed into hexadecimal data in a hexadecimal manner;
the first judging module is used for converting the data P to be processed in hexadecimal mode by the mobile terminal to obtain hexadecimal data P1, and if each bit in the obtained hexadecimal data P1 is less than ten, the data P to be processed is specific data;
and the second determination module is used for converting the data P to be processed in a hexadecimal manner by the mobile terminal to obtain hexadecimal data P1, and if at least one bit in the obtained hexadecimal data P1 is more than or equal to ten, the data P to be processed is not specific data and is not processed in the next step.
The system for compressing specific data by the mobile terminal, wherein the first processor specifically comprises:
the hexadecimal reverse order conversion module is used for representing the specific data P, namely P1 into C1C 2C3 … … CX in a hexadecimal reverse order, and the CX is represented by P2, wherein the CX represents a hexadecimal number of one bit in the specific data, the larger the X, the higher the bit, the value of the X is 1, 2, 3, … … N, and N is a natural number; the C1C 2C3 … … CX is expressed by sequentially reversing the hexadecimal data P1 from the last bit to the first bit.
The system for compressing specific data by the mobile terminal, wherein the second processor specifically comprises:
a decimal conversion module, configured to convert the reverse order hexadecimal data P2 into decimal data P3 in decimal, where the formula is: p3= C1 × 100+C2*101+C3*102+ ……CX*10X-1(ii) a And the hexadecimal reverse-order data P2 is subjected to a decimal conversion formula to obtain decimal data P3.
The system for compressing specific data by the mobile terminal, wherein the third processor specifically includes:
the binary conversion module is used for converting the decimal data P3 into binary data P4 in a binary mode; the mobile terminal stores the binary data P4 in the memory to complete the compression of the specific data.
The invention discloses a method and a system for compressing specific data by a mobile terminal, wherein the method comprises the following steps: the mobile terminal obtains data to be processed, converts the data into hexadecimal data and then represents the data, judges whether each bit in the obtained hexadecimal data is less than ten, and if yes, judges that the data to be processed is specific data; expressing the specific data in a hexadecimal reverse order to obtain hexadecimal reverse order data, namely, sequentially reversing the hexadecimal data from the last bit to the first bit to express the hexadecimal data; converting the hexadecimal inverted sequence data into decimal data in a decimal mode; and converting the decimal data into binary data in a binary mode, and storing the binary data into a memory. The invention converts the specific data and stores the binary data into the memory, aiming at further improving the method for compressing the data to improve the utilization rate of the memory and ensure that the mobile terminal can store more data.
Drawings
Fig. 1 is a flowchart of a method for compressing specific data by a mobile terminal according to a preferred embodiment of the present invention.
Fig. 2 is a functional block diagram of a preferred embodiment of the system for compressing specific data by a mobile terminal according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for compressing specific data by a mobile terminal according to a preferred embodiment of the present invention.
As shown in fig. 1, a method for compressing specific data by a mobile terminal according to an embodiment of the present invention includes the following steps:
step S100, the mobile terminal obtains data to be processed, converts the data to be processed into hexadecimal data and then represents the converted data, and judges whether each bit in the obtained hexadecimal data is less than ten, if so, the data to be processed is judged to be specific data.
In the invention, the format of the data to be processed is a sequence consisting of 0 and 1, when the mobile terminal converts the data P to be processed into hexadecimal data P1 by hexadecimal, if each bit in the obtained hexadecimal data P1 is less than ten, the data P to be processed is specific data; after the mobile terminal converts the data P to be processed into hexadecimal data P1, if at least one bit of the obtained hexadecimal data P1 is greater than or equal to ten, the data P to be processed is not specific data, and the next processing is not performed.
Specifically, for example, the data to be processed is 00010010010010000011 (P), each four bits of the data are represented by hexadecimal to obtain 12483 (P1), and it is determined that each bit 1\2\4\8\3 is less than ten, so that the data to be processed is specific data; for another example, the data to be processed is 00010010010010001111 (P), the four bits of the data are represented by hexadecimal to obtain 1248F (P1), and (F) represents fifteen in hexadecimal, wherein each bit 1\2\4\8 is less than ten, but the lowest bit F is greater than 10, so the data to be processed is not specific data.
And step S200, representing the specific data in a hexadecimal reverse order to obtain the hexadecimal reverse order data, namely, sequentially reversing the hexadecimal data from the last bit to the first bit to represent the hexadecimal data.
In the invention, the specific data P, namely P1 is represented as C1C 2C3 … … CX in a hexadecimal reverse order and is represented as P2, wherein CX represents a one-bit hexadecimal number in the specific data, the larger X is, the higher X is, the X takes the value of 1, 2, 3, … … N, and N is a natural number; the C1C 2C3 … … CX is expressed by sequentially reversing the hexadecimal data P1 from the last bit to the first bit.
Specifically, as described above, the specific data 12483 (P1) such as a hexadecimal representation, and thus C1=3, C2=8, C3=4, C4=2, C5=1, is represented as 38421 (P2) in the reverse order of hexadecimal in step S200.
And step S300, converting the hexadecimal inverted sequence data into decimal data in a decimal mode.
In the invention, the formula for converting the hexadecimal reverse order data P2 into decimal data P3 by decimal is as follows: p3= C1 × 100+C2*101+C3*102+ ……CX*10X-1(ii) a And the hexadecimal reverse-order data P2 is subjected to a decimal conversion formula to obtain decimal data P3.
In particular, as described above, for example according to P3= C1 x 100+C2*101+C3*102+ ……CX*10X-1To obtain decimal data P3, which, for the specific data 12483 (P1) in hexadecimal representation, results in C1=3, C2=8, C3=4, C4=2, C5=1 in step S200, then for the specific data, the decimal data P3 is calculated as follows:
P3= C1*100+C2*101+C3*102+ ……CX*10X-1
=3*100+8*101+4*102+2*103+1*104
=12483
and step S400, converting the decimal data into binary data in a binary mode, and storing the binary data into a memory.
In the invention, binary data P4 is obtained by binary conversion of the decimal data P3;
the mobile terminal stores the binary data P4 in the memory to complete the compression of the specific data.
Specifically, as described above, for example, the decimal data P3 is converted into binary 11000011000011 and stored in the memory. Therefore, in summary from step S100 to step S400, the data 00010010010010000011 (P, binary representation) to be processed is finally converted into 11000011000011 (P4, binary representation) and stored in the memory, and the compression process for the specific data is completed.
The method of the invention expresses the specific data in the reverse order of hexadecimal, converts the specific data into decimal number to obtain data P3, and finally converts the number P3 into binary number to be stored in a memory; therefore, the method for compressing the data is further improved to improve the utilization rate of the memory, so that the mobile terminal can store more data.
Based on the foregoing embodiments, the present invention further provides a system for compressing specific data by a mobile terminal, please refer to fig. 2, and fig. 2 is a functional block diagram of a preferred embodiment of the system for compressing specific data by a mobile terminal according to the present invention.
As shown in fig. 2, the system includes: a baseband chip 10 and a memory 20; wherein the baseband chip 10 further includes: a filter 11, a first processor 12, a second processor 13, a third processor 14;
the filter 11 is used for the mobile terminal to obtain data to be processed, the data to be processed is converted by hexadecimal and then is represented, whether each bit in the obtained hexadecimal data is less than ten or not is judged, and if yes, the data to be processed is judged to be specific data; as described above.
The first processor 12 is configured to represent the specific data in an inverted hexadecimal order to obtain inverted hexadecimal order data, that is, the hexadecimal order data is represented from the last bit to the first bit in turn; as described above.
The second processor 13 is used for converting the hexadecimal inverted sequence data into decimal data in a decimal mode; as described above.
A third processor 14, configured to convert the decimal data into binary data, and store the binary data in a memory; as described above.
Further, the mobile terminal is a system for compressing specific data, wherein the filter specifically includes:
the hexadecimal conversion module is used for converting the data to be processed into hexadecimal data in a hexadecimal manner; as described above.
The first judging module is used for converting the data P to be processed in hexadecimal mode by the mobile terminal to obtain hexadecimal data P1, and if each bit in the obtained hexadecimal data P1 is less than ten, the data P to be processed is specific data; as described above.
The second determination module is used for converting the data P to be processed in a hexadecimal manner by the mobile terminal to obtain hexadecimal data P1, and if at least one bit in the obtained hexadecimal data P1 is more than or equal to ten, the data P to be processed is not specific data and is not processed in the next step; as described above.
The system for compressing specific data by the mobile terminal, wherein the first processor specifically comprises:
the hexadecimal reverse order conversion module is used for representing the specific data P, namely P1 into C1C 2C3 … … CX in a hexadecimal reverse order, and the CX is represented by P2, wherein the CX represents a hexadecimal number of one bit in the specific data, the larger the X, the higher the bit, the value of the X is 1, 2, 3, … … N, and N is a natural number; the C1C 2C3 … … CX is expressed by sequentially reversing the hexadecimal data P1 from the last bit to the first bit; as described above.
The system for compressing specific data by the mobile terminal, wherein the second processor specifically comprises:
a decimal conversion module, configured to convert the reverse order hexadecimal data P2 into decimal data P3 in decimal, where the formula is: p3= C1 × 100+C2*101+C3*102+ ……CX*10X-1(ii) a The hexadecimal reverse-order data P2 is converted by decimal systemObtaining decimal data P3 after the formula; as described above.
The system for compressing specific data by the mobile terminal, wherein the third processor specifically includes:
the binary conversion module is used for converting the decimal data P3 into binary data P4 in a binary mode; the mobile terminal stores the binary data P4 into a memory to complete the compression of specific data; as described above.
In summary, the present invention discloses a method and a system for compressing specific data by a mobile terminal, wherein the method comprises: the mobile terminal obtains data to be processed, converts the data into hexadecimal data and then represents the data, judges whether each bit in the obtained hexadecimal data is less than ten, and if yes, judges that the data to be processed is specific data; expressing the specific data in a hexadecimal reverse order to obtain hexadecimal reverse order data, namely, sequentially reversing the hexadecimal data from the last bit to the first bit to express the hexadecimal data; converting the hexadecimal inverted sequence data into decimal data in a decimal mode; and converting the decimal data into binary data in a binary mode, and storing the binary data into a memory. The invention converts the specific data and stores the binary data into the memory, aiming at further improving the method for compressing the data to improve the utilization rate of the memory and ensure that the mobile terminal can store more data.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by a computer program instructing relevant hardware (such as a processor, a controller, etc.), and the program may be stored in a computer readable storage medium, and when executed, the program may include the processes of the above method embodiments. The storage medium may be a memory, a magnetic disk, an optical disk, etc.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (8)

1. A method for compressing specific data by a mobile terminal is characterized by comprising the following steps:
step A, a mobile terminal acquires data to be processed, converts the data to be processed into hexadecimal data and then represents the converted data, judges whether each bit in the obtained hexadecimal data is less than ten, and if yes, judges that the data to be processed is specific data;
b, expressing the specific data in a hexadecimal reverse order to obtain hexadecimal reverse order data, namely, sequentially reversing the hexadecimal data from the last bit to the first bit to express the hexadecimal data;
c, converting the hexadecimal reverse sequence data into decimal data in a decimal mode;
step D, converting the decimal data into binary data and storing the binary data into a memory;
the step A specifically comprises the following steps:
a1, the format of the data to be processed is a sequence consisting of 0 and 1, when the mobile terminal converts the data P to be processed into hexadecimal data P1, if each bit in the obtained hexadecimal data P1 is less than ten, the data P to be processed is specific data;
a2, after the mobile terminal converts the data P to be processed into hexadecimal data P1, if at least one bit in the hexadecimal data P1 is greater than or equal to ten, the data P to be processed is not specific data and is not processed next step.
2. The method for compressing specific data by a mobile terminal according to claim 1, wherein the step B specifically comprises:
b1, representing the specific data P, namely P1 as C1C 2C3 … … CX in a hexadecimal reverse order, and represented by P2, wherein CX represents a hexadecimal number of one bit in the specific data, and the larger X is, the higher X is, the value of X is 1, 2, 3, … … N, wherein N is a natural number;
b2, the C1C 2C3 … … CX is expressed by sequentially reversing the hexadecimal data P1 from the last bit to the first bit.
3. The method for compressing specific data by a mobile terminal according to claim 1, wherein the step C specifically comprises:
c1, converting the hexadecimal reverse order data P2 into decimal data P3 in a decimal system according to the formula:
P3=C1*100+C2*101+C3*102+……CX*10X-1
c2, the decimal data P2 is converted into decimal data P3 through a decimal conversion formula.
4. The method for compressing specific data by the mobile terminal according to claim 1, wherein the step D specifically includes:
d1, converting the decimal data P3 into binary data P4;
d2, the mobile terminal stores the binary data P4 in the memory to complete the compression of the specific data.
5. A system for compressing specific data by a mobile terminal, comprising:
the filter is used for the mobile terminal to obtain data to be processed, the data to be processed is converted by hexadecimal and then represented, whether each bit in the obtained hexadecimal data is less than ten or not is judged, and if yes, the data to be processed is judged to be specific data;
the first processor is used for representing the specific data in a hexadecimal reverse order to obtain hexadecimal reverse order data, namely, the hexadecimal data is represented from the last bit to the first bit in turn;
the second processor is used for converting the hexadecimal inverted sequence data into decimal data in a decimal mode;
the third processor is used for converting the decimal data into binary data in a binary mode and storing the binary data into the memory;
the filter specifically includes:
the hexadecimal conversion module is used for converting the data to be processed into hexadecimal data in a hexadecimal manner;
the first judging module is used for converting the data P to be processed in hexadecimal mode by the mobile terminal to obtain hexadecimal data P1, and if each bit in the obtained hexadecimal data P1 is less than ten, the data P to be processed is specific data;
and the second determination module is used for converting the data P to be processed in a hexadecimal manner by the mobile terminal to obtain hexadecimal data P1, and if at least one bit in the obtained hexadecimal data P1 is more than or equal to ten, the data P to be processed is not specific data and is not processed in the next step.
6. The system for compressing specific data by the mobile terminal according to claim 5, wherein the first processor specifically comprises:
the hexadecimal reverse order conversion module is used for representing the specific data P, namely P1 into C1C 2C3 … … CX in a hexadecimal reverse order, and the CX is represented by P2, wherein the CX represents a hexadecimal number of one bit in the specific data, the larger the X is, the higher the bit is, the value of the X is 1, 2, 3, … … N, and N is a natural number; the C1C 2C3 … … CX is expressed by sequentially reversing the hexadecimal data P1 from the last bit to the first bit.
7. The system for compressing specific data by the mobile terminal according to claim 5, wherein the second processor specifically comprises:
a decimal conversion module for converting the reverse order data P2 into decimal data P3The formula of (1) is: p3 ═ C1 × 100+C2*101+C3*102+……CX*10X-1(ii) a And the hexadecimal reverse-order data P2 is subjected to a decimal conversion formula to obtain decimal data P3.
8. The system for compressing specific data by the mobile terminal according to claim 5, wherein the third processor specifically comprises:
the binary conversion module is used for converting the decimal data P3 into binary data P4 in a binary mode; the mobile terminal stores the binary data P4 in the memory to complete the compression of the specific data.
CN201610935017.5A 2016-11-01 2016-11-01 Method and system for compressing specific data by mobile terminal Active CN106559083B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610935017.5A CN106559083B (en) 2016-11-01 2016-11-01 Method and system for compressing specific data by mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610935017.5A CN106559083B (en) 2016-11-01 2016-11-01 Method and system for compressing specific data by mobile terminal

Publications (2)

Publication Number Publication Date
CN106559083A CN106559083A (en) 2017-04-05
CN106559083B true CN106559083B (en) 2020-06-09

Family

ID=58443367

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610935017.5A Active CN106559083B (en) 2016-11-01 2016-11-01 Method and system for compressing specific data by mobile terminal

Country Status (1)

Country Link
CN (1) CN106559083B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102197599A (en) * 2008-10-27 2011-09-21 微动公司 Method and apparatus for compressing and decompressing data records
CN104657481A (en) * 2015-02-26 2015-05-27 华为技术有限公司 Data storage method and device and data query method and device
CN105516894A (en) * 2015-11-27 2016-04-20 深圳还是威健康科技有限公司 Data transmission method, terminal and wearable device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102197599A (en) * 2008-10-27 2011-09-21 微动公司 Method and apparatus for compressing and decompressing data records
CN104657481A (en) * 2015-02-26 2015-05-27 华为技术有限公司 Data storage method and device and data query method and device
CN105516894A (en) * 2015-11-27 2016-04-20 深圳还是威健康科技有限公司 Data transmission method, terminal and wearable device

Also Published As

Publication number Publication date
CN106559083A (en) 2017-04-05

Similar Documents

Publication Publication Date Title
US8782018B2 (en) Storage device and data processing device utilizing determined dictionary compression
CN110535869B (en) Data transmission method based on compression algorithm, terminal equipment and storage medium
US8300966B2 (en) Image signal encoding method and decoding method, information source encoding method and decoding method, apparatuses therefor, programs therefor, and storage media which store the programs to process gaussian integer signal
CN110765031B (en) Data storage method and device, mobile terminal and storage medium
KR20080023191A (en) Device and method for accessing binary data in fusion memory
JP2014525183A (en) Method and apparatus for image compression storing encoding parameters in a 2D matrix
CN112165331A (en) Data compression method and device, data decompression method and device, storage medium and electronic equipment
CN106506007A (en) A kind of lossless data compression and decompressing device and its method
CN113852379A (en) Data encoding method, system, equipment and computer readable storage medium
CN105677259A (en) Method for storing file in mobile terminal and mobile terminal
CN110413580B (en) Compression method, system and device for FPGA configuration code stream
CN111491169A (en) Digital image compression method, device, equipment and medium
CN102609509B (en) Hash data processing method and device
CN105320669A (en) Method and device for data storage and method and device for data reading
CN106559083B (en) Method and system for compressing specific data by mobile terminal
CN108053034B (en) Model parameter processing method and device, electronic equipment and storage medium
CN108880559B (en) Data compression method, data decompression method, compression equipment and decompression equipment
CN111694692B (en) Data storage erasure method, device and equipment and readable storage medium
JP6835285B1 (en) Data compression method, data compression device, data compression program, data decompression method, data decompression device and data decompression program
CN106293542B (en) Method and device for decompressing file
US11700014B2 (en) Weight data compression method, weight data decompression method, weight data compression device, and weight data decompression device
CN107783990B (en) Data compression method and terminal
CN114024952A (en) File compression transmission method based on DL/T698.45-2007 protocol
CN113242044B (en) Block chain data storage compression method for reducing memory occupation
CN117353752A (en) Differential data compression method, related device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20221230

Address after: 2-1703, Building 3, Zone 1, Longhu Chunjiang Licheng, Tangye Street, Jinan Area, China (Shandong) Pilot Free Trade Zone, 250000 Shandong Province

Patentee after: Shandong Fawei Information Technology Co.,Ltd.

Address before: 516006 Zhongkai hi tech Zone, Huizhou, Guangdong, 86 Chang seven Road West

Patentee before: HUIZHOU TCL MOBILE COMMUNICATION Co.,Ltd.