CN114327517B - Software-driven implementation method and system - Google Patents

Software-driven implementation method and system Download PDF

Info

Publication number
CN114327517B
CN114327517B CN202111635111.6A CN202111635111A CN114327517B CN 114327517 B CN114327517 B CN 114327517B CN 202111635111 A CN202111635111 A CN 202111635111A CN 114327517 B CN114327517 B CN 114327517B
Authority
CN
China
Prior art keywords
software
list
terminal device
terminal equipment
input matrix
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111635111.6A
Other languages
Chinese (zh)
Other versions
CN114327517A (en
Inventor
曹桂虎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Drive Life Technology Co ltd
Original Assignee
Shenzhen Drive Life Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Drive Life Technology Co ltd filed Critical Shenzhen Drive Life Technology Co ltd
Priority to CN202111635111.6A priority Critical patent/CN114327517B/en
Publication of CN114327517A publication Critical patent/CN114327517A/en
Application granted granted Critical
Publication of CN114327517B publication Critical patent/CN114327517B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The application provides a software-driven implementation method and a system, wherein the method comprises the following steps: the terminal equipment acquires a current login Instant Messaging (IM) account and a login account of the terminal equipment; the terminal equipment acquires historical login terminal equipment and historical login times of the IM account, extracts other terminal equipment of which the historical login times are greater than a time threshold value, and acquires a software driving list of the other terminal equipment, wherein the software driving list has all software drivers of the other terminal equipment; the terminal equipment inquires that the n software drivers of the local software drivers do not exist in the software driver list, and the terminal equipment installs the n software drivers in the local terminal equipment in advance. The method and the device have the advantage of high user experience.

Description

Software-driven implementation method and system
Technical Field
The present application relates to the field of software and electronic technologies, and in particular, to a method and a system for implementing software driving.
Background
Driver, computer software terminology, refers to a program that drives software in a computer. The driver is a special program added to the operating system, which contains information about the hardware device. This information enables the computer to communicate with the corresponding device. The driver is a configuration file written by a hardware manufacturer according to an operating system, and hardware in the computer cannot work without the driver.
The existing software driver is generally a software driver which is automatically inquired and downloaded by a system after being inserted into hardware equipment, and in such a way, a user can operate the hardware after waiting for a period of time, so that the experience degree of the user is influenced.
Disclosure of Invention
The embodiment of the application provides a method and a system for realizing software driving, which can realize real-time management of software driving and improve the experience of a user.
In a first aspect, an embodiment of the present application provides a software-driven implementation method, where the method includes:
the terminal equipment acquires a current login Instant Messaging (IM) account and a login account of the terminal equipment;
the terminal equipment acquires historical login terminal equipment and historical login times of the IM account, extracts other terminal equipment of which the historical login times are greater than a time threshold value, and acquires a software driving list of the other terminal equipment, wherein the software driving list has all software drivers of the other terminal equipment;
the terminal equipment inquires that the n software drivers of the local software drivers do not exist in the software driver list, and the terminal equipment installs the n software drivers in the local terminal equipment in advance.
Optionally, the acquiring the software driver list of the other terminal device specifically includes:
The method comprises the steps that a terminal device sends request information to a cloud end, the request information comprises a first identifier of another terminal device, response information returned by the cloud end is received, and the response information comprises: the first identification corresponds to a software driver list.
Optionally, the method further includes:
and another terminal device reports the software driving list periodically, the reporting carries a first identifier of the terminal, the cloud establishes a mapping relation between the first identifier and the software driving list, and the cloud returns the software driving list through the response message when receiving the request message containing the first identifier.
Optionally, the software driver list includes: software identification and frequency of use.
Optionally, the method further includes:
if n is greater than 2, the terminal device obtains n using frequencies corresponding to the n software drivers, performs descending order arrangement on the n using frequencies to obtain a first sequence, and when the terminal device detects new hardware, matches the software drivers of the new hardware according to the sequence of the first sequence.
In a second aspect, a software-driven implementation system is provided, the system including:
the terminal equipment is used for acquiring a current login IM account and a login account of the terminal equipment;
The terminal device is used for acquiring historical login terminal devices and historical login times of the IM account, extracting another terminal device of which the historical login times are greater than a time threshold value, and acquiring a software driving list of the other terminal device, wherein the software driving list has all software drivers of the other terminal device;
and the terminal equipment is used for inquiring that the n software drivers of the local software drivers do not exist in the software driver list, and the terminal equipment pre-installs the n software drivers in the local terminal equipment.
In the alternative,
the terminal device is further configured to send request information to the cloud, where the request information includes a first identifier of another terminal device, and receive response information returned by the cloud, where the response information includes: the first identification corresponds to a software driving list.
Alternatively to this, the first and second parts may,
another terminal device, which is used for periodically reporting the software driving list and carrying the first identifier of the terminal when reporting;
and the cloud is used for establishing a mapping relation between the first identifier and the software driving list, and returning the software driving list through the response message when the request message containing the first identifier is received.
In a third aspect, a computer-readable storage medium is provided, which stores a program for electronic data exchange, wherein the program causes a terminal to execute the method provided in the first aspect.
The embodiment of the application has the following beneficial effects:
the principle of the technical scheme provided by the application is that whether the terminal devices are the terminal devices of the same user, such as WeChat, QQ, facebook and the like, are determined through the historical login device of the IM account number, for such an account, the user can log in the account for many times only in his own device, so if the number of login times is large, the user can be determined that the terminal device and the local terminal device belong to the same user, in this case, after obtaining the software driver list of another terminal device, the software driver list can be set in the cloud, thus, the extraction of the terminal equipment is convenient, the software drive of the two terminal equipment (the other terminal equipment) can be supplemented through comparison, that is, if it is determined by comparison that the local terminal device does not have the software drivers in the software driver list, for example, n software drivers are preset to be installed, which is convenient for the user to use. Therefore, the technical scheme of the application carries out integral management on the software driver based on the user, avoids the problem that hardware equipment needs to wait for the software driver during replacement, and improves the matching degree and experience degree of the user.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a terminal device according to an embodiment of the present application.
Fig. 2 is a flowchart illustrating a software-driven implementation method according to an embodiment of the present application.
Fig. 3 is a schematic structural diagram of a software-driven implementation system provided in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The terms "first," "second," "third," and "fourth," etc. in the description and claims of this application and in the accompanying drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, result, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
Referring to fig. 1, fig. 1 provides a terminal device, which may specifically be: the terminal device may be a terminal of an IOS system, an android system, or other systems, for example, a hong meng system, and the application does not limit the specific system, and as shown in fig. 1, the terminal device may specifically include: the device comprises a processor, a memory, a camera and a display screen, wherein the components can be connected through a bus or in other ways, and the application is not limited to the specific way of the connection.
For the terminal device, there may also be multiple hardware interfaces, for example, USB interface, Micro USB, Type-C, Lightning interface, and so on. For example, for a user, for example, zhang san, who may have a plurality of workstations (for example, one workstation in tokyo region of beijing and another workstation in hai lake region of beijing), it may work between the plurality of workstations, but its terminal devices are all dedicated, but the accessories of the terminal devices may be interchanged, for example, zhang san may use a mouse keyboard in the tokyo region in the hailake region, and for a mouse keyboard connected wirelessly, it needs to install a software driver, in which case, it takes a certain time to install the software driver, thus affecting the use of the user, and thus, it needs to manage such software driver.
Referring to fig. 2, fig. 2 provides a software-driven implementation method, which may be executed by the terminal device shown in fig. 1, where the terminal device may specifically be a computer, a tablet computer, or a server, and the method shown in fig. 2 includes the following steps:
step S201, the terminal device obtains a current login IM (instant messaging software) account and a login account of the terminal device;
the IM account, such as WeChat, QQ, facebook, etc., is of course in practical application
Step S202, the terminal device obtains the historical login terminal device and the historical login times of the IM account, extracts another terminal device of which the historical login times is larger than a time threshold value, and obtains a software driving list of the other terminal device, wherein the software driving list has all software drivers of the other terminal device;
the number threshold may be set by the user, and the application does not limit the specific value of the number threshold.
Step S203, the terminal device queries that n software drivers of the local software driver do not exist in the software driver list, and the terminal device installs the n software drivers in the local terminal device in advance.
N is an integer of 1 or more.
The software driver may be a driver of a hardware device, and may be a simple software (e.g., app) in actual applications.
The principle of the technical scheme provided by the application is that whether the terminal devices are the terminal devices of the same user, such as WeChat, QQ, facebook and the like, for such an account, the user can log in the account for many times only in his own device, so if the number of login times is large, the user can be determined that the terminal device and the local terminal device belong to the same user, in this case, after acquiring the software-driven list of another terminal device, the software-driven list can be set in the cloud, thus, the extraction of the terminal equipment is convenient, the software drive of the two terminal equipment (the other terminal equipment) can be supplemented through comparison, that is, if it is determined by comparison that the local terminal device does not have the software drivers in the software driver list, for example, n software drivers are preset to be installed, which is convenient for the user to use. Therefore, the technical scheme of the application carries out integral management on the software driver based on the user, avoids the problem that hardware equipment needs to wait for the software driver during replacement, and improves the matching degree and experience degree of the user.
For example, the obtaining of the software-driven list of the other terminal device may specifically include:
the method comprises the steps that a terminal device sends request information to a cloud end, the request information comprises a first identifier of another terminal device, response information returned by the cloud end is received, and the response information comprises: the first identification corresponds to a software driver list.
The software driving list can be realized in a cloud mode, for another terminal device, the software driving list is periodically updated, the period can be 1 day, 1 week and the like, the first identification of the terminal is carried in reporting, the cloud end establishes a mapping relation between the first identification and the software driving list, and the software driving list is returned through a response message as long as the request message is received and the first identification is included, so that sharing of the software driving list is realized.
For example, the software-driven list may include: software identification and frequency of use of the software.
For example, the method may further include:
if n is greater than 2, the terminal device obtains n using frequencies corresponding to the n software drivers, performs descending order arrangement on the n using frequencies to obtain a first sequence, and when the terminal device detects new hardware, matches the software drivers of the new hardware according to the sequence of the first sequence.
For software drivers with higher use frequency, the probability of shared hardware is higher, for example, software drivers of a wireless mouse and a wireless keyboard are used almost when the computer is started, and the shared probability is higher, so that the software drivers are sorted by using the use frequency and then sequentially searched and matched to realize quick matching calling, and the waiting time of users is reduced.
For example, the method may further include, between step S201 and step S202:
the terminal device acquires a first identity corresponding to the login account, acquires a first picture of a current login object, obtains an input matrix according to the first picture, calculates the input matrix and the weight to obtain a calculation result, determines a second identity of the first picture according to the calculation result, and executes step S202 if the first identity is consistent with the second identity.
For example, the determining of the second identity of the first picture according to the calculation result may be determined by using an existing method, which is not repeated herein, for example, comparing the calculation result with the template result to determine whether the calculation result is consistent (or within a certain range), and if so, determining that the second identity is the identity corresponding to the template result. Other ways of determining this may of course be used.
For example, the obtaining of the input matrix according to the first picture, and the calculating of the input matrix and the weight to obtain the calculation result may specifically include:
acquiring an RGB value of each pixel point in the first picture, and arranging the RGB value of each pixel point according to the position of the pixel point in the first picture to obtain an input matrix w x h x 3; where w is the width value, h is the height value, and 3 is the depth value (each depth value corresponds to an R, G, B value); acquiring pixel points with the same RGB value in an input matrix, forming an index list by the RGB value of the same pixel point in the serial number of the input matrix, storing the RGB value and the index list, sending all the RGB values and all the corresponding index lists to an AI (analog to digital) processor of terminal equipment, extracting x serial numbers of input element values of the input matrix of current operation by the AI processor, inquiring all the index lists to obtain at least one index list corresponding to the x serial numbers, extracting at least one RGB value corresponding to at least one index list, calculating the at least one RGB value and the weight of the current operation to obtain an operation result of the current operation, and traversing all the serial numbers of the input matrix to obtain a calculation result.
For face recognition, the existing input matrix stores RGB values of all pixels, which occupies a large amount of memory space, especially for an AI processor, the memory space is small, so that it cannot give all input matrices all at once, but the above technical solution is to establish index lists of sequence numbers for the same RGB values, for example, RGB values of skin are approximately the same, then the corresponding index lists may be a range of sequence numbers, assuming w in w h 3 is 1000, h is 1000, assuming that no RGB values of skin are found in sequence numbers 0000-: 0000-3333, 5555-6666; since the RGB values of a single pixel point are the same in the width value and the height value, only one serial number needs to be stored, and when the AI processor extracts, it is assumed that the convolution operation is 3 × 3, and the first extracted serial numbers are 9, that is, 0001, 0002, 0003, 1001, 1002, 1003, 2001, 2002, and 2003; the skin RGB values are directly extracted by determining that the index sequence numbers of the skin RGB values belong to the skin RGB values, and the calculation results can be obtained by calculating the skin RGB values and the values of the positions corresponding to the weights respectively.
Referring to fig. 3, fig. 3 provides a software-driven implementation system, which includes:
the terminal equipment is used for acquiring a current login IM account and a login account of the terminal equipment;
the terminal device is used for acquiring historical login terminal devices and historical login times of the IM account, extracting another terminal device of which the historical login times are greater than a time threshold value, and acquiring a software driving list of the other terminal device, wherein the software driving list has all software drivers of the other terminal device;
and the terminal equipment is used for inquiring that the n software drivers of the local software drivers do not exist in the software driver list, and the terminal equipment pre-installs the n software drivers in the local terminal equipment.
The principle of the technical scheme provided by the application is that whether the terminal devices are the terminal devices of the same user, such as WeChat, QQ, facebook and the like, for such an account, the user can log in the account for many times only in his own device, so if the number of login times is large, the user can be determined that the terminal device and the local terminal device belong to the same user, in this case, after obtaining the software driver list of another terminal device, the software driver list can be set in the cloud, thus, the extraction of the terminal equipment is convenient, the software drive of the two terminal equipment (the other terminal equipment) can be supplemented through comparison, that is, if it is determined by comparison that the local terminal device does not have the software drivers in the software driver list, for example, n software drivers are preset to be installed, which is convenient for the user to use. Therefore, the technical scheme of the application carries out integral management on the software driver based on the user, avoids the problem that hardware equipment needs to wait for the software driver during replacement, and improves the matching degree and experience degree of the user.
As an example of this, it is possible to use,
the terminal device is further configured to send request information to the cloud, where the request information includes a first identifier of another terminal device, and receive response information returned by the cloud, where the response information includes: the first identification corresponds to a software driver list.
As an example of this, it is possible to provide,
another terminal device, which is used for periodically reporting the software driving list and carrying the first identifier of the terminal when reporting;
and the cloud is used for establishing a mapping relation between the first identifier and the software driving list, and returning the software driving list through the response message when the request message containing the first identifier is received.
As an example of this, it is possible to provide,
the software driven list includes: software identification and frequency of use.
As an example of this, it is possible to provide,
and if n is greater than 2, the terminal equipment is also used for acquiring n using frequencies corresponding to the n software drivers, performing descending order arrangement on the n using frequencies to obtain a first sequence, and when the terminal equipment detects new hardware, matching the software drivers of the new hardware according to the sequence of the first sequence.
Embodiments of the present application also provide a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, and the computer program enables a computer to execute part or all of the steps of any one of the methods as described in the above method embodiments.
Embodiments of the present application also provide a computer program product comprising a non-transitory computer readable storage medium storing a computer program operable to cause a computer to perform some or all of the steps of any one of the methods as recited in the above method embodiments.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present application is not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are exemplary embodiments and that the acts and modules referred to are not necessarily required in this application.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
The foregoing detailed description of the embodiments of the present application has been presented to illustrate the principles and implementations of the present application, and the above description of the embodiments is only provided to help understand the method and the core concept of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (8)

1. A software-driven implementation method, the method comprising:
the terminal equipment acquires a current login Instant Messaging (IM) account and a login account of the terminal equipment;
the method comprises the steps that a terminal device obtains a first identity corresponding to a login account, the terminal device collects a first picture of a current login object, an input matrix is obtained according to the first picture, the input matrix and a weight are calculated to obtain a calculation result, a second identity of the first picture is determined according to the calculation result, if the first identity is consistent with the second identity, the terminal device obtains historical login terminal devices and historical login times of an IM account, extracts another terminal device of which the historical login times is larger than a time threshold value, and obtains a software driving list of the other terminal device, wherein the software driving list has all software drivers of the other terminal device;
the terminal equipment inquires that n software drivers of the local software drivers do not exist in the software driver list, and the terminal equipment installs the n software drivers in the local terminal equipment in advance;
the software driven list includes: software identification and frequency of use; if n is greater than 2, the terminal equipment acquires n using frequencies corresponding to the n software drivers, the n using frequencies are arranged in a descending order to obtain a first sequence, and when the terminal equipment detects new hardware, the software drivers of the new hardware are matched according to the sequence of the first sequence, so that quick matching and calling can be realized;
The obtaining of the input matrix according to the first picture, and the calculating of the input matrix and the weight to obtain the calculation result specifically includes:
acquiring an RGB value of each pixel point in the first picture, and arranging the RGB value of each pixel point according to the position of the pixel point in the first picture to obtain an input matrix w x h x 3; wherein w is a width value, h is a height value, 3 is a depth value, and each depth value corresponds to R, G, B values; acquiring pixel points with the same RGB value in an input matrix, forming an index list by the RGB value of the same pixel point in the serial number of the input matrix, storing the RGB value and the index list, sending all the RGB values and all the corresponding index lists to an AI (analog to digital) processor of terminal equipment, extracting x serial numbers of input element values of the input matrix of current operation by the AI processor, inquiring all the index lists to obtain at least one index list corresponding to the x serial numbers, extracting at least one RGB value corresponding to at least one index list, calculating the at least one RGB value and the weight of the current operation to obtain an operation result of the current operation, and traversing all the serial numbers of the input matrix to obtain a calculation result.
2. The method according to claim 1, wherein the obtaining the software-driven list of the other terminal device specifically comprises:
The method comprises the steps that a terminal device sends request information to a cloud end, the request information comprises a first identifier of another terminal device, response information returned by the cloud end is received, and the response information comprises: the first identification corresponds to a software driving list.
3. The method of claim 2, further comprising:
and another terminal device reports the software driving list periodically, the reporting carries a first identifier of the terminal, the cloud establishes a mapping relation between the first identifier and the software driving list, and the cloud returns the software driving list through the response information when receiving the request message containing the first identifier.
4. A software-driven implementation system, the system comprising:
the terminal equipment is used for acquiring a current login IM account and a login account of the terminal equipment;
the method comprises the steps that a terminal device obtains a first identity corresponding to a login account, the terminal device collects a first picture of a current login object, an input matrix is obtained according to the first picture, the input matrix and a weight are calculated to obtain a calculation result, a second identity of the first picture is determined according to the calculation result, if the first identity is consistent with the second identity, historical login terminal devices and historical login times of an IM account are obtained, another terminal device with the historical login times larger than a time threshold value is extracted, a software driving list of the other terminal device is obtained, and the software driving list is provided with all software drivers of the other terminal device;
The terminal equipment is used for inquiring that n software drivers of the local software drivers do not exist in the software driver list, and the terminal equipment pre-installs the n software drivers in the local terminal equipment;
the software driven list includes: software identification and frequency of use; if n is greater than 2, the terminal equipment acquires n using frequencies corresponding to the n software drivers, the n using frequencies are arranged in a descending order to obtain a first sequence, and when the terminal equipment detects new hardware, the software drivers of the new hardware are matched according to the sequence of the first sequence, so that quick matching and calling can be realized;
the obtaining of the input matrix according to the first picture and the calculation of the input matrix and the weight to obtain the calculation result specifically include:
acquiring an RGB value of each pixel point in the first picture, and arranging the RGB value of each pixel point according to the position of the pixel point in the first picture to obtain an input matrix w x h x 3; wherein w is a width value, h is a height value, 3 is a depth value, and each depth value corresponds to R, G, B values; acquiring pixel points with the same RGB value in an input matrix, forming an index list by the RGB value of the same pixel point in the serial number of the input matrix, storing the RGB value and the index list, sending all the RGB values and all the corresponding index lists to an AI (analog to digital) processor of terminal equipment, extracting x serial numbers of input element values of the input matrix of current operation by the AI processor, inquiring all the index lists to obtain at least one index list corresponding to the x serial numbers, extracting at least one RGB value corresponding to at least one index list, calculating the at least one RGB value and the weight of the current operation to obtain an operation result of the current operation, and traversing all the serial numbers of the input matrix to obtain a calculation result.
5. The system of claim 4,
the terminal device is further configured to send request information to the cloud, where the request information includes a first identifier of another terminal device, and receive response information returned by the cloud, where the response information includes: the first identification corresponds to a software driver list.
6. The system of claim 5,
another terminal device, which is used for periodically reporting the software driving list and carrying the first identifier of the terminal when reporting;
and the cloud is used for establishing a mapping relation between the first identifier and the software driving list, and returning the software driving list through the response information when the request message is received and the first identifier is included.
7. The system of claim 4,
the software driven list includes: software identification and frequency of use.
8. A computer-readable storage medium storing a program for electronic data exchange, wherein the program causes a terminal to execute the method according to any one of claims 1-3.
CN202111635111.6A 2021-12-29 2021-12-29 Software-driven implementation method and system Active CN114327517B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111635111.6A CN114327517B (en) 2021-12-29 2021-12-29 Software-driven implementation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111635111.6A CN114327517B (en) 2021-12-29 2021-12-29 Software-driven implementation method and system

Publications (2)

Publication Number Publication Date
CN114327517A CN114327517A (en) 2022-04-12
CN114327517B true CN114327517B (en) 2022-07-29

Family

ID=81017227

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111635111.6A Active CN114327517B (en) 2021-12-29 2021-12-29 Software-driven implementation method and system

Country Status (1)

Country Link
CN (1) CN114327517B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6064771A (en) * 1997-06-23 2000-05-16 Real-Time Geometry Corp. System and method for asynchronous, adaptive moving picture compression, and decompression
WO2020233076A1 (en) * 2019-05-21 2020-11-26 深圳壹账通智能科技有限公司 Identity verification-based item storage method and apparatus, device and storage medium

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102752457B (en) * 2012-07-19 2014-09-03 腾讯科技(深圳)有限公司 Method and system for installing applications
US9059852B2 (en) * 2013-03-27 2015-06-16 International Business Machines Corporation Validating a user's identity utilizing information embedded in a image file
CN104092715B (en) * 2013-11-28 2016-10-19 腾讯科技(深圳)有限公司 A kind of method of synchronization applications, server and system
CN105052104B (en) * 2013-12-02 2018-08-14 华为技术有限公司 The processing method of file, apparatus and system
CN105897667A (en) * 2015-10-22 2016-08-24 乐视致新电子科技(天津)有限公司 Device access history tracking method, apparatus, server and system
CN106168908A (en) * 2016-09-27 2016-11-30 北京金山安全软件有限公司 Driver obtaining method, server and mobile terminal
CN106301968B (en) * 2016-10-25 2019-10-25 Oppo广东移动通信有限公司 A kind of processing method of terminal data, apparatus and system
CN106777177A (en) * 2016-12-22 2017-05-31 百度在线网络技术(北京)有限公司 Search method and device
CN107222481B (en) * 2017-05-31 2018-03-27 深圳云天励飞技术有限公司 The method and apparatus that user logs in data query system
CN107645597A (en) * 2017-09-19 2018-01-30 上海闻泰信息技术有限公司 The synchronous method and terminal of application program
CN108834133A (en) * 2018-08-01 2018-11-16 梁静 A method of obtaining end application

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6064771A (en) * 1997-06-23 2000-05-16 Real-Time Geometry Corp. System and method for asynchronous, adaptive moving picture compression, and decompression
WO2020233076A1 (en) * 2019-05-21 2020-11-26 深圳壹账通智能科技有限公司 Identity verification-based item storage method and apparatus, device and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于内容的图像检索关键技术研究;赵珊;《中国优秀博硕士学位论文全文数据库(博士)信息科技辑》;20081215(第12期);I138-33 *

Also Published As

Publication number Publication date
CN114327517A (en) 2022-04-12

Similar Documents

Publication Publication Date Title
CN109218133B (en) Network speed testing system, method, device and computer readable storage medium
CN107689988B (en) Message pushing method and device, electronic equipment and terminal equipment
CN109756417B (en) Offline message distribution method, server and storage medium
CN111954173B (en) Method, device, server and computer readable storage medium for sending short message
CN108234659B (en) Data processing method, device and system
EP2857948A1 (en) Method, device and system for shunting information in graphic code
CN111159530A (en) System, apparatus, method and storage medium for automatically pushing financial product message
CN112367345A (en) Data processing method, server device and computer readable storage medium
US20160292747A1 (en) Method and apparatus for placing display information
CN111431818A (en) Cross-domain request traffic distribution method and device, storage medium and computer equipment
CN109391658B (en) Account data synchronization method and equipment, storage medium and terminal thereof
CN112130936B (en) Data calling method, device, equipment and storage medium based on polling
CN114327517B (en) Software-driven implementation method and system
CN113065054A (en) Request processing method and device, electronic equipment and storage medium
CN113760982A (en) Data processing method and device
CN104125593A (en) Information processing method and electronic equipment
CN109067817B (en) Media content flow distribution method and device, electronic equipment and server
EP3220607A1 (en) Service data processing method, device and system
CN113127561B (en) Method and device for generating service single number, electronic equipment and storage medium
CN110134547B (en) Middleware-based repeated data deleting method and related device
CN109379704B (en) Method, device and equipment for correcting regional information of short message and storage medium
CN113691937A (en) Method for determining position information, cloud mobile phone and terminal equipment
CN109634627B (en) Method for managing FPGA (field programmable Gate array) equipment based on OpenStack platform
CN113449042A (en) Automatic data warehouse-dividing method and device
CN113495888B (en) Identification management method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant