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

17 results about "Code coupling" patented technology

A method for generating an embedded instrument display settings interface, an embedded instrument, a product, and media.

This application provides a method for generating an embedded instrument display settings interface, an embedded instrument, a product, and a medium, relating to the field of display technology in industrial software. The model layer generates a linked list structure to manage menus and pages; the controller layer parses key events into logical instructions; the model layer updates IDs and retrieves page information accordingly; and the view layer fills display units to complete the interface refresh. Each layer has clearly defined responsibilities, separating data, logic, and display. Modifying a page only requires adjusting the content of the corresponding layer, without affecting other parts. This avoids high code coupling, reduces the workload and error rate for developers in identifying relationships and modifying code, improves development efficiency, enhances the flexibility and maintainability of interface development, and achieves system-level optimization.
Owner:BEIJING ACCUENERGY TECH CO LTD

A method for identifying a multi-layer code coupling-based anti-copy anti-fake label

PendingCN122452598AGraphicsCode coupling
The application provides a kind of based on multilayer code coupling's anti-copy anti-fake label identification method, comprising: obtaining blank printing substrate, forming original plane random substrate layer containing plane random feature and response ink layer, determining secondary random three-dimensional feature and substrate feature sampling area, and generating substrate initial anchor point set;Set up explicit two-dimensional code on stable random substrate layer, establish two-dimensional code coordinate system, generate double code coupling pattern including first hidden graphic code and second micron point code, and establish interlayer correspondence with substrate initial anchor point set, and print to form multilayer coupling anti-fake label;The label is executed regular light sampling and enhanced excitation sampling, and the basic graphic feature, dynamic response feature, process residual feature and random feature identification feature are extracted, and the factory reference fingerprint file is established;Mobile terminal on-site image acquisition and mapping to two-dimensional code coordinate system, complete first round consistency screening.
Owner:SHANGHAI QIXUAN INFORMATION TECH CO LTD

Unit test case generation method and device, equipment and storage medium

The embodiment of the invention discloses a unit test case generation method and device, equipment and a storage medium, and the method comprises the steps: receiving a to-be-tested program code, carrying out the structure analysis of the program code, and determining the code dependency information of the program code and the business type corresponding to each code snippet in the program code; performing code coupling degree grade evaluation on the program code according to the code dependency relationship information to obtain a code coupling degree grade, and under the condition that the code coupling degree grade is greater than a preset risk grade, performing packaging processing on code snippets of the same service type in the program code to obtain a plurality of service code sets; and performing semantic analysis on each service code set to determine a test boundary value and a test scene, and generating a unit test case corresponding to each service code set based on the test boundary value and the test scene. The code coupling degree and redundant dependence between codes are reduced, and the comprehensiveness and accuracy of the unit test case are improved.
Owner:ANHUI SANQI JIYU NETWORK TECH CO LTD

Verification method and device for business process of network management resource system, and electronic equipment

The invention provides a verification method and device for a business process of a network management resource system and electronic equipment, and the method comprises the steps: determining a process link of the current business process in response to a business process operation request triggered in the network management resource system; obtaining a verification rule associated with the process link from a rule base; the verification rule comprises a verification logic script; and executing the verification logic script to obtain a verification result, and controlling an execution flow of the current business process based on the verification result. According to the method, verification rules are independent of business process codes and stored in a rule base, when a professional interface or a form function is modified, only corresponding rules need to be updated in the rule base, the business process codes do not need to be changed, and the code coupling degree is reduced; for new business requirements, large-scale code rewriting, rule modification by developers and new script definition are not needed, logic multiplexing is realized, and the development period is shortened. Meanwhile, the rule base is managed in a unified mode, compiling is required according to specifications, code quality inconsistency is avoided, and system expansibility and compatibility are improved.
Owner:INSPUR TIANYUAN COMM INFORMATION SYST CO LTD

A method for reducing code coupling based on abstract policy

ActiveCN117573086BCode compilationCreation/generation of source codeHandling CodeCode coupling
The application provides a method for reducing code coupling based on an abstract strategy, and belongs to the technical field of data processing, and specifically comprises the following steps: determining the reference business data source and the reference business data of a logical judgment code block based on the recognition result of a keyword, and determining the coupling evaluation result of the logical judgment code block in combination with the use data of a logical statement; determining the coupling evaluation result of the to-be-processed code through the coupling evaluation results of different logical judgment code blocks and the initial coupling evaluation result, determining the evaluation result of the to-be-processed code according to the coupling evaluation result and the code amount, and when the evaluation result does not meet the requirement, performing abstract processing on the reference business data of the logical judgment code block to obtain a parent class interface, and performing decoupling processing on the logical judgment code block of the to-be-processed code according to the parent class interface, so that the coupling of the to-be-processed code is reduced.
Owner:HANGYIN CONSUMER FINANCE CO LTD

Web page development methods, apparatus, equipment and storage media

This invention relates to the field of computer technology and discloses a method, apparatus, device, and storage medium for developing web pages. The method includes: receiving a web page development request; responding to the request by invoking a pre-built business code library and a pre-built component code library; generating a web page framework based on the business code library; performing conversion processing on the component code library to generate component links corresponding to the component code library; introducing the component links into the web page framework; and generating the web page using the Render function of the Vue framework library. Through this method, the invention can achieve the separation of component code and business code, eliminating the need for further separation of component code, reducing code coupling among multiple developers and departments, lowering communication costs and maintenance management risks, improving page development efficiency, and solving the problem of low web page development efficiency caused by developers repeatedly reviewing code when collaborating with multiple people and departments.
Owner:PING AN HEALTH INSURANCE CO LTD

A codeless configurable task flow development system and method

The present application relates to the technical field of data processing, and more particularly to a code-free configurable task flow development system and method, comprising a task data acquisition module, a flow visual arrangement module, an event binding engine module, a condition rule analysis module, a task state management module and a resource dynamic loading module. The flow visual arrangement module generates task nodes and dependency relationship data based on a graphical interface; the condition rule analysis module converts natural language conditions into dynamically callable verification logic; the task state management module drives state migration according to the dependency relationship data and atomically updates the task state after calling the verification logic; and the resource dynamic loading module responds to resource loading instructions to schedule external resources. Through a modular decoupling mechanism, business personnel can configure task logic using a graphical interface without writing program code, thereby solving the technical problems of strong programming dependency and high coupling degree of task logic and code.
Owner:BEIJING EASY TIMES DIGITAL TECH

Car body windscreen wiper control system and method based on SDV standard

PendingCN121515918AVehicle cleaningCode couplingControl system
The invention discloses a vehicle body windscreen wiper control system and method based on an SDV standard. The vehicle body windscreen wiper control system comprises an equipment abstraction layer, an atomic service layer, a windscreen wiper control combined service module and an application layer. When the application layer receives windscreen wiper requests sent by different basic software, the application layer calls the windscreen wiper control combination service module, the windscreen wiper control combination service module determines the priority and then calls windscreen wiper atomic services of the atomic service layer, the windscreen wiper atomic services call windscreen wiper equipment abstract services of the equipment abstract layer, and the windscreen wiper equipment abstract services are sent to the equipment abstract layer. And the wiper is driven by the wiper equipment abstract service of the equipment abstraction layer, so that the control of the wiper is realized. According to the windscreen wiper control system realized by adopting a servitized software architecture, self-adaptive deployment can be carried out on services, meanwhile, the code coupling degree is low, and the reusability is high; when the demand changes, only the application layer code needs to be modified, and the atomic service layer and the equipment abstraction layer do not need to be modified, so that the version can be rapidly iterated.
Owner:AUTOCORE INTELLIGENT TECH (NANJING) CO LTD

Service message sending method, system, device and equipment

PendingCN121585729ATransmissionCode couplingMessage processing
The invention relates to the technical field of computers, discloses a service message sending method, system, device and equipment, and is used for solving the problems of high code coupling and code repetition and redundancy in a service message sending system in related technologies. According to the embodiment of the invention, a to-be-processed business scene parameter sent by a business layer is received, a message processing service class name corresponding to the to-be-processed business scene parameter is determined from a pre-stored enumeration class, a message processing service instance is acquired from a pre-stored factory class based on the message processing service class name, and finally, the message processing service instance is processed. And according to the message processing logic in the message processing service instance, packaging the service data into a to-be-sent service message, and sending the to-be-sent service message to the target object. In the embodiment of the invention, the service layer only needs to transmit the service scene parameters, instantiation and calling of the message processing service are uniformly managed by the message service layer, and decoupling of the service logic and the message processing logic is realized.
Owner:CHINA CONSTRUCTION BANK +1

Cross-terminal unified operation transmission system and method in cloud game scene

PendingCN121971850Areduce transfer timeReduce operational latencyVideo gamesTransmissionCode couplingLogisim
The invention discloses a cross-terminal unified operation transmission system and method in a cloud game scene. The system comprises a client and a cloud game server; the client comprises a unified input capture module, an operation abstraction module, a coordinate scaling module and a binary coding module; the cloud game server comprises a binary decoding module, an event state management module, a coordinate restoration module and an event injection module. The method has the advantages that the operation delay is remarkably reduced, the data volume of a single operation message can be reduced by more than 75% by replacing JSON with a customized binary protocol, the network transmission time is shortened, the end-to-end operation delay is remarkably reduced, and the response speed and the hand feeling of the operation are greatly improved. Through operation abstraction and coordinate scaling of the client, the server does not need to perceive which equipment or input mode the front end is, all inputs are normalized, and logic complexity and code coupling degree of the server are greatly reduced.
Owner:4399 NETWORK

Embedded instrument display setting interface generation method, embedded instrument, product and medium

The invention provides an embedded instrument display setting interface generation method, an embedded instrument, a product and a medium, and relates to the technical field of industrial software display. The model layer generates a linked list structure management menu and a page, the controller layer analyzes a key event into a logic instruction, the model layer updates an ID and retrieves page information according to the logic instruction, and the view layer fills a display unit to complete interface refreshing. Each layer is clear in responsibility, data, logic and display are separated, and only the content of the corresponding layer needs to be adjusted when the page is modified without dragging other parts. Therefore, high code coupling is avoided, the workload and the error rate of carding association and code modification by developers are reduced, the development efficiency is improved, the flexibility and the maintenance convenience of interface development are enhanced, and optimization of a system level is realized.
Owner:BEIJING ACCUENERGY TECH CO LTD

Online table processing method, architecture, server and storage medium

PendingCN121979699ASimplified program interfacereduce couplingInterprogram communicationExecution paradigmsCode couplingReusability
The invention provides an online table processing method and architecture, a server and a storage medium, and belongs to the technical field of online data processing.The method comprises the steps that in response to a service request for any online table, a service event corresponding to the service request is recognized through a target adapter, and the target adapter packages adapter ports corresponding to multiple service events; forwarding the business event to a business event matching exclusive business plug-in corresponding to the online table; and based on the exclusive business plug-in, realizing a business demand corresponding to the business event. Therefore, the business logic does not need to be dispersed in each scattered component, the code coupling is reduced, the function development difficulty is reduced, codes are easy to understand and maintain, and the reusability of the codes is improved.
Owner:KINGDEE SOFTWARE(CHINA) CO LTD

Order processing method and device

PendingCN121366014ASoftware designCommerceHard codingCode coupling
The invention discloses an order processing method and device, and relates to the technical field of computers. A specific embodiment of the method comprises the steps of obtaining a user identifier and each target asset identifier from an order processing request; obtaining each asset identifier corresponding to the user identifier and a sequence identifier of each asset identifier; generating a responsibility processing chain according to each asset identifier and the sequence identifier of each asset identifier, wherein the responsibility processing chain comprises an asset processing node corresponding to each asset identifier and an execution sequence of each asset processing node; and transmitting the order processing request along each asset processing node in the responsibility processing chain, and processing the order processing request by using a target asset node corresponding to the target asset identifier. According to the embodiment, order processing is realized by using the chain of responsibility design mode and the recursive algorithm, system hard coding is reduced, asset use does not influence each other, the code coupling degree is reduced, the order processing efficiency is improved, and the user experience is improved.
Owner:BEIJING WODONG TIANJUN INFORMATION TECH CO LTD

A method, device, electronic equipment and storage medium for inserting, status synchronization and echoing of a rich-text inline checkbox

The application discloses a method and device for inserting, state synchronization and echoing of a rich-text inline checkbox, electronic equipment and a storage medium, and relates to the technical field of medical informatization and Web front end. The method comprises the following steps: extending an inline void node as a checkbox node in a Slate data model; registering a rendering module to render the node into an interactive checkbox element carrying a data-checked attribute; listening to a change event to synchronously update a checked attribute of the node and a data-checked attribute of a DOM; generating a checkbox label with the data-checked attribute through an elemsToHtml rule when exporting HTML; and parsing the data-checked attribute in the HTML through a parseElemsHtml rule when echoing, reconstructing a Slate node and restoring a check state. The application realizes seamless inline mixed arrangement of the checkbox and the text, completes a state closed loop through an HTML standard custom attribute, and realizes accurate persistence and echoing of the state without backend database modification, so that the code coupling degree is low, and the application is easy to integrate and maintain.
Owner:HANGZHOU JIECHUANGRUI MEDICAL TECHNOLOGY CO LTD

Double-matrix configuration satellite fault diagnosis system

The invention relates to the technical field of communication data processing, in particular to a dual-matrix configuration satellite fault diagnosis system. Comprising a multi-modal data acquisition module, a dynamic knowledge graph module, a diagnosis rule matrix module, a federated learning diagnosis module, an intelligent contract triggering module, a state management matrix module, an adaptive recovery decision module, a cross-chain telemetering transmission module, a man-machine collaborative optimization module and a trusted execution environment module. The system stores a diagnosis rule intelligent contract through a block chain technology to realize rule and code decoupling, constructs a fault state full life cycle digital mirror image, performs cooperative reasoning calculation by using federated learning, completes fault confirmation and state jump judgment through an intelligent contract triggering mechanism, realizes space-ground cooperative closed-loop optimization, and improves the fault diagnosis efficiency. The problems of parameter and code coupling, processing logic nesting and state management deficiency caused by a hard coding mode of a traditional satellite fault diagnosis system are solved, and the flexibility, the maintainability and the fault management efficiency of the system are remarkably improved.
Owner:XIAN ZHONGKE XIGUANG AEROSPACE TECHNOLOGY GROUP CO LTD

An automobile outside rearview mirror control system

ActiveCN115959041BOptical viewingCode couplingControl system
The application provides a kind of automobile outside rearview mirror control system, using the service software architecture defined by SDV standardization organization, including application layer, atomic service layer, equipment abstract layer, basic software layer and operating system layer.The system uses AUTOSAR AP middleware, rearview mirror atomic service, basic speed service, gear state service and its corresponding equipment abstract service used in "outside rearview mirror control" are deployed to different equipment, the automation deployment of service is realized, while the code coupling degree is low, the reusability is strong, when demand changes, only need to modify application layer code, do not need to modify atomic service layer and equipment abstract layer, so that version can be quickly iterated.
Owner:WUHAN KOTEI INFORMATICS