• 제목/요약/키워드: JAVA program

검색결과 339건 처리시간 0.034초

유전 알고리즘 기반의 함수 최적화를 위한 자바 패키지 개발에 관한 연구 (A Study on the Development Java Package for Function Optimization based on Genetic Algorithms)

  • 강환수;강환일;송영기
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2000년도 하계종합학술대회 논문집(3)
    • /
    • pp.27-30
    • /
    • 2000
  • Many human inventions were inspired by nature. The artificial neural network is one example. Another example is Genetic Algorithms(GA). GAs search by simulating evolution, starting from an initial set of solutions or hypotheses, and generating successive "generations" of solutions. This particular branch of AI was inspired by the way living things evolved into more successful organisms in nature. To simulate the process of GA in a computer, we must simulate many times according to varying many GA parameters. This paper describes the implementation of Java Package for efficient applications on Genetic Algorithms, called "JavaGA". The JavaGA used as a application program as well as applet provides graphical user interface of assigning major GA parameters.

  • PDF

실시간 클래스 생성에 의한 해석적 자바 코드의 성능 향상 기법 (A Performance Tuning Technique for Interpretable Java Code by Realtime Class Generation)

  • 김윤호
    • 한국산업정보학회논문지
    • /
    • 제7권3호
    • /
    • pp.81-88
    • /
    • 2002
  • 본 논문에서는 실시간에 많은 회수의 해석처리를 요하는 문제에 대한 자바 코드 성능 향상을 위한 실시간 클래스 생성 방식을 제안한다. 먼저 해석 처리한 결과를 실시간에 동적으로 자바 소스로 생성하고 컴파일한 뒤 메모리에 적재시키며, 이후에는 생성된 클래스의 메소드 호출에 의해 계산이 처리되도록 한다. 이렇게 함으로써 매번 해석에 따른 시간 부담을 감소시켜 반복 계산의 성능의 향상시켰다.

  • PDF

Automatic Alignment System for Group Schedule of Event-based Real-time Response Web Processing using Node.js

  • Kim, Hee-Wan
    • 한국정보전자통신기술학회논문지
    • /
    • 제11권1호
    • /
    • pp.26-33
    • /
    • 2018
  • A web application running on the Internet is causing many difficulties for a program developer, and it requires to process multiple sessions at the same time due to the occurrence of excessive traffic. Web applications should be able to process concurrent requests efficiently and in real time. Node.js is a single-threaded server-side JavaScript environment implemented in C and C ++ as one of the latest frameworks to implement event models across the entire stack. Nodes implement JavaScript quickly and robust to achieve the best performance using a JavaScript V8 engine developed by Google. In this paper, it will be explained the operation principle of Node.js, which is a lightweight real-time web server that can be implemented in JavaScript for real-time responsive web applications. In addition, this application was practically implemented through automatic alignment system for group scheduling to demonstrate event-based real-time response web processing.

웹 기반에서의 실시간 원격교육을 위한 멀티미디어 플렛폼 설계 및 구현 (Design and Implementation of a Multimedia Platform for a Realtime Distant Education on the Web)

  • 손형도;김윤홍;강승찬;박병수;김일태
    • 한국멀티미디어학회논문지
    • /
    • 제2권4호
    • /
    • pp.419-429
    • /
    • 1999
  • 본 논문에서는 멀티미디어 원격 CAI(Computer Assistant Instruction) 기술과 자바(Java) 기술을 이용하여 웹을 기반으로 하는 실시간 원격교육 시스템을 설계하고 구현하였다. 본 시스템은 웹 기반의 코스웨어(Courseware) 및 텍스트 기반의 문자강의 그리고 원격OHP를 실시간으로 제공한다. 코스웨어는 컴퓨터 기초교육을 제공하며 , 오소웨어 (Authorware)를 이용하여 구축하였다 실시간 원격교육을 위한 문자강의 및 원격 OHP의 클라이언트/서버 프로그램은 자바 애플릿(Applet)과 자바 애플리케이션(Application)으로 개발되었고, 자바 서블릿(Servlet)을 이용하여 본 시스템의 CGI프로그램을 작성하였다.

  • PDF

웹기반 3차원 기구 동적 거동 가시화 시스템 개발 (Web-based 3D Animation System for Visualization of Motions of Mechanisms)

  • 남소정;한형석;이재경;김동성
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 2003년도 춘계학술대회 논문집
    • /
    • pp.1735-1738
    • /
    • 2003
  • The dynamic design and evaluation of mechanisms need to be performed in a collaboration or concurrent system in order to shorten the development period of the product. A web-based system is the most suitable concurrent system to promote effective collaboration. In order to develop such a web-based system, Java Applet, which is not restrained by a computer's H/W and S/W, is widely used. This paper introduces a web-based 3D animation system for visualizing the motions of mechanisms. This web-based 3D animation system uses a JAVA Applet program method, which can be operated in a web-browser, and the Open Inventor for Java, which supports 3D graphics. It does not only allows the user to verify dynamic simulation results and design variables through the web, but it also has the advantage of supporting collaboration among a number of users through simultaneous connections.

  • PDF

자바 기반의 동력전달계 성능 시뮬레이션 시스템 개발 (Development of a Powertrain Performance Simulation System in JAVA)

  • 이재경;한형석
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 2003년도 춘계학술대회 논문집
    • /
    • pp.1747-1750
    • /
    • 2003
  • The development of a Web-based powertrain performance simulation system is introduced. The development approach of system architecture and each module is introduced along with the H/W and S/W used. The interface with all users is developed via a JAVA applet. The powertrain modeling and other job history data of a user is managed systematically on the server by database to increase the reusability of the data. A self-developed program using object-oriented programming is used as a solver for the performance simulation. The graph tool for the analysis of simulation results has the collaboration support developed based on JAVA so that synchronous users can view the same result. As a result, the powertrain simulation is possible only with Web-browser for the user and the collaboration support among the relevant engineers is possible.

  • PDF

센서 네트워크를 위한 자바 가상 기계 (A Java Virtual Machine for Sensor Networks)

  • 김성우;이종민;이중화;신진호
    • 제어로봇시스템학회논문지
    • /
    • 제14권1호
    • /
    • pp.13-20
    • /
    • 2008
  • Sensor network consists of a large number of sensor node distributed in the environment being sensed and controlled. The resource-constrained sensor nodes tend to have various and heterogeneous architecture. Thus, it is important to make its software environment platform-independent and reprogrammable. In this paper, we present BeeVM, a Java operating system designed for sensor networks. BeeVM offers a platform-independent Java programming environment with its efficiently executable file format and a set of class APIs for basic operating functions, sensing and wireless networking. BeeVM's high-level native interface and layered network subsystem allow complex program for sensor network to be short and readable. Our platform has been ported on two currently popular hardware platforms and we show its effectiveness through the evaluation of a simple application.

Randomwalk 이론을 이용한 Web 기반 동영상 프로그램의 개발 (Development of Web-Based Simulation Program Using the Randomwalk Theory)

  • 김성근;김주래;우규환
    • 대한화학회지
    • /
    • 제43권4호
    • /
    • pp.469-474
    • /
    • 1999
  • 본 연구에서는 Randomwalk 이론을 이용하여 동영상 프로그램을 개발하였다. 보통 화학 교과는 원자, 분자와 같은 입자의 행동을 이해하는데 어려움이 많아 이에 관한 학생들의 오개념이 많이 나타나고 있다. Randomwalk 이론을 도입한 동영상으로 분자 운동을 표현한 본 프로그램은 실제 분자 운동의 과정을 제대로 이해하는데 도움을 줄 것이다. 본 연구에서는 특히 JAVA 언어를 사용하여 Web 상에 프로그램을 구현함으로써 누구나 쉽게 이용할 수 있게 하였다. 이들 프로그램은 두가지의 프로그램으로 짜여져 있다. 하나는'Diffusion' 프로그램이며, 입자의 확산 과정을 실제와 같이 동영상으로 구현되도록 하였다. 또 다른 하나는 'Randomwalk' 프로그램으로 입자의 운동 과정에 대한 궤적을 표현함으로써 분자 운동에 대한 분명한 이해를 가능하게 하였다.

  • PDF

정적분석을 이용한 자바 언어의 권한검사 시각화 시스템 (A Visualization System for Permission Check in Java using Static Analysis)

  • 김윤경;창병모
    • 정보처리학회논문지A
    • /
    • 제13A권5호
    • /
    • pp.399-404
    • /
    • 2006
  • Java 2에서 자원에 대한 접근 권한관리를 위하여 프로그래머는 프로그램 실행에 필요한 권한들을 정책파일(polic file)에 기술하고, 보안관 리자(Security Manager)를 설치하여 프로그램을 수행시킨다. 프로그램 실행 중에 자원에 대한 접근을 시도할 때마다. 보안관리자는 스택 인스펙션을 통해 접근 권한이 있는지 검사한다. 본 논문에서는 프로그래머가 안전한 보안정책을 세우는데 편의를 제공하고자 권한검사 관련 정보를 정적으로 분석하여 시각적으로 보여주는 시스템을 구현하였다. 권한김사 시각화 시스템은 정적 권한검사 분석에 기반하여, 각 메소드 별로 항상 성공하거나 항상 실패하는 권한검사를 계산한다. 프로그래머는 프로그램을 실행시켜보기 전에 권한검사와 스택 인스펙션이 어떻게 수행되는지 시각적으로 확인해 볼 수 있다. 이러한 정보를 토대로 안전한 보안정책을 세우기 위해 프로그램이나 정책파일을 수정할 수 있다.

A Method for Comparing Multiple Bacterial Community Structures from 16S rDNA Clone Library Sequences

  • Hur, Inae;Chun, Jongsik
    • Journal of Microbiology
    • /
    • 제42권1호
    • /
    • pp.9-13
    • /
    • 2004
  • Culture-independent approaches, based on 16S rDNA sequences, are extensively used in modern microbial ecology. Sequencing of the clone library generated from environmental DNA has advantages over fingerprint-based methods, such as denaturing gradient gel electrophoresis, as it provides precise identification and quantification of the phylotypes present in samples. However, to date, no method exists for comparing multiple bacterial community structures using clone library sequences. In this study, an automated method to achieve this has been developed, by applying pair wise alignment, hierarchical clustering and principle component analysis. The method has been demonstrated to be successful in comparing samples from various environments. The program, named CommCluster, was written in JAVA, and is now freely available, at http://chunlab.snu.ac.kr/commcluster/.