• Title/Summary/Keyword: computer software program

Search Result 807, Processing Time 0.033 seconds

지면구성에 있어서 Proportion에 관한 연구

  • 노상철
    • Journal of the Korean Graphic Arts Communication Society
    • /
    • v.5 no.1
    • /
    • pp.1-10
    • /
    • 1987
  • This paper proposes a design for the software of Graphic system for CAD/CAM, Particularly, 2D Graphic system is studied.The implemention has been tested by GSS PC24 computer and GW-BASIC is used as program language.The system is designed with basic modules of CAD using Top-down method.

  • PDF

Development of a Computer Program for User-Oriented Analysis and Design of Prestressed Concrete Bridges

  • Kim, Tae-Hoon;Choi, Jeong-Ho;Lee, Kwang-Myong;Shin, Hyun-Mock
    • KCI Concrete Journal
    • /
    • v.12 no.2
    • /
    • pp.3-10
    • /
    • 2000
  • A computer program, named NEO-PCBRG, for the analysis and design of prestressed con-crete(PSC) bridges was developed using the finite element method. NEO-PCBRG can predict the response of PSC bridges throughout the various stages of construction and service. NEO-PCBRG has both pre- and post-processing capabilities. Pre-processing refers to all the neces- sary steps required to prepare a virtual prototype, more commonly termed a varied model for analysis. Post-processing here stands for the step in which the results from the analysis are reviewed and interpreted. In order to allow for the easy and convenient execution of the entire procedure, NEO-PCBRG was developed using computer graphics in the Visual Basic pro- gramming language. In conclusion, this study presents a new software architecture for analy-sis using the user-oriented design technique.

  • PDF

Implementation of Mobile Internet E-mail & Chatting Program using WIPI Platform

  • Hwang, Byung-Kon
    • Proceedings of the Korea Society of Information Technology Applications Conference
    • /
    • 2005.11a
    • /
    • pp.7-12
    • /
    • 2005
  • In this paper, we implemented an e-mail and chat program (client) for communication between mobile devices and PCs based on WIPI a South Korea's open wireless platform form developing device and content independent software to break from the way of developing contents that is dependent on different wireless platforms to each mobile communications company. While traditional e-mail and chat programs are written for PC-to-PC communication, we develop them for mobile-to-PC and mobile-to-mobile communications, and we expect to see various mobile contents in the future.

  • PDF

Development of two axis contouring control system based on stepping motor (스텝핑 모우터를 이용한 2축 윤곽제어 장치 개발에 관한 연구)

  • 김교형;이기설
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1987.10b
    • /
    • pp.228-231
    • /
    • 1987
  • Microprocessor-based software DDA interpolator is developed and applied to two axis contouring control of X-Y table. Developed assembly program is composed of feedrate, linear and circular DDA interpolation routines. Reference-pulse type of open-loop stepping motor control system in which the micro-computer produces a sequence of reference pulses for each axis of motion is adopted. To test performance of the developed program, X-Y table drive system based on stepping motor and shaft encoder is designed. Contouring error of the system in linear and circular path is within .+-.0.2 mm.

  • PDF

A Study of Estimation for Web Application Complexity (웹 어플리케이션의 복잡도 예측에 관한 연구)

  • Oh Sung-Kyun;Kim Mi-Jin
    • Journal of the Korea Society of Computer and Information
    • /
    • v.9 no.3
    • /
    • pp.27-34
    • /
    • 2004
  • As software developing paradigm has been changing to complicate Web environment, study of complexity becomes vigorous. Yet still it seems that general agreement has not to be reached to architecture or complexity measure of Web application. And so traditional complexity metrics - program size(LOC) and Cyclomatic Complexity can be derived from the source code after implementation. it is not helpful to the early phase of software development life cycle - analysis and design phase. In this study 6 Web projects has been used for deriving applications with possible errors suited by Complexity Indicator. Using 61 programs derived, linear correlation between complexity, number of classes and number of methods has been proposed. As Web application complexity could be estimated before implementation, effort and cost management will be processed more effectively.

  • PDF

Implementation of Web Service for the E_Commerce Database Processing (전자상거래의 DB처리를 위한 웹 서비스 구현)

  • 황하응;김정홍;이상조
    • Journal of the Korea Society of Computer and Information
    • /
    • v.7 no.4
    • /
    • pp.168-173
    • /
    • 2002
  • According to the rapid growth of Internet service, electronic commerce usage scale is growing every year. It requires the method of vitalizations of electronic commerce through reducing the software development cost and making easy of data construction. Web service, which is adapting distributed technology based on internet supports the infrastructure of reducing the software development cost through software sharing. As the shared software modules access the same data, they can reference the same data on the other site. In this paper, we designed and implemented database Processing module of the electronic commerce program using web service technology, which can make easy of site construction and sharing database. Implemented database processing module supports data selection modification insertion deletion and searching. Using this functions we showed product item information could be shared among the other electronic commerce sit.

  • PDF

Study on operating software for monitoring device network in sewage disposal facility (오수처리시설의 가동상태 확인 기기 네트웤의 운영 소프트워어에 관한 연구)

  • 박승환;김창복;김성선
    • Journal of the Korea Society of Computer and Information
    • /
    • v.7 no.1
    • /
    • pp.74-79
    • /
    • 2002
  • In field of environments the monitoring devices for sewage disposal facilities developed to overcome a problem of the water contamination according to industrializaion and urbanization. This paper presents the operating software for monitoring device network which operator in remote station is able to check and see the operating states of the sewage disposal facilities installed in local stations. The software is executed by the hardware base developed by this study and composed of the Program modules for database, data transmission and operating state analysis. As the result of the proposed software system, it is confirmed that we are able to make improvements of the effectiveness of the operating management for environment equipments.

  • PDF

Design and Implementation of LED Board Effect Program using Portable Lighting Stick (휴대용 전광봉을 이용한 전광판 효과 프로그램의 설계 및 제작)

  • Lee, Kyong-ho;Kim, Seol-hwa;Park, Yoo-Jin;Lee, Ga-Eun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2021.01a
    • /
    • pp.201-204
    • /
    • 2021
  • 본 연구에서는 휴대 할 수 있는 선형 LED 전광봉으로 2차원 LED 전광판 효과의 구현을 시도하였다. 전광봉을 회전하면 전광판의 효과가 나도록 구성한 것으로, adafruit의 스트립(strip) 형 네오픽셀(NeoPixel) 1 × 16 LED으로 형성되는 구조물을 만들고, 이를 제어 할 수 있는 회로와 제어 프로그램을 설계하고 구현하였다. 구현한 전광봉은 큰 전력 소모에도 문제없도록 리튬 이온 충전지를 이용하여 전원이 공급되도록 하여 휴대성을 구현하였고, 블루투스 칩이 부착된 아두이노를 이용하여 하드웨어 구성을 완료하였다. 아두이노에는 C++를 이용하여 전광봉으로 전광판 효과를 볼 수 있도록 LED들을 통제하는 제어용 프로그램을 구성하였을 뿐 아니라 블루투스를 이용한 스마트 폰과 통신할 수 있는 프로그램을 구현하였다. 대략 6도 단위로 LED가 제어 되도록 하여 1회전에 16 × 60 정도의 전광판 효과를 볼 수 있다. 스마트 폰에는 원하는 전광판을 구성할 수 있도록 색상 팔레트 형성 기능과, 통제용 전광판의 크기를 결정 기능, 크기가 결정된 전광판에서 원하는 색으로 홍보용 내용이 불이 켜질 수 있도록 전광판 구성 기능, 구성된 전광판 자료를 CSV(Comma Separate Value) 파일로 저장하고, 전광봉으로 보낼 수 있는 기능을 구성하였다.

  • PDF

Design of Artificial Intelligence Education Program based on Design-based Research

  • Yu, Won Jin;Jang, Jun Hyeok;Ahn, Joong Min;Park, Dae Ryoon;Yoo, In Hwan;Bae, Young Kwon;Kim, Woo Yeol
    • International journal of advanced smart convergence
    • /
    • v.8 no.4
    • /
    • pp.113-120
    • /
    • 2019
  • Recently, the artificial intelligence(AI) is used in various environments in life, and research on this is being actively conducted in education. In this paper, we designed a Design-Based Research(DBR)-based AI programming education program and analyzed the application of the program for the improvement of understanding of AI in elementary school. In the artificial intelligence education program in elementary school, we should considerthat itshould be used in conjunction with software education through programming activities, rather than creating interest through simple AI experiences. The designed education program reflects the collaborative problem-solving procedures following the DBR process of analysis - design - execution - redesign, allowing the real-world problem-solving activities using AI experiences and block-type programming language. This paper also examined the examples of education programs to improve understanding of AI by using Machine Learning for Kids and to draw implications for developing and operating such a program.

Development of a Dynamic Simulation Program for Railway Vehicles (철도차량을 위한 동역학 해석 프로그램 개발)

  • Cho, Jae-Ik;Park, Tae-Won;Yoon, Ji-Won;Kim, Young-Guk
    • Proceedings of the KSR Conference
    • /
    • 2009.05b
    • /
    • pp.473-479
    • /
    • 2009
  • Dynamic analysis is necessary for the High-Speed Railway vehicle which aims to run on max 400km/h. Especially, dynamic simulation using CAE(Computer Aided Engineering) can help to reduce the time of development of the High-Speed Railway vehicles. Also, it helps to reduce prices and improve the quality such as safety, stability and ride. There are many dynamic software for a railway vehicle, such as Vampire and ADAMS-Rail. There are limitations for each software and difficulties to analyze overall dynamics for entire railway system. To overcome these limitations, in this study, a program which can simulate entire railway vehicles was developed. This program is easy to use because it was developed using C++, which is object-oriented programming language. In addition, the basic platform for the development of dynamic solver is prepared using the nodal, modal coordinate system with a wheel-rail contact module. Rigid, flexible and large deformable body systems can be modeled by a user according to the characteristic of a desired system. Its reliability is verified by comparison with a commercial analysis program.

  • PDF