CN1664781A - Method and apparatus for allocating dynamic drive for electronic equipment - Google Patents

Method and apparatus for allocating dynamic drive for electronic equipment Download PDF

Info

Publication number
CN1664781A
CN1664781A CN 200510066342 CN200510066342A CN1664781A CN 1664781 A CN1664781 A CN 1664781A CN 200510066342 CN200510066342 CN 200510066342 CN 200510066342 A CN200510066342 A CN 200510066342A CN 1664781 A CN1664781 A CN 1664781A
Authority
CN
China
Prior art keywords
dynamic
electronic equipment
file
module
dynamic driving
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.)
Granted
Application number
CN 200510066342
Other languages
Chinese (zh)
Other versions
CN100338574C (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.)
Vimicro Corp
Original Assignee
Vimicro Corp
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 Vimicro Corp filed Critical Vimicro Corp
Priority to CNB2005100663424A priority Critical patent/CN100338574C/en
Publication of CN1664781A publication Critical patent/CN1664781A/en
Application granted granted Critical
Publication of CN100338574C publication Critical patent/CN100338574C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

This invention relates to a method for allocating electronic device's dynamic drive and its device. This method mainly comprises the following steps: designing frame, confirming required allocation, dynamic editing, translating, integrating and merging. The device for actualizing the allocation method mainly includes designing unit, choosing unit, dynamic driving device and integrating-merging unit. By the above allocation method, It can largely improve file-allocating ability, lower cost for exploiting electronic device drive allocation, make operation more convenient and actualize dynamic allocation effect of drive file.

Description

The collocation method of the dynamic driving of electronic equipment and inking device
Technical field
The present invention relates to a kind of drive arrangements method and inking device of electronic equipment, particularly relate to a kind of collocation method and inking device of dynamic driving of electronic equipment.
Background technology
At present, increasing electronic equipment in use, all need to install supporting device driver, these drivers are mainly finished the process control of equipment and relevant numerical evaluation, and the complex apparatus driver that has also needs to bear the complicated evaluation works such as encoding and decoding as audio frequency and video.These drivers have plenty of the device interior of being directly embedded into, and after equipment power-on, directly are written into and are carried out by hardware; The driver that has may be moved by main equipment on the main equipment of another one control-target equipment.The exploitation of device driver is complicated job, if be embedded into the driving of device interior, in general need to develop,, need to use the Driver Development bag of master control operating system to finish if operate in driver on the main control equipment with the development environment of single-chip microcomputer.
Be that microcomputer development also is to use the driver package exploitation all than general software development complexity.In addition, driver does not have instrument easily when debugging and test, so debugging and test expend time in very long.So will avoid a large amount of modifications after Driver Development is finished,, cause unnecessary doing over again as far as possible even must modification also will make the modification in later stage not influence the work of finishing early stage as far as possible.Therefore generally all will consider the demand change in later stage when Driver Design, the part that may change is logically separated with the part that change does not often take place for other as far as possible, reduces the two-part degree of coupling.Often the part of change is called again needs configuration section, and when the demand change took place, the developer only need revise needed configuration section.
Be illustrated in figure 1 as the schematic flow sheet of generation demand change, after the change request of proposition, for example revise a function of electronic equipment, here, to judge that at first the function that will revise whether in configurable scope, that is to say that whether can only revise configuration file just can finish modification.If not in configurable range, need revise driver by the personnel of Driver Development, if in configurable range, then only need to revise configuration file and get final product.The existing electronic equipment method of driving that realizes commonly used mainly contains two kinds, and a kind of is the Parameter File method; Another kind is that module is revised method.
When electronic equipment starts, at first, read the drive arrangements file by the driver initialization, from configuration file, extract desired parameters numerical value then, finish function corresponding by using these parameters.Like this after product issue, when changing these parameters if desired, do not need to revise master driver and only need revise configuration file and can realize.In the product issue, to after the product issue,, only need to revise these default values in the configuration file for these parameters provide default values in advance as wanting to revise these parameters, do not need to recompilate driver.For example, when being a USB camera configuration driven program, can set in advance brightness (Brightness), contrast (Contrast), exposure (Exposure), supply frequency (Flicker), gain certain attributes values such as (Gain) is a default parameter.When the user need change the parameter of this equipment, only need to revise above-mentioned default parameter value, but this method only limits to when the demand change takes place, needn't revise the situation of the algorithm that uses these parameters to the simple modification of default parameter and replacement, be that to only depend on the numerical value of revising parameter be far from being enough for the algorithm that needs to revise parameter in case revise.As seen, this Parameter File method is to use simple profile to preserve configuration information, the value or the span of parameter only is provided in configuration file, and can not disposes dynamic computation process and control procedure.For example, if when the user need regulate the automatic exposure of USB camera, this kind method will be difficult to reach needed desirable effect.Because the Exposure in the top parameter, Flicker are relevant with the exposure algorithm or the exposure control procedure of USB camera with Gain.And at the hardware configuration (as different cmos sensors) of different USB cameras, just can reach ideal effect with different exposure control procedures possibly, and this work that needs the dynamic-configuration process relies on and uses the Parameter File method of the parameter of revising configuration file to realize.
The method of another kind of realization driver deployment is that module is revised method, and this method is directly to revise the method for the former code of driver.As previously mentioned, when Driver Design, the big wisp driver of possibility that change will take place at future is divided into different modules.When change takes place, directly revise the module that often changes in the driver.Modification process and early development process are basic identical, and the test and debugging means too.But the later stage modify cost of this method is very big, all needs to revise the original code of driver at every turn, makes layoutprocedure become complicated, and can only oneself be finished by the Driver Development personnel.Take place if change is frequent, the later stage modify cost will be far longer than the early development cost.
Summary of the invention
At the problem that the method for existing realization drive arrangements exists, one of the object of the invention is the collocation method that proposes a kind of electronic equipment dynamic driving, and this method has improved the flexible configuration ability of configuration file greatly.
The driving Dynamic Configuration of this electronic equipment mainly comprises the steps:
The Frame Design step is determined the architecture that the integral body of electronic equipment drives according to the function of the different required realizations of electronic equipment in architecture design, wherein mainly comprise the interface between how many functional modules of configuration and each module;
Need to determine configuration step, this step is used for the module described in the frame structure design procedure is analyzed, and determines the module that might change;
Dynamic editing step, this step are according to the changes of function demand of the above-mentioned module that might change, to the configuration file of these module editor's dynamic driving that may change;
Translation steps, this step is set with respect to the dynamic editing step, is used for above-mentioned dynamic configuration file translation the becoming file of finishing that electronic equipment can directly move of having edited;
Integrated combining step, this step are used for disposing the function of realization to other modules beyond the module that may change of frame structure design procedure, then with the integrated drive arrangements file of above-mentioned all modules of finishing configuration feature.
Wherein, the driving Dynamic Configuration of this electronic equipment also comprises a packing and a forwarding step, and this step is used for the drive arrangements file of electronic equipment that above-mentioned integrated combining step is finished, packing as requested, and send to the client.
Wherein, after described translation steps can use interpreting means that the configuration file in institute's dynamic editing step is made an explanation, directly move this configuration file.
Described translation steps can also use compilation device that the configuration file in the dynamic editing step is compiled, and its compiling is earlier become can be by the executable file of electronic equipment, and then this executable file of operation.
Wherein, can use existing author language to finish in described editor's configuration file step, C for example, language such as C++.
Another object of the present invention provides a kind of dynamic driving inking device of electronic equipment.
This device comprises design cell, selected cell, dynamic driving device, integrated merge cells.Wherein, described design cell is used for according to the function of the different required realizations of electronic equipment the architecture that the integral body of electronic equipment drives being designed, and determine the functional module that mainly comprises and the interface between each module, and the result that will design is input to selected cell.Described selected cell screens all modules according to the input results of design cell, and the situation that may change according to the function of module filters out the module that may change, and the result who is filtered out is input to the dynamic driving device.Described dynamic driving device is edited all expectations situation that is subject to variation of each module that may change dynamically, and the result that will edit translates into by the executable file of electronic equipment.Integrated merge cells, its be used for to after the module beyond the module that might change finishes the editor of function, the file and the editing files of its function of the input of dynamic driving unit are merged into a whole driving file.
Wherein the dynamic driving inking device of this electronic equipment also comprises the packing transmitting element, and it uses the driving file with integrated merge cells input to be packaged into the driving literature kit and to send to needed client.
Wherein said dynamic driving device comprises dynamic editing unit and translation unit, described dynamic editing unit is used for the changes of function demand to the module that may change, variation to these modules that may change is edited, and works out out the configuration file of dynamic driving.The dynamic-configuration file that described translation unit is used for the dynamic editing unit is worked out out is translated, and its translation is become the executable file of electronic equipment.
Dynamic Configuration proposed by the invention changes in the configuration file parameter value with respect to passing through under the parameter configuration method and changes for the configuration, provide a kind of can be more convenient flexibly, handled easily and can realize the parameter configuration method the dynamic configuration method of the driving file that can't realize.
For can clearer explanation content of the present invention, existing the present invention will be further described with embodiment in conjunction with the following drawings.
Description of drawings
Figure 1 shows that the schematic flow sheet of generation demand change;
Figure 2 shows that the collocation method block scheme of the dynamic driving of the electronic equipment in the embodiment of the invention 1;
Figure 3 shows that the inking device diagrammatic sketch of the dynamic driving of the electronic equipment in the embodiment of the invention 1;
Figure 4 shows that the process flow diagram of operation dynamic driving configuration file of the present invention;
Figure 5 shows that the inking device diagrammatic sketch of the dynamic driving of the electronic equipment in the inventive embodiments 2;
Figure 6 shows that the inking device diagrammatic sketch of the dynamic driving of the electronic equipment in the embodiment of the invention 3.
Embodiment
Embodiment 1
Now the dynamic driving collocation method and the device of electronic equipment of the present invention are described in detail in conjunction with Fig. 2 and Fig. 3.Figure 2 shows that the block scheme of collocation method of the dynamic driving of electronic equipment of the present invention, Fig. 3 is the inking device diagrammatic sketch of dynamic driving of the electronic equipment of the embodiment of the invention 1.For example, one USB camera is carried out drive arrangements, at first the frame design unit marks off the corresponding interface of a plurality of functional modules and each module according to the function of the required realization of USB camera such as functions such as image preview required when making a video recording or take a picture, exposure control, image capturing, Flame Image Process, compression of images and image transmission.
The Frame Design unit is with in the designed all functions module input selected cell, and the situation that selected cell might change according to function concrete in these functional modules is screened these functional modules, filters out the module that may change.Image preview in the functional module of for example above-mentioned USB camera, modules such as image capturing and exposure control all might change, so claim the module of these modules for changing.Because if built-in imaging sensor changes in the USB camera, the sensor of the type that for example more renews, the mode of the preview of image and the acquisition mode of image all can change accordingly.When different light rays is made a video recording, the user can select with glistening or not glistening according to the power of light, also can select the USB camera to make exposure control also can change in the contrast of the colour brightness in when shooting according to the power of light, therefore relevant with finishing above-mentioned functions module be possible to change according to different ambient conditions.
Selected cell is input to the dynamic driving device with the selected module that is subject to variation that goes out, dynamic editing unit in the described dynamic driving device will be edited dynamically to all expectations situation that is subject to variation of each module that is subject to variation, for example, exposure control module to the USB camera is edited dynamically, owing to exposure parameter (Exposure) arranged with the relative when the exposure variations of this exposure control module, supply frequency (Flicker) and gain (Gain) three parameters, therefore the dynamic editing unit is according to big corresponding relation between the varying environment situation of prediction and various situation and the above-mentioned parameter, finish dynamic control, and work out the dynamic-configuration file of above-mentioned control exposure.Here, compilation process generally can utilize programming languages such as existing language C or C++ to finish, compilation process also be can by general programming step realize such as, choose elementary instruction earlier, design the definition and the design grammatical and semantic of basic symbol again, realize the difference in functionality of module at last according to different demands.
The dynamic-configuration file that the translation unit of described dynamic driving device is worked out out the dynamic editing unit is translated, and its translation is become the file that electronic equipment can directly move.Described translation unit comprises interpreting means, interpreter for example, described dynamic-configuration file is made an explanation, for example when the USB camera when carrying out the dynamic-configuration file of exposure control function, can directly move this dynamic-configuration file again by calling the explanation of interpreter to described configuration file.Described translation unit also can comprise compilation device, and for example compiler compiles described dynamic-configuration file, and it is converted into corresponding executable file earlier, and then this executable file of operation.For example the USB camera is when carrying out the dynamic-configuration file of exposure control function, compiler is translated into the execution command in the described configuration file can be by the performed code of electronic equipment, and the USB camera realizes carrying out the dynamic-configuration file by directly calling these run time versions.
Described dynamic driving device is realized dynamic editor to each modifiable module, and is compiled into and the corresponding dynamic configuration file of each module.
Integrated merge cells is to the module beyond the modifiable module, and promptly the main body of drive arrangements is finished the editor of function, and with the dynamic-configuration file of dynamic driving device input and above-mentioned editor's the integrated whole file that drives of merging into of main functionality module.
By packing and transmitting element the described whole file that drives is packaged into the driving literature kit and sends to required client at last.
Referring now to Fig. 4 the operational process that uses dynamic driving configuration file of the present invention is carried out an explanation.Fig. 4 is the process flow diagram of operation of the present invention dynamic driving configuration file of the present invention, when one has the opening of device of dynamic driving configuration, when for example starting a USB camera, at first drive file the USB camera is carried out the initialization setting, when the USB camera exposes control function, it reads the configuration file that drives in the file, and further read the configuration file of the exposure control in the dynamic drive arrangements file, and then read the configuration file of the translation unit translation of dynamic driving device, if this translation unit is the translation of adopting interpreter to finish, the above-mentioned dynamic-configuration file that reads is to be saved in earlier in the internal memory and immediately it not made an explanation, when needs use this configuration file, by interpreter it is made an explanation also can directly carry out one by one again and explain file later.If what adopt is the translation that compiler is finished, the dynamic-configuration file that reads need be input to compiler, this dynamic-configuration file is compiled into the code that can directly carry out and, when needs use this configuration file, directly carries out above-mentioned executable code and get final product by compiler this code is preserved.The USB camera can reach the purpose of control exposure according to actual conditions by after carrying out this dynamic-configuration file of controlling that exposes.
Embodiment 2
Because the embodiment of the invention 1 has provided a complete electronic devices dynamic configuration method and a device, because according to actual conditions, some steps among the embodiment 1 and device are can omit or by predefined, for example packing and forwarding step also are omissible according to specific circumstances sometimes.The Frame Design step also is to preestablish by the developer with need determining configuration step.Figure 5 shows that the embodiment of the invention 2 provides a kind of dynamic driving inking device of electronic equipment, this inking device comprises dynamic driving device and integrated merge cells, described dynamic driving device is edited dynamically to all expectations situation that is subject to variation that each pre-determines the module that need may change, and the result that will edit translates into the file that is moved by electronic equipment, and this dynamic driving device further comprises dynamic editing unit and translation unit.Because above-mentioned device and function thereof are identical with the complete institute of function with embodiment 1 related device, just no longer repeat here.
Embodiment 3
The 26S Proteasome Structure and Function of the dynamic driving inking device of the electronic equipment that example 3 of the present invention is proposed and the middle corresponding device thereof of embodiment 2 are roughly the same, only have fine distinction.As shown in Figure 6, it comprises the dynamic driving inking device of described electronic equipment the dynamic driving device and selects integrated unit, corresponding dynamic drive unit and function are identical among the 26S Proteasome Structure and Function of wherein said dynamic driving device and embodiment 1 and the embodiment 2, no longer repeat here.Difference be the module beyond the module that might change, the main functions editing files that is drive arrangements is not realized in this element and is realized by other edit cell (not shown), the integrated whole file that drives of merging into of the dynamic-configuration file of the editing files of the driving main functionality that described selection integrated unit is directly realized other edit cells and the input of dynamic driving device.
Above specific embodiment only be that preferred embodiment of the present invention is not to be used for limiting the present invention, corresponding modify and change that those of ordinary skill in the art has done according to disclosed content all belong to the scope of protecting of the present invention.

Claims (17)

1. the collocation method of the dynamic driving of an electronic equipment, it may further comprise the steps:
Frame Design step, this step be used for determining the architecture that the integral body of electronic equipment drives according to the function of the different required realizations of electronic equipment, comprising corresponding interface between the function of determination module and quantity and each module;
Need to determine configuration step, this step is used for the module described in the Frame Design step is analyzed, and determines the module that might change;
Dynamic editing step, this step are according to the changes of function demand of the above-mentioned module that might change, to the configuration file of these module editor's dynamic driving that may change;
Translation steps, this step is set with respect to the dynamic editing step, is used for the above-mentioned dynamic configuration file of finishing of having edited is translated into the file that electronic equipment can move;
Integrated combining step, this step are used for disposing the function of realization to other modules beyond the module that may change of Frame Design step, then with the integrated drive arrangements file of above-mentioned all modules of finishing configuration feature.
2. the collocation method of the dynamic driving of electronic equipment as claimed in claim 1 wherein also comprises a packing and a forwarding step, and this step is used for the drive arrangements file of electronic equipment that above-mentioned integrated combining step is finished, packing as requested, and send to the client.
3. as the collocation method of the dynamic driving of each described electronic equipment in claim 1 and 2, wherein said translation steps uses interpreting means that the configuration file in institute's dynamic editing step is made an explanation.
4. as the collocation method of the dynamic driving of each described electronic equipment in claim 1 and 2, wherein said translation steps uses compilation device that the configuration file in the dynamic editing step is compiled, and its compiling is become by the executable file of electronic equipment.
5. the inking device of the dynamic driving of an electronic equipment, it comprises:
Design cell, this unit is used for according to the function of the different required realizations of electronic equipment the architecture that the integral body of electronic equipment drives being designed, and determine and mainly comprise corresponding interface between functional module and each module, and the result that will design is input to selected cell;
Selected cell, this unit screens all modules according to the input results of design cell, and the situation that may change according to the function of module filters out the module that may change, and the result who is filtered out is input to the dynamic driving device;
The dynamic driving device, this device is edited all expectations situation that is subject to variation of each module that may change dynamically, and the result that will edit translates into the file that can be moved by electronic equipment;
After integrated merge cells, this unit are used for the module beyond the module that may change finished editting function, file and its editor of dynamic driving unit input merged into a whole driving file.
6. the inking device of the dynamic driving of electronic equipment as claimed in claim 5, it also comprises the packing transmitting element, this unit is used the driving file with integrated merge cells input to be packaged into and is driven literature kit and send to needed client.
7. as the inking device of the dynamic driving of each described electronic equipment in claim 5 and 6, wherein said dynamic driving device further comprises:
The dynamic editing unit, it is used for the changes of function demand to each module that may change, and the variation of these modules that may change is edited, and works out out the configuration file of dynamic driving;
Translation unit, its dynamic-configuration file that is used for the dynamic editing unit is worked out out is translated, and its translation is become the file that electronic equipment can move.
8. the inking device of the dynamic driving of electronic equipment as claimed in claim 7, wherein said translation unit comprises interpreter, and described dynamic-configuration file is made an explanation.
9. the inking device of the dynamic driving of electronic equipment as claimed in claim 7, wherein said translation unit comprises compiler, and described dynamic-configuration file is compiled into by the executable file of electronic equipment.
10. the inking device of the dynamic driving of an electronic equipment, it comprises:
The dynamic driving device, it is edited dynamically to all expectations situation that is subject to variation that each pre-determines the module that may change, and the result that will edit translates into the file that can be moved by electronic equipment;
Integrated merge cells, it merges into a whole driving file with the dynamic-configuration file and the file behind the above-mentioned editor of the input of dynamic driving unit after being used for the module beyond the module that may change finished editting function.
11. the inking device of the dynamic driving of electronic equipment as claimed in claim 10, wherein said dynamic driving device comprises:
The dynamic editing unit, it is used for the changes of function demand according to the module that may change, and the variation of these modules that may change is edited, and works out out the configuration file of dynamic driving;
Described translation unit, its dynamic-configuration file that is used for the dynamic editing unit is worked out out is translated, and its translation is become the file that electronic equipment can move.
12. the inking device of the dynamic driving of electronic equipment as claimed in claim 11, wherein said translation unit comprises interpreter, and described dynamic-configuration file is made an explanation.
13. the inking device of the dynamic driving of electronic equipment as claimed in claim 11, wherein said translation unit comprises compiler, and described dynamic-configuration file is compiled into by the executable file of electronic equipment.
14. the inking device of the dynamic driving of an electronic equipment, it comprises:
The dynamic driving device, it is edited dynamically to all expectations situation that is subject to variation that each pre-determines the module that may change, and the result that will edit changes into the file of being discerned by electronic equipment;
Select integrated unit, the integrated whole file that drives of merging into of the editing files of the driving main functionality that it is directly realized dynamic-configuration file and other edit cells of the input of dynamic driving device.
15. the inking device of the dynamic driving of electronic equipment as claimed in claim 14, wherein said dynamic driving device comprises:
The dynamic editing unit, it is used for the changes of function demand to the module that may change, and the variation of these modules that may change is edited, and works out out the configuration file of dynamic driving;
Translation unit, its dynamic-configuration file that is used for the dynamic editing unit is worked out out is translated, and its translation is become the executable file of electronic equipment.
16. the inking device of the dynamic driving of electronic equipment as claimed in claim 14, wherein said translation unit comprises interpreter, and described dynamic-configuration file is made an explanation.
17. the inking device of the dynamic driving of electronic equipment as claimed in claim 14, wherein said translation unit comprises compiler, and described dynamic-configuration file is compiled into by the executable file of electronic equipment.
CNB2005100663424A 2005-04-22 2005-04-22 Method and apparatus for allocating dynamic drive for electronic equipment Expired - Fee Related CN100338574C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005100663424A CN100338574C (en) 2005-04-22 2005-04-22 Method and apparatus for allocating dynamic drive for electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005100663424A CN100338574C (en) 2005-04-22 2005-04-22 Method and apparatus for allocating dynamic drive for electronic equipment

Publications (2)

Publication Number Publication Date
CN1664781A true CN1664781A (en) 2005-09-07
CN100338574C CN100338574C (en) 2007-09-19

Family

ID=35035887

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005100663424A Expired - Fee Related CN100338574C (en) 2005-04-22 2005-04-22 Method and apparatus for allocating dynamic drive for electronic equipment

Country Status (1)

Country Link
CN (1) CN100338574C (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104423283A (en) * 2013-08-30 2015-03-18 北京北方微电子基地设备工艺研究中心有限责任公司 Method and system for configuring analog channel parameters of electric equipment
CN104574697A (en) * 2015-02-13 2015-04-29 中国农业银行股份有限公司 Data processing method, data processing device, accessing platform and counter equipment
CN105224347A (en) * 2014-05-30 2016-01-06 展讯通信(深圳)有限公司 data configuration method and device
CN103914315B (en) * 2012-12-31 2017-05-24 展讯通信(上海)有限公司 Configuration method of drivers

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4590557A (en) * 1983-09-12 1986-05-20 Pitney Bowes Inc. Method and apparatus for controlling software configurations in data processing systems
JPS6437621A (en) * 1987-07-20 1989-02-08 Ibm Updating of program
US5842024A (en) * 1995-02-27 1998-11-24 Ast Research, Inc. Method of software installation

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103914315B (en) * 2012-12-31 2017-05-24 展讯通信(上海)有限公司 Configuration method of drivers
CN104423283A (en) * 2013-08-30 2015-03-18 北京北方微电子基地设备工艺研究中心有限责任公司 Method and system for configuring analog channel parameters of electric equipment
CN105224347A (en) * 2014-05-30 2016-01-06 展讯通信(深圳)有限公司 data configuration method and device
CN105224347B (en) * 2014-05-30 2018-10-16 展讯通信(深圳)有限公司 data configuration method and device
CN104574697A (en) * 2015-02-13 2015-04-29 中国农业银行股份有限公司 Data processing method, data processing device, accessing platform and counter equipment
CN104574697B (en) * 2015-02-13 2017-08-08 中国农业银行股份有限公司 A kind of data processing method, device, access platform and cabinet face equipment

Also Published As

Publication number Publication date
CN100338574C (en) 2007-09-19

Similar Documents

Publication Publication Date Title
CN100338574C (en) Method and apparatus for allocating dynamic drive for electronic equipment
KR101015351B1 (en) System architecture and related methods for dynamically adding software components to extend functionality of system processes
CN1728801A (en) Digital camera and image data recording method
US6222538B1 (en) Directing image capture sequences in a digital imaging device using scripts
US20080313614A1 (en) Embedded controllers and development tool for embedded controllers
US20030233493A1 (en) Firmware installation methods and apparatus
US20130111464A1 (en) Modular and open platform image capture devices and related methods
US20070294679A1 (en) Methods and apparatus to call native code from a managed code application
CN107273176B (en) Compiling method and device adaptive to hardware architecture
CN111506314B (en) Project development method, device, server and medium
CN1324469A (en) Improving the portability of digital images
CN1869925A (en) Method for setting controller style in computer graphic system
CN1855988A (en) Image scanning apparatus with preview function and method therefor
CN100343772C (en) Equipment and method for establishing operation parts
CN1945688A (en) Display apparatus, color calibration system and method thereof
JP4667516B2 (en) Information processing apparatus, information processing system control method, and program
CN1478257A (en) Apparatus, methods and compilers enabling processing of multiple signed independent data elements per register
CN1831760A (en) Method and device for quickly developing embedded system using automatic compilation frame
CN1269034C (en) Compression of executable document in embedded type system and its loading method
Schultz Black-box program specialization
US20050111712A9 (en) Process for controlling an image recording and control apparatus therefor
JP2002222081A (en) Device and method for program generation, program implementing the same method on computer, image forming device, and address solving method
Caarls et al. Algorithmic skeletons for stream programming in embedded heterogeneous parallel image processing applications
CN1700176A (en) Office automation equipment, method for mounting, repacking and upgrading drive thereof
Voget SAFE RTP: An open source reference tool platform for the safety modeling and analysis

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
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20070919

Termination date: 20120422