KR20020092861A - Embedded Programming Education System Through Internet and Virtual Education Equipment - Google Patents

Embedded Programming Education System Through Internet and Virtual Education Equipment Download PDF

Info

Publication number
KR20020092861A
KR20020092861A KR1020020064787A KR20020064787A KR20020092861A KR 20020092861 A KR20020092861 A KR 20020092861A KR 1020020064787 A KR1020020064787 A KR 1020020064787A KR 20020064787 A KR20020064787 A KR 20020064787A KR 20020092861 A KR20020092861 A KR 20020092861A
Authority
KR
South Korea
Prior art keywords
execution
education
user
virtual
web
Prior art date
Application number
KR1020020064787A
Other languages
Korean (ko)
Inventor
은성배
Original Assignee
주식회사 옥타컴
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 주식회사 옥타컴 filed Critical 주식회사 옥타컴
Priority to KR1020020064787A priority Critical patent/KR20020092861A/en
Publication of KR20020092861A publication Critical patent/KR20020092861A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/20Education
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Abstract

PURPOSE: A programming education system is provided to offer a user a cross development environment over a web so that it can alleviate a burden such as a construction and maintenance of a host or target system in performing an embedded type programming education. CONSTITUTION: The system comprises web browsers(10, 11), a service providing server(12) and virtual education apparatuses(13, 14). The service providing server(12) executes programs in a plurality of virtual education apparatuses according to control signals input via the web browsers(10, 11). The virtual education apparatuses(13, 14) execute the education programs downloaded from the server(12), and transmit execution results to the server(12). The server(12) includes a web server(30), a project manager(31), cross compilers(32), an education apparatus sharing manager(33) and a debugging manager(34). The web server(30) receives web page access requests from web browsers(10, 11), performs a search, a generation or a conversion of documents, and transmits the process result to the web browsers(10, 11). The cross compilers(32) compile programs according to a control of process/debugging buttons. The sharing manager(33) downloads process files to the virtual education apparatuses(13, 14) and enables the web browser to share the virtual education apparatuses(13, 14).

Description

인터넷 및 가상교육장비를 통한 내장형 프로그래밍 교육 시스템 {Embedded Programming Education System Through Internet and Virtual Education Equipment}Embedded Programming Education System Through Internet and Virtual Education Equipment}

본 발명은 인터넷 및 가상교육장비를 통한 내장형 프로그래밍 교육 시스템에 관한 것이다.The present invention relates to a built-in programming education system through the Internet and virtual education equipment.

최근 들어 내장형 시스템의 활용이 매우 활발한데 자동차 엔진 제어, 공장 자동화 등의 제어 응용, 인터넷 냉장고, 디지털 TV용 셋톱박스 등의 정보가전 응용, 통신장비의 제어를 위한 통신응용, 핸드폰, PDA등의 단말 응용 등이 그 대표적인 예이다.In recent years, the use of embedded systems has been very active, such as automotive engine control, factory automation, control applications, Internet home refrigerators, digital home TV set top boxes, information communication applications, communication applications for the control of communication equipment, mobile phones, PDA terminals, etc. Application is a representative example.

내장형 컴퓨터 시스템의 개발은 일반 범용 컴퓨터 시스템의 개발과 다르고, 더 어려운데 이는 프로그램이 개발되는 시스템과 개발된 프로그램이 실행되는 시스템이 서로 다르기 때문이다. 프로그램을 개발하는 시스템을 호스트 시스템이라 하고 개발된 수행 모듈이 실행되는 시스템을 타겟 시스템이라고 한다. 호스트에서 작성된 프로그램은 교차컴파일러에 의해 컴파일되고 교차디버거에 의해 수행되고 디버깅된다. 호스트 시스템과 타겟 시스템을 합쳐서 교차개발환경이라고 한다.The development of an embedded computer system is different from that of a general purpose computer system, and is more difficult because the system in which the program is developed and the system in which the developed program is executed are different. The system for developing a program is called a host system, and the system on which the developed execution module is executed is called a target system. Programs written on the host are compiled by the crosscompiler, run and debugged by the cross debugger. The host system and the target system are collectively called a cross-development environment.

내장형 시스템을 위한 프로그래밍 교육을 위하여 다양한 교육 장비들이 개발되어 활용되고 있다. 보통 32비트 마이크로프로세서를 채택하고 있으며 DRAM, 플래시메모리 등의 메모리와 이더넷, 시리얼 등의 입출력 장치를 기본으로 장착한다. 또한 교육 효과를 높이기 위하여 LCD, LED, 키패드 등의 입출력 장치를 장착하기도 한다.Various educational devices have been developed and utilized for programming education for embedded systems. Usually 32-bit microprocessor is adopted, and memory such as DRAM, flash memory and I / O devices such as Ethernet and serial are basically installed. In addition, I / O devices such as LCDs, LEDs, keypads, etc. are also installed to enhance the educational effect.

기존의 내장형 프로그래밍 교육 장비의 문제점은 첫째, 교차 개발 환경을 갖추어야 한다는 것이다. 즉, 30명이 교육 받으려면 30대의 호스트 PC와 30대의 타겟 장비가 필요하다는 것이다. 둘째는 장비의 유지보수 비용이 요구되며, 노후장비를 교체해야 한다는 부담이 발생한다는 점이다. 셋째로 장비의 활용도가 매우 낮다는 점인데 수업이 없을 때 전혀 사용되지 않는다는 점이다.The problem with the existing embedded programming education equipment is that it must first have a cross-development environment. In other words, 30 people need 30 host PCs and 30 target devices to be educated. Second, maintenance costs of equipment are required, and the burden of replacing old equipment is incurred. Third, the utilization of the equipment is very low, and it is not used at all when there is no class.

교육용 장비를 갖추지 않고CPU 시뮬레이터를 활용하는 방법도 가능하나 시뮬레이터가 단순히 CPU의 핵심부분인 인스트럭션의 수행만을 시뮬레이션하고 가상기억장치나 입출력 장치등을 시뮬레이션하지 못함으로써 일반 운영체제가 이식되지 못한다는 문제점을 가지며, 또한, 교육효과를 높이기 위한 LCD, LED, 키패드 등의 입출력 장치들을 시뮬레이션하기 어렵다는 문제점을 갖는다.It is also possible to use the CPU simulator without the training equipment, but it has a problem that the general operating system cannot be ported because the simulator simply simulates the execution of instructions that are the core parts of the CPU and does not simulate the virtual memory device or the input / output device. In addition, it has a problem that it is difficult to simulate the input and output devices, such as LCD, LED, keypad to increase the educational effect.

본 발명의 목적은 이상에서 언급한 종래 기술의 문제점을 감안하여 창출한 것으로서 사용자에게 교차 개발 환경을 웹을 통하여 제공함으로써 호스트 및 타겟 시스템을 구축, 유지, 보수하는 부담을 덜어주는 것이다. 또한 CPU시뮬레이터가 제공하지 못하는 고 수준의 타겟 수행 환경을 가상교육장비를 통하여 지원하고자 함이다.An object of the present invention was created in view of the above-mentioned problems of the prior art, thereby providing a user with a cross-development environment through the web to relieve the burden of building, maintaining, and maintaining a host and a target system. In addition, it aims to support high level target execution environment that CPU simulator cannot provide through virtual education equipment.

이상과 같은 목적을 달성하기 위한 본 발명의 특징에 따르면, 다수의 사용자 웹브라우져와, 사용자의 요구에 따라 교차개발환경을 서비스하는 서비스제공서버 그리고 교차컴파일된 수행파일을 실행해서 그 결과를 서비스제공서버에 전달하는 다수의 가상교육장비를 포함하여 구성된다.According to a feature of the present invention for achieving the above object, a plurality of user web browser, a service providing server for serving a cross-development environment according to the user's request, and cross-compiled execution file to execute the results provided It consists of a number of virtual educational equipment delivered to the server.

바람직하게, 상기 서비스제공서버는 사용자의 웹 검색 요구를 처리하는 웹서버, 사용자가 작성한 프로그램 파일들을 관리하는 프로젝트 관리기, 타겟 CPU의 종류에 따라 프로그램을 교차컴파일하는 교차컴파일러부, 컴파일된 수행파일의 실행및 디버깅을 지원하는 수행/디버깅관리기, 활용도를 최대화하도록 가상교육장비의 공유를 관리하는 가상교육장비 공유관리기를 포함하여 구성된다.Preferably, the service providing server is a web server for processing a user's web search request, a project manager for managing program files written by the user, a cross-compiler unit for cross-compiling the program according to the type of target CPU, the compiled execution file It includes a performance / debugging manager that supports execution and debugging, and a virtual education device sharing manager that manages the sharing of virtual education equipment to maximize utilization.

이상과 같은 다른 목적을 달성하기 위한 본 발명의 다른 특징에 따르면, 사용자가 상기 사용자 웹브라우져를 통하여 호스트 및 타겟의 명세를 선택하는 단계와, 상기 사용자 웹브라우져의 기능을 이용하여 프로그램 파일을 편집하는 단계와, 상기 프로젝트 관리기가 프로그램들의 버전을 관리하고 컴파일 방법을 자동으로 생성하는 단계와, 상기 교차컴파일러부에서 타겟에 적합한 수행파일을 생성하는 단계와, 상기 가상교육장비 공유관리기가 가상교육장비에 수행파일을 다운로드하고 공유를 지원하는 단계와, 사용자가 상기 수행/디버깅 관리기의 도움을 받아 수행파일의 수행 및 디버깅을 처리하는 단계와, 수행결과를 상기 웹서버의 도움을 받아 웹문서화하고 이를 상기 사용자 웹브라우져에 표시하는 단계와, 사용자가 결과를 확인하고 그 결과에 따라 원하는 단계를 재수행하는 단계로 이루어진다.According to another feature of the present invention for achieving the above object, the user selects the specification of the host and target through the user web browser, and editing the program file using the function of the user web browser And generating, by the project manager, a version of the programs and automatically generating a compilation method, generating a performance file suitable for a target in the cross-compiler unit, and sharing the virtual education device with the virtual education device. Downloading the execution file and supporting sharing, the user processing the execution and debugging of the execution file with the help of the execution / debugging manager, and documenting the result of the execution with the help of the web server; Displaying it in the user's web browser, and the user sees the result According to a step of performing a re desired step.

도 1은 내장형 프로그래밍 교육 시스템의 구성도를 나타낸다.1 shows a schematic diagram of a built-in programming education system.

도 2는 웹 기반의 사용자 GUI의 일 예를 나타낸다.2 shows an example of a web-based user GUI.

도 3은 핵심 구성 요소인 서비스 제공 서버의 구성도를 나타낸다.3 shows a configuration diagram of a service providing server which is a core component.

도 4는 프로그래밍 교육 서비스 제공 흐름도를 나타낸다.4 shows a flowchart for providing a programming education service.

이하 본 발명의 실시 예에 따른 구성 및 작용을 첨부된 도면을 참조하여 설명한다.Hereinafter, the configuration and operation according to the embodiment of the present invention will be described with reference to the accompanying drawings.

도 1은 본 발명에 따른 인터넷 및 가상교육장비를 통한 내장형 프로그래밍 교육시스템을 설명하기 위한 시스템 구성도이다.1 is a system configuration diagram illustrating a built-in programming education system through the Internet and virtual education equipment according to the present invention.

본 발명에 따른 인터넷 및 가상교육장비를 통한 내장형 프로그래밍 교육시스템은 도 1에 나타낸 바와 같이, 제 1 내지 제 n 사용자 웹브라우져와(10, 11)와, 상기 제 1 내지 제 n 사용자 웹브라우져(10, 11)와 인터넷에 연결되어 사용자 웹브라우져로부터 입력된 제어신호에 따라 상기 다수의 가상교육장비에서 프로그램을 실행하는 서비스제공서버(12)와, 상기 서비스제공서버(12)로부터 다운로드된 교육 프로그램들을 수행시켜서 그 결과를 서비스제공서버에 전달하는 제 1 내지 제 m 가상교육장비(13, 14)로 구성된다.Built-in programming education system through the Internet and virtual education equipment according to the present invention, as shown in Figure 1, the first to n-th user web browser (10, 11), and the first to n-th user web browser (10) 11) and a service providing server 12 for executing a program in the plurality of virtual educational equipment according to a control signal input from a user web browser connected to the Internet, and educational programs downloaded from the service providing server 12. It consists of the first to m-th virtual education equipment (13, 14) to perform and deliver the result to the service providing server.

여기서, 상기 제 1 내지 제 n 사용자 웹브라우져(10, 11)는 웹 검색을 위한 표준 프로토콜인 HTTP 프로토콜로 동작되는 일반 웹브라우져를 말하며 일 예로 MS사의 익스플로러나 AOL사의 넷스케이프 등을 들 수 있다.Here, the first to n-th user web browsers 10 and 11 refer to general web browsers operated by the HTTP protocol, which is a standard protocol for web searching, and may include, for example, MS Explorer or AOL Netscape.

도 2는 상기 사용자 웹브라우져(10, 11)로 검색한 결과로서 사용자에게 제공하는 GUI의 일 예를 나타낸다. 본 발명의 결과로서 사용자에게 제공하는 GUI는 파일, 편집, 보기, 도구 등의 풀다운메뉴들(20), 제공되는 기능들을 단축시킨 단축 아이콘들(21), 다수의 프로그램 파일들을 편집할 수 있는 프로그램 편집창(22), 이들을 컴파일하고, 수행하고 디버깅하기 위한 버튼들을 갖는 수행/디버깅 버튼들(23), 컴파일이나 디버깅 결과를 표시하는 수행/디버깅 창(24), 가상교육장비에 수행한 결과를 표시하는 장비표시창(25), 가상교육장비에서 수행중인 운영체제를 접근할 수 있는 운영체제상태 표시창(26)으로 구성된다.2 illustrates an example of a GUI provided to a user as a result of searching by the user web browsers 10 and 11. As a result of the present invention, the GUI provided to the user includes pull-down menus 20 such as files, edits, views, tools, shortcut icons 21 for shortening provided functions, and programs for editing a plurality of program files. Editing window 22, execution / debugging buttons 23 having buttons for compiling, executing and debugging them, execution / debugging window 24 for displaying the result of compilation or debugging, and the result of performing the virtual education equipment. Equipment display window 25 to display, the operating system status display window 26 to access the operating system running in the virtual education equipment.

본 발명에 따른 상기 서비스제공서버(12)는 상기 사용자 웹브라우져(10, 11)로부터의 웹페이지 접근요구를 받아서 문서를 검색, 생성, 변환하여 사용자 웹브라우져에 전달하는 웹서버(30)와, 상기 프로그램편집창(22)을 이용하여 작성, 수정한 프로그램들을 프로젝트 구조로 관리하는 프로젝트관리기(31)와, 상기 수행/디버깅 버튼(23)들의 제어에 따라 프로그램을 컴파일해주는 교차컴파일러들(32), 상기 수행/디버깅 버튼(23)들의 제어에 따라 수행파일들을 수행하고 디버깅하는 수행/디버깅 관리기(34)와, 상기 가상교육장비들(13, 14)에 수행파일을 다운로드하고 가상교육장비의 공유를 지원해 주는 가상교육장비 공유관리기(33)로 구성된다.The service providing server 12 according to the present invention receives a web page access request from the user web browser (10, 11), the web server 30 for searching, generating, converting the document and forwarding it to the user web browser, Project manager 31 for managing programs created and modified using the program editing window 22 in a project structure, and cross-compilers 32 for compiling programs under the control of the execution / debugging buttons 23. And a performance / debugging manager 34 for performing and debugging performance files under the control of the execution / debugging buttons 23, and downloading the execution files to the virtual education equipment 13 and 14 and sharing the virtual education equipment. It consists of a virtual education equipment sharing manager 33 to support the.

도 4는 인터넷 및 가상교육장비를 통한 내장형 프로그래밍 교육 시스템에서의 서비스 제공 흐름도를 나타낸다.4 is a flowchart illustrating a service providing in an embedded programming education system through the Internet and virtual education equipment.

우선 도 4에 나타낸 바와 같이, 사용자는 먼저, 상기 사용자 웹브라우져(10, 11)의 지시에 따라 원하는 시스템의 사양을 선택한다(S500). 예를 들어 호스트는 리눅스, 타겟은 PPC860 등이다. 이때 특정 입출력 장치를 지정할 수도 있다. 시스템 사양을 저장하고 후에 검색해서 사용할 수 있다. 그 후, 상기 사용자 웹브라우져(10, 11)의 기능을 이용하여 프로그램 파일을 편집한다(S501). 작성된 프로그램 파일들은 상기 프로젝트관리기(31)의 도움을 받아 저장되며 이의 컴파일방법(예, makefile)이 자동으로 생성된다(S502). 사용자의 요구에 따라 프로그램 파일들이상기 교차컴파일러(32)에 의해 컴파일되어 수행파일로 만들어진다(S503). 이 후, 수행파일은 상기 가상교육장비 공유관리기(33)의 관리 하에 상기 가상교육장비(13, 14)에 다운로드된다(S504). 이때 다운로드된 파일들이 공유 원칙에 따라 다른 가상교육장비로 이전될 수 있으며 이는 사용자와는 무관하다. 사용자의 제어에 따라 상기 수행/디버깅 관리기(34)가 수행파일을 수행시키거나 디버깅한다(S505). 수행결과는 상기 웹서버(30)에 의해 웹문서로 만들어져서 상기 사용자 웹브라우져(10, 11)에서 표시된다(S506). 사용자는 결과 확인 후에 필요에 따라 (S501)과정이나, (S504)과정이나, (S505)과정을 반복한다.First, as shown in Figure 4, the user first selects the specifications of the desired system according to the instructions of the user web browser (10, 11) (S500). For example, the host is Linux and the target is PPC860. At this time, a specific input / output device may be designated. You can save the system specification and retrieve it for later use. Thereafter, the program file is edited using the functions of the user web browsers 10 and 11 (S501). The created program files are stored with the help of the project manager 31 and a compilation method thereof (eg, a makefile) is automatically generated (S502). Program files are compiled by the cross-compiler 32 according to a user's request and made into an execution file (S503). Thereafter, the execution file is downloaded to the virtual education equipment 13 and 14 under the management of the virtual education equipment sharing manager 33 (S504). The downloaded files can be transferred to other virtual education equipment according to the sharing principle, which is irrelevant to the user. The execution / debugging manager 34 executes or debugs the execution file according to the control of the user (S505). The execution result is made into a web document by the web server 30 and displayed on the user web browsers 10 and 11 (S506). After checking the result, the user repeats the process (S501), (S504), or (S505) as necessary.

이상의 설명에서와 같이 본 발명은 인터넷 및 가상교육장비를 통하여 내장형 프로그래밍 교육 시스템을 구축함으로써 호스트 및 타겟 교육 환경을 구축하기 위한 노력 및 비용을 절감할 수 있으며 가상교육장비를 공유함으로써 장비 활용도를 높이고, 따라서 저렴한 비용으로 서비스를 이용할 수 있게 하며, 사용하기 편하고 확장성이 우수한 내장형 시스템 프로그래밍 교육 시스템 구축을 통하여 정보통신 인력양성을 극대화하는 효과를 갖는다.As described above, the present invention can reduce efforts and costs for building a host and target education environment by building an embedded programming education system through the Internet and virtual education equipment, and increase the utilization of equipment by sharing virtual education equipment. Therefore, it is possible to use the service at low cost, and it is effective to maximize the ICT manpower by constructing an embedded system programming education system that is easy to use and scalable.

Claims (4)

다수의 사용자 웹브라우져,Multiple user web browsers, 사용자로부터 입력된 제어명령에 따라 프로젝트 관리 기능, 교차컴파일 및 교차디버깅 기능, 가상교육장비 공유기능을 지원하는 서비스제공서버, 그리고 서비스제공서버가 다운로드한 수행파일을 수행하고 그 결과를 서비스제공서버에 전달하는 가상교육장비를 포함하여 구성됨을 특징으로 하는 내장형 프로그래밍 교육 시스템.According to the control command input from the user, the project management function, the cross-compiling and cross-debugging function, the service providing server supporting the virtual education equipment sharing function, and the execution file downloaded by the service providing server are executed and the result is transmitted to the service providing server. Built-in programming education system characterized in that it comprises a virtual education equipment to deliver. 교육장비의 실사 화면에 수행파일의 수행결과를 표시하는 것을 특징으로 하는 사용자 웹브라우져의 GUI.GUI of the user web browser, characterized in that to display the execution result of the execution file on the live screen of the educational equipment. 제 1항에 있어서, 상기 서비스제공서버는The method of claim 1, wherein the service providing server 상기 다수의 사용자 웹브라우져로부터 상기 제어명령을 수신하고, 수행결과를 웹문서화하여 상기 사용자 웹브라우져에 전달하는 웹서버,A web server for receiving the control command from the plurality of user web browsers and documenting a result of the execution of the web document to the user web browser; 사용자들이 편집한 프로그램 파일들의 버전을 관리하고 자동으로 컴파일방법을 생성하는 프로젝트 관리기,A project manager that manages versions of program files edited by users and automatically generates compilation methods, 사용자의 요구에 때라 프로그램들을 컴파일하여 수행파일을 생성하는 교차컴파일러부,Cross-compiler section that generates programs by compiling programs according to user's needs, 수행파일의 수행 및 디버깅을 담당하는 수행/디버깅 관리기,Execution / Debugging Manager in charge of execution and debugging of execution file, 수행파일을 상기 가상교육장비에 다운로드하고 공유기능을 지원하는 가상교육장비 공유관리기를 포함하여 구성됨을 특징으로 하는 서비스 제공서버.The service providing server, characterized in that configured to include a virtual education equipment sharing manager for downloading a performance file to the virtual education equipment and sharing function. 사용자가 상기 사용자 웹브라우져를 통하여 호스트 및 타겟의 명세를 선택하는 단계와;Selecting a specification of a host and a target through the user web browser; 상기 사용자 웹브라우져의 기능을 이용하여 프로그램 파일을 편집하는 단계와;Editing a program file using a function of the user web browser; 상기 프로젝트 관리기가 프로그램들의 버전을 관리하고 컴파일방법을 자동으로 생성하는 단계와;The project manager managing versions of programs and automatically generating a compilation method; 상기 교차컴파일러부에서 타겟에 적합한 수행파일을 생성하는 단계와;Generating an execution file suitable for a target in the cross-compiler unit; 상기 가상교육장비 공유관리기가 가상교육장비에 수행파일을 다운로드하고 공유를 지원하는 단계와;Downloading, by the virtual education equipment sharing manager, the execution file to the virtual education equipment, and supporting sharing; 사용자가 상기 수행/디버깅 관리기의 도움을 받아 수행파일의 수행 및 디버깅을 처리하는 단계와;Processing, by the user, execution and debugging of the execution file with the help of the execution / debugging manager; 수행결과를 상기 웹서버의 도움을 받아 웹문서화하고 이를 상기 사용자 웹브라우져에 표시하는 단계와;Documenting the performance result with the help of the web server and displaying it on the user web browser; 사용자가 결과를 확인하고 그 결과에 따라 원하는 단계를 재수행하는 단계로 이루어지는 것을 특징으로 하는 내장형 프로그래밍 교육 시스템 제어 방법.Method for controlling the embedded programming education system, characterized in that the user checks the result and performs the desired step according to the result.
KR1020020064787A 2002-10-23 2002-10-23 Embedded Programming Education System Through Internet and Virtual Education Equipment KR20020092861A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020064787A KR20020092861A (en) 2002-10-23 2002-10-23 Embedded Programming Education System Through Internet and Virtual Education Equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020064787A KR20020092861A (en) 2002-10-23 2002-10-23 Embedded Programming Education System Through Internet and Virtual Education Equipment

Publications (1)

Publication Number Publication Date
KR20020092861A true KR20020092861A (en) 2002-12-12

Family

ID=27728933

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020064787A KR20020092861A (en) 2002-10-23 2002-10-23 Embedded Programming Education System Through Internet and Virtual Education Equipment

Country Status (1)

Country Link
KR (1) KR20020092861A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100929252B1 (en) * 2008-04-29 2009-12-01 한국기술교육대학교산학협력단 3D stereoscopic content-based interactive technology education
KR100929255B1 (en) * 2008-06-13 2009-12-01 한국기술교육대학교산학협력단 System and method for providing of realistic interactive technology education service based on three dimension type contents
KR100929256B1 (en) * 2008-04-29 2009-12-01 한국기술교육대학교산학협력단 3D stereoscopic content-based interactive technology education system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010091244A (en) * 2000-03-14 2001-10-23 박청정 Computer-readable medium recording learning method for internet and software, and learning method for internet and software using network system
JP2002366667A (en) * 2001-06-05 2002-12-20 Justskill Inc Virtual programming learning system and system for taking note on web page
KR20030005684A (en) * 2001-07-10 2003-01-23 원용관 A Distance Education and Training System for Computer Softwares
KR20030026379A (en) * 2001-09-06 2003-04-03 김양우 Virtual education system and method for compiling programming language under internet environment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010091244A (en) * 2000-03-14 2001-10-23 박청정 Computer-readable medium recording learning method for internet and software, and learning method for internet and software using network system
JP2002366667A (en) * 2001-06-05 2002-12-20 Justskill Inc Virtual programming learning system and system for taking note on web page
KR20030005684A (en) * 2001-07-10 2003-01-23 원용관 A Distance Education and Training System for Computer Softwares
KR20030026379A (en) * 2001-09-06 2003-04-03 김양우 Virtual education system and method for compiling programming language under internet environment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100929252B1 (en) * 2008-04-29 2009-12-01 한국기술교육대학교산학협력단 3D stereoscopic content-based interactive technology education
KR100929256B1 (en) * 2008-04-29 2009-12-01 한국기술교육대학교산학협력단 3D stereoscopic content-based interactive technology education system
KR100929255B1 (en) * 2008-06-13 2009-12-01 한국기술교육대학교산학협력단 System and method for providing of realistic interactive technology education service based on three dimension type contents

Similar Documents

Publication Publication Date Title
EP3605324B1 (en) Application development method and tool, and storage medium thereof
JP6580664B2 (en) Cloud-connected automated testing
CN107577459B (en) Dragging type cross-platform application development system and method based on componentization
US8966438B2 (en) System and methods for end-users to graphically program and manage computers and devices
WO1998036356A1 (en) Remotely accessible integrated debug environment
US6785884B1 (en) Symbolic debug interface for register transfer simulator debugger
JP7231137B2 (en) Boarding application compilation optimization method, device, electronic device and readable storage medium
CN101477485B (en) MySQL database remote backup and reduction method based on ASP.net
US20170286040A1 (en) Display and operating unit and method of operating a field instrument having a display and operating unit
KR20020092861A (en) Embedded Programming Education System Through Internet and Virtual Education Equipment
Branton et al. Toward rapid and iterative development of tangible, collaborative, distributed user interfaces
US20060080636A1 (en) Method of building intelligent platform management interface firmware architecture
CN112988588B (en) Client software debugging method and device, storage medium and electronic equipment
Hood et al. A debugger for computational grid applications
Walczak et al. Adaptable mobile user interfaces for e-learning repositories
Pino et al. An open source/freeware assistive technology software inventory
CN112988138A (en) System and method for application in an integrated development environment
García-Zubía et al. Remote laboratories from the software engineering point of view
CN112272820A (en) Support device and support program
Antonova et al. Research and analysis of application of automated testing in web applications
CN113553070B (en) Application integration method based on browser plug-in
Guo et al. Research on Key Techniques for Enginery Teaching Platform Based on Computer Dynamic Simulation Technique.
Pazat Tools for high performance FORTRAN: A survey
Sato et al. WWW-based Remote Controller for LEGO robots
KR102252486B1 (en) Program Creation Method and Apparatus for Providing of Opening Platform Service

Legal Events

Date Code Title Description
A201 Request for examination
G15R Request for early opening
E902 Notification of reason for refusal
E601 Decision to refuse application