• 제목/요약/키워드: Strategy Programming

검색결과 292건 처리시간 0.027초

공공극장 기획공연의 프로그래밍 사례 연구 -예술의전당 오페라하우스 공연 기획의 성과와 과제- (A Case Study on the Programming of Public Theaters in Korea -Analysis of the Achievements and the Challenges of the Opera House of the Seoul Arts Center for the years from 1993 to 2011-)

  • 고희경
    • 한국연극학
    • /
    • 제48호
    • /
    • pp.509-547
    • /
    • 2012
  • The Seoul Arts Center is an representing Korean arts-complex consisting of the Opera House, the Concert Hall and the Museums. Since its opening in 1993, it has been established as a mecca of arts and the culture in Korea. Many local public theatres in Korea are benchmarking its operating system and policy. Unlike most European or American theatres, the Seoul Arts Center has no resident art companies. It is not a 'producing theatre' whose programming is mainly based on house productions with resident companies, but a 'presenting theatre' that is to be managed with rental and invitation programs without resident companies. The majority of the Korean public theatres are also presenting theatres. This study aims to research and analyze how the Seoul Arts Center has developed the programming of the Opera House for last 19 years and which challenges and issues it has been dealing with, and finally to propose what will be recommendable remedies for its successful future. The analysis is divided into four development stages: preparation period from 1981 to 1992, establishment period from 1993 to 1999, growth period from 2000 to 2006, and lastly crisis period from 2007 to 2011. Facing the 20th anniversary next year(2013), the Opera House of the Seoul Arts Center is going through recent critical situations: higher competitions among increased theatres, trends of commercial musical productions, and rapid declines in its house programs due to the low budget and unclear programming policy. I propose as a discussion to start a repositioning strategy as a Korea's representing arts-complex, utilizing all sources from inside and outside and having the policy direction.

비전공 학부생 대상의 SW 교육을 위한 교수-학습 모델 개발 (A Developing a Teaching-Learning Model of Software Education for Non-major Undergraduate Students)

  • 손원성
    • 실천공학교육논문지
    • /
    • 제9권2호
    • /
    • pp.107-117
    • /
    • 2017
  • 비전공 학부생을 대상으로 SW 교육을 시행하는 대학들이 점차 늘어가고 있다. 그러나 비전공 학생들은 프로그래밍 언어를 습득하는 과정에서 다양한 어려움들을 겪고 있으며, 그 효용성 측면에서 반대의 의견도 있는 것도 사실이다. 본 연구에서는 이러한 문제를 개선하기 위하여 디자인기반 소프트웨어 교육 모델(DBSEM: Design based software education model) 및 교육과정을 개발하고 지난 8년 동안 학부 비전공 학생들에게 적용하였다. 제안 기법에서는 '블록기반의 프로그래밍 도구'와 같은 특화된 교육 도구를 제공하되 컴퓨팅 사고 형성을 위한 '핵심모듈' 및 개념학습 모듈을 개발하고 이를 기반으로 하는 프로토타입 설계 모듈 그리고 코팅전략을 적용하였다. 그 결과 비전공의 학부 학생들도 누구나 쉽게 블록 기반의 스크립팅 도구를 학습하고 이를 통하여 컴퓨팅 사고의 핵심개념을 습득하는 성과를 얻을 수 있었다.

디지털 트랜스포메이션을 위한 프로그래밍 교육 - 무엇을 어떻게 가르쳐야 하는가? (Programming Education for Digital Transformation - What to Teach and How?)

  • 박수진
    • 기술혁신연구
    • /
    • 제31권2호
    • /
    • pp.237-262
    • /
    • 2023
  • 디지털 트랜스포메이션은 기업의 경영 전략적 관점에서의 조직, 프로세스, 비즈니스 모델, 커뮤니케이션의 광범위하고 근본적 변화를 요구하고 있으나, 성공적인 트랜스포메이션의 핵심 선제요건 중 하나는 구성원의 IT(Information Technology) 역량이다. 공학적 배경 지식 없이 기술경영을 전공하는 학생들은 비교적 단기간에 경영관리 능력과 IT 역량을 동시에 키워야 하는 난제에 처해 있다. 이러한 이유로 효과적인 IT 역량 교육 방법은 기술경영학 분야의 교육 이슈 중 하나로 부각되고 있다. 본 논문은 디지털 트랜스포메이션의 흐름을 주도할 수 있는 학생들을 양성하기 위한 IT 역량 교육은 "무엇"을 "어떻게" 가르쳐야 할 것인가라는 질문에 대한 답을 찾기 위한 하나의 사례로서, 서강대학교 기술경영 전문대학원의 IT 관련 커리큘럼 리노베이션의 과정과 현재까지 교육과정 실행 결과를 제시한다. 특히, IT 역량 교육의 출발점이자 진입장벽이 되는 기초 프로그래밍 교육 과정의 피드백 결과에 대한 충분한 논의를 통해, 기술경영대학원 학생들을 위한 효율적인 IT 교육의 운영 방향에 대한 선행 참조사례를 제공하는 데 본 논문의 목적이 있다.

Exploring Efficient Solutions for the 0/1 Knapsack Problem

  • Dalal M. Althawadi;Sara Aldossary;Aryam Alnemari;Malak Alghamdi;Fatema Alqahtani;Atta-ur Rahman;Aghiad Bakry;Sghaier Chabani
    • International Journal of Computer Science & Network Security
    • /
    • 제24권2호
    • /
    • pp.15-24
    • /
    • 2024
  • One of the most significant issues in combinatorial optimization is the classical NP-complete conundrum known as the 0/1 Knapsack Problem. This study delves deeply into the investigation of practical solutions, emphasizing two classic algorithmic paradigms, brute force, and dynamic programming, along with the metaheuristic and nature-inspired family algorithm known as the Genetic Algorithm (GA). The research begins with a thorough analysis of the dynamic programming technique, utilizing its ability to handle overlapping subproblems and an ideal substructure. We evaluate the benefits of dynamic programming in the context of the 0/1 Knapsack Problem by carefully dissecting its nuances in contrast to GA. Simultaneously, the study examines the brute force algorithm, a simple yet comprehensive method compared to Branch & Bound. This strategy entails investigating every potential combination, offering a starting point for comparison with more advanced techniques. The paper explores the computational complexity of the brute force approach, highlighting its limitations and usefulness in resolving the 0/1 Knapsack Problem in contrast to the set above of algorithms.

Octave를 이용한 전기 요금 최소화를 위한 ESS 운전 전략 최적화 방법에 대한 분석 (An Analysis of Optimal Operation Strategy of ESS to Minimize Electricity Charge Using Octave)

  • 공은경;손진만
    • 한국산학기술학회논문지
    • /
    • 제19권4호
    • /
    • pp.85-92
    • /
    • 2018
  • 수요관리를 통해 전기요금을 절감할 수 있다. 부하의 수요 관리 방법 중 하나로 ESS를 설치해 수요가 높은 시간대의 부하를 수요가 낮은 시간대로 옮기는 peak shifting을 사용함으로써 최대 부하를 낮추고 전력량 요금을 절감할 수 있다. 전기요금은 계약 용량 당 기본요금과 전력량 요금으로 이루어져있다. 전력량 요금을 최소화하기 위한 최적화 수행시 목적함수는 선형식으로 표현할 수 있으며, 기본 요금 최소화를 위한 목적함수는 이차식으로 표현할 수 있다. 선형식으로 표현된 목적함수에서는 ESS PCS(Power Conversion System)의 충, 방전 효율이 다른 경우를 다룰 수 없기 때문에 본 논문에서 충, 방전 효율이 다른 경우의 영향을 반영하고 혼합정수계획법(MILP, Mixed Integer Linear Programming)을 이용할 수 있는 정식을 제시하였다. 혼합정수계획법을 사용한 정식에서는 사전에 정해진 최대 부하 절감율에 대해 전기요금 최소화를 수행하게 되지만 최대 부하 절감과 전기요금 절감을 동시에 고려하기 위해서는 이차 계획법을 사용하는 것이 유용하다. 본 논문에서는 각 최적화 방법에 대한 장, 단점을 도시철도 변전소에 대한 시뮬레이션 결과를 정량적으로 비교분석하여 ESS 설비계획수립에 적합한 최적화 방법을 선택할 수 있는 근거를 제시하였다.

웹 데이터베이스 연결도구의 비교 분석 (Comparative Analysis of Web Database Connectivity Tools)

  • 박성헌;박지헌
    • 정보기술과데이타베이스저널
    • /
    • 제7권2호
    • /
    • pp.101-115
    • /
    • 2000
  • Since web has been used as the front-end of database, many web database connectivity tools have been developed and being developed now. For web developers and educators, it has been a difficult problem to select one tool out of so many alternatives. This paper compares web database connectivity tools available on PC Windows environment in the viewpoint of developers and educators. This comparative analysis focuses on the functions and programming techniques provided by these tools through implementing a simple case study using these software solutions. The performance analysis of these tools was not done in this reason.

  • PDF

Closed-loop predictive control using periodic gain

  • Lee, Young-Il
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1994년도 Proceedings of the Korea Automatic Control Conference, 9th (KACC) ; Taejeon, Korea; 17-20 Oct. 1994
    • /
    • pp.173-176
    • /
    • 1994
  • In this paper a closed-form predictive control which takes the intervalwise receding horizon strategy is presented and its stability properties are investigated. A slate-space form output predictor is derived which is composed of the one-step ahead optimal output prediction, input and output data of the system. A set of feedback gains are obtained using the dynamic programming algorithm so that they minimize a multi-stage quadratic cost function and they are used periodically.

  • PDF

A Study on Solution Methods of Two-stage Stochastic LP Problems

  • Lee, Sang-Jin
    • 한국경영과학회지
    • /
    • 제22권1호
    • /
    • pp.1-24
    • /
    • 1997
  • In this paper, we have proposed new solution methods to solve TSLP (two-stage stochastic linear programming) problems. One solution method is to combine the analytic center concept with Benders' decomposition strategy to solve TSLP problems. Another method is to apply an idea proposed by Geoffrion and Graves to modify the L-shaped algorithm and the analytic center algorithm. We have compared the numerical performance of the proposed algorithms to that of the existing algorithm, the L-shaped algorithm. To effectively compare those algorithms, we have had computational experiments for seven test problems.

  • PDF

FMS 구현을 위한 컴퓨터 제어 체계 (The computer control hierarchy for the implementation of FMS)

  • 조광문;김태윤
    • 한국경영과학회:학술대회논문집
    • /
    • 대한산업공학회/한국경영과학회 1990년도 춘계공동학술대회논문집; 한국과학기술원; 28 Apr. 1990
    • /
    • pp.1-10
    • /
    • 1990
  • FMS is the system which improves the productivity by making production lines flexible. FMS is composed of manufacturing system, material handling system, and software to control them. FMS is a complicate system; therefore, computer is required to control FMS efficiently. In this paper the concepts of FMS are shortly reviewed and the computer software and programming strategy to control FMS are presented.

  • PDF

객체지향프로그래밍 기법을 이용한 유도전동기 최적설계 (Design of Induction Motor Using Object-Oriented Programming)

  • 최동혁;김민규;정현교
    • 대한전기학회논문지:전기기기및에너지변환시스템부문B
    • /
    • 제48권1호
    • /
    • pp.1-6
    • /
    • 1999
  • Object-oriented porgramming is a major trend in computer software because it increases the flexibility of large scale software system. In this paper the advantages of the new software approach for optimal design of induction motor are demonstrated with an implementation of the motor design and characteristics analysis functions. And evolution strategy is used in optimization process.

  • PDF