CN101196811A - Embedded software developing method - Google Patents

Embedded software developing method Download PDF

Info

Publication number
CN101196811A
CN101196811A CNA2007101248288A CN200710124828A CN101196811A CN 101196811 A CN101196811 A CN 101196811A CN A2007101248288 A CNA2007101248288 A CN A2007101248288A CN 200710124828 A CN200710124828 A CN 200710124828A CN 101196811 A CN101196811 A CN 101196811A
Authority
CN
China
Prior art keywords
interface
file
user interface
code
window
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
CNA2007101248288A
Other languages
Chinese (zh)
Other versions
CN100533376C (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.)
JUCAI MICRO DEVICES (SHENZHEN) CO Ltd
Original Assignee
JUCAI MICRO DEVICES (SHENZHEN) 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 JUCAI MICRO DEVICES (SHENZHEN) CO Ltd filed Critical JUCAI MICRO DEVICES (SHENZHEN) CO Ltd
Priority to CNB2007101248288A priority Critical patent/CN100533376C/en
Publication of CN101196811A publication Critical patent/CN101196811A/en
Application granted granted Critical
Publication of CN100533376C publication Critical patent/CN100533376C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to a developing method of an embedded type software, which aims at the developing of an embedded type software, and comprises the following steps: (1) a system target document, a user interface target document and at least one driving target document are correspondingly generated by a coding tool according to a system code, a user interface code and at least one driving code; in the user interface code, items, windows and object property used in the user interface is shown by a variable mode, a fixed user interface target document is generated after coding; (2). According to the interface design information, the interface design platform generates corresponding interface data documents as per level of items, windows, objects and properties; specifically required embedded software can be generated by synthesizing interlinkage to the existed target document and interface data document. In order to implement the scheme of the invention, the invention also comprises steps of manufacturing the interface design platform. The invention can greatly improves efficiency that client carries through the development of embedded type software.

Description

The development approach of embedded software
Technical field
The present invention relates to the development technique of embedded software, more particularly, relate to a kind of development approach of embedded software.
Background technology
For ease of the understanding of the present invention, earlier simple the introduction done in some terms.
Embedded system: the embedded system that the present invention relates to is made up of embedded hardware and embedded software; Wherein embedded hardware buries in device interior with chip, socket, template, assembly, controller, processor form; Embedded software is a real-time multi-task operating system, comprises that peripheral hardware drives and the application software of various special uses, generally is contained in the internal memory of processor; Embedded system is that technology-intensive, investment intensity is big, high degree of dispersion, the knowledge-intensive system that constantly brings forth new ideas, reflects the advanced level of contemporary state-of-the-art technology.
System code: in embedded software, system code is its main core, generally includes multiple task operating system, audio/video coding decoding algorithm, reaches other system kernel software code partly; Normally the production company by the embedded microprocessor chip provides.
Drive code: embedded software a lot of external components of need arranging in pairs or groups, keypad for example, LCD panel etc., thereby need the corresponding driving code to be responsible for the driving of these external components.
User interface code: just the user exchanges the code at interface, mainly is interface content arrangement that by what button has what function, screen display etc., and promptly those operate relevant code with the user.
File destination: by the executable file of compilation tool to aforementioned code (system code, driving code, user interface code) compiling back generation, just aims of systems file, driving file destination, user interface file destination.
As shown in Figure 1, in the performance history of traditional embedded software, all source codes of embedded software are made up of system code 103, driving code 102, user interface code 101; By the compiling of embedded-compiler tool 104, generate file destination separately again, i.e. aims of systems file 107, driving file destination 106, user interface file destination 105; Then these file destinations are linked the embedded software 108 that generation can move on embedded hardware.Detailed process is as follows:
(1) carry out the embedded hardware design, embedded hardware completes;
(2) learn the system code that embedded microprocessor chip producer provides, and write the driving code on its basis, can move on embedded hardware to support button, display screen etc., whether the simultaneous verification embedded hardware can be working properly;
(3) write user interface code, to realize client's demand;
(4) according to shown in Figure 1, each code is compiled to generate corresponding file destination, link generates embedded software again;
(5) embedded software loading that generates is advanced in the embedded hardware;
(6) provide above-mentioned embedded system (immediate shipment the embedded hardware of embedded software) to give the client, allow it confirm user interface.
There is following problem in the performance history of existing embedded software:
A. the construction cycle long, need carry out system code in the debugging, embedded software of embedded hardware study, drive writing and the study of debugging, compilation tool etc. of code and user interface code.
B. cost of development need expend more manpower than higher, and the making of embedded hardware also needs expense, and cost is many on the fund.
C. the reliability and stability of software code are relatively poor, because want the learning system code and write embedded software, unavoidably software Bug can occur.
Summary of the invention
The present invention will solve long, the problems such as cost is high, poor stability of construction cycle that exist in the development technique of existing embedded software, allows the user can finish the exploitation of embedded software quickly and accurately.
For solving the problems of the technologies described above, the invention provides a kind of development approach of embedded software, it is characterized in that, may further comprise the steps:
(1) drives code by compilation tool according to system code, user interface code and at least one, generate corresponding aims of systems file, user interface file destination and at least one drives file destination; In described user interface code, use the variable mode is expressed needs project, window and the object of use in the user interface attribute;
(3), generate corresponding interface data file by the level of project, window, object, attribute by the INTERFACE DESIGN information of INTERFACE DESIGN platform according to user input; Described INTERFACE DESIGN platform synthesizes link to generate the embedded software of specific needs to driving file destination and the described interface data file that described aims of systems file, user interface file destination, user select.
Among the present invention, when in described step (1), writing user interface code, preferably with the content resolution relevant earlier project, window, object, attribute totally four levels with user interface, comprise at least one window in the described project, comprise at least one object in each window, each object, window and project have attribute separately respectively; Use the variable mode is expressed needs project, window and the object of use in the user interface attribute then.
Described interface data file among the present invention can comprise interface parameter file and interface resources file, in described step (2), after described INTERFACE DESIGN platform has received the INTERFACE DESIGN information of user's input: the content that writes down each object in the described INTERFACE DESIGN information, generate described interface resources file, and in this interface resources file, give a call number respectively at the content of each object; Write down the attribute data of project, each window and each object in the described INTERFACE DESIGN information in order, generating described interface parameter file, and in this interface parameter file, use described call number to express the content of each object.
When in described step of the present invention (2), synthesizing link, can earlier described interface parameter file be called in the internal memory of described INTERFACE DESIGN platform, again according to the call number in the described interface parameter file from the corresponding contents of object of described interface resources ff and call in the internal memory of described INTERFACE DESIGN platform.
Among the present invention, the content of described object can comprise at least a or multiple in content of text, image content, the animated content; Described attribute comprises one or more in coordinate data, color data, button data, numeric data and the call number.
For implementing the solution of the present invention, also comprise the step of making described INTERFACE DESIGN platform.
Among the present invention, can in described step (1), write a plurality of driving codes, and then generate a plurality of driving file destinations at external unit commonly used; Correspondingly, when making the INTERFACE DESIGN platform, also comprise described a plurality of driving file destinations described INTERFACE DESIGN platform of packing into is selected the step used for the user; In described step (2), synthesize before the link, also comprise the step that receives at least one suitable driving file destination of user's selection earlier by described INTERFACE DESIGN platform.
Owing to taked technique scheme, the development approach of embedded software of the present invention has the following advantages:
A. the client can see the user interface of net effect fast in described INTERFACE DESIGN platform, need not wait until that embedded hardware just can see the user interface effect after finishing;
When B. the developer will develop a new embedded software, do not need learning system code in advance;
C. the developer does not need the software development experience, as long as can design user interface.
D. the developer does not need to learn the SDK (Software Development Kit) of multiple complexity.
E. the embedded software that develops not can because of developer's software capability level height, experience what and only can there be the whether attractive in appearance of user interface in influence stability.
Description of drawings
The invention will be further described below in conjunction with drawings and Examples, in the accompanying drawing:
Fig. 1 is an embedded software developing process synoptic diagram of the prior art;
Fig. 2 is the embedded software developing process synoptic diagram among the present invention;
Fig. 3 is decomposed into project, window, object, the attribute synoptic diagram of totally four levels with the user interface content of embedded software among the present invention;
Fig. 4 is a window synoptic diagram of the INTERFACE DESIGN platform in the one embodiment of the invention.
Embodiment
By the content of aforementioned techniques scheme as can be known, the exploitation of the embedded software of being said among the present invention comprises three phases, i.e. bottom-layer design, the making of INTERFACE DESIGN platform, INTERFACE DESIGN.
One, the bottom-layer design of embedded software
At an embedded software, finish the exploitation of bottom code (system code, driving code, user interface code) in the bottom-layer design stage.This stage normally chip manufacturer finish.
(11) generation system file destination and driving file destination
This step is same as the prior art, and promptly system for writing and compiling code, driving code drive file destination by compilation tool generation system file destination 207 and at least one then; Wherein can design a plurality of driving file destinations, for example the driving of the driving of keyboard, display etc. at external unit commonly used.
(12) generate the user interface file destination
In this step, with the content resolution relevant earlier project, window, object, attribute totally four levels with the user interface of this software, comprise at least one window in this project, comprise at least one object in each window, each object, window and project have attribute separately respectively; Use the variable mode to express in the user interface to need the attribute of the project, window and the object that use then, being fixed constant user interface code, and then generate changeless user interface file destination 205 by compilation tool.As seen, in the user interface code of prior art, use be that constant is expressed the various information in the user interface.Here " immobilizing ", relative classic method, because need in the classic method to write a new user interface code at each user interface, and the user interface code among the present invention is applicable to multiple INTERFACE DESIGN, and need not make an amendment at each user interface.
By above-mentioned steps, chip manufacturer can be the user and the aims of systems file is provided, drives file destination, user interface file destination.User interface file destination wherein is different with the user interface file destination of conventional art, because its content has been used a plurality of variablees, also need carry out assignment to these variablees in subsequent step.
Two, the making of INTERFACE DESIGN platform
For implementing the solution of the present invention, need INTERFACE DESIGN platform 209 of design, just one overlaps the software that can move on ordinary PC, can abbreviate the PC platform as.This stage normally chip manufacturer finish.
This INTERFACE DESIGN platform can be handled the user interface information of user's input, and generate corresponding interface data file automatically by the level of project, window, object, attribute.The INTERFACE DESIGN platform of a plurality of driving file destinations that generated can being packed into is selected to use for the user.
The effect of INTERFACE DESIGN platform 209 comprises: friendly method of operating is provided, allows the user can design and see the final effect of each display window intuitively; Generate two interface data files, i.e. interface parameter file and interface resources file, and with object on each window in project of form record of data and attribute separately; According to changeless aims of systems file and user interface file destination, and the driving file destination of having chosen, add aforementioned interface parameter file and interface resources file, synthetic link generates embedded software.
In this INTERFACE DESIGN platform, content relevant with user interface in the software is divided according to project, interface, object, four levels of attribute.Comprise several independent windows (or claiming forms) 302 in one of them project 301; Comprise at least one object 303 in each window, for example a string literal (being text), a picture, an animation etc.; Each object has its a lot of attributes 306, for example content of literal object, displaing coordinate, color etc. again; Each project, each window also have their item attribute 304 and window attributes 305 separately respectively.Therefore, can obtain a tree structure as shown in Figure 3.For ease of understanding, represent that with three-dimensional frame table aspect order, rectangle frame window, round rectangle frame table show object, oval frame representation attribute among the figure.
Illustrate below in conjunction with Fig. 4, this is a display window sectional drawing of INTERFACE DESIGN platform, and the project that wherein relates to is [an AM7101 example engineering _ 3.5 ' screen].Comprise a lot of windows in this [AM7101 example engineering _ 3.5 ' screen] project, for example [USB window], [feature navigator window], [picture-browsing window] etc. specifically are showed in the perpendicular hurdle in Fig. 4 left side.
Comprise a lot of objects in each window again, for example in [the feature navigator window] that in perpendicular hurdle, Fig. 4 left side, launches, comprise objects such as [picture playing function], [music merit], [SD option].
Each object has its a lot of attributes again, than [as the picture playing function] this object 6 attributes is just arranged, and specifically comprises: 1 coordinate attributes is used to define the coordinate position that this object will show; 4 image content attributes, 4 width of cloth pictures of respectively corresponding this animate object; 1 status values attribute shows respectively with 1 and 0 whether this animate object needs to show.
Three, the INTERFACE DESIGN of embedded software
At an embedded software, as shown in Figure 2, need finish user interface design in the INTERFACE DESIGN stage, this stage can be finished according to client's indication by chip manufacturer, also can be finished voluntarily by the client.For example MP3 chip manufacturer sells chip and finishes the work that bottom-layer design stage, INTERFACE DESIGN platform make, and MP3 player production firm then can finish the work in INTERFACE DESIGN stage voluntarily after having bought the MP3 chip.At a chip, bottom-layer design, INTERFACE DESIGN platform are made and can only be done once, and different chips uses manufacturer to finish INTERFACE DESIGN work separately according to the needs of oneself.
(21) generate the interface data file
In this step, the user carries out INTERFACE DESIGN at the INTERFACE DESIGN platform, i.e. the inputting interface design information.Owing among the present invention the content relevant with user interface (being INTERFACE DESIGN information) is decomposed into project, window, object, attribute totally four levels, comprise at least one window in the project, comprise at least one object in each window, each object, window and project have attribute separately respectively.So the INTERFACE DESIGN platform can generate corresponding interface data file by the level of project, window, object, attribute after having received the INTERFACE DESIGN information of user's input.
Among the present invention, an object has multiple attribute, and the content of object is one of them attribute, also attributes such as coordinate data, color data, button data, numeric data can be arranged in addition; Give a call number at the interface resources file respectively to each contents of object, so call number also is an attribute of object.Correspondingly, in the interface parameter file, just no longer directly use contents of object, but the reference object call number.
Specifically, the INTERFACE DESIGN platform writes down the content of each object in the INTERFACE DESIGN information earlier, generates the interface resources file, and give a call number respectively at the content of each object in this interface resources file; Write down the attribute data of project, each window and each object in the INTERFACE DESIGN information then in order,, and in this interface parameter file, use described call number to express the content of each object with generation interface parameter file.
In this step, the INTERFACE DESIGN platform also receives user's selection, to determine at least one suitable driving file destination.Extreme case during enforcement is to have only one to drive file destination for user's selection.
(22) generate embedded software
As shown in Figure 2, the INTERFACE DESIGN platform synthesizes link to aims of systems file 207, user interface file destination 205, the driving file destination of having selected 206 and interface parameter file and the interface resources file 210 that obtains in the abovementioned steps, to generate the embedded software 208 of specific needs.During concrete work, earlier the interface parameter file is called in internal memory, again according to the call number in the interface parameter file from the corresponding contents of object of interface resources ff and call in internal memory, synthesize link then.
After said process generation embedded software, can directly see the end-user interface of simulation at the INTERFACE DESIGN platform.Among the present invention, can embedded software be identified available after, make embedded hardware again, then embedded software loading is advanced embedded hardware, obtain a complete embedded system.
Had after the basis of aforementioned bottom-layer design, the making of INTERFACE DESIGN platform, if develop a cover embedded software, its groundwork is exactly to give this software project allocation window, object and attribute separately on this INTERFACE DESIGN platform, for example insert passage, insert a picture etc. at desired location.After configuration was finished, the INTERFACE DESIGN platform can produce two interface data files, i.e. interface parameter file and interface resources file.
In the present embodiment, be Easy.bin with interface parameter file designation, it is according to the various attribute datas of certain journal, for example coordinate, color, and each data all is a 32bit number; For picture and text,, then only write down this picture or text call number at the 32bit of Easy.res the inside because its data volume is bigger; When carrying out the exploitation of embedded software, this Easy.bin file will be loaded into internal memory fully.
Interface resources file designation is Easy.res, and it comprises the actual data content of text, picture, utilizes the call number of Easy.bin the inside, can take out corresponding picture or text data from the easy.res the inside apace.When needs show which picture or text, just the real data of this picture or text is loaded into internal memory.
Among the present invention, finished the development of bottom code in advance in the bottom-layer design stage, the client need not revise this part source code, only needs to use a last file destination to get final product.When embedded system brought into operation, the user interface file destination was read a region of memory with interface parameter file easy.bin.At same user interface file destination, can be because of interface parameter file and interface resources file different, move different functions, show different pictures.As seen, in the INTERFACE DESIGN stage, the user does not need to write code, and only need revise the INTERFACE DESIGN scheme on the INTERFACE DESIGN platform, just can revise final user interface effect.Illustrate below.
If show a picture, user interface code of the prior art normally:
DisplayPic(80,60,picdata)
This indicates the image data of picdata the inside is presented on 80,60 these coordinate positions.
In the embodiments of the invention, when embedded system brings into operation, can put into earlier easytable[to easy.bin] this piece region of memory goes, and this moment, user interface code can be write as:
DisplayPic(easytable[100],easytable[101],easytable[102])
This expression displaing coordinate is (easytable[100], easytable[101]), and sequence number is easytable[102] picture.And easytable[100] etc. concrete numerical value from interface parameter file Easy.bin, the real data of picture or text is again from interface resources file Easy.res.
In addition, if respond some buttons, user interface code of the prior art normally:
#define?BUTTON_UP 1
#define?BUTTON_DOWN?2
Switch(Key){
Case BUTTON_UP:
...
Break;
Case BUTTON_DOWN:
...
Break;
}
Among the present invention, because the case back must be a constant, so can adopt following literary style:
if(Key==easytable[200])
{Key=BUTTON_UP;}
Else
if(Key==easytable[201])
{Key=BUTTON_DOWN;}
Switch(Key){
Case BUTTON_UP:
...
Break;
Case BUTTON_DOWN:
...
Break;
}
By the content of front as can be seen, what use in the user interface code of the present invention is variable, does not just comprise concrete user interface data, does not promptly comprise window, object and attribute data separately in the user interface.So, can realize the complete independence of user interface code and user interface data, the client need not revise any code section, only need revise the INTERFACE DESIGN scheme on the INTERFACE DESIGN platform, just can revise final user interface effect.
Because in the performance history of embedded software, most work is exactly the exploitation of user interface, the present invention peels off part relevant with user interface in the embedded software out, makes user interface design can be independent of embedded software, and is handled by the INTERFACE DESIGN platform.But by INTERFACE DESIGN platform analog subscriber interface, be simple and easy to usefulness simultaneously, can generate embedded software fast, thereby can significantly reduce time and risk that the client imports the new embedded scheme of a cover, and improve the efficient that the client carries out embedded software developing greatly.

Claims (7)

1. the development approach of an embedded software is characterized in that, may further comprise the steps:
(1) drives code by compilation tool according to system code, user interface code and at least one, generate corresponding aims of systems file, user interface file destination and at least one drives file destination; In described user interface code, use the variable mode is expressed needs project, window and the object of use in the user interface attribute;
(2), generate corresponding interface data file by the level of project, window, object, attribute by the INTERFACE DESIGN information of INTERFACE DESIGN platform according to user input; Described INTERFACE DESIGN platform synthesizes link to generate the embedded software of specific needs to driving file destination and the described interface data file that described aims of systems file, user interface file destination, user select.
2. the development approach of embedded software according to claim 1, it is characterized in that, when writing user interface code, with the content resolution relevant earlier project, window, object, attribute totally four levels with user interface, comprise at least one window in the described project, comprise at least one object in each window, each object, window and project have attribute separately respectively; Use the variable mode is expressed needs project, window and the object of use in the user interface attribute then.
3. the development approach of embedded software according to claim 2 is characterized in that, described interface data file comprises interface parameter file and interface resources file, after described INTERFACE DESIGN platform has received the INTERFACE DESIGN information of user's input:
Write down the content of each object in the described INTERFACE DESIGN information, generate described interface resources file, and in this interface resources file, give a call number respectively at the content of each object;
Write down the attribute data of project, each window and each object in the described INTERFACE DESIGN information in order, generating described interface parameter file, and in this interface parameter file, use described call number to express the content of each object.
4. the development approach of embedded software according to claim 3, it is characterized in that, when synthesizing link, earlier described interface parameter file is called in the internal memory of described INTERFACE DESIGN platform, again according to the call number in the described interface parameter file from the corresponding contents of object of described interface resources ff and call in the internal memory of described INTERFACE DESIGN platform.
5. the development approach of embedded software according to claim 4 is characterized in that, the content of described object comprises at least a or multiple in content of text, image content, the animated content; Described attribute comprises one or more in coordinate data, color data, button data, numeric data and the call number.
6. according to the development approach of each described embedded software among the claim 1-5, it is characterized in that, also comprise the step of making described INTERFACE DESIGN platform in described step (2) before.
7. the development approach of embedded software according to claim 6 is characterized in that,
In described step (1), write a plurality of driving codes at external unit commonly used, and then generate a plurality of driving file destinations;
When making described INTERFACE DESIGN platform, also comprise described a plurality of driving file destinations described INTERFACE DESIGN platform of packing into is selected the step used for the user;
In described step (2), synthesize before the link, also comprise the step that receives at least one suitable driving file destination of user's selection earlier by described INTERFACE DESIGN platform.
CNB2007101248288A 2007-12-07 2007-12-07 Embedded software developing method Expired - Fee Related CN100533376C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2007101248288A CN100533376C (en) 2007-12-07 2007-12-07 Embedded software developing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2007101248288A CN100533376C (en) 2007-12-07 2007-12-07 Embedded software developing method

Publications (2)

Publication Number Publication Date
CN101196811A true CN101196811A (en) 2008-06-11
CN100533376C CN100533376C (en) 2009-08-26

Family

ID=39547245

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2007101248288A Expired - Fee Related CN100533376C (en) 2007-12-07 2007-12-07 Embedded software developing method

Country Status (1)

Country Link
CN (1) CN100533376C (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101923693A (en) * 2009-06-09 2010-12-22 韩国电子通信研究院 Be used to sell the system and the method thereof of game content
CN102375815A (en) * 2010-08-10 2012-03-14 鸿富锦精密工业(深圳)有限公司 Three-dimensional network user interface applied to embedded device and implementation method thereof
CN101650651B (en) * 2009-09-17 2012-09-05 浙江大学 Visualizing method of source code level program structure
CN102662669A (en) * 2012-03-31 2012-09-12 中船重工(武汉)凌久高科有限公司 Method for developing application software system of security type embedded equipment
CN102722371A (en) * 2012-05-25 2012-10-10 许继集团有限公司 Method for constructing embedded user operating interface by using bitmap
CN102929615A (en) * 2012-10-16 2013-02-13 北京迪文科技有限公司 Display method and display device of man-machine interaction equipment
CN103377039A (en) * 2012-04-13 2013-10-30 腾讯科技(深圳)有限公司 Webgame developing and analyzing method, editor and analyzer
CN104932930A (en) * 2015-06-15 2015-09-23 上海斐讯数据通信技术有限公司 Method for using resource file in embedded system and system thereof
CN105242597A (en) * 2015-09-29 2016-01-13 中国科学院光电技术研究所 Automatic generation method of debugging interface of imbedded controller
CN108415701A (en) * 2017-02-10 2018-08-17 欧姆龙株式会社 Information processing unit and system and user interface production method and production process
CN108989737A (en) * 2017-07-18 2018-12-11 北京视联动力国际信息技术有限公司 A kind of data playing method, device and electronic equipment
CN109783100A (en) * 2019-01-24 2019-05-21 北京微播视界科技有限公司 Check the method, apparatus and electronic equipment of user interface element attribute

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101923693A (en) * 2009-06-09 2010-12-22 韩国电子通信研究院 Be used to sell the system and the method thereof of game content
CN101650651B (en) * 2009-09-17 2012-09-05 浙江大学 Visualizing method of source code level program structure
CN102375815A (en) * 2010-08-10 2012-03-14 鸿富锦精密工业(深圳)有限公司 Three-dimensional network user interface applied to embedded device and implementation method thereof
CN102662669A (en) * 2012-03-31 2012-09-12 中船重工(武汉)凌久高科有限公司 Method for developing application software system of security type embedded equipment
CN103377039A (en) * 2012-04-13 2013-10-30 腾讯科技(深圳)有限公司 Webgame developing and analyzing method, editor and analyzer
CN103377039B (en) * 2012-04-13 2017-04-05 腾讯科技(深圳)有限公司 A kind of web game exploitation, analytic method, a kind of editing machine and resolver
CN102722371A (en) * 2012-05-25 2012-10-10 许继集团有限公司 Method for constructing embedded user operating interface by using bitmap
CN102722371B (en) * 2012-05-25 2016-06-22 许继电气股份有限公司 Utilize the method that bitmap builds embedded user operation interface
CN102929615A (en) * 2012-10-16 2013-02-13 北京迪文科技有限公司 Display method and display device of man-machine interaction equipment
CN104932930A (en) * 2015-06-15 2015-09-23 上海斐讯数据通信技术有限公司 Method for using resource file in embedded system and system thereof
CN105242597A (en) * 2015-09-29 2016-01-13 中国科学院光电技术研究所 Automatic generation method of debugging interface of imbedded controller
CN108415701A (en) * 2017-02-10 2018-08-17 欧姆龙株式会社 Information processing unit and system and user interface production method and production process
CN108989737A (en) * 2017-07-18 2018-12-11 北京视联动力国际信息技术有限公司 A kind of data playing method, device and electronic equipment
CN109783100A (en) * 2019-01-24 2019-05-21 北京微播视界科技有限公司 Check the method, apparatus and electronic equipment of user interface element attribute
CN109783100B (en) * 2019-01-24 2023-07-18 北京微播视界科技有限公司 Method and device for checking user interface element attribute and electronic equipment

Also Published As

Publication number Publication date
CN100533376C (en) 2009-08-26

Similar Documents

Publication Publication Date Title
CN100533376C (en) Embedded software developing method
Gray et al. Domain-Specific Modeling.
CN102292736A (en) Collaborative environment project extensibility with composition containers
KR20130086138A (en) Cross-platform application framework
US20070150864A1 (en) Visual-Based Object Oriented Programming Language & System
WO2004023294A1 (en) Gui application development support device, gui display device, and method, and computer program
CN103793219A (en) Mobile terminal application development system and method
CN114115870A (en) User interface implementation method and device
CN112685025A (en) Method and system for quickly building front-end page
CN113010168B (en) User interface generation method based on scene tree
CN104063231A (en) Test resource rapid access method based on HIT-TENA
CN104915199A (en) Method and device for converting Flash items into Html5 items
KR20180135654A (en) Intuitive method of making a program
Haesen et al. Muicser: A process framework for multi-disciplinary user-centred software engineering processes
Thorn et al. Pro unity game development with C#
CN106126213A (en) A kind of Android based on IFML develops modeling method
US8566734B1 (en) System and method for providing visual component layout input in alternate forms
Coninx et al. VR-DeMo: a tool-supported approach facilitating flexible development of virtual environments using conceptual modelling
Thorn How to Cheat in Unity 5: Tips and Tricks for Game Development
Noble et al. Functional languages and graphical user interfaces: a review and a case study
Doug Lowe JavaFX for dummies
Von Pilgrim et al. Eclipse GEF3D: bringing 3d to existing 2d editors
Shroff et al. Instant multi-tier web applications without tears
Revie Designing a Data-Driven Renderer
Chatty Supporting multidisciplinary software composition for interactive applications

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C57 Notification of unclear or unknown address
DD01 Delivery of document by public notice

Addressee: Zhang Hongbo

Document name: Notice of application for publication of patent for invention and entry into the substantive examination procedure

C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20090826

Termination date: 20181207

CF01 Termination of patent right due to non-payment of annual fee