• 제목/요약/키워드: Java Programs

검색결과 171건 처리시간 0.026초

SSR-Primer Generator: A Tool for Finding Simple Sequence Repeats and Designing SSR-Primers

  • Hong, Chang-Pyo;Choi, Su-Ryun;Lim, Yong-Pyo
    • Genomics & Informatics
    • /
    • 제9권4호
    • /
    • pp.189-193
    • /
    • 2011
  • Simple sequence repeats (SSRs) are ubiquitous short tandem duplications found within eukaryotic genomes. Their length variability and abundance throughout the genome has led them to be widely used as molecular markers for crop-breeding programs, facilitating the use of marker-assisted selection as well as estimation of genetic population structure. Here, we report a software application, "SSR-Primer Generator " for SSR discovery, SSR-primer design, and homology-based search of in silico amplicons from a DNA sequence dataset. On submission of multiple FASTA-format DNA sequences, those analyses are batch processed in a Java runtime environment (JRE) platform, in a pipeline, and the resulting data are visualized in HTML tabular format. This application will be a useful tool for reducing the time and costs associated with the development and application of SSR markers.

가뭄대책 수립지원 시스템의 개발 -시스템 설계를 중심으로 - (The Development of DSS for Drought Mitigation -Mainly on Framework Design)

  • 장민원;정하우;이정재;김한중;김대식
    • 한국농공학회:학술대회논문집
    • /
    • 한국농공학회 1999년도 Proceedings of the 1999 Annual Conference The Korean Society of Agricutural Engineers
    • /
    • pp.63-68
    • /
    • 1999
  • The purpose of this study is to design the framework of DSS (Decision Support System) for drought mitigation with internet and web interface. The users who apart from central government always connect to its main server via iternet. And web interface and browser operable models make it possible to analze data related with drought and planning for drought mitigation . Thereby, it need to build a database system , which manages data update from the users, and develop java-applet programs to assist decision making. The framework of DSS might be nicely adapted to the planning and decision making for the agricultural drought migigation.

  • PDF

웹상에서의 시뮬레이션 모델 공유를 위한 XML 기반 DEVS 마크업 언어 (An XML-based DEVS Markup Language for Sharing Simulation Models on the Web)

  • 김형도
    • 한국시뮬레이션학회논문지
    • /
    • 제8권1호
    • /
    • pp.113-138
    • /
    • 1999
  • Driven by the explosive expansion and acceptance of the Internet and its multimedia front-end, the Web, a new generation of the modeling and simulation tools have come up with the name of Web-Based Simulation (WBS). Most of WBS libraries inherit its powerful advantages from Java. However, there are cases where explicit specification of models or interface objects is more desirable than the black-box programs. This paper presents an XML-based DEVS (Discrete Event System Specification) markup language for sharing simulation models on the Web. DEVS provides a system-theoretic formalism for the language while XML supports platform-independent data access. This paper focuses on the design of such a language.

  • PDF

자바 병행 프로그램의 모니터링 시스템 (A Monitoring System for Concurrent Java Programs)

  • 문세원;창병모
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2005년도 한국컴퓨터종합학술대회 논문집 Vol.32 No.1 (B)
    • /
    • pp.904-906
    • /
    • 2005
  • 자바 언어는 병행 프로그래밍을 위해 쓰레드를 제공한다. 자바 병행 프로그램은 레이스 컨디션이나 데드락에 의하여 사용자가 원하지 않은 값을 출력하거나 예기치 못한 오류를 발생시킬 수 있다. 이러한 문제는 프로그램의 전반적인 신뢰성 및 안정성에 악영향을 미칠 수 있다. 본 연구에서는 실행 중에 실시간으로 쓰레드와 동기화 객체의 발생과 처리 과정을 보여줄 수 있는 모니터링 시스템을 코드 인라인 기법을 기반으로 설계 개발하였다. 이 시스템은 사용자 옵션에 따라 관심 있는 쓰레드나 동기화 객체만을 추적할 수 있으며 실행 후에 쓰레드와 동기화 객체 관련 요약 프로파일 정보를 제공한다.

  • PDF

플래시 컴포넌트와 서비스 API를 이용한 X-인터넷 개발 프레임워크 설계 (A Design of X-internet Development Framework by Using Flash Component and Service API)

  • 고대식
    • 한국IT서비스학회지
    • /
    • 제5권3호
    • /
    • pp.165-172
    • /
    • 2006
  • In this paper, we designed a new type of X-internet framework by using Flash component and server service API and analyzed its performance. Proposed X-internet framework uses Flash MX Professional 2004, Java, and software which opened middleware and database. Since proposed framework use the server service API that we developed in this paper and Flash player, this framework does not need server module. Proposed framework enables to obtain design with dynamic user interface compare to Web application and enables to reduce development time. In analytical results, it has been shown that proposed x-internet framework have efficient characteristics such as network traffic, low development cost and dynamic user interface implementation. Since proposed X-internet framework can operate in environment of current developer friendly, it is useful for development of various new application programs and we confirm it through Flash web mail implementation by using proposed x-internet framework.

객체지향 메트릭스에 의한 자바 프로그램 테트팅 도구의 구현 (Developing Testing Tools Using Object-Oriented metrics for programs implemented by Java)

  • 김상영;황선명
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2000년도 제13회 춘계학술대회 및 임시총회 학술발표 논문집
    • /
    • pp.984-989
    • /
    • 2000
  • 최근 주목을 받고 있는 자바는 객체지향성을 가장 잘 반영한 언어이며 많은 연구 분야에서 사용되고 있지만 기존의 테스팅 도구들이 대부분 C++을 기본 대상 언어로 사용하기 때문에 자바에 적용하기 위한 테스팅 방법과 도구들이 부족한 것이 현실이다. 때문에 기존의 테스팅 도구들에 자바 프로그램을 적용하기는 까다로운 일이 아닐 수 없다. 본 논문에서는 기존에 연구되어진 객체지향 소프트웨어 메트릭스들을 자바에 적용하는 방법과 자바에 적용할 수 있는 새로운 메트릭스들과 자바프로그램의 구조를 보다 쉽게 파악하기 위한 분석지원 도구의 설계 및 구현에 대하여 연구하였다.

  • PDF

멀티스레드 프로그램의 디버깅을 위한 부분순서 수행 그래프 시각화 (Visualizing a Partial-Order Execution Graph for Debugging Multithreaded Programs)

  • 김혜림;김병철;전용기
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2008년도 추계학술발표대회
    • /
    • pp.1020-1023
    • /
    • 2008
  • 멀티스레드 프로그램의 효과적인 디버깅을 위해서는 스레드의 비결정성에 의해 야기되는 다양한 수행 양상의 직관적인 이해가 중요하다. 스레드 수행 양상을 시각화하는 기존의 기법들은 공유 변수의 접근사건들 간의 부분 순서를 표현함으로써 시각적 복잡도가 높거나 이전 수행에서 결정된 락킹 순서를 표현하여 잠재되어 있는 다른 수행 양상에 대한 정보를 제공하지 못 한다. 본 논문은 프로그램 수행의 비결정적인 부분 순서는 락의 종류와 속성을 포함하는 코드 블록으로 시각화하고, 결정적인 부분 순서는 블록들을 연결하는 간선으로 시각화한다. 본 연구의 그래프는 플랫폼에 독립적인 Java Swing으로 구현하고 합성 프로그램을 사용하여 효과성을 실험한다.

기초 프로그래밍 과목에서의 ChatGPT의 코딩 역량 분석 (Analysis of ChatGPT's Coding Capabilities in Foundational Programming Courses)

  • 나재호
    • 공학교육연구
    • /
    • 제26권6호
    • /
    • pp.71-78
    • /
    • 2023
  • ChatGPT significantly broadens the application of artificial intelligence (AI) services across various domains, with one of its primary functions being assistance in programming and coding. Nevertheless, due to the short history of ChatGPT, there have been few studies analyzing its coding capabilities in Korean higher education. In this paper, we evaluate it using exam questions from three foundational programming courses at S University. According to the experimental results, ChatGPT successfully generated Python, C, and JAVA programs, and the code quality is on par with that of high-achieving students. The powerful coding capabilities of ChatGPT imply the need for a strict prohibition of its usage in coding tests; however, it also suggests significant potential for enhancing practical exercises in the educational aspect.

결합 방식 멀티패러다임 프로그래밍을 지원하는 언어의 설계 및 구현 (Design and Implementation of a Language Supporting Compositional Approach to Multiparadigm Programming)

  • 최종명;유재우
    • 정보처리학회논문지A
    • /
    • 제10A권6호
    • /
    • pp.605-614
    • /
    • 2003
  • 본 논문에서는 멀티패러다임 프로그래밍의 결합 방식(compositional approach)[20]을 프로그래밍 언어에 적용한 새로운 형태의 멀티패러다임 언어인 Argos를 소개한다. Argo는 자바 언어의 수퍼셋이고, Argos 언어의 메소드를 정의하는 문법은 다른 언어의 문법을 사용할 수 있는 확장점을 가지고 있다. 따라서 Argos 클래스의 각 메소드는 자바, C, Prolog, Python 등의 여러 프로그래밍 언어들 중에서 하나를 선택해서 구현할수 있도록 허용함으로써 객체지향과 멀티패러다임 프로그래밍을 동시에 지원한다. Argos의 메소드는 기존의 프로그래밍 언어로 작성할 수 있기 때문에 다른 멀티패러다임 언어에 비해 상대적으로 배우기 쉽고, 라이브러리 재사용성도 높은 장점을 가지고 있다. Argos 컴파일러는 입력 프로그램 을 사용된 언어에 따라 분할하고, 분할된 메소드 코드를 해당 언어의 처리기에 전달해서 컴파일하는 DCO(delegating compiler object) 모델[28,29]에 따라 구현된다.

분산객체환경에서의 JDBC 3-tier 모델의 성능확대와 CORBA의 이용 (Property Enlargement of JDBC 3-tier Model Using CORBA Under Distributed Object Environments)

  • 이진용;전순미
    • 한국정보처리학회논문지
    • /
    • 제5권9호
    • /
    • pp.2248-2255
    • /
    • 1998
  • 이질적인 시스템으로 구축된 분산 객체 환경에서 자바로 개발된 응용 시스템과 데이터베이스 관리 시스템의 연동성은 매우 중요하다. 연동을 지원하는 기존의 JDBC 제공 모델 중에서 분산환경에서 가장 많이 쓰이는 구조가 JDBC 3-tier 모델인데 이 모델은 자바애플릿 응용시스템의 적용에서 제한적인 보안 구조를 가진 연동관계의 형성을 요구한다는 것과 또한 클라이언트에서 미들웨어로 접속하는 규약의 종류에 따라서 매번 응용프로그램에서 별도의 설계 및 구현을 해야하는 부분이 부담으로 나타나는 문제점을 안고 있다. 본 논문에서는 이 문제들을 해결하기 위해서 CORBA 분산객체 환경을 이용하였으며 기존의 FDBC 모델을 지원하는 ORB-JDBC 하위 규약과 미들웨어를 설계하고 구현하여 기존모델의 성능을 확대 시켰다. 즉, 새로 확대된 모델은 연동을 위해서 구현된 어떠한 자바 응용 프로그램에서도 시스템에 대한 보안 규제가 극복되며 또한 데이터베이스 관리시스템과의 연동관계에서 간단하게 응용프로그램만을 작성하는 것으로 연동의 작업이 이루어지게 되어 클라이언트의 제작비용과 시간을 줄여준다. 동시에 CORBA가 제공하는 DBMS 서버들 사이의 부하분배를 지원하는 SRLSMD도 있음을 모의실험을 통해서 확인한다.

  • PDF