• Title/Summary/Keyword: JAVA program

Search Result 340, Processing Time 0.028 seconds

The Development of a Web-based Java Programming Course Contents (웹 기반의 자바 프로그래밍 강의 교안 개발)

  • Lee Chung-Ki
    • Journal of Engineering Education Research
    • /
    • v.5 no.1
    • /
    • pp.3-18
    • /
    • 2002
  • Recently, as the use of the Internet and the Web becomes universal, there has been a great deal of efforts to use it for education among educators throughout the world. The advantage of a Web-based lecture is that people can take it anywhere at a low cost anytime. The demand for learning java programming using the Web is increasing. Accordingly, a number of Web-based Java programming course contents have developed and used. Problems with existing contents are that materials about how to program are not sufficient and the presentation of the lecture is most often separated from the programming environment. In this paper, we present a methodology for developing course contents of Java programming to solve these problems and develop them using it. Then we report the evaluation result of course contents by students who took a Web-based lecture using them.

Web-based program development for clinical data management system establishment (웹기반 임상데이터 관리 시스템 구축을 위한 프로그램 개발)

  • Shin, Im-Hee;Kim, Dal-Ho;Kim, Sang-Gyung;Sohn, Ki-Cheul;Park, Chun-Woo;Kwak, Sang-Gyu
    • Journal of the Korean Data and Information Science Society
    • /
    • v.23 no.1
    • /
    • pp.171-177
    • /
    • 2012
  • Various phenomenon can be expressed numerically and collected as a data due to rapid development of the computer. In particular large set of data is collected in various fields. We can obtain the information for final decision based on analysis and interpretation of the data. The issue is the management of the data as well as the importance of the data. So a system which stores the data in server and prints out the data to web browser is demanded. We uploaded the file of Excel form to server database and developed a web based program which can show the uploaded data through web based database. We used the Oracle DB for uploading and web programming language such as html, JAVA, JSP for querying the data. Finally, we developed a program for web based clinical data management system construction.

Program Translation from Conventional Programming Source to Java Bytecode (기존 프로그래밍 원시코드에서 자바 바이트 코드로의 변환)

  • Jeon-Geun Kang;Haeng-Kon Kim
    • Journal of the Korea Computer Industry Society
    • /
    • v.3 no.8
    • /
    • pp.963-980
    • /
    • 2002
  • Software reengineering is making various research for solutions against problem of maintain existing systems. Reengineering has a meaning of development of software on exizting systems through the reverse engineering auf forward engineering. Most of the important concepts used in reengineering is composition that is restructuring of the existing objects. Is there a compiler that can compile a program written in a traditional procedural language (like C or Pascal) and generate a Java bytecode, rather than an executable code that runs oかy on the machine it was compiled (such as an a.out file on a Unix machine)\ulcorner This type of compiler may be very handy for today's computing environment of heterogeneous networks. In this paper we present a software system that does this job at the binary-to-binary level. It takes the compiled binary code of a procedural language and translates it into Java bytecode. To do this, we first translate into an assembler code called Jasmin [7] that is a human-readable representation of Java bytecode. Then the Jasmin assembler converts it into real Java bytecode. The system is not a compiler because it does not start at the source level. We believe this kind of translator is even more useful than a compiler because most of the executable code that is available for sharing does not come with source programs. Of course, it works only if the format of the executable binary code is known. This translation process consists of three major stages: (1) analysis stage that identifies the language constructs in the given binary code, (2) initialization stage where variables and objects are located, classified, and initialized, and (3) mapping stage that maps the given binary code into a Jasmin assembler code that is then converted to Java bytecode.

  • PDF

Development of an Internet-based Robot Education System

  • Hong, Soon-Hyuk;Jeon, Jae-Wook
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2003.10a
    • /
    • pp.616-621
    • /
    • 2003
  • Until now, many networked robots have been connected to the Internet for the various applications. With these networked robots, very long distance teleoperation can be possible through the Internet. However, the promising area of the Internet-based teleoperation may be distance learning, because of several reasons such as the unpredictable characteristics of the Internet. In robotics class, students learn many theories about robots, but it is hard to perform the actual experiments for all students due to the rack of the real robots and safety problems. Some classes may introduce the virtual robot simulator for students to program the virtual robot and upload their program to operate the real robot through the off-line programming method. However, the students may also visit the laboratory when they want to use the real robot for testing their program. In this paper, we developed an Internet-based robot education system. The developed system was composed of two parts, the robotics class materials and the web-based Java3d robot simulator. That is, this system can provide two services for distance learning to the students through the Internet. The robotics class materials can be provided to the student as the multimedia contents on the web page. As well, the web-based robot simulator as the real experiment tool can help the students get good understanding about certain subject. So, the students can learn the required robotics theories and perform the real experiments from their web browser when they want to study themselves at any time.

  • PDF

STUDY ON 3-D VIRTUAL REALITY FOR STEREOSCOPIC VISUALIZATION ON THE WEB (웹 환경에서의 입체적 가시화를 위한 3-D 가상현실 기법의 적용)

  • Lee, J.H.;Park, Y.C.;Kim, J.H.;Kim, B.S.
    • Journal of computational fluids engineering
    • /
    • v.16 no.1
    • /
    • pp.30-35
    • /
    • 2011
  • In this paper, our effort to apply 3-D Virtual Reality system for stereoscopic visualization of mesh data on the web is briefly described. This study is an extension of our previous and on-going research efforts to develop an automatic grid generation program specialized for wing mesh, named as eGWing. The program is developed by using JAVA programming language, and it can be used either as an application program on a local computer or as an applet in the network environment. In this research advancing layer method(ALM) augmented by elliptic smoothing method is used for the structured grid generation. And to achieve a stereoscopic viewing capability, two graphic windows are used to render its own viewing image for the left and right eye respectively. These two windows are merged into one image using 3D monitor and the viewers can see the mesh data visualization results with stereoscopic depth effects by using polarizing glasses. In this paper three dimensional mesh data visualization with stereoscopic technique combined with 3D monitor is demonstrated, and the current achievement would be a good start-up for further development of low-cost high-quality stereoscopic mesh data visualization system which can be shared by many users through the web.

Schedule Management Program based on Ajax MVC (Ajax MVC 기반 일정관리프로그램)

  • Park, Jin-Chul;Lee, Yeong-Kyeong;Kim, Tea-Sung;Jang, Hea-Yong;Shin, Dong-Suk
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2007.11a
    • /
    • pp.833-836
    • /
    • 2007
  • Recently, variety Web applications which is used Web2.0 are being developed and serviced. In this paper, we implemented Schedule Management Program for the individual and group based on Ajax applications, which apply the MVC design pattern with Java Servlet in order to complement Schedule Management Program which is developed with server-script languages. Also, we improved utilization of applications to provide various additional service through mash-ups built by combing APIs.

  • PDF

Measurement of program volume complexity using fuzzy self-organizing control (퍼지 적응 제어를 이용한 프로그램 볼륨 복잡도 측정)

  • 김재웅
    • Journal of the Korea Computer Industry Society
    • /
    • v.2 no.3
    • /
    • pp.377-388
    • /
    • 2001
  • Software metrics provide effective methods for characterizing software. Metrics have traditionally been composed through the definition of an equation, but this approach restricted within a full understanding of every interrelationships among the parameters. This paper use fuzzy logic system that is capable of uniformly approximating any nonlinear function and applying cognitive psychology theory. First of all, we extract multiple regression equation from the factors of 12 software complexity metrics collected from Java programs. We apply cognitive psychology theory in program volume factor, and then measure program volume complexity to execute fuzzy learning. This approach is sound, thus serving as the groundwork for further exploration into the analysis and design of software metrics.

  • PDF

The Targeting for Users Data Service of 3D-mesh contents (맞춤형 Targeting 3차윈 컨텐츠 Data 서비스)

  • Jung Jong-Jin;Lee Jong-Sul;Lim Tae-Bum;Lee Seok-Pil
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2003.11a
    • /
    • pp.83-86
    • /
    • 2003
  • With the opening of digital broadcast services and development of wire/wireless Internet, the current multimedia broadcasting is provided for has various services. The user will be provided lots of various content through the various channel and media. Content provider and consumer want the various service using content with the better quality which is fit to user preference. For transmitting this content in the limited transmission channel capacity, it needs to transmit the highly compressed content which user wants. The content of 3D mesh model-based on MPEG-4 enables the various content service that provides the lower capacity and the better quality, and Targeting service enables just provide the contents that user more wants and likes. The adaption of Java application program and 3D program can provide the content service utilizing 3D mesh model, so content provider and consumer can share the more information about the content. This paper has presented the study on the targeting service using compression of 3D mesh model-based on MPEG-4 and the adaptation of Java application program using it

  • PDF

Implementation of a Display and Analysis Program to improve the Utilization of Radar Rainfall (레이더강우 자료 활용 증진을 위한 표출 및 분석 프로그램 구현)

  • Noh, Hui-Seong
    • Journal of Digital Contents Society
    • /
    • v.19 no.7
    • /
    • pp.1333-1339
    • /
    • 2018
  • Recently, as disasters caused by weather such as heavy rains have increased, interests in forecasting weather and disasters using radars have been increasing, and related studies have also been actively performed. As the Ministry of Environment(ME) has established and operated a radar network on a national scale, utilization of radars has been emphasized. However, persons in charge and researchers, who want to use the data from radars need to understand characteristics of the radar data and are also experiencing a lot of trials and errors when converting and calibrating the radar data from Universal Format(UF) files. Hence, this study developed a Radar Display and Analysis Program(RaDAP) based on Graphic User Interface(GUI) using the Java Programming Language in order for UF-type radar data to be generated in an ASCII-formatted image file and text file. The developed program can derive desired radar rainfall data and minimize the time required to perform its analysis. Therefore, it is expected that this program will contribute to enhancing the utilization of radar data in various fields.

Memory Access Behavior of Embedded Java Virtual Machine in Energy Viewpoint (에너지 관점에서 임베디드 자바가상기계의 메모리 접근 형태)

  • Yang Heejae
    • The KIPS Transactions:PartA
    • /
    • v.12A no.3 s.93
    • /
    • pp.223-228
    • /
    • 2005
  • Several researchers have pointed out that the energy consumption in memory takes a dominant fraction on the energy budget of a whole embedded system. This applies to the embedded Java virtual machine tn, and to develop a more energy-efficient JVM it is absolutely necessary to optimize the energy usage in Jana memory. In this paper we have analyzed the logical memory access pattern in JVM as it executes numerous number of bytecode instructions while running a Java program. The access pattern gives us an insight how to design and select a suitable memory technology for Java memory. We present the memory access pattern for the three logical data spaces of JVM: heap, operand stack, and local variable array. The result saws that operand stack is accessed most frequently and uniformly, whereas heap used least frequently and non-uniformly among the three. Both heap and local variable array are accessed mostly in read-only fashion, but no remarkable difference is found between read and write operations for operand stack usage.