CN107682114B - Method for improving data transmission efficiency - Google Patents

Method for improving data transmission efficiency Download PDF

Info

Publication number
CN107682114B
CN107682114B CN201710778553.3A CN201710778553A CN107682114B CN 107682114 B CN107682114 B CN 107682114B CN 201710778553 A CN201710778553 A CN 201710778553A CN 107682114 B CN107682114 B CN 107682114B
Authority
CN
China
Prior art keywords
command
sent
format
commands
data
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
CN201710778553.3A
Other languages
Chinese (zh)
Other versions
CN107682114A (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.)
Huizhou Desay SV Automotive Co Ltd
Original Assignee
Huizhou Desay SV Automotive 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 Desay SV Automotive Co Ltd filed Critical Huizhou Desay SV Automotive Co Ltd
Priority to CN202010362128.8A priority Critical patent/CN111628846B/en
Priority to CN202010361025.XA priority patent/CN111628845B/en
Priority to CN201710778553.3A priority patent/CN107682114B/en
Publication of CN107682114A publication Critical patent/CN107682114A/en
Application granted granted Critical
Publication of CN107682114B publication Critical patent/CN107682114B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0006Systems modifying transmission characteristics according to link quality, e.g. power backoff by adapting the transmission format
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Quality & Reliability (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a method for improving data transmission efficiency, which comprises the following steps: s1, acquiring the information of the number, length or type of the commands to be sent; s2, packaging the command to be sent according to the acquired information and a preset program to obtain a sending package; the format of the sending packet comprises one of a common format or an efficient format, wherein the common format comprises a command ID and n data segments; the efficient format includes a command ID, n data segments, and valid identification bits. The invention can be compatible with the existing communication mode and supports the transmission of a single command compression mode and a compound command mode; for a single communication command, a compression mode can be adopted for transmission, only the changed parameters are transmitted, and the transmission efficiency is improved; for a plurality of communication commands, the plurality of commands can be combined into one command transmission to reduce the number of communication times.

Description

Method for improving data transmission efficiency
Technical Field
The invention relates to the technical field of electronics, in particular to a method for improving data transmission efficiency.
Background
As embedded products become powerful, product requirements can be met only by adopting a multi-chip scheme, cooperation among multiple chips is completed through exchange of a large amount of data (commands), and each data transmission needs to be started, transmitted and finished. Therefore, if a plurality of command commands need to be sent, the sending end corresponding to the chip needs to be started and ended frequently, which affects the efficiency of data exchange, and the size of the data volume during sending also affects the efficiency of data exchange, which has a large influence on the operation load capacity of the whole system, and improving the efficiency of data exchange has great significance for improving the operation efficiency of the system, the reliability of the system and the performance of the product.
Disclosure of Invention
In order to solve the above technical problems, the present invention provides a method for improving data transmission efficiency, which comprises the following steps:
s1, acquiring the information of the number, length or type of the commands to be sent;
s2, packaging the command to be sent according to the acquired information and a preset program to obtain a sending package;
the format of the sending packet comprises one of a common format or an efficient format, wherein the common format comprises a command ID and n data segments; the efficient format comprises a command ID, n data segments and a valid identification bit; and n is a positive integer greater than 2.
Further, the steps S1 and S2 specifically include:
SA1, acquiring the number p' of commands to be sent;
SA2, when the number P 'is greater than the preset value P, the ID of the command to be sent is represented by the command ID in high efficiency format and the effective identification bit, and the data segment of P' commands to be sent is assigned to the data segment in high efficiency format to obtain the sending packet.
Further, in the step SA2, the ID of the command to be sent is represented by the command ID in the efficient format and the valid identification bit, and the data segment of the command to be sent is assigned to the data segment in the efficient format, which specifically includes:
SA21, selecting the ID of one command in the commands to be sent, assigning the ID to the command ID in the efficient format, taking the command to be sent as a reference command, representing other commands to be sent as ID + i commands, and then, representing the corresponding valid identification bit xiSetting to a valid position;
SA22, according to command ID and valid identification bit xmAnd assigning the data segments of the commands to be sent to the data segments in the efficient format in sequence.
Further, the steps S1 and S2 specifically include:
SB1, acquiring the type of the command to be sent;
SB2, if the type of the command to be sent is different from the type of the command to be sent, directly using the command to be sent as a sending packet, otherwise assigning the ID of the command to be sent to the command ID in the efficient format;
SB3, comparing the data segment of the command to be sent with the data segment of the command sent, finding out different data segments and setting the corresponding effective identification position of the high-efficiency format as the effective bit until all the data segments are compared; after the different data segments of the command to be sent are found, they are assigned to the data segments in the efficient format.
Further, before assigning the ID of the command to be sent to the command ID in the efficient format in step SB2, the method further includes:
SC1, obtaining the length q' of the command to be sent;
and SC2, when the length Q' is smaller than the preset value Q, directly taking the command to be sent as a sending packet.
Further, the specific steps of step SB3 include:
SB31, comparing the a-segment data segment of the command to be sent with the a-segment data segment of the command already sent, and when the j-th segment data segment of the command to be sent is different from the j-th segment of the command already sent, the corresponding valid identification bit x is usedjSetting to be a valid bit, and assigning the j section data section of a command to be sent to the data section with the efficient format;
and SB32, when the value of j is equal to the value of a, finishing the packaging of the command to be sent and obtaining a sending package.
Further, the efficient format further includes a format identification bit, where the format identification bit is used to distinguish whether the data in the efficient format is in a compressed format or a composite format, and the steps S1 and S2 specifically include:
SD1, initialization format identification bit, command ID, valid identification bit and n data segments;
SD2, acquiring the number P 'of commands to be sent, entering into a step SD3 when the number P' is greater than a preset value P, and otherwise, entering into a step SD 6;
SD3, setting the format identification position as a composite format valid bit;
SD4, selecting the ID of one command in the commands to be sent, assigning the ID to the command ID in the efficient format, taking the command to be sent as a reference command, representing other commands to be sent as ID + i commands, and then, representing the corresponding valid identification bit xiSetting to a valid position;
SD5, based on command ID and valid identification bit xmAssigning the data segments of the commands to be sent to the data segments with the efficient format in sequence, and entering the step SD 13;
SD6, obtaining the length Q 'of the command to be sent, entering into a step SD7 when the length Q' is larger than a preset value Q, and otherwise, entering into a step SD 12;
SD7, obtaining the type of the command to be sent, if the type of the sent command is the same as the type of the command to be sent, entering SD8, otherwise, entering SD 12;
SD8, setting the format identification position as a compression format valid bit;
SD9, assigning the ID of the command to be sent to the command ID in the efficient format;
SD10, comparing the a-segment data segment of the command to be sent with the a-segment data segment of the command already sent, and when the j-th segment data segment of the command to be sent is different from the j-th segment of the command already sent, the corresponding valid identification bit x is usedjSetting to be a valid bit, and assigning the j section data section of a command to be sent to the data section with the efficient format;
SD11, when the value of j is equal to the value of a, go to step SD 13;
SD12, directly taking the command to be sent as a sending packet;
and SD13, completing the packaging of the command to be sent and obtaining a sending package.
Further, the common format is that a command ID and n data segments are sequentially arranged, and the efficient format is that a format identification bit, a command ID, an effective identification bit and n data segments are sequentially arranged.
Further, before the step S1, the method further includes:
the efficient format is initialized.
Further, the format identification bits occupy 2 bits, which are b1 and b2, respectively, the effective identification bits occupy m bits, and m is a positive integer greater than 2.
The invention has the following beneficial effects:
1. compatible with the existing communication mode, and simultaneously supports the transmission of a single command compression mode and a compound command mode;
2. for a single communication command, a compression mode can be adopted for transmission, only the changed parameters are transmitted, and the transmission efficiency is improved;
3. for a plurality of communication commands, the plurality of commands can be combined into one command for transmission, so that the communication times are reduced;
4. this approach can be used for different types of communication requiring information exchange.
Drawings
FIG. 1 is a diagram illustrating a general format of a transmit packet according to the present invention;
FIG. 2 is a schematic diagram of the structure of the efficient format of the transmit packet according to the present invention;
fig. 3 is a transmission packet in a composite format according to embodiment 1 of the present invention;
FIG. 4 is a diagram of a compressed format of a transmission packet according to embodiment 2 of the present invention;
FIG. 5 is a flowchart illustrating an embodiment of a method for improving data transmission efficiency according to the present invention;
fig. 6 shows a transmission packet in a composite format according to embodiment 3 of the present invention.
Detailed Description
The following detailed description of the preferred embodiments of the present invention, taken in conjunction with the accompanying drawings, will make the advantages and features of the invention easier to understand for those skilled in the art and will therefore make the scope of the invention more clearly defined. In the following embodiments, the format of a transmission packet in the method for improving data transmission efficiency is shown with reference to fig. 1 and 2. The format of the sending packet comprises one of a common format or an efficient format, wherein the common format comprises a command ID and n data segments; the efficient format comprises a command ID, n data segments and a valid identification bit; and n is a positive integer greater than 2.
Example 1:
the method for improving the data transmission efficiency in the embodiment comprises the following steps:
SA1, acquiring the number p' of commands to be sent;
SA2, when the number P' is greater than the preset value P, selecting an ID of one command in the commands to be sent to assign to a command ID in a high-efficiency format, taking the command to be sent as a reference command, representing other commands to be sent as ID + i commands, and then setting the corresponding effective identification position xi as an effective position;
SA3, according to command ID and valid identification bit xmAnd assigning the data segments of the commands to be sent to the data segments with the efficient format in sequence, completing the packaging of the commands to be sent and obtaining sending packages.
In implementation, the preset value P may be set to 1, and when there are 2 commands to be sent, the data needs to be sent in the composite format, so as to achieve the purpose of improving the data transmission efficiency. Assuming that the command to be sent is the 7 th command with two data segments and the 10 th command with three data segments, respectively, and the 7 th command can be a reference command, the 10 th command is represented as the ID +3 th command, and the valid bit is set to 1, then the packed transmission packet can be shown in fig. 3.
Example 2:
the method for improving the data transmission efficiency in the embodiment comprises the following steps:
SB1, acquiring the type of the command to be sent;
SB2, if the type of the command to be sent is different from the type of the command to be sent, directly using the command to be sent as a sending packet, otherwise assigning the ID of the command to be sent to the command ID in the efficient format;
SB3, comparing the a-segment data segment of the command to be sent with the a-segment data segment of the command already sent, and when the j-th segment data segment of the command to be sent is different from the j-th segment of the command already sent, the corresponding valid identification bit x is usedjSetting to valid bit, assigning j section data section of command to be sent to data section in efficient format (or comparing all data sections, and then according to command ID and x)mAssigning the data segments of the commands to be sent to the data segments with the efficient format in sequence);
and SB4, when the value of j is equal to the value of a, finishing the packaging of the command to be sent and obtaining a sending package.
Assuming that the command to be sent is the 10 th command with three data segments, and the 10 th command has been sent before, but the second data segment of the 10 th command is different from the previous one, the data can be sent in a compressed format to achieve the purpose of improving the data transmission efficiency, the valid bit is set to 1, and the packed sending packet can be shown in fig. 4. In addition, in this embodiment, before assigning the ID of the command to be sent to the command ID in the efficient format in step SB2, a step of determining the length of the command to be sent may be further provided, so as to better use the compression format:
SC1, obtaining the length q' of the command to be sent;
and SC2, when the length Q' is smaller than the preset value Q, directly taking the command to be sent as a sending packet.
Example 3:
referring to the flowchart of fig. 5, the method for improving data transmission efficiency in this embodiment includes the following steps:
SD1, initialization format identification bit, command ID, valid identification bit and n data segments;
SD2, acquiring the number P 'of commands to be sent, entering into a step SD3 when the number P' is greater than a preset value P, and otherwise, entering into a step SD 6;
SD3, setting the format identification position as a composite format valid bit;
SD4, selecting the ID of one command in the commands to be sent, assigning the ID to the command ID in the efficient format, taking the command to be sent as a reference command, representing other commands to be sent as ID + i commands, and then, representing the corresponding valid identification bit xiSetting to a valid position;
SD5, based on command ID and valid identification bit xmAssigning the data segments of the commands to be sent to the data segments with the efficient format in sequence, and entering the step SD 13;
SD6, obtaining the length Q 'of the command to be sent, entering into a step SD7 when the length Q' is larger than a preset value Q, and otherwise, entering into a step SD 12;
SD7, obtaining the type of the command to be sent, if the type of the sent command is the same as the type of the command to be sent, entering SD8, otherwise, entering SD 12;
SD8, setting the format identification position as a compression format valid bit;
SD9, assigning the ID of the command to be sent to the command ID in the efficient format;
SD10, comparing the a-segment data segment of the command to be sent with the a-segment data segment of the command already sent, and when the j-th segment data segment of the command to be sent is different from the j-th segment of the command already sent, the corresponding valid identification bit x is usedjSetting to valid bit, assigning j section data section of command to be sent to data section in efficient format (or comparing all data sections, and then according to valid mark)Assigning the data segment of the command to be sent to the data segment with the high-efficiency format by the effective bit of the identification bit in sequence;
SD11, when the value of j is equal to the value of a, go to step SD 13;
SD12, directly taking the command to be sent as a sending packet;
and SD13, completing the packaging of the command to be sent and obtaining a sending package.
For initialization, the format flag, the command ID, the valid flag, and the initialization of n data segments may all be set to 0; 2 bits can be distributed to format identification bits which are b1 and b2 respectively, m bits are distributed to effective identification bits which are x1, x2, … … and xm respectively, and m is a positive integer larger than 2; b1=1 and b2=0 indicate that the transmission packet is transmitted in a compressed format, and x in this casej=0 denotes the command that the ith data segment remains unchanged and is not transmitted, xj=1 represents commanding ith data segment change, ith data segment transfer, data segment transfer in changed data segment order; b1=1 and b2=1 indicate that the transmission packet is transmitted in a composite format, and x is the same as xi=0 representing this bit ignore, xi=1 represents that the composite command contains an ID + i command, and contains data segments arranged in order by the size of the contained command and the corresponding data segment. When the preset value P is set to 1, if there are a 7 th command with two data segments and a 10 th command with three data segments for the command to be sent, respectively, b1 and b2 are set to 1, and then the 7 th command can be used as a reference command, the 10 th command is represented as an ID +3 th command, and the valid bit is set to 1, so that the packed transmission packet can be shown in fig. 6. In addition, in the above method, for the compression of a single command, the type comparison is necessary, the length comparison may not be necessary, and the type comparison and the length comparison are not in sequence, and the same judgment of the number of commands, the type comparison of the commands, and the length comparison of the commands are also not in sequence, as long as the purpose of the present invention is achieved.
The embodiments of the present invention have been described in detail with reference to the drawings, but the present invention is not limited to the above embodiments, and various changes can be made within the knowledge of those skilled in the art without departing from the gist of the present invention.

Claims (2)

1. A method for improving data transmission efficiency, comprising the steps of:
s1, acquiring the information of the number, length or type of the commands to be sent;
s2, packaging the command to be sent according to the acquired information and a preset program to obtain a sending package;
the format of the sending packet comprises one of a common format or an efficient format, wherein the common format comprises a command ID and n data segments; the efficient format comprises a command ID, n data segments and a valid identification bit; n is a positive integer greater than 2;
the steps S1 and S2 specifically include:
SA1, acquiring the number p' of commands to be sent;
SA2, when the number P 'is greater than the preset value P, representing the ID of the command to be sent by the command ID and the effective identification bit in the efficient format, assigning the data segments of the P' commands to be sent to the data segments in the efficient format, and obtaining a sending packet;
in the step SA2, the ID of the command to be sent is represented by the command ID in the efficient format and the valid identification bit, and the data segment of the command to be sent is assigned to the data segment in the efficient format, which specifically includes:
SA21, selecting the ID of one command in the commands to be sent, assigning the ID to the command ID in the efficient format, taking the command to be sent as a reference command, representing other commands to be sent as ID + i commands, and then, representing the corresponding valid identification bit xiSetting to a valid position;
SA22, assigning the data segment of the command to be sent to the data segment in efficient format according to the command ID and the effective identification bit.
2. The method for improving data transmission efficiency according to claim 1, further comprising, before the step S1:
the efficient format is initialized.
CN201710778553.3A 2017-09-01 2017-09-01 Method for improving data transmission efficiency Active CN107682114B (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN202010362128.8A CN111628846B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency
CN202010361025.XA CN111628845B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency
CN201710778553.3A CN107682114B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710778553.3A CN107682114B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Related Child Applications (2)

Application Number Title Priority Date Filing Date
CN202010362128.8A Division CN111628846B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency
CN202010361025.XA Division CN111628845B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Publications (2)

Publication Number Publication Date
CN107682114A CN107682114A (en) 2018-02-09
CN107682114B true CN107682114B (en) 2020-08-25

Family

ID=61134929

Family Applications (3)

Application Number Title Priority Date Filing Date
CN202010361025.XA Active CN111628845B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency
CN201710778553.3A Active CN107682114B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency
CN202010362128.8A Active CN111628846B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202010361025.XA Active CN111628845B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN202010362128.8A Active CN111628846B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Country Status (1)

Country Link
CN (3) CN111628845B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112866767B (en) * 2021-01-25 2023-07-21 北京奇艺世纪科技有限公司 Screen projection control method and device, electronic equipment and storage medium
CN112995330B (en) * 2021-03-19 2021-10-01 北京北航天宇长鹰无人机科技有限公司 Transparent information extraction method and device for data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1645328A (en) * 2001-09-20 2005-07-27 松下电器产业株式会社 Compiling device and method
CN1870642A (en) * 2005-05-25 2006-11-29 微软公司 Data communication protocol
CN102741817A (en) * 2009-09-04 2012-10-17 英特尔贝内卢克斯公司 Method for generating a set of instruction compaction schemes, method for compacting a program according to the generated set, and programmable processor capable of executing a program thus compacted

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2984463B2 (en) * 1991-06-24 1999-11-29 株式会社日立製作所 Microcomputer
US6246396B1 (en) * 1997-04-30 2001-06-12 Canon Kabushiki Kaisha Cached color conversion method and apparatus
GB2366399B (en) * 2000-08-26 2005-02-16 Ibm Recognition of command related items in object code
CN101042906A (en) * 2006-03-23 2007-09-26 鸿富锦精密工业(深圳)有限公司 Reading head control device of light disc machine and control method thereof
US10075182B2 (en) * 2006-10-13 2018-09-11 Qualcomm Incorporated Message compression
US8347067B2 (en) * 2008-01-23 2013-01-01 Arm Limited Instruction pre-decoding of multiple instruction sets
CN101437179B (en) * 2008-12-17 2011-02-09 烽火通信科技股份有限公司 Method for implementing batch synchronization multi-configuration data based on EPON system
US8392447B2 (en) * 2008-12-18 2013-03-05 Bulletin.Net Inc. System and method for using symbol command language within a communications network
US8688910B2 (en) * 2009-02-06 2014-04-01 Freescale Semiconductor, Inc. Debug control for snoop operations in a multiprocessor system and method thereof
CN102695049B (en) * 2012-05-09 2015-06-10 浙江宇视科技有限公司 Transmission method and apparatus of code stream
US20150195320A1 (en) * 2014-01-03 2015-07-09 Yosef Avraham Method, System and Software Product for Improved Online Multimedia File Sharing
CN104135412B (en) * 2014-07-28 2017-07-28 北京航天自动控制研究所 A kind of universal serial bus redundance communicating method towards multiple spot interconnecting application
CN105071990B (en) * 2015-08-11 2018-11-06 中国电子科技集团公司电子科学研究院 A kind of general information system interface test method and device
CN105847190B (en) * 2016-03-17 2019-09-20 青岛海信电器股份有限公司 A kind of data transmission method and processor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1645328A (en) * 2001-09-20 2005-07-27 松下电器产业株式会社 Compiling device and method
CN1870642A (en) * 2005-05-25 2006-11-29 微软公司 Data communication protocol
CN102741817A (en) * 2009-09-04 2012-10-17 英特尔贝内卢克斯公司 Method for generating a set of instruction compaction schemes, method for compacting a program according to the generated set, and programmable processor capable of executing a program thus compacted

Also Published As

Publication number Publication date
CN111628846A (en) 2020-09-04
CN111628846B (en) 2022-12-06
CN107682114A (en) 2018-02-09
CN111628845B (en) 2022-12-06
CN111628845A (en) 2020-09-04

Similar Documents

Publication Publication Date Title
CN107682114B (en) Method for improving data transmission efficiency
KR101124251B1 (en) System and semiconductor device for identifying stacked chips and method therefor
CN102769869A (en) Message rapid forwarding system of control and provisioning of wireless access point
ATE510393T1 (en) IMPLIED PACKAGE TYPE IDENTIFICATION
CN101695192A (en) Method and system for realizing resource distribution between baseband processing unit and radio frequency unit
WO2006041710A2 (en) Packet transmission redundancy selection apparatus and method
CN104008084A (en) Extensible 2.5-dimensional multi-core processor architecture
CN100479407C (en) Synchronous serial interface device
US7057964B2 (en) Semiconductor memory device with efficient multiplexing of I/O pad in multi-chip package
CN106533991A (en) Method for realizing variable-length stacked head in stack system and device thereof
TW200603359A (en) Wireless coupling of stacked dies within system in package
CN107341131A (en) Chipset near end data processing engine
KR102036693B1 (en) Semiconductor memory system and operating method thereof
CN104836639B (en) A kind of data transmission method for transmitting many algorithms parameter
CN103219334B (en) A kind of flash memory packaged chip
CN102231141A (en) Method and system for reading and writing data
WO2001061572A3 (en) An efficient memory allocation scheme for data collection
EP3816925B1 (en) Cooperative access method, system, and architecture of external storage
CN101303885A (en) Multi-chip encapsulation storage module
CN103501458B (en) Off-chip dynamic memory data storage and transmission method for demultiplexing system
CN116664381B (en) Method for GPU to access CPU extended memory and graphics processing system
CN105224239A (en) A kind of flash storer and storage system
US11455703B2 (en) Semiconductor device and semiconductor system including the same
CN1960324B (en) Network switchboard using loop for completing tunnel packing and de-packing treatment and method thereof
WO2024037193A1 (en) Network storage processing device, storage server, and data storage and reading method

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