• 제목/요약/키워드: software implementation

검색결과 2,892건 처리시간 0.042초

數理計劃 소프트웨어 LinPro의 설계 및 구현 (Design and Implementation of Mathematical Programming Software-LinPro)

  • 양광민
    • 한국경영과학회지
    • /
    • 제12권1호
    • /
    • pp.139-139
    • /
    • 1987
  • This study addresses basic requirements for mathematical programming software, discusses considerations in designing these software, implementation issues facing in these types of applications development, and shows some examples of codes being developed in the course. This type of projects requires long and ever-changing evolutionary phases. The experience is therefore, valuaable in suggesting some useful hints which may be salvaged for similar projects as well as providing reusable codes. In particular, scanning and parsing the free-format inputs, symbol table management, mixed-language programming, and data structures dealing with large sparse matrices are indispensable to many management science software development. Extensions to be made are also discussed.

조직 성숙도 수준과 성과 향상을 위한 소프트웨어 프로세스 개선의 성공 요인 (The Antecedents of Software Process Improvement for Organizational Capability Maturity and Performance)

  • 김인재;최재원
    • 지식경영연구
    • /
    • 제16권2호
    • /
    • pp.227-248
    • /
    • 2015
  • SPI (Software Process Improvement) activities have been considered one of the crucial approaches to achieve high quality, productivity and timely delivery of software products and services. The basic premise of SPI model is that higher maturity levels lead to better performance. In this research, the relationships between SPI results and performance were empirically investigated with Korean software companies. CMM key process areas were categorized into two dimensions, "Process Implementation" and "Quantitative Management". The relationship between process implementation and performance was significant, but the relationship between quantitative management and performance was insignificant. The control variable, size of OU(Organizational Unit), did not have significant impact on the relationships between SPI activities and OU performance.

클래스 라이브러리 관리 시스템의 설계 및 구현 (Design and Implementation of the Class Library Management System)

  • 장영권
    • 한국컴퓨터정보학회논문지
    • /
    • 제3권3호
    • /
    • pp.47-53
    • /
    • 1998
  • 본 논문은 소프트웨어를 재사용하기 위한 클래스 라이브러리 관리 시스템(CLMS: Class Library Management System)을 설계하고 구현에 관한 것이다. 통신 관련 소프트웨어의 특징은 소프트웨어가 방대하고, 다른 소프트웨어와 달리 개발이 완료되어도 끊임없이새로운 서비스를 수용해야 하며 개발 후 유지보수 및 신규 서비스의 확장 및 추가가 용이해야 한다는 것이다. 이러한 특징 때문에 소프트웨어 재사용은 생산성과 품질 향상에 기여할것이다. 클래스 라이브러리 관리 시스템은 객체지향 데이타베이스를 기반으로 클래스 등록기, 클래스 검색기, 클래스 항해기로 이루어져 있으며 원시 코드뿐만 아니라 SDL 설계 명세서도 재사용 할 수 있도록 고안되었다.

  • PDF

Formal Models of Module Linking Mechanisms for a Single Address Space

  • 김희철;홍원기
    • 한국산업정보학회논문지
    • /
    • 제19권2호
    • /
    • pp.51-58
    • /
    • 2014
  • As WSNs(Wireless Sensor Networks) are being deployed widely in diverse application areas, their management and maintenance become more important. Recent sensor node software takes modular software architectures in pursuit of flexible software management and energy efficient reprogramming. To realize an flexible and efficient modular architecture particularly on resource constrained mote-class sensor nodes that are implemented with MCUs(Micro-Controller Units) of a single address space. an appropriate module linking model is essential to resolve and bind the inter-module global symbols. This paper identifies a design space of module linking model and respectively their implementation frameworks. We then establish a taxonomy for module linking models by exploring the design space of module linking models. Finally, we suggest an implementation framework respectively for each module linking model in the taxonomy. We expect that this work lays the foundations for systematic innovation toward more flexible and efficient modular software architectures for WSNs.

소프트웨어 프로세스 개선활동이 조직성과에 미치는 영향 (The Effect of Software Process Improvement on Organizational Performance)

  • 윤재욱;김인재
    • 한국경영과학회지
    • /
    • 제31권1호
    • /
    • pp.37-53
    • /
    • 2006
  • SPI (Software Process Improvement) activities have been considered one of the crucial approaches to achieve high quality, productivity and timely delivery of software products and services. The basic premise of SPI model is that higher maturity levels lead to better performance. In this research, the relationships between SPI results and performance were empirically investigated with Korean software companies. CMM key process areas were categorized into two dimensions, 'Process Implementation' and 'Quantitative Management'. The relationship between process implementation and performance was significant, but the relationship between quantitative management and performance was insignificant. The control variable, size of OU(Organizational Unit), did not have significant impact on the relation ships between SPI activities and OU performance.

ATM 전달망 호제어 소프트웨어의 도메인 분석과 객체지향 설계 (A domain analysis and objected-oriented design of call control software in ATM transport network)

  • 김한경;구연설
    • 전자공학회논문지A
    • /
    • 제33A권4호
    • /
    • pp.47-56
    • /
    • 1996
  • For the implementation of callcontrol software, it will be shown how to divide problems into dimain and also presents methodologies to specify domains according to the object-orented analysis techniques. Domains is specified by the set of related objects as shown in call control examples. Events and conditons are able to be transformed into system invariant so that is possible to figure out the relationship between domains and those concludes that the software requirements specification can be established for the design and implementation. Relationships existing between domains can be formalized so as to verify software requirements.

  • PDF

객체지향 프로그래밍기법을 이용한 공정 감시용 칼라 그래픽 편집기 개발에 관한 연구 (A Study on the Development of Color Graphic Editor for Process Monitoring Using Object Oriented Programming)

  • 박세화
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1996년도 하계학술대회 논문집 B
    • /
    • pp.1125-1127
    • /
    • 1996
  • Monitoring system is essential part in control system to monitor the circumstances of the industrial equipments. Color graphics is generally introduced in the monitoring system for the purpose of effective human interfaces. Hence, color graphic editor is under the implementation to draw graphic elements easily which are utilized in the monitoring situation. In this study, OOP(object oriented programming) is applied in the programming of the software. OOP enables systematic design of algorithm, easy management of the software and easy extension of additional functions. It is reported that the software is under the implementation. Therefore, preliminary structure of the software is briefly discussed in this paper.

  • PDF

소프트웨어 학습경험에 따른 초등교사의 인공지능교육 도입에 대한 인식 (The Perspective of Elementary School Teachers on Implementation of AI Education in relation to Software Training Experience)

  • 이용배
    • 정보교육학회논문지
    • /
    • 제25권3호
    • /
    • pp.449-457
    • /
    • 2021
  • 교육부는 최근 2025년부터 초중고에 인공지능교육을 도입한다고 발표하였고 언론에서는 인공지능교육 도입에 대한 우려를 나타내는 기사들을 내보내고 있다. 본 연구에서는 초등학교에서 실제 인공지능교육을 담당할 교사를 대상으로 인공지능교육 도입에 대한 인식을 분석하는데 주안점을 두고 소프트웨어와 관련된 학습경험이 많은 교사와 학습경험이 적은 교사로 구분하여 조사하였다. 분석결과, 학습경험이 많은 교사는 인공지능교육 도입에 100% 찬성의 입장을 나타내었고 학습경험이 적은 교사는 80%가 긍정적 의사를 나타내었다. 학습경험이 적은 교사의 20%가 반대하는 원인 중에는 현재의 실과 교과에 포함된 소프트웨어 단원으로도 충분하다가 높은 비율로 나타났다. 학습경험이 많은 교사와 학습경험이 적은 교사 모두 적절한 교육시기로 5-6학년을 가장 많이 선택했고 교육시수는 주당 1시간을 가장 적절한 시수로 보았다. 교과 구성 형식은 학습경험이 많은 교사의 75%가 소프트웨어교육을 독립교과로 하고 그 안에 인공지능교육을 포함시키는 방안을 선택하였고 학습경험이 적은 교사의 54%가 인공지능교육을 독립교과로 하거나 소프트웨어교육을 독립교과로 하고 인공지능교육을 그 안에 포함시키는 방안을 선택하였다. 교육내용의 선호도는 인공지능 프로그래밍 기초, 인공지능 개념 원리, 인공지능 윤리 순으로 나타났다.

Efficient Masking Methods Appropriate for the Block Ciphers ARIA and AES

  • Kim, Hee-Seok;Kim, Tae-Hyun;Han, Dong-Guk;Hong, Seok-Hie
    • ETRI Journal
    • /
    • 제32권3호
    • /
    • pp.370-379
    • /
    • 2010
  • In this paper, we propose efficient masking methods for ARIA and AES. In general, a masked S-box (MS) block can be constructed in different ways depending on the implementation platform, such as hardware and software. However, the other components of ARIA and AES have less impact on the implementation cost. We first propose an efficient masking structure by minimizing the number of mask corrections under the assumption that we have an MS block. Second, to make a secure and efficient MS block for ARIA and AES, we propose novel methods to solve the table size problem for the MS block in a software implementation and to reduce the cost of a masked inversion which is the main part of the MS block in the hardware implementation.

ISDN Basic Access를 위한 LAPD 프로토콜의 설계 및 구현 (The design and implementation of LAPD protocol for ISDN Basic Access)

  • 한운영;서창진;정희창;임주환
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1987년도 전기.전자공학 학술대회 논문집(II)
    • /
    • pp.921-923
    • /
    • 1987
  • This paper describes the design and implementation of LAPD protocol for ISDN Basic Access. In protocol design, Software module is divided according to function and interfaces between modules arc defined. After that, Software structure is defined. LAPD protocol is designed by state machine design technique and implemented by SDL.

  • PDF