Patents
Literature
Patsnap Eureka AI that helps you search prior art, draft patents, and assess FTO risks, powered by patent and scientific literature data.

5 results about "Null character" patented technology

The null character (also null terminator or null byte) is a control character with the value zero. It is present in many character sets, including ISO/IEC 646 (or ASCII), the C0 control code, the Universal Coded Character Set (or Unicode), and EBCDIC. It is available in nearly all mainstream programming languages. It is often abbreviated as NUL (or NULL though in some contexts that term is used for the null pointer, a different object).

A configuration file based automated multi-path boot implementation method

PendingCN122450531APathPingExternal storage
The present application relates to the technical field of firmware booting, and particularly provides an automatic multi-path booting method based on a configuration file, comprising the following steps: S1, when a UEFI firmware is executed to a preset callback point of a booting device selection stage, a callback function is executed, all accessed storage devices are enumerated in the callback function, whether an external storage medium conforming to a preset file system format exists is detected, and whether a predefined configuration file exists is found by traversing a root directory or a specified path of the medium; S2, if the configuration file is found, contents thereof are loaded to a memory buffer by a UEFI file system protocol, and are terminated by a null character; subsequently, a text structure of the configuration file is parsed according to a keyword, at least one booting strategy identifier and corresponding target booting parameters are extracted, and the present application can effectively solve the problems of backwardness, low efficiency, high operation cost and complex process of an existing UEFI pre-booting interaction mode.
Owner:SHENZHEN DE SHENG DA ELECTRONIC SCI & TECH CO LTD

A WebSocket-based embedded serial port remote transparent transmission method and system

PendingCN122661254AHeap overflowWebSocket
The application relates to a WebSocket-based embedded serial port remote transparent transmission method and system, and relates to the technical field of embedded communication. The method comprises the following steps: registering a callback function of a receiving data pointer and a byte length parameter to a UART interrupt service program through a hardware abstraction layer; when a UART interrupt is triggered, executing the callback function to write original byte data into a ring buffer; and in a network task time slice, reading the original byte data from the ring buffer to construct a WebSocket frame, and sending the WebSocket frame to a client through a TCP connection. The application can realize asynchronous decoupling of a serial port interrupt and network sending, avoid heap overflow caused by dynamic memory allocation, guarantee complete transparent transmission of binary data containing null characters, and improve real-time performance and reliability in a resource-limited environment.
Owner:广东省工业边缘智能创新中心有限公司

OCR text matching and structured processing system and method and storage medium

The invention relates to an OCR text matching and structured processing system and method and a storage medium. Comprising the following steps of: initializing a variable timemat and a set paindboxes; traversing the text line groups and skipping the processed text detection box; the similarity is calculated according to fixedkeys, and keywords are judged with 0.7 as a threshold value; a value box is selected for matching of the confirmed keywords according to a post-adjacent principle; sorting multiple rows of values such as'inspection content 'according to a Y axis and connecting and combining the values by using comma; when the appropriate value is not found, null character strings are given to the key; after conventional pairing is completed, secondary traversal is carried out to complement the keywords which are not paired for the first time, and finally a structured key value result is output. The system comprises a state management module, a traversal module, a keyword matching module, a pairing logic module, a multi-line processing module, a default value module, a supplementary traversal module, a result output module and the like. According to the scheme, the accuracy, the integrity and the availability of a structured result are improved in a complex format and identification error scene.
Owner:INST OF COMPUTING TECH CHINA ACAD OF RAILWAY SCI +2

Table data conversion method, device and computer readable storage medium

This invention relates to the field of data conversion technology, providing a method, apparatus, and computer-readable storage medium for converting tabular data. The invention converts the current row of string data in the source table into a first string array separated by whitespace characters. All strings in the first string array are then written into a second string array. Based on the number of whitespace characters between adjacent strings in the first string array of the current row, empty strings are written at corresponding positions in the second string array to represent empty data columns in the source table data. This ensures that when the second string array, which represents empty data columns in the source table data, is input into the target table, the resulting table will not have misaligned data columns, making the tabular data conversion more accurate.
Owner:SHENZHEN HONGHE INNOVATION INFORMATION TECH CO LTD