This disclosure relates to the field of multimedia technologies, and in particular, to a data processing method and apparatus.
With the continuous development and change of Internet technology, there is an increasing demand for users to obtain services through the Internet. Developers of some companies develop software applications to meet users' service requirements. Usually, an advertisement platform may provide an advertisement software development kit (SDK) for integration with another software application, so that the software application presents an advertisement, and the software application may obtain a revenue by presenting the advertisement.
Currently, software application developers need to compile code based on an advertisement SDK development guide to pack advertisement-related code into a software application and present an advertisement. Developers compile code based on the advertisement SDK development guide, which not only consumes a lot of time, but also consumes a lot of labor. In addition, for some agents without source code, learning costs of an advertisement SDK and development costs of integration of the advertisement SDK need to be increased.
Based on this, this disclosure provides a data processing method and apparatus, to reduce workload of a developer and reduce development costs of advertisement integration.
According to a first aspect, an embodiment of this disclosure provides a data processing method. The method may be performed by an advertisement service platform, or may be performed by a server equipped with the advertisement service platform. This is not specifically limited in this disclosure, and is merely described herein by using the advertisement service platform as an execution body. Advertisement information may be integrated into the software application with reference to the following steps, which specifically includes obtaining a first Android package (APK) of a software application used to present media data; encapsulating an advertisement SDK into a second APK of an advertisement carrier application; unpacking the first APK to determine first APK directory information and unpacking the second APK to determine second APK directory information; merging the second APK directory information into the first APK directory information to obtain third APK directory information; and encapsulating the third APK directory information into the first APK.
In this embodiment of this disclosure, the advertisement service platform may encapsulate preset advertisement code into an APK of the software application used to present media data. The software application may present an advertisement. In this way, the advertisement can be presented when a user uses the software application without recompiling advertisement-related code by a developer of the software application, so that a workload of the developer can be effectively reduced, and at the same time development costs of advertisement integration are reduced.
In an optional implementation, the advertisement service platform may encapsulate the advertisement SDK and an entry calling class of the advertisement SDK into the second APK, and insert startup code of the entry calling class of the advertisement SDK into a specified location of the first APK directory information.
It should be noted that, an encoding rule of the advertisement SDK is different from the encoding rule of the APK. The advertisement service platform encapsulates the advertisement SDK and the entry calling class of the advertisement SDK into the APK. After the advertisement service platform constructs the second APK, it is easier to insert code related to the advertisement SDK into the APK of the software application. In addition, in this method, the developer of the software application does not need to compile advertisement-related code by himself, so that a workload of the developer can be reduced.
In an optional implementation, the specified location may be a bytecode smali file corresponding to a startup Activity class.
In an optional implementation, the advertisement service platform may merge one or more of the following information in the first APK directory information and the second APK directory information: an Android package list (AndroidManfifest.xml) file, an image resource, a layout file, a character string, a resource identifier (ID), or the like.
In an optional implementation, merging of the resource ID includes if a value of a resource ID corresponding to the first APK directory information is the same as a value of a resource ID corresponding to the second APK directory information, determining a value range of the resource ID in the first APK directory information; and copying the resource ID of the second APK directory information into the first APK directory information and adjusting the value of the resource ID of the second APK directory information based on the value range of the resource ID in the first APK directory information, where the value of the resource ID in the first APK directory information is different from an adjusted value of the resource ID in the second APK directory information.
In this way, when the value of the resource ID in the first APK directory information is the same as that in the second APK directory information, a case in which identity of the resource ID disorder occurs when the resource ID in the second APK directory information is merged into the first APK directory information can be avoided.
In an optional implementation, the second APK directory information may include a plurality of resource IDs. The advertisement service platform may determine a maximum value in the value range of the resource ID in the first APK directory information, and sequentially adjust a value of an ith resource ID of the second APK directory information to a preset value, where the preset value is the maximum value plus i, i sequentially takes any positive integer from 1 to n, and n is a quantity of resource IDs included in the second APK directory information.
By sequentially adjusting the value of the resource IDs in the second APK directory information, it can be ensured that the identity disorder does not occur when the resource IDs in the second APK directory information are merged into the first APK directory information.
In an optional implementation, the advertisement service platform may unpack the first APK through an Android package packing tool (apktool) to obtain the first APK directory information, and unpack the second APK through the apktool to obtain the second APK directory information.
According to a second aspect, an embodiment of this disclosure provides a data processing apparatus, including one or more processors and one or more memories, where the one or more memories store one or more computer programs, the one or more computer programs include instructions, and when the instructions are executed by the one or more processors, the data processing apparatus is enabled to perform the following steps: obtaining a first Android package APK of a software application used to present media data; encapsulating an advertisement SDK into a second APK of an advertisement carrier application; unpacking the first APK to determine first APK directory information and unpacking the second APK to determine second APK directory information; merging the second APK directory information into the first APK directory information to obtain third APK directory information; and encapsulating the third APK directory information into the first APK.
In this embodiment of this disclosure, the advertisement service platform may encapsulate preset advertisement code into an APK of the software application used to present media data. The software application may present an advertisement. In this way, the advertisement can be presented when a user uses the software application without recompiling advertisement-related code by a developer of the software application, thereby reducing a workload of the developer and at the same time reducing development costs of advertisement integration.
In an optional implementation, when the instructions are executed by the one or more processors, the data processing apparatus is enabled to specifically perform the following steps: encapsulating the advertisement SDK and an entry calling class of the advertisement SDK into the second APK, and inserting startup code of the entry calling class of the advertisement SDK into a specified location of the first APK directory information.
In an optional implementation, the specified location is a bytecode smali file corresponding to a startup Activity class.
In an optional implementation, when the instructions are executed by the one or more processors, the data processing apparatus is enabled to specifically perform the following steps: merging one or more of the following information in the first APK directory information and the second APK directory information: an AndroidManfifest.xml file, an image resource, a layout file, a character string, and a resource identifier ID.
In an optional implementation, when the instructions are executed by the one or more processors, the data processing apparatus is enabled to specifically perform the following steps: if a value of a resource ID corresponding to the first APK directory information is the same as a value of a resource ID corresponding to the second APK directory information, determining a value range of the resource ID in the first APK directory information; and copying the resource ID of the second APK directory information into the first APK directory information and adjusting the value of the resource ID of the second APK directory information based on the value range of the resource ID in the first APK directory information, where the value of the resource ID in the first APK directory information is different from an adjusted value of the resource ID in the second APK directory information.
In an optional implementation, the second APK directory information includes a plurality of resource IDs, and when the instructions are executed by the one or more processors, the data processing apparatus is enabled to further perform the following steps: determining a maximum value in the value range of the resource ID in the first APK directory information; and sequentially adjusting a value of an ith resource ID of the second APK directory information to a preset value, where the preset value is the maximum value plus i, i sequentially takes any positive integer from 1 to n, and n is a quantity of resource IDs included in the second APK directory information.
In an optional implementation, when the instructions are executed by the one or more processors, the data processing apparatus is enabled to further perform the following steps: unpacking the first APK through an apktool to obtain the first APK directory information, and unpacking the second APK through the apktool to obtain the second APK directory information.
According to a third aspect, this disclosure provides a computer-readable storage medium, where the computer-storage medium stores computer-readable instructions, and when a computer reads and executes the computer-readable instructions, the computer can perform the solution in any one of the implementations of the first aspect.
According to a fourth aspect, this disclosure provides a computer program product. When a computer reads and executes the computer program product, the computer can perform the solution according to any one of the implementations of the first aspect.
For technical effects that can be achieved in any one of the second aspect to the fourth aspect, refer to the description of technical effects that can be achieved in a corresponding possible design solution in the first aspect. Details are not described herein again in this disclosure.
To make the objectives, technical solutions, and advantages of this disclosure clearer, the following describes the technical solutions in embodiments of this disclosure in detail with reference to the accompanying drawings in embodiments of this disclosure.
A data processing method mentioned in this disclosure is mainly for data processing of media data, such as audio data and video data. This specification mainly uses how to integrate an advertisement in a media data application as an example for description herein. However, an actual application is not limited to integrating an advertisement in the media data application.
Based on this, an advertisement service platform is introduced in this disclosure to embed the advertisement-related code into the software application. After obtaining a software application package provided by the vendor of the software application 1 and the advertisement SDK, the advertisement service platform integrates advertisement code in the advertisement SDK into package of the software application 1. When used by a user, the software application 1 has an advertisement display function.
It should be noted that, the advertisement service platform may be a service platform that processes advertisement data, or may be the software application, or may be a functional module integrated in a server, or may be a plug-in, or the like. This is not specifically limited in this disclosure. Any advertisement service platform that can integrate advertisement code into a package of a software application falls within the protection scope of this disclosure regardless of whether the advertisement service platform exists in any form.
In this disclosure, “and/or” describes an association relationship between associated objects, and indicates that three relationships may exist. For example, A and/or B may indicate: only A exists, both A and B exist, and only B exists, where A and B may be singular or plural. In addition, unless otherwise specified, ordinal numbers such as “first” and “second” mentioned in embodiments of this disclosure are used to distinguish between a plurality of objects, but are not used to limit a sequence, a time sequence, priorities, or importance of the plurality of objects.
Reference to “an embodiment”, “some embodiments”, or the like described in the specification of this application indicates that one or more embodiments of this disclosure include a specific feature, structure, or characteristic described with reference to embodiments. Therefore, statements “in one embodiment”, “in some embodiments”, “in some other embodiments”, “in other embodiments” and the like that differ in this specification do not necessarily refer to a same embodiment, but rather means “one or more but not all embodiments”, unless otherwise specified. The terms “include”, “comprise”, “have”, and variations thereof all mean “including, but not limited to”, unless otherwise particularly specified.
The advertisement integration method in this disclosure may be applicable to the application scenario provided in
Step 301: The advertisement service platform obtains a first APK of a software application used to present media data.
It should be noted that, advertisement code is not integrated in the first APK mentioned in step 301.
Step 302: The advertisement service platform encapsulates an advertisement SDK into a second APK of an advertisement carrier application.
It should be noted that, because data structures of packages of a same type are similar, in this embodiment of this disclosure, the advertisement SDK is encapsulated in a package of a same type as the first package, that is, the APK, so that the advertisement service platform can better integrate advertisement-related program code into the first APK.
In an optional embodiment, the advertisement service platform may encapsulate the advertisement SDK and an entry calling class of the advertisement SDK into a second package, to determine from which location of corresponding program code in the first package to call the advertisement-related program after the advertisement service platform integrates the program code related to the advertisement into the first package.
Step 303: The advertisement service platform unpacks the first APK to determine first APK directory information, and unpacks the second APK to determine second APK directory information.
Step 304: The advertisement service platform merges the second APK directory information into the first APK directory information to obtain third APK directory information.
Step 305: The advertisement service platform encapsulates the third APK directory information into the first package.
In this embodiment of this disclosure, the advertisement service platform may encapsulate preset advertisement code into the package of the software application. The software application may present an advertisement. In this way, a developer of the software application does not need to recompile advertisement-related code, so that a workload of the developer can be reduced, and development costs of advertisement integration can be reduced.
In an implementation, as shown in
It should be noted that, a compilation rule of the advertisement SDK is different from the compilation rule of the APK. The advertisement SDK and the entry calling class of the advertisement SDK are encapsulated into the second APK, to better embed preset advertisement code into the first APK. In this method, the advertisement can be integrated in the software application without a developer of a software application to compile advertisement-related code by himself. This manner can reduce a workload of the developer.
In an implementation, the specified location may be a bytecode smali file corresponding to a startup Activity class, or may be another specified Activity class. This is not specifically limited in this disclosure.
In addition, the advertisement service platform may unpack the first APK through an apktool to obtain the first APK directory information, unpack the second APK through the apktool to obtain the second APK directory information, or may obtain each APK directory information through another unpacking tool. This is not specifically limited in this disclosure.
For example, unpacking, through the apktool, the APK of software application media (media) of a vendor, that is, the first APK, can generate a media directory shown in
It should be noted that, the advertisement service platform may insert the startup code (such as an interstitial advertisement) of the advertisement SDK into the media. The AndroidManifest.xml in the media directory is searched for a declaration of a startup Activity, that is, a node with <category android:name=“android.intent.category.LAUNCHER”> (an entry for starting the media).
For example, content of the node is as follows:
SplashActivity in android:name=“com.hespress.android.ui.SplashActivity” is the startup activity of an application.
A SplashActivity.smali file is found in the directory starting with a smali file under media based on a file-path com/hespress/android/ui/SplashActivity.
The SplashActivity.smali file is searched for a code block starting with onCreate, such as
The startup code of the advertisement is inserted in the code block before an .end method. The inserted code is shown as the following underlined code:
In an optional implementation, the advertisement service platform may merge the following information in the first APK directory information and the second APK directory information: an AndroidManfifest.xml file, an image resource, a layout file, a character string, and a resource ID.
Specifically, merging resources in the ad_container directory and the media directory includes merging the AndroidManfifest.xml file, merging the image resource, merging the layout file, merging the character string, merging the resource ID, other xml resources, and the like.
(a) Merging of AndroidManifest Files
(1) AndroidManifest.xml is found in the ad_container directory. Files are searched for Uses-permission. All permission (permission) entries (for example, <uses-permission android:name=“android.permission.INTERNET”/>) are copied and inserted into AndroidManifest.xml in the media directory, as shown in
(2) The ad_container directory is searched for AndroidManifest.xml. Tag content of all components such as activity are copied and inserted into the AndroidManifest.xml in the media directory, as shown in
The following is an example of the activity tag content:
(b) Merging of Image Resources
Drawable related directories in a res file in the ad_container directory are merged into a res file in the media directory, as shown in
(c) Merging of Layout Files
Layout related files in the res file in the ad_container directory are merged into the res file in the media directory.
(d) Merging of Character Strings
Resource files such as character string, such as res/values/strings.xml, have a same file name as those in media. Therefore, files cannot be directly copied. Content in strings.xml needs to be added to media/res/values/strings.xml.
(e) Merging of Resource IDs
In an optional implementation, merging of the resource ID is specifically as follows. If a value of the resource ID in the first APK directory (media directory) information is the same as that in the second APK directory (ad_container directory) information, a value range of the resource ID in the first APK directory information is determined. The resource ID of the second APK directory information is copied to the first APK directory information, and the value of the resource ID of the second APK directory information is adjusted based on the value range of the resource ID in the first APK directory information. The value of the resource ID in the first APK directory information is different from an adjusted value of the resource ID in the second APK directory information. For example, if the value of the resource ID of attr type in the ad_container directory is the same as the value of the resource ID of attr type in the media directory, the value range of the resource ID in the media directory is determined. If the value range is 0 to 50 (including 0 and 50), after the resource ID of attr type in the ad_container directory can be copied to the media directory, the resource ID of attr type in the ad_container directory is recompiled from 51 and the resource ID of attr type in the ad_container directory can also be compiled only in odd bits. How to adjust the value of the resource ID of the second APK directory information is not specifically limited herein in this application.
In an optional implementation, the advertisement service platform may determine a maximum value of a resource ID in the value range of the resource ID in the first APK directory information, and sequentially adjust a value of an ith resource ID of the second APK directory information to a preset value, where the preset value is the maximum value plus i, i sequentially takes any positive integer from 1 to n, and n is a quantity of resource IDs included in the second APK directory information. To better describe the solution of this disclosure, using that a type is attr as an example, all ids of type=“attr” in public.xml in ad_container are copied to public.xml in media. Because the id of attr type in the public.xml in the media ranges from 0x7f030000 to 0x7f0301ef, the id copied from the public.xml in the ad_container increases from 0x7f0301f0. The id of other types is the same. Details are not described herein again.
The res/values/public.xml file lists ID values of all resources. For example, the ID value is “0x7f010000”, “0x7f010001”, “0x7f010002”, or the like. Details are not described here.
Because the public.xml in the ad_container has a same ID as the public.xml in the media, content of the public.xml in the ad_container cannot be directly added to the public.xml in the media. The id of different types needs to be combined, and the value of the id starts from the last one in the public.xml of a target (media) in ascending order.
(f) Merging Other Xml Resources. The Ad_Container/Res/Xml Directory Only Needs to be Merged with the Xml Directory in Media/Res.
Then, the content of smali file in the ad_container directory is copied to the smali file in the media directory, as shown in
In this disclosure, the advertisement service platform unpacks a target media APK and the advertisement SDK carrier APK, inserts the advertisement SDK startup code into the smali file of the startup Activity of the target media, and then performs AndroidManifest file merging, various resources merging, and smali code file merging. Finally, the APK is repacked and signed to generate a media application APK that includes an advertisement capability. To integrate the advertisement SDK in the existing manner, a developer needs to manually add an SDK library and manually develop code to call an advertisement SDK function. In this disclosure, the media application can integrate the advertisement SDK from a manual manner (that is, the developer recompiles code) to an automatic manner, to implement automatic integration of the advertisement SDK. Compared with the existing manner, the advertisement service platform provided in this application may unpack the APK, insert the advertisement SDK startup code into the smali file of the startup Activity of the target media, merge the AndroidManifest file, merge the image, merge the layout file, merge the character string, merge the resource ID, and pack and re-sign to implement the automatic integration capability of the advertisement SDK. It should be noted that the advertisement SDK is encapsulated in the APK, so that the advertisement SDK and the target media APK can be combined. A vendor of a software application can integrate the advertisement SDK without source code. In addition, in this application, the advertisement service platform automatically searches for an entry in the target media APK and inserts advertisement startup code, thereby reducing learning costs for the developer and improving development efficiency.
Based on a same concept,
The processor 1202 may be a chip. For example, the processor 1202 may be a field-programmable gate array (FPGA), an application-specific integrated circuit (ASIC), a system on chip (SoC), a central processing unit (CPU), a network processor (NP), a digital signal processor (DSP) circuit, a microcontroller unit (MCU), a programmable controller or programmable logic device (PLD), or another integrated chip.
It should be noted that the processor 1202 in this embodiment of this disclosure may be an integrated circuit chip, and has a signal processing capability. In an implementation process, each step in the foregoing method embodiments may be completed through an integrated logic circuit of hardware in the processor or instructions in a form of software. The above processor may be a general purpose processor, a DSP, an ASIC, an FPGA or another programmable logic device, a discrete gate or a transistor logic device, and a discrete hardware component. It may implement or perform the methods, the steps, and logical block diagrams that are disclosed in the embodiments of this disclosure. The general purpose processor may be a microprocessor, or the processor may be any conventional processor or the like. Steps of the methods disclosed with reference to the embodiments of this disclosure may be directly executed and accomplished through a hardware decoding processor, or may be executed and accomplished by using a combination of hardware and software modules in the decoding processor. A software module may be located in a mature storage medium in the art, such as a random access memory, a flash memory, a read-only memory, a programmable read-only memory, an electrically erasable programmable memory, a register, or the like. The storage medium is located in the memory, and a processor reads information in the memory and completes the steps in the foregoing methods in combination with hardware of the processor.
The memory 1203 may be a volatile memory or a nonvolatile memory, or may include both volatile and nonvolatile memories. The nonvolatile memory may be a read-only memory (ROM), a programmable read-only memory (PROM), an erasable programmable read-only memory (EPROM), an electrically erasable programmable read-only memory (EEPROM), or a flash memory. The volatile memory may be a random-access memory (RAM) that is used as an external cache. Through illustrative but not limited description, many forms of RAMs may be used, for example, a static random access memory (SRAM), a dynamic random-access memory (DRAM), a synchronous dynamic random-access memory (SDRAM), a double data rate dynamic random-access memory (DDR SDRAM), an enhanced synchronous dynamic random-access memory (ESDRAM), a synchronous link dynamic random-access memory (SLDRAM), and a direct Rambus random-access memory (DR RAM). It should be noted that the memories of the system and method described herein are intended to include, but are not limited to, these and any other suitable types of memories.
The communication interface 1201 may be configured to input and/or output information. In an optional implementation solution, when a server includes a transceiver, steps of method performed by the communication interface 1201 may alternatively be performed by the transceiver.
The memory 1203 is configured to store computer-executable instructions for performing embodiments of this disclosure under the control of the processor 1202. The processor 1202 is configured to execute the computer-executable instructions stored in the memory 1203, to implement the data processing method provided in embodiments of this disclosure. Alternatively, optionally, in this embodiment of this disclosure, the processor 1202 may perform a processing-related function in the method of the data processing method provided in the following embodiment of this disclosure. The communication interface 1201 is responsible for communicating with another device or a communication network. This is not specifically limited in this embodiment of this disclosure. Optionally, the computer-executable instructions in this embodiment of this disclosure may also be referred to as an application program code. This is not specifically limited in this embodiment of this disclosure.
The data processing apparatus shown in
Step S1: Obtain a first Android package APK of a software application used to present media data.
Step S2: Encapsulate an advertisement software development kit SDK into a second APK of an advertisement carrier application.
Step S3: Unpack the first APK to determine first APK directory information, and unpack the second APK to determine second APK directory information.
Step S4: Merge the second APK directory information into the first APK directory information to obtain third APK directory information.
Step S5: Encapsulate the third APK directory information into the first APK.
In this embodiment of this disclosure, the data processing apparatus may encapsulate preset advertisement code into an APK of the software application used to present media data. The software application may present an advertisement. In this way, the advertisement can be presented when a user uses the software application without recompiling advertisement-related code by a developer of the software application, thereby reducing a workload of the developer and at the same time reducing development costs of advertisement integration.
In an optional implementation, when the instructions are executed by one or more processors, the data processing apparatus is enabled to specifically perform the following steps: encapsulating the advertisement SDK and an entry calling class of the advertisement SDK into the second APK; and inserting startup code of the entry calling class of the advertisement SDK into a specified location of the first APK directory information.
In an optional implementation, the specified location is a bytecode smali file corresponding to a startup Activity class.
In an optional implementation, when the instructions are executed by the one or more processors, the data processing apparatus is enabled to specifically perform the following steps: merging one or more of the following information in the first APK directory information and the second APK directory information: an AndroidManfifest.xml file, an image resource, a layout file, a character string, and a resource identifier ID.
In an optional implementation, when the instructions are executed by the one or more processors, the data processing apparatus is enabled to specifically perform the following steps: if a value of a resource ID corresponding to the first APK directory information is the same as a value of a resource ID corresponding to the second APK directory information, determining a value range of the resource ID in the first APK directory information; and copying the resource ID of the second APK directory information into the first APK directory information and adjusting the value of the resource ID of the second APK directory information based on the value range of the resource ID in the first APK directory information, where the value of the resource ID in the first APK directory information is different from an adjusted value of the resource ID in the second APK directory information.
In this way, when the value of the resource ID in the first APK directory information is the same as that in the second APK directory information, a case in which identity of the resource ID disorder occurs when the resource ID in the second APK directory information is merged into the first APK directory information can be avoided.
In an optional implementation, the second APK directory information includes a plurality of resource IDs. When the instructions are executed by the one or more processors, the data processing apparatus is enabled to further perform the following steps: determining a maximum value in the value range of the resource ID in the first APK directory information; and sequentially adjusting a value of an ith resource ID of the second APK directory information to a preset value, where the preset value is the maximum value plus i, i sequentially takes any positive integer from 1 to n, and n is a quantity of resource IDs included in the second APK directory information.
By sequentially adjusting the value of the resource IDs in the second APK directory information, it can be ensured that the identity disorder does not occur when the resource IDs in the second APK directory information are merged into the first APK directory information.
In an optional implementation, when the instructions are executed by one or more processors, the data processing apparatus is enabled to further perform the following steps: unpacking the first APK through an apktool to obtain the first APK directory information, and unpacking the second APK through the apktool to obtain the second APK directory information.
Based on the foregoing embodiments, an embodiment of this disclosure further provides a computer-readable storage medium. The computer-readable storage medium stores instructions. When the instructions are executed, the method performed by the data processing device in any one of the foregoing embodiments is implemented. The computer-readable storage medium may include: any medium that can store program code, such as a USB flash drive, a removable hard disk, a read-only memory, a random access memory, a magnetic disk, or an optical disc.
A person skilled in the art should understand that embodiments of this disclosure may be provided as a method, a system, or a computer program product. Therefore, this disclosure may use a form of hardware-only embodiments, software-only embodiments, or embodiments with a combination of software and hardware. Moreover, this application may use a form of a computer program product that is implemented on one or more computer-usable storage media (including but not limited to magnetic disk storage, a CD-ROM, an optical memory, and the like) that include computer-usable program code.
This disclosure is described with reference to flowcharts and/or block diagrams of a method, an apparatus (a system), and a computer program product according to this disclosure. It should be understood that computer program instructions may be used to implement each process and/or each block in the flowcharts and/or the block diagrams and a combination of a process and/or a block in the flowcharts and/or the block diagrams. These computer program instructions may be provided for a general-purpose computer, a special-purpose computer, an embedded processor, or a processor of another programmable data processing apparatus to generate a machine, so that the instructions executed by a computer or the processor of another programmable data processing apparatus generate an apparatus for implementing a specific function in one or more processes in the flowcharts and/or in one or more blocks in the block diagrams.
These computer program instructions may be stored in a computer-readable memory that can guide the computer or another programmable data processing apparatus to work in a specific manner, so that the instructions stored in the computer-readable memory generate a product that includes an instruction apparatus. The instruction apparatus implements a specific function in one or more processes in the flowcharts and/or in one or more blocks in the block diagrams.
These computer program instructions may be loaded onto a computer or another programmable data processing apparatus, so that a series of operation steps are performed on the computer or another programmable apparatus to generate computer-implemented processing. Therefore, the instructions executed on the computer or another programmable apparatus provide steps for implementing a specific function in one or more processes in the flowcharts and/or in one or more blocks in the block diagrams.
Number | Date | Country | Kind |
---|---|---|---|
202110444097.5 | Apr 2021 | CN | national |
This is a continuation of International Patent Application No. PCT/CN2022/083418 filed on Mar. 28, 2022, which claims priority to Chinese Patent Application No. 202110444097.5 filed on Apr. 23, 2021. The disclosures of the aforementioned applications are hereby incorporated by reference in their entireties.
Number | Date | Country | |
---|---|---|---|
Parent | PCT/CN2022/083418 | Mar 2022 | US |
Child | 18491338 | US |