CN102141929B - Application program running method, simulator, host machine and system - Google Patents

Application program running method, simulator, host machine and system Download PDF

Info

Publication number
CN102141929B
CN102141929B CN201010526841.8A CN201010526841A CN102141929B CN 102141929 B CN102141929 B CN 102141929B CN 201010526841 A CN201010526841 A CN 201010526841A CN 102141929 B CN102141929 B CN 102141929B
Authority
CN
China
Prior art keywords
primitive
host
simulator
converted
application program
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
CN201010526841.8A
Other languages
Chinese (zh)
Other versions
CN102141929A (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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN201010526841.8A priority Critical patent/CN102141929B/en
Publication of CN102141929A publication Critical patent/CN102141929A/en
Application granted granted Critical
Publication of CN102141929B publication Critical patent/CN102141929B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses an application program running method, a simulator, a host machine and a system, and belongs to the field of computers. The method comprises the following steps of: acquiring simulator primitive corresponding to the application program in the simulator; converting the simulator primitive into corresponding host machine primitive, and transmitting the host machine primitive to the host machine to ensure that the host machine executes the host machine primitive. The simulator comprises an acquisition module, a conversion module and a transmission module. The method comprises the following steps of: receiving the host machine primitive which is converted from the simulator primitive and acquired by the simulator after the simulator primitive is acquired; and executing the received host machine primitive. The host machine comprises a receiving module and an execution module. The system comprises the simulator and the host machine. In the invention, by acquiring the simulator primitive, the simulator primitive is converted into the host machine primitive, and the host machine primitive is transmitted to the host machine and directly executed, so that the effects of reducing system consumption in an application program running process and improving the application program running efficiency can be achieved.

Description

The operation method of application program, simulator, host and system
Technical field
The present invention relates to computer realm, particularly a kind of operation method of application program, simulator, host and system.
Background technology
Development along with computer technology, there is different computer system architecture, when application program is moved under every kind of computer system architecture, all need current computer system architecture to carry out corresponding machine instruction, but because executable machine instruction on different system framework is different, thereby caused the not versatility of application program.As ARM(Advanced RISC Machines, microprocessor) application program in framework cannot directly operation in X86 system.
In order to solve the not versatility problem of application program, prior art, when running application, adopts the mode of simulator, by simulation (emulation) technology, moves the application program that originally can not move on current host.Its principle of work is: first carry out system call, by simulator, first obtained the simulator primitive of application program, according to this simulator primitive, load the instruction set in corresponding simulator dynamic link library, instruction set is now simulator instruction set, corresponding many simulator instructions of simulator primitive; Simulator is converted to host instruction set by this simulator instruction set, then sends to host, by host, carries out the host instruction set after conversion, thereby realizes the object running application in different frameworks.
In realizing process of the present invention, inventor finds that prior art at least exists following shortcoming:
Application program of the prior art is when operation, due to corresponding many simulator instructions of simulator primitive, therefore by simulator instruction transformation, be that host instruction need to expend a large amount of system resource, thereby make system loss very large, cause the more real system of efficiency of application program operation to have significantly reduction, user is experienced poor.
Summary of the invention
The embodiment of the present invention provides a kind of operation method, simulator, host and system of application program.Solved in prior art the system loss of application program in operational process larger, the problem that the operational efficiency of application program is not high, described technical scheme is as follows:
On the one hand, the embodiment of the present invention provides a kind of operation method of application program, and described method comprises:
Obtain simulator primitive corresponding to application program in simulator, and judge whether described simulator primitive can be converted to host primitive;
If can, described simulator primitive is converted to corresponding host primitive, and described host primitive is sent to host, so that described host is carried out described host primitive;
Wherein, describedly judge that whether described simulator primitive can be converted to host primitive, specifically comprises:
Described simulator primitive is mated with primitive matching list:
If described simulator primitive and described primitive matching list match, judge that described simulator primitive can be converted to host primitive;
If described simulator primitive and described primitive matching list do not match, judge that described simulator primitive can not be converted to host primitive;
Wherein, described described simulator primitive is converted to corresponding host primitive, specifically comprises:
Simulator coordinate system is converted to host coordinate system;
According to described host coordinate system, the parameter in described simulator primitive is modified, obtain described host primitive.
On the other hand, the embodiment of the present invention provides a kind of simulator, and described simulator comprises:
Acquisition module, for obtaining the simulator primitive corresponding to application program of described simulator;
Judge module, for judging whether the described simulator primitive that described acquisition module obtains can be converted to host primitive;
Modular converter, is converted to corresponding host primitive for the described simulator primitive that described acquisition module is obtained;
Sending module, sends to host for the described host primitive that described modular converter is converted to, so that described host is carried out described host primitive;
Wherein, described judge module, specifically for mating described simulator primitive: if described simulator primitive and described primitive matching list match, judge that described simulator primitive can be converted to host primitive with primitive matching list; If described simulator primitive and described primitive matching list do not match, judge that described simulator primitive can not be converted to host primitive;
Wherein, described modular converter, specifically for being converted to host coordinate system by simulator coordinate system; According to described host coordinate system, the parameter in described simulator primitive is modified, obtain described host primitive.
On the other hand, the embodiment of the present invention also provides a kind of operation method of application program, and described method comprises:
Receive the host primitive that simulator is converted to described simulator primitive after obtaining simulator primitive;
The described host primitive that execution receives;
Wherein, the described host primitive that described execution receives, specifically comprises:
According to the described host primitive receiving, load host instruction set corresponding in host dynamic link library, carry out described host instruction set merging and obtain rreturn value;
Correspondingly, after obtaining described rreturn value, also comprise:
Described rreturn value is sent to described simulator.
On the other hand, the embodiment of the present invention also provides a kind of host, and described host comprises:
Receiver module, the host primitive after obtaining simulator primitive, described simulator primitive being converted to for receiving simulator;
Execution module, the described host primitive receiving for carrying out described receiver module;
Wherein, described execution module, loads host instruction set corresponding in host dynamic link library specifically for the described host primitive receiving according to described receiver module, carries out described host instruction set merging and obtains rreturn value;
Described host, also comprises:
Sending module, sends to described simulator for the described rreturn value that described execution module is obtained.
On the other hand, the embodiment of the present invention also provides a kind of operational system of application program, and described system comprises simulator and host:
Described simulator is as above-mentioned simulator, and described host is as above-mentioned host.
The beneficial effect of the technical scheme that the embodiment of the present invention provides is:
By starting the application program in simulator and obtaining simulator primitive, simulator primitive is converted to host primitive and sends to host, by host, carry out this host primitive, reduced the process of the conversion from simulator instruction set to host instruction set, owing to only having carried out conversion and the transmission of a primitive, thereby reduce the system loss of application program in operational process, improve the efficiency of application program operation.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, below the accompanying drawing of required use during embodiment is described is briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, do not paying under the prerequisite of creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is the operation method process flow diagram of the application program that provides of the embodiment of the present invention one;
Fig. 2 is the operation method process flow diagram of the application program that provides of the embodiment of the present invention two;
Fig. 3 is the first simulator structure schematic diagram that the embodiment of the present invention three provides;
Fig. 4 is the second simulator structure schematic diagram that the embodiment of the present invention three provides;
Fig. 5 is the third simulator structure schematic diagram that the embodiment of the present invention three provides;
Fig. 6 is the first host structural representation that the embodiment of the present invention four provides;
Fig. 7 is the second host structural representation that the embodiment of the present invention four provides;
Fig. 8 is the operational system structural representation of the application program that provides of the embodiment of the present invention five.
Embodiment
For making the object, technical solutions and advantages of the present invention clearer, below in conjunction with accompanying drawing, embodiment of the present invention is described further in detail.
Embodiment mono-
Referring to Fig. 1, the embodiment of the present invention provides a kind of operation method of application program, and the method flow process is specific as follows:
101: obtain simulator primitive corresponding to application program in simulator;
Particularly, first start the application program in simulator, can when application program launching or in the process of application program operation, obtain simulator primitive corresponding to application program.
102: this simulator primitive is converted to corresponding host primitive;
For this step, before this simulator primitive is converted to corresponding host primitive, first judge whether this simulator primitive can be converted to host primitive, if can, carry out the step that this simulator primitive is converted to corresponding host primitive.The mode of judgement is for to mate this simulator primitive with primitive matching list:
If this simulator primitive and primitive matching list match, judge that this simulator primitive can be converted to host primitive;
If this simulator primitive and primitive matching list do not match, judge that this simulator primitive can not be converted to host primitive.
Wherein, the simulator primitive that can change is converted to corresponding host primitive, the concrete mode of conversion is: simulator coordinate system is converted to host coordinate system, according to this host coordinate system, the parameter in simulator primitive is modified, obtain host primitive.
103: this host primitive is sent to host, so that host is carried out this host primitive.
Further, after host is carried out this host primitive, also receive the rreturn value that host sends, this rreturn value is to receive host primitive by host, and load after host instruction set corresponding in host dynamic link library according to host primitive, carry out this host instruction set and obtain.
The method that the embodiment of the present invention provides, by starting the application program in simulator and obtaining simulator primitive, simulator primitive is converted to host primitive and sends to host, by host, carry out this host primitive, reduced the process of the conversion from simulator instruction set to host instruction set, owing to only having carried out conversion and the transmission of a primitive, thereby reduce the system loss of application program in operational process, improve the efficiency of application program operation.
Embodiment bis-
The embodiment of the present invention provides a kind of operation method of application program, in the middle of process due to application program operation, need to carry out primitive, in the system of different frameworks, it is identical having primitive greatly, or can simple conversion, as the primitive of the graphical pointv in drawing, line, rectangle etc., the order under different frameworks and parameter are likely consistent.Thus, the present invention after obtaining the simulator primitive of application program, sends to host through simple conversion by simulator, by host, carries out this host primitive, can significantly reduce the system consumption of simulator instruction set conversion.Referring to Fig. 2, method flow is specific as follows:
201: obtain simulator primitive corresponding to application program in simulator, and judge whether this simulator primitive can be converted to host primitive;
Particularly, first start the application program in simulator, can when application program launching or in the process of application program operation, obtain simulator primitive corresponding to application program.The embodiment of the present invention does not specifically limit obtaining the mode of simulator primitive, can, after simulator starts the application program in simulator, by calling simulator dynamic link library, obtain simulator primitive.Simulator gets after this simulator primitive, according to this simulator primitive and primitive matching list, judges whether this simulator primitive can be converted to host primitive:
If this simulator primitive and primitive matching list match, judge that this simulator primitive can be converted to host primitive;
If this simulator primitive and primitive matching list do not match, judge that this simulator primitive can not be converted to host primitive.
When this simulator primitive can be converted to host primitive, according to the subsequent step of the embodiment of the present invention, it is processed.
When this simulator primitive can not be converted to host primitive, in loading simulation device dynamic link library, the instruction set of correspondence, is converted to host instruction set by instruction set corresponding to this simulator primitive, by host, directly carries out this host instruction set.Because this situation is identical with simulator principle of work of the prior art, at this, no longer repeated.
Wherein, the embodiment of the present invention does not specifically limit primitive matching list.This primitive matching list is that simulator is drafted, and adjusts dynamically according to the feature of different framework different systems.
To enable the application scenarios of Windows Mobile simulator in Windows XP operating system, describe.First in Windows Mobile simulator, start some drawing application programs, and will on the display screen of Windows Mobile simulator, draw an ellipse.Drawing application program need to be called the system call of the drafting ellipse in Windows Mobile simulator, i.e. drawing primitive BOOL Ellipse (HDC hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect).Therefore, call Windows Mobile simulator dynamic link library, obtain drawing primitive, now, Windows Mobile simulator is linked up with by hook() etc. technology obtain this drawing primitive, and this drawing primitive is mated with primitive matching list, judgement show that this drawing primitive can be converted to Windows XP host primitive.Wherein, the embodiment of the present invention only be take and linked up with by hook() etc. technology obtain drawing primitive as example, the technology of simulator not being obtained to simulator primitive specifically limits.
202: if judge this simulator primitive, can be converted to host primitive, this simulator primitive is converted to corresponding host primitive;
Wherein, the mode of primitive conversion is:
Simulator coordinate system is converted to host coordinate system;
According to host coordinate system, the parameter in this simulator primitive is modified, obtain host primitive.
With the above-mentioned application scenarios of enabling Windows Mobile simulator in Windows XP operating system, describe.The drawing primitive obtaining does not load the instruction set in corresponding Windows Mobile simulator dynamic link library, but first carries out primitive conversion, and the coordinate being about in this drawing primitive is changed, and the parameter in this drawing primitive is simply revised.Particularly, coordinate in this drawing primitive is the coordinate of Windows Mobile simulator display screen, can pass through BOOL ClientToScreen (HWND hWnd, LPPOINT lpPoint) function, be converted into the coordinate of Windows XP display screen.Thereby can to the nLeftRect in this drawing primitive, nTopRect, nRightRect, tetra-parameters of nBottomRect, modify according to the coordinate of Windows XP display screen, and then reach the object that Windows Mobile simulator drawing primitive is converted to Windows XP host primitive.
203: the host primitive being converted to is sent to host;
For this step, the embodiment of the present invention does not specifically limit sending the mode of host primitive, and the above-mentioned application scenarios of enabling Windows Mobile simulator in Windows XP operating system of only take describes as example.Windows Mobile simulator drawing primitive is converted to after Windows XP host primitive, by modes such as socket or shared drives, Windows Mobile simulator sends to Windows XP operating system by drawing primitive title Ellipse and amended parameter new_hdc, new_nLeftRect, new_nTopRect, new_nRightRect, new_nBottomRect.
204: host receives the host primitive that simulator sends, and carries out this host primitive, obtains corresponding rreturn value;
Wherein, host receives after the host primitive of simulator transmission, the concrete steps of carrying out this host primitive are: according to this host primitive, call host dynamic link library and load host instruction set corresponding in host dynamic link library, be about to host primitive and be converted to corresponding host instruction set; Host is carried out this host instruction set merging and is obtained corresponding rreturn value.
With the above-mentioned application scenarios of enabling Windows Mobile simulator in Windows XP operating system, describe.Windows XP operating system receives after corresponding drawing primitive, carry out drawing primitive BOOL Ellipse (HDC new_hdc, int new_nLeftRect, int new_nTopRect, int new_nRightRect, int new_nBottomRect), obtain corresponding operation result, i.e. corresponding rreturn value.
205: the corresponding rreturn value obtaining is sent to simulator.
For this step, the embodiment of the present invention does not specifically limit sending the mode of rreturn value, and the above-mentioned application scenarios of enabling Windows Mobile simulator in Windows XP operating system of only take describes as example.Windows XP operating system obtains after corresponding rreturn value, by modes such as socket or shared drives, this rreturn value is sent to Windows Mobile simulator.
If simulator needs to proceed primitive operation after receiving rreturn value, repeat 201 to 205.
It should be noted that, the method that the embodiment of the present invention provides is not only applicable to simulator, is also applicable to other similar scenes such as virtual machine, and the embodiment of the present invention is not done concrete restriction to this.
The method that the embodiment of the present invention provides, by simulator, start the application program in simulator and obtain simulator primitive, simulator primitive is converted to host primitive and sends to host, by host, carry out this host primitive, reduced the process of the conversion from simulator instruction set to host instruction set, owing to only having carried out conversion and the transmission of a primitive, thereby reduce the system loss of application program in operational process, improve the efficiency of application program operation.
Embodiment tri-
Referring to Fig. 3, the embodiment of the present invention provides a kind of simulator, and this simulator comprises:
Acquisition module 301, for obtaining the simulator primitive corresponding to application program of simulator;
Modular converter 302, is converted to corresponding host primitive for the simulator primitive that acquisition module 301 is obtained;
Sending module 303, sends to host for the host primitive that modular converter 302 is converted to, so that host is carried out this host primitive.
Wherein, modular converter 302, specifically for being converted to host coordinate system by simulator coordinate system; According to host coordinate system, the parameter in this simulator primitive is modified, obtain host primitive.
Particularly, referring to Fig. 4, this simulator, also comprises:
Judge module 304, for judging whether the simulator primitive that acquisition module 301 obtains can be converted to host primitive; Described modular converter 302 can be converted to after host primitive at the described simulator primitive of described judge module 304 judgement, and described simulator primitive is converted to corresponding host primitive.
Further, judge module 304, specifically for mating described simulator primitive: if this simulator primitive and described primitive matching list match, judge that this simulator primitive can be converted to host primitive with primitive matching list; If this simulator primitive and described primitive matching list do not match, judge that this simulator primitive can not be converted to host primitive.
In addition, referring to Fig. 5, this simulator, also comprises:
Receiver module 305, the rreturn value sending for receiving host, this rreturn value is to receive host primitive by host, and loads after host instruction set corresponding in host dynamic link library according to this host primitive, carries out this host instruction set and obtains.
The simulator that the embodiment of the present invention provides, by starting the application program in simulator and obtaining simulator primitive, simulator primitive is converted to host primitive and sends to host, by host, carry out this host primitive, reduced the process of the conversion from simulator instruction set to host instruction set, owing to only having carried out conversion and the transmission of a primitive, thereby reduce the system loss of application program in operational process, improve the efficiency of application program operation.
Embodiment tetra-
Referring to Fig. 6, the embodiment of the present invention provides a kind of host, and this host comprises:
Receiver module 601, the host primitive after obtaining simulator primitive, this simulator primitive being converted to for receiving simulator;
Execution module 602, the host primitive receiving for carrying out receiver module 601.
Wherein, execution module 602, loads host instruction set corresponding in host dynamic link library specifically for the host primitive receiving according to receiver module 601, carries out this host instruction set merging and obtains rreturn value.
Further, referring to Fig. 7, this host, also comprises:
Sending module 603, sends to simulator for the rreturn value that execution module 602 is obtained.
The host that the embodiment of the present invention provides, by receiving the host primitive of simulator transmission and carrying out this host primitive, obtain corresponding rreturn value and send to simulator, reduced the process of the conversion from simulator instruction set to host instruction set, owing to only having carried out conversion and the transmission of a primitive, thereby reduce the system loss of application program in operational process, improve the efficiency of application program operation.
Embodiment five
Referring to Fig. 8, the embodiment of the present invention provides a kind of operational system of application program, and this system comprises simulator 801 and host 802:
The simulator that simulator 801 provides as above-described embodiment three, the host that host 802 provides as above-described embodiment four.
In sum, the embodiment of the present invention is by starting the application program in simulator and obtaining simulator primitive, simulator primitive is converted to host primitive and sends to host, by host, carry out this host primitive, reduced the process of the conversion from simulator instruction set to host instruction set, owing to only having carried out conversion and the transmission of a primitive, thereby reduce the system loss of application program in operational process, improve the efficiency of application program operation.
It should be noted that: in the process of application program operation, the simulator that above-described embodiment provides and host, only the division with above-mentioned each functional module is illustrated, in practical application, can above-mentioned functions be distributed and by different functional modules, completed as required, the inner structure that is about to simulator and host is divided into different functional modules, to complete all or part of function described above.In addition, the operation method embodiment of the simulator that above-described embodiment provides, host and application program belongs to same design, and its specific implementation process refers to embodiment of the method, repeats no more here.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
All or part of step in the embodiment of the present invention, can utilize software to realize, and corresponding software program can be stored in the storage medium can read, as CD or hard disk etc.
The foregoing is only preferred embodiment of the present invention, in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (7)

1. an operation method for application program, is characterized in that, described method comprises:
Obtain simulator primitive corresponding to application program in simulator, and judge whether described simulator primitive can be converted to host primitive;
If can, described simulator primitive is converted to corresponding host primitive, and described host primitive is sent to host, so that described host is carried out described host primitive;
Wherein, describedly judge that whether described simulator primitive can be converted to host primitive, specifically comprises:
Described simulator primitive is mated with primitive matching list:
If described simulator primitive and described primitive matching list match, judge that described simulator primitive can be converted to host primitive;
If described simulator primitive and described primitive matching list do not match, judge that described simulator primitive can not be converted to host primitive;
Wherein, described described simulator primitive is converted to corresponding host primitive, specifically comprises:
Simulator coordinate system is converted to host coordinate system;
According to described host coordinate system, the parameter in described simulator primitive is modified, obtain described host primitive.
2. method according to claim 1, is characterized in that, described described host primitive is sent to host, to after described host carries out described host primitive, also comprise:
Receive the rreturn value that described host sends, described rreturn value is to receive described host primitive by described host, and load after host instruction set corresponding in host dynamic link library according to described host primitive, carry out described host instruction set and obtain.
3. a simulator, is characterized in that, described simulator comprises:
Acquisition module, for obtaining the simulator primitive corresponding to application program of described simulator;
Judge module, for judging whether the described simulator primitive that described acquisition module obtains can be converted to host primitive;
Modular converter, is converted to corresponding host primitive for the described simulator primitive that described acquisition module is obtained;
Sending module, sends to host for the described host primitive that described modular converter is converted to, so that described host is carried out described host primitive;
Wherein, described judge module, specifically for mating described simulator primitive: if described simulator primitive and described primitive matching list match, judge that described simulator primitive can be converted to host primitive with primitive matching list; If described simulator primitive and described primitive matching list do not match, judge that described simulator primitive can not be converted to host primitive;
Wherein, described modular converter, specifically for being converted to host coordinate system by simulator coordinate system; According to described host coordinate system, the parameter in described simulator primitive is modified, obtain described host primitive.
4. simulator according to claim 3, is characterized in that, described simulator, also comprises:
Receiver module, the rreturn value sending for receiving described host, described rreturn value is to receive described host primitive by described host, and load after host instruction set corresponding in host dynamic link library according to described host primitive, carry out described host instruction set and obtain.
5. an operation method for application program, is characterized in that, described method comprises:
Receive the host primitive that simulator is converted to described simulator primitive after obtaining simulator primitive;
The described host primitive that execution receives;
Wherein, the described host primitive that described execution receives, specifically comprises:
According to the described host primitive receiving, load host instruction set corresponding in host dynamic link library, carry out described host instruction set merging and obtain rreturn value;
Correspondingly, after obtaining described rreturn value, also comprise:
Described rreturn value is sent to described simulator.
6. a host, is characterized in that, described host comprises:
Receiver module, the host primitive after obtaining simulator primitive, described simulator primitive being converted to for receiving simulator;
Execution module, the described host primitive receiving for carrying out described receiver module;
Wherein, described execution module, loads host instruction set corresponding in host dynamic link library specifically for the described host primitive receiving according to described receiver module, carries out described host instruction set merging and obtains rreturn value;
Described host, also comprises:
Sending module, sends to described simulator for the described rreturn value that described execution module is obtained.
7. an operational system for application program, is characterized in that, described system comprises simulator and host:
Described simulator is if the claims 3 are to the simulator as described in arbitrary claim in claim 4, and described host is as above-mentioned host claimed in claim 6.
CN201010526841.8A 2010-10-21 2010-10-21 Application program running method, simulator, host machine and system Active CN102141929B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010526841.8A CN102141929B (en) 2010-10-21 2010-10-21 Application program running method, simulator, host machine and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010526841.8A CN102141929B (en) 2010-10-21 2010-10-21 Application program running method, simulator, host machine and system

Publications (2)

Publication Number Publication Date
CN102141929A CN102141929A (en) 2011-08-03
CN102141929B true CN102141929B (en) 2014-05-07

Family

ID=44409468

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010526841.8A Active CN102141929B (en) 2010-10-21 2010-10-21 Application program running method, simulator, host machine and system

Country Status (1)

Country Link
CN (1) CN102141929B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365668B (en) * 2012-03-26 2017-12-26 联想(北京)有限公司 A kind of dynamic link library loads and the method, apparatus of link
CN107408052B (en) * 2015-04-10 2021-04-16 谷歌有限责任公司 Method, system, and medium for binary translation on a shared object hierarchy
CN109460280B (en) * 2017-09-06 2023-06-30 中兴通讯股份有限公司 Method and terminal for running program
CN107729049A (en) * 2017-09-13 2018-02-23 深信服科技股份有限公司 Instruct conversion method, equipment and computer-readable recording medium
CN107741863A (en) * 2017-10-08 2018-02-27 深圳市星策网络科技有限公司 The driving method and device of a kind of video card
CN111209056B (en) * 2020-01-02 2021-02-19 北京东土科技股份有限公司 Method and device for loading function, readable storage medium and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1265488A (en) * 2000-03-06 2000-09-06 周大凯 Program executing method
CN1609791A (en) * 2003-10-24 2005-04-27 惠普开发有限公司 Interface module
CN1823323A (en) * 2003-07-15 2006-08-23 可递有限公司 Method and apparatus for performing native binding

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1183601A2 (en) * 1999-04-27 2002-03-06 Transitive Technologies Limited Exception handling method and apparatus for use in program code conversion
JP2006350686A (en) * 2005-06-16 2006-12-28 Seiko Epson Corp Instruction set simulator generation device and simulator generation method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1265488A (en) * 2000-03-06 2000-09-06 周大凯 Program executing method
CN1823323A (en) * 2003-07-15 2006-08-23 可递有限公司 Method and apparatus for performing native binding
CN1609791A (en) * 2003-10-24 2005-04-27 惠普开发有限公司 Interface module

Also Published As

Publication number Publication date
CN102141929A (en) 2011-08-03

Similar Documents

Publication Publication Date Title
CN102141929B (en) Application program running method, simulator, host machine and system
JP2017520853A (en) Numerical control system based on virtual host device
CN101382915B (en) Software debugging system and debugging method
KR101015573B1 (en) Device for executing android application based on rtos
CN112257135A (en) Model loading method and device based on multithreading, storage medium and terminal
CN105446933A (en) Debugging system and debugging method adopting multi-core processor
CN111273880B (en) Remote display method and device based on cloud intelligent equipment
CN103176899A (en) Mobile phone emulator and method for emulating mobile phone functions on host machine
CN112860364A (en) Android graph display method based on Linux kernel
CN113672387B (en) Remote calling graphic rendering method and system based on drawing programming interface
CN114055468B (en) Track reproduction method, track reproduction system and terminal equipment
CN108845946B (en) Terminal, debugging system and terminal debugging method
CN110545415A (en) Data transmission method and device and server
CN112269571A (en) Modular code development method and device
CN102508694B (en) Method and system for operating file of virtual machine
CN109460280B (en) Method and terminal for running program
CN109460355B (en) Universal MCU wireless debugger
CN111143017A (en) Cloud operating system interaction processing method, client and cloud operating system
CN112132271A (en) Neural network accelerator operation method, architecture and related device
CN102567070A (en) Mobile phone software debugging method and simulator for mobile phone software
CN111552554A (en) Graphic library API agent-based GPU virtualization method, system and medium
CN103336612B (en) Touch screen control system based on serial communication and ARM embedded processing systems
CN111464640A (en) Dynamic interaction protocol of virtual network equipment
CN105487915A (en) Sending delay mechanism based GPU virtualization performance improvement method
CN112328356A (en) Android and Windows intercommunication method and device, storage medium and computer equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant