Large information capacity wireless application platform system and transmission method
An application platform and transmission method technology, applied in the field of wireless information transmission systems, can solve the problems of rising use costs and product limitations, and achieve the effects of high modernization, large information capacity, and simple, fast and reliable networking
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
example 1
[0043] Example 1: Integer numbers in Java:
[0044] 1234
[0045] The binary code is:
[0046] 00000100 11010010
[0047] Default transport:
[0048] Int type data transmission needs to transmit 4 bytes
[0049] Compressed code transmission:
[0050] Use the first two digits to identify the byte length as 2, and the code after identification is:
[0051] 10000100 11010010
[0052] Transferring 2 bytes saves the transfer amount of 2 bytes.
[0053] With 0 as the terminal mark, the number of 1 in front indicates the number of bytes
example 2
[0054] Example 2: Integer numbers in Java:
[0055] 23597
[0056] The binary code is:
[0057] 01011100 00101101
[0058] Default transmission: int type data need to transmit 4 bytes
[0059] Because the first two digits of the first byte are not enough to mark the length, it needs to be in a separate byte
[0060] The length of the record is encoded as follows after processing.
[0061] 11000000 01011100 00101101
[0062] Transfer 3 bytes, saving 1 byte of transfer
example 3
[0063] Example 3: From the two superscript examples, we can get the value range of the compressed data
[0064] 1 byte The maximum header byte is: 01111111
[0065] The maximum header byte of 2 bytes is: 10111111
[0066] The maximum header byte of 3 bytes is: 11011111
[0067] The maximum header byte of 4 bytes is: 11101111
[0068] The maximum header byte of 5 bytes is: 11110111
[0069] The maximum header byte of 6 bytes is: 11111011
[0070] The maximum header byte of 7 bytes is: 11111101
[0071] The maximum header byte of 8 bytes is: 11111110
[0072] The maximum header byte of 9 bytes is: 11111111
[0073] b) Minimum transmission amount string encoding rules:
[0074] Since GBK's Chinese character encoding is composed of two bytes, while English letters only need 1 byte, in the string of mixed use of the two, the most ideal way is to use 1 byte when transmitting letters, and use 1 byte when transmitting letters. Chinese characters use 2 bytes. Therefore, there ...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com