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

9results about How to "Save memory resources" patented technology

Operation state monitoring method for vehicle motor controller

PendingCN121857487ADoes not significantly increase costsImplement operational status monitoring capabilitiesProgramme controlComputer controlSignal onContinuous monitoring
The invention relates to the field of automobile electronic control, in particular to a running state monitoring method for a vehicle motor controller, which comprises the following steps: S0, determining a key running signal needing to be continuously monitored; the communication format of the key operation signal on a vehicle-mounted CAN bus is defined; the method comprises the following steps: S1, constructing and deploying an embedded operation event recording system in a motor controller; s2, after the motor controller is powered on and runs, the embedded running event recording system constructed in the S1 is started, and recording of the running event is completed; s3, continuously monitoring and accumulating the power-off dormancy times of the motor controller through the storage aging management module; and executing an erasing operation on the special storage block. According to the method, reliable storage and on-demand return of key event data can be realized on the premise of not depending on an external debugging interface and not increasing significant hardware cost, so that effective monitoring of the working state of the motor controller is realized.
Owner:CHONGQING TSINGSHAN IND

Page display method, device, equipment and computer readable storage medium

ActiveCN116010733BImprove update display efficiencyimplement updateProgram initiation/switchingSoftware simulation/interpretation/emulation
This application discloses a page display method, apparatus, device, and computer-readable storage medium. The method includes: acquiring a target event task, wherein the target event task is triggered by a change in the state information of a target component of the page; the target event task includes N computational tasks, where N is an integer greater than 1; determining M worker threads with the minimum resource consumption in a worker thread pool using a Dinic algorithm, where M is an integer greater than 1 and less than or equal to N; executing the N computational tasks using the M worker threads to obtain the execution result of the target event task; and updating the target component displayed on the page using the execution result. This application can improve the efficiency of event task processing.
Owner:CHINA MOBILE INFORMATION TECHNOLOGY CO LTD +1

A pyramid type time convolution network structure and a diagnosis method for real-time bearing fault diagnosis

ActiveCN116662928BSave memory resourcesTraining data set is smallMachine part testingBiological modelsAlgorithmOriginal data
The application discloses a pyramid type time convolution network structure and a diagnosis method for real-time bearing fault diagnosis, relates to the technical field of mechanical part fault diagnosis, and is composed of four parts of data input, network segment 1, network segment 2 and result output. The data input part is used for preprocessing original data and transmitting the original data to the network segment 1, the network training is performed through the connection mode of neurons in the network segment 1, and the output prediction sequence is transmitted to the network segment 2. The network segment 2 classifies the prediction sequence to obtain different fault types and transmits the fault types to the result output part. The result output part is used for training and diagnosis, and finally outputs a diagnosis result. The pyramid type time convolution neural network structure and the diagnosis method can fuse different sensor data, have small network parameters, require less memory resources during network training, and can perform real-time fault diagnosis.
Owner:ZHENGZHOU HENGDA INTELLIGENT CONTROL TECHNOLOGY CO LTD +1

Memory controller, memory system, memory control method, and medium

ActiveCN114924905BAdjustment and error correctionAdjust error detection capabilitiesRedundant data error correctionData accessTerm memory
The present disclosure relates to the technical field of memory, in particular to a memory controller, a memory system, a memory control method and a medium. The memory controller comprises a gating module and an ECC module. The ECC module comprises at least two ECC sub-modules electrically connected with the gating module. The at least two ECC sub-modules adopt different ECC algorithms. The gating module is configured to gate one of the at least two ECC sub-modules. The ECC sub-module is configured to perform an ECC operation according to a data access command when gated by the gating module. The memory controller, the memory system and the memory control method provided by the present disclosure can dynamically and flexibly adjust the error correction and detection capability and the memory capacity loss, thereby avoiding causing memory waste or failing to meet more stringent data scene requirements. Thus, the purpose of saving memory resources as much as possible under the premise of meeting data reliability is achieved.
Owner:BEIJING YOUZHUJU NETWORK TECH CO LTD

Chip verification method, system, device, readable storage medium and program product

This application relates to a chip verification method, apparatus, computer device, computer-readable storage medium, and computer program product. The method includes: configuring a dynamic storage structure accessible via a handle in a global control unit of the verification environment; an excitation generator, while driving a transaction request to the module under test (DUT), writing the page table entry corresponding to the transaction into the dynamic storage structure; a reference model receiving the transaction request and performing a cache matching test; when a missing state is determined, sampling the internal state signal of the DUT and entering a blocking waiting state until timing synchronization with the DUT is completed; finally, the reference model obtaining the page table entry from the dynamic storage structure and calculating the expected result, comparing it with the DUT. This invention solves the stability and completeness problems of the model under complex random states through a blocking sampling mechanism of a cacheless reference model, improving the verification efficiency and coverage of the translation cache unit.
Owner:SHANGHAI BIREN TECH CO LTD

LSM tree reading optimization design method based on partition ordered hash table

The invention belongs to the field of high-performance storage systems and computer system structures, and particularly discloses an LSM tree reading optimization design method based on a partition ordered hash table, which is characterized in that a hash table is maintained in a memory, the table is used for caching a key read from a disk recently, and a file number and a file size corresponding to the key are recorded; when a user initiates a query request, if a target key is not hit in both the memtable and the immutable memtable, a traditional LSM tree mechanism can directly enter a disk for layer-by-layer query, but in the method, the table can be queried in a memory preferentially. According to the method, the key and the file number and the file size of the corresponding stable are maintained in real time by utilizing the hash table of the partition; whenever a new stable is generated, the system checks whether a key in the new stable is overlapped with an existing key in the hash table, and if the key in the new stable is overlapped with the existing key in the hash table, the file number and the file size of the corresponding key in the hash table are updated. In this way, the target stable can be directly positioned during query, layer-by-layer traversal is not needed, and therefore the reading speed is effectively increased.
Owner:QINGHAI NORMAL UNIV

A material downloading method and a material downloader

ActiveCN120768895BEfficient crawlingSolve technical issues that affect video production efficiencyMessage queueEngineering
The present application relates to the field of web crawler, especially to a material downloading method and a material downloader, the method first acquires the search field input by a user, then crawls the material resource links related to the search field and pushes them into a message queue, then parses the message queue to obtain parsing information, and pushes the parsing information into a task queue to execute the material batch downloading task in parallel. Compared with the prior art, the method of the present application realizes efficient crawling of materials, supports users to smoothly edit videos while downloading new materials in batches, and solves the technical problem of affecting video production efficiency caused by the existing material crawling method.
Owner:GUANGZHOU TAIDONG TECH CO LTD

Sql precompilation method, apparatus, server, and storage medium

Embodiments of the present application relate to the technical field of database, in particular to a SQL precompilation method and device, a server and a storage medium. The SQL precompilation method comprises: obtaining a SQL precompilation request, wherein the SQL precompilation request carries a precompilation statement; detecting whether a global precompilation object corresponding to the precompilation statement exists in a global memory; returning a precompilation success instruction to a client in the case that the global precompilation object corresponding to the precompilation statement exists; and creating a global precompilation object according to the precompilation statement and using the created global precompilation object for precompilation in the case that the global precompilation object corresponding to the precompilation statement does not exist. The SQL precompilation method provided by the embodiments of the present application aims to significantly reduce the memory space occupation while improving the database performance.
Owner:JINZHUAN INFORMATION TECHNOLOGY CO LTD