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

15 results about "Pseudocode" patented technology

Pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm. It uses the structural conventions of a normal programming language, but is intended for human reading rather than machine reading. Pseudocode typically omits details that are essential for machine understanding of the algorithm, such as variable declarations, system-specific code and some subroutines. The programming language is augmented with natural language description details, where convenient, or with compact mathematical notation. The purpose of using pseudocode is that it is easier for people to understand than conventional programming language code, and that it is an efficient and environment-independent description of the key principles of an algorithm. It is commonly used in textbooks and scientific publications that are documenting various algorithms, and also in planning of computer program development, for sketching out the structure of the program before the actual coding takes place.

Method for generating ai agent by using large language model and computing device performing same

PCT designated stageWO2026111072A1Programming languages/paradigmsIntelligent editorsCode generationUser device
A method for generating an AI agent by using a large language model, performed by a processor, may comprise the steps of: receiving a request message from a user device; in response to the received request message, generating a pseudocode having a predefined schema and a predetermined data format by using the large language model; verifying the schema of the generated pseudocode; verifying the validity of the generated pseudocode; generating an executable code on the basis of the verified pseudocode; and executing the executable code. The step of verifying the schema of the generated pseudocode may comprise the steps of: identifying whether at least one step field or at least one dependency field is included in the pseudocode; identifying whether an essential field is included in a first step included in the at least one step field; and identifying whether the value of a type field included in the first step is one of predefined types.
Owner:VESSL AI KOREA INC

A mathematical formula parsing and code generation method based on abstract syntax tree

PendingCN122346303ACode generationPseudocode
A kind of mathematical formula parsing and code generation method based on abstract syntax tree, for the pseudo code of input file description control algorithm in the process of satellite-borne software development coding, with syntax tree structure as intermediate carrier, carries out independent identification, analysis, code generation, through the identification and analysis of the logic of control algorithm of mixed LaTeX syntax and C language syntax, code identification and processing are carried out with the inconsistent situation of C language function call with C language function call, which is represented by matrix operation, and the operation result is passed into the operation function in the form of pointer.
Owner:BEIJING INST OF CONTROL ENG

Machine learning for ultra-low-latency video encoder and rate controller

PendingUS20260181148A1Digital video signal modificationPseudocodeTest phase
Ultra-low-latency video encoding and rate control methods and systems are configured to minimize latency in applications such as cloud gaming and real-time communication. The methods and systems enhance complexity estimation and buffer management. A dynamic rate controller architecture adjusts encoding based on complexity and buffer status, ensuring consistent bitrate and quality. Deep learning models predict optimal encoder instances and quantization parameter (QP) distributions, improving encoding efficiency. System architectures, pseudocode for bitrate and QP calculations, and training and testing phases for deep learning models are also provided.
Owner:ADEIA GUIDES INC

Method for generating ai agent using large language model and computing device operating the same

PendingUS20260140704A1Programming languages/paradigmsIntelligent editorsCode generationUser device
Disclosed is an AI agent generation method using a large language model, which is performed by a processor. The method includes receiving a request message from a user device, generating a pseudo-code, which has a predefined schema and a predetermined data form, by using the large language model, in response to the request message thus received, verifying the schema of the pseudo-code thus generated, verifying validity of the pseudo-code thus generated, generating an executable code based on the pseudo-code thus verified, and executing the executable code.
Owner:VESSL AI KOREA INC

Semantic retrieval method and device

The invention discloses a semantic retrieval method and device. The method comprises the steps that retrieval content is input into an atomic condition recognition model to generate an atomic condition information table; inputting the retrieval content semantic information into an external general large model to obtain an expression pseudo code; inputting the atomic conditions, the retrieval content and the expression pseudo code into an external general large model to obtain atomic conditions with classification types, and extracting and assembling according to semantic information to obtain a relationship among the atomic conditions; extracting retrieval elements from the semantic information of the retrieval content; classifying the expanded entity elements to obtain classification limiting conditions, and fusing the classification limiting conditions into an atomic condition information table to obtain an updated atomic condition relationship again; according to different application requirements and the expanded retrieval entity elements, a triple model, a quadruple model or a multi-tuple model is established to form a vector model; and according to a relationship between the vector model and the updated atomic condition, performing fusion retrieval to obtain a retrieval result. According to the method, semantic retrieval can be efficiently and accurately carried out.
Owner:BEIJING ZHONGZHI SMART TECH CO LTD

A binary security patch detection method and system

The application provides a binary security patch detection method and system, electronic equipment and storage medium, and relates to the technical field of network security.The application can effectively reduce the differential noise introduced by variable renaming, compiler optimization and other factors by processing the pseudo code of the binary program through the iterative variable mapping and differential alignment algorithm, generate the high-quality pseudo code differential text after alignment, and provide clear and accurate input basis for subsequent security analysis;Further, through the large language model agent analysis mechanism, the program semantic information across functions and processes can be intelligently identified and utilized, the security impact of the patch is deeply reasoned, and finally the accurate detection and judgment of the binary security patch are realized.The application provides a security patch detection scheme which does not depend on the source code, can effectively process the binary program difference noise, and can comprehensively utilize the context information for accurate judgment.
Owner:TSINGHUA SHENZHEN INTERNATIONAL GRADUATE SCHOOL +2

Ultra-low-latency video encoder and rate controller

PCT designated stageWO2026142919A1PseudocodeTest phase
Ultra-low-latency video encoding and rate control methods and systems are configured to minimize latency in applications such as cloud gaming and real-time communication. The methods and systems enhance complexity estimation and buffer management. A dynamic rate controller architecture adjusts encoding based on complexity and buffer status, ensuring consistent bitrate and quality. Deep learning models predict optimal encoder instances and quantization parameter (QP) distributions, improving encoding efficiency. System architectures, pseudocode for bitrate and QP calculations, and training and testing phases for deep learning models are also provided.
Owner:ADEIA GUIDES INC

A data processing method based on a chaotic iterative sequence reconfigurable processor

ActiveCN117827291BComputer architecturePseudocode
This invention proposes a data processing method based on a reconfigurable processor with out-of-order iterative execution. The method includes: constructing a dynamically reconfigurable processor based on out-of-order iterative execution; annotating the memory access operators L0, L1, and L2 in the application pseudocode; where L0 represents the load operator A[i][j], L1 represents the load operator A[k][i], and L2 represents the load operator A[k][j]; executing the three operators L0, L1, and L2 serially and respectively deploying them on the memory access units LSU0, LSU1, and LSU2 of the dynamically reconfigurable processor; and performing out-of-order iteration based on the dynamically reconfigurable processor, wherein the out-of-order iteration operates in a pipelined manner, including four stages: fetch iteration, issue, execute, and write back. This method solves the problem of memory partitioning in non-template computation at its source, thereby improving the parallel data memory access capability of the reconfigurable processor.
Owner:CHONGQING UNIV

Ultra-low-latency video encoder and rate controller

PendingUS20260181158A1Digital video signal modificationPseudocodeTest phase
Ultra-low-latency video encoding and rate control methods and systems are configured to minimize latency in applications such as cloud gaming and real-time communication. The methods and systems enhance complexity estimation and buffer management. A dynamic rate controller architecture adjusts encoding based on complexity and buffer status, ensuring consistent bitrate and quality. Deep learning models predict optimal encoder instances and quantization parameter (QP) distributions, improving encoding efficiency. System architectures, pseudocode for bitrate and QP calculations, and training and testing phases for deep learning models are also provided.
Owner:ADEIA GUIDES INC

A binary code similarity detection method and system based on source code remodeling

PendingCN122173058ADecompilation/disassemblyCreation/generation of source codeControl flowPseudocode
This invention relates to the field of binary code similarity detection, specifically to a binary code similarity detection method and system based on source code reshaping. This invention utilizes a large model to reshape binary code into a source code representation, achieving cross-architecture, cross-compiler, and cross-optimization level binary code similarity detection. Specific steps include: preprocessing the binary code to extract assembly code, control flow graph, and pseudocode; using a fine-tuned large model to reshape the above multiple representations into a unified source code representation; and calculating the similarity between source codes using a similarity metric method to determine the similarity between binary codes. This invention effectively solves the semantic and structural information loss problems existing in the prior art, supports direct similarity detection between binary code and source code, and broadens the application scope of binary code similarity detection.
Owner:CHONGQING UNIV OF POSTS & TELECOMM

Method and system for generating scripts for simulation model development

PendingUS20260169705A1Model driven codeRequirement analysisPseudocodeUser input
This disclosure relates to method and system for generating scripts for simulation model development. The method may include retrieving a plurality of requirements from a user input, and a Static Knowledge Corpus (SKC), and a Dynamic Knowledge Corpus (DKC) from a data storage. The method may further include generating, via a Large Language Model (LLM), an interface list corresponding to each of the plurality of requirements using the SKC and the DKC. The method may further include generating, via the LLM, a pseudo code corresponding to each of the plurality of requirements using the interface list and the SKC. For each of the plurality of requirements, the method may further include adding the corresponding interface list and the corresponding pseudo code to a configuration file. The method may further include generating a script for simulation model development based on the configuration file.
Owner:L&T TECH SERVICES LTD

Image recognition method, device, storage medium and apparatus

The application discloses an image recognition method, device, storage medium and apparatus, which comprises the following steps: determining corresponding pseudo codes according to different water operation, and determining a target pseudo code from the pseudo codes according to a current water operation; analyzing the target pseudo code, and calling each target function according to the analyzed target pseudo code; encapsulating each target function into a target image recognition function; and performing image recognition on a target water operation image according to the target image recognition function. When the system is designed in a hierarchical manner, each layer of the system is designed with corresponding target functions, then the target pseudo code corresponding to the current water operation is determined, and the target functions in each layer of the system are called according to the target pseudo code, the called target functions are encapsulated into the target image recognition function according to the calling sequence, and the target water operation image is recognized through the target image recognition function, so that the platform only needs to analyze the image recognition result, and the construction cost of the platform is reduced.
Owner:SHENZHEN SHANGU TECH CO LTD

A Fast Range Ambiguity Resolution Method for Short-Period Direct-Sequence Spread Signals in Radar Measurement

ActiveCN117491984BPseudocodeRange ambiguity resolution
This invention discloses a method for fast range ambiguity resolution of short-period direct-sequence spread spectrum signals used in radar measurement. The method comprises: 1) designing a square wave period based on the maximum unambiguous measurement range requirement; 2) transmitting a direct-sequence spread spectrum signal modulated with a square wave at the transmitting end; 3) estimating the code phase within the spread spectrum pseudocode period at the receiving end using fast circular correlation; and 4) despreading using the spread spectrum pseudocode phase estimation result and accumulating energy within the spread spectrum pseudocode period to obtain N. s The energy accumulation results are as follows: 5. The energy accumulation results within adjacent spread spectrum pseudocode periods are used to search for the square wave transition edge using a differential method to complete target detection decision and distance estimation; This invention can effectively improve the maximum unambiguous distance for capturing high dynamic weak signals, while resolving the contradiction between computing resources and acquisition time.
Owner:BEIJING INST OF TECH

A ranging device and method incorporating pseudo code and dual optical combs

ActiveCN117148320BBeam splitterPhotodetector
This invention discloses a ranging device and method combining pseudocode and dual optical combs, belonging to the field of dual optical comb ranging technology. The light from the signal optical comb is modulated by a pseudocode through an acousto-optic modulator. One path of the modulated light serves as the reference light, and the other as the measurement light. Both paths pass through a beam splitter and enter a photodetector. The photodetector converts the optical signal into an electrical signal. An electrical filter filters out a sinusoidal signal with the repetition frequency of the optical comb as the carrier. Since this signal contains pseudocode modulation information, the time-of-flight of the pseudocode can be obtained by performing an autocorrelation operation on the filtered signals from the first and second photodetectors, thus yielding the distance to be measured. This invention provides a simple and easy-to-use method for effectively extending the unambiguous range of dual-comb ranging systems, and has certain application value in ultra-large-scale measurement scenarios.
Owner:HUAZHONG UNIV OF SCI & TECH