• 제목/요약/키워드: Program Request

검색결과 166건 처리시간 0.023초

웹 기반의 인트라넷 관리 보고서 작성기능 설계 및 구현 (Design and Implementation of Web Based Intranet Management Report Publisher)

  • 정연기;이상동
    • 한국멀티미디어학회논문지
    • /
    • 제5권5호
    • /
    • pp.562-570
    • /
    • 2002
  • 본 논문은 인트라넷 관리자가 웹 환경에서 인트라넷의 상황을 쉽게 분석할 수 있도록, 관리자의 요구에 따라 일별, 주별, 월별, 연도별로 인트라넷의 구성관리, 성능관리, 장애관리에 대한 현황을 일괄적으로(또는 선택적으로), 자동으로 생성되게 하는 방법에 관한 것이다 본 연구의 특징은 웹을 기반으로 하여 분산 환경에서 개방형 통신망(TINA) 체계의 인트라넷 관리 보고서를 자동 생성할 수 있다는 것이다. 즉 코바(CORBA) 환경에서 사용자 에이전트(User Agent)에만 접속할 수 있게 함으로써 인트라넷 관리 시스템을 보호하고, 관리 시스템 접속 부분의 프로그램에 변경이 생기더라도 사용자 에이전트 프로그램만 수정하면 되므로 유지 보수가 용이한 구조이다.

  • PDF

Dynamic Survivable Routing for Shared Segment Protection

  • Tapolcai, Janos;Ho, Pin-Han
    • Journal of Communications and Networks
    • /
    • 제9권2호
    • /
    • pp.198-209
    • /
    • 2007
  • This paper provides a thorough study on shared segment protection (SSP) for mesh communication networks in the complete routing information scenario, where the integer linear program (ILP) in [1] is extended such that the following two constraints are well addressed: (a) The restoration time constraint for each connection request, and (b) the switching/merging capacity constraint at each node. A novel approach, called SSP algorithm, is developed to reduce the extremely high computation complexity in solving the ILP formulation. Basically, our approach is to derive a good approximation on the parameters in the ILP by referring to the result of solving the corresponding shared path protection (SPP) problem. Thus, the design space can be significantly reduced by eliminating some edges in the graphs. We will show in the simulation that with our approach, the optimality can be achieved in most of the cases. To verify the proposed formulation and investigate the performance impairment in terms of average cost and success rate by the additional two constraints, extensive simulation work has been conducted on three network topologies, in which SPP and shared link protection (SLP) are implemented for comparison. We will demonstrate that the proposed SSP algorithm can effectively and efficiently solve the survivable routing problem with constraints on restoration time and switching/merging capability of each node. The comparison among the three protection types further verifies that SSP can yield significant advantages over SPP and SLP without taking much computation time.

소도시 사회복지관의 교육문화부문 공간구성에 관한 연구 (A Study on the Space Composition of Education Culture Unit at the Social Welfare Center in Small City)

  • 이승준;채희재
    • 한국농촌건축학회논문집
    • /
    • 제10권2호
    • /
    • pp.71-78
    • /
    • 2008
  • It is true that the social welfare center influences on the community service. The recent change of social environment has influence on the configuration of space for the community social welfare center. The social welfare center fills the role of family welfare, domiciliary care, community welfare, education culture etc. Education culture magnified, and it is acting role as the community education culture center by various program including cultural desire according to the modern request to the whole local resident. In such sense, this study explore the conditions of spatial configuration for the education culture unit of social welfare center in small city. For this study, it was investigated the space role and service funtion, the service program, the usage characteristics, the service importance. In sum, the useful data were collected, analyzed, and colligated by case study. Case study and analysis contents about education culture unit of social welfare center present the basic design data for the space plan of suitable social welfare center in small city.

  • PDF

A Study on the IDL Compiler using the Marshal Buffer Management

  • Kim, Dong-Hyun
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2005년도 춘계종합학술대회
    • /
    • pp.843-847
    • /
    • 2005
  • The development of distributed application in the standardized CORBA(Common Object Request Broker Architecture) environments reduces the developing time and maintaining cost of the systems. Because of these advantages, the development of application is being progressed in the several fields using the CORBA environments. The programmers in the CORBA environments usually develop the application programs using the CORBA IDL(Interface Definition Language). The IDL files are compiled by IDL compiler and translated into the stubs and skeleton codes which are mapped onto particular target language. The stubs produced by IDL compilers processes the marshaling a data into message buffer. Before a stub can marshal a data into its message buffer, the stub must ensure that the buffer has at least enough free space to contain the encoded representation of the data. But, the stubs produced by typical IDL compilers check the amount of free buffer space before every atomic data is marshaled, and if necessary, expand the message buffer. These repeated tests are wasteful and incidence of overheads, especially if the marshal buffer space must be continually expanded. Thus, the performance of the application program may be poor. In this paper, we suggest the way that the stub code is maintain the enough free space before marshaling the data into message buffer. This methods were analyzes the overall storage requirements of every message that will be exchanged between client and server. For these analysis, in the Front End of compiler has maintain the information that the storage requirements and alignment constraints for data types. Thus, stub code is optimized and the performance of application program is increased.

  • PDF

UML 모델링과 COM을 기반으로 한 컴포넌트의 런타임 갱신 (UML Modeling and COM based Runtime Updating of Component)

  • 정한식;김일곤;김황수
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제6권6호
    • /
    • pp.601-607
    • /
    • 2000
  • 컴포넌트의 런타임 갱신은 컴포넌트를 사용하는 프로그램을 종료하지 않고, 기존에 사용하는 컴포넌트를 그 내부가 새로 변경된 컴포넌트로 교환하는 기술이다. 최근 소프트웨어 개발에서는 기존 컴포넌트를 재활용하여 새로운 소프트웨어를 개발하는 추세이다. 그러나 컴포넌트가 시간 측면에서 연속적인 서비스를 제공해야하는 소프트웨어에 사용될 때 컴포넌트를 새롭게 기능이 바뀐 것으로 변경하려면 기존 소프트웨어를 종료해야한다. 이 경우 기존 소프트웨어의 서비스를 제공받는 사용자는 서비스를 다시 요구해야 되며 때로는 자신이 사용하는 정보를 손실하는 경우도 발생한다. 따라서, 본 논문에서는 기존 컴포넌트 갱신 방법의 문제점을 해결하기 위하여 소프트웨어를 종료하지 않고 그 소프트웨어를 구성하는 컴포넌트를 새로운 컴포넌트로 갱신하기 위한 방법을 제시한다.

  • PDF

Mobile-based Educational PLC Environment Construction Model

  • Park, Seong-Hyun
    • 한국컴퓨터정보학회논문지
    • /
    • 제27권1호
    • /
    • pp.61-67
    • /
    • 2022
  • 본 논문에서는 시뮬레이션 프로그램 리소스의 일부를 모바일 환경으로 전환시킬 수 있는 모델을 제안한다. 최근 제조업에서 PLC를 컨트롤러로 사용하는 스마트 팩토리가 급속하게 확산되고 있다. 그러나 PLC 운영 인력의 부족으로 운영에 대한 어려움을 겪고 있는 상황으로, PLC 운영 교육에 대한 플랫폼이 필요한 실정이다. 현재 PLC와 관련된 대부분의 교육 플랫폼들은 2D를 기반으로 하고 있어 정확한 학습이 어렵고, 일반적인 PC 환경에서 시뮬레이션 프로그램들을 원격 교육에 적용하면, 모니터 상에 많은 요소가 표현되어 화면 전환이 불편하다. 제안 모델의 실험 결과 일반적인 상황에서 프레임 저하가 없다는 것의 확인하였고, 요청 프레임에 따른 응답 시간은 평균 102ms 으로 학습자가 시스템 지연을 체감할 수준은 아닌 것으로 판단하였다.

유치원과 초.중등학교 교과서 내 산림 교육 현황 및 개선 방안 (The Current Status of Forest Education in K-10 School Levels and Recommendations for the Future Innovative Approach)

  • 이재영;전정일;주형선;곽정난;조경준;박효인;조찬희;박정순;황은실;류미
    • 한국환경교육학회지:환경교육
    • /
    • 제23권1호
    • /
    • pp.13-26
    • /
    • 2010
  • As an effort to realize the results of last two years of study, this study had three distinguished purposes: 1) confirming whether some requests for corrections had been accepted or not 2) making a list of possible errors found in newly written textbooks and asking to fix them, and 3) classifying forest related contents identified in the textbooks according to the 150 topics included in information material, so called Forest IQ 200. Among 94 errors associated trees, forest or forest education, only thirteen of them were found to be fixed according to the request made in previous study of 2008. Especially, most of the fixed errors were identified to be in natural and social science subject textbooks and nothing was found in art and language areas. Total of 1,320 forest related items were found in the textbooks at the level of kindergarten to 10th grade(freshman in highschool). Korean student was expect to have a chance to learn forest related items 1.64 times a week for 10 years(First to 10th grade). Analyzing 1,109 contents in terms of four topic areas of forest education, the forest culture area was found to have most content of 348 including painting and recreation. Some suggestions were made to make school forest education better, and publishing the forest textbook for elementary schools was one of them.

  • PDF

공공형 어린이집 교사 양성에 대한 교육요구도 (The Curriculum Need for a Public Child-care Teacher)

  • 정다운;김정희
    • 한국보육지원학회지
    • /
    • 제8권6호
    • /
    • pp.147-168
    • /
    • 2012
  • 본 연구는 현장 중심의 어린이집 교사 양성 교육과정을 개발하기 위하여 교사, 원장, 보육관련학과 재학생 257명을 대상으로 실시되었으며, 직무요구조사 질문지를 사용하였다. 결과처리는 빈도분석, t-검증, 교차분석, ANOVA 검증 및 Sch$\acute{e}$ffe 사후검증을 실시하였다. 결과는 첫째, 공공형 어린이집에서는 전문대 출신 보육교사에 대하여 채용을 긍정적으로 생각하고, 채용 시 성실성과 수업능력을 중요하게 생각하는 것으로 나타났다. 또한 원장 및 교사들은 보육교사 자격증이 중요하다고 생각한데 비하여 재학생들은 유치원 정교사 자격증과 각종 실기관련 자격증이 필요하다고 생각하여 차이를 보였다. 둘째, 원장과 재학생은 공공형 어린이집 직무 중 교수학습준비 및 실제, 학부모 상담, 아동보호 및 안전 관련 업무를 중요하게 생각하였고, 교사들은 공공형 어린이집 직무 중 교수학습준비 및 실제, 학부모 상담, 시설관련 업무를 중요하게 생각하는 것으로 나타나 이 부분에 대한 보육현장중심의 교육과정개발이 강화되어야 하는 것으로 나타났다.

동화책을 활용한 심폐소생술 교육이 유치원생의 심정지 인지 및 구조요청 능력에 미치는 효과 (The effect of fairy-tale based cardiopulmonary resuscitation education on cardiac arrest recognition and EMS activation abilities in kindergarten children)

  • 남궁민;양현모
    • 한국응급구조학회지
    • /
    • 제28권1호
    • /
    • pp.113-126
    • /
    • 2024
  • Purpose: Education for children in South Korea is similar to that for adults, necessitating additional enhancements. Therefore, this study aimed to examine the effectiveness of fairy-tale books in cardiopulmonary resuscitation (CPR) education among kindergarten children. Methods: The study involved 64 kindergarten children enrolled in an affiliated kindergarten program were included. The participants were divided into an experimental group of 32 who received CPR education using picture books, and a control group of 32 who received education through traditional methods. Participant characteristics such as sex, age, height, weight, cardiac arrest awareness, and ability to request assistance were measured, and the collected data were statistically analyzed. Results: Following education, the experimental group showed significantly higher scores than the control group across all measures, including cardiac arrest recognition (2.25 vs. 0.34, p<.001) and consciousness assessment (1.81 vs. 0.09, p<.001). Additionally, in requesting assistance, the experimental group exhibited statistical superiority in phone usage (1.75 vs. 0.28, p<.001), situational explanation post-call (2.25 vs. 0.34, p<.001), and self-location explanation (0.84 vs. 0.00, p=.001). Conclusion: The use of fairy-tale books in CPR education enhanced cardiac arrest recognition and the ability to request assistance (EMS Activation) more effectively than the traditional educational methods among kindergarten children.

웹 기반의 통계 프로그램의 유형 분석과 설계 방안 연구 (Design Scheme and Analysis of Web-Based Statistics Program Types)

  • 정남철
    • 디지털콘텐츠학회 논문지
    • /
    • 제8권2호
    • /
    • pp.149-156
    • /
    • 2007
  • 본 논문에서는 통계 어플리케이션을 웹 서버에서 내려받기 하여 클라이언트에 저장, 설치하고 stand alone 형태로 운영되도록 개발된 DAVIS에 대하여 개발 기법과 구현된 형태를 연구하고, 서버 기반의 통계 프로그램과 클라이언트 기반의 통계 프로그램에 대하여 고찰한다. 그리고 이들 유형에 대한 장단점을 파악하여 좀 더 발전된 통계학습시스템의 설계 방안을 제안한다. 이 시스템은 클라이언트 요청에 의하여 클라이언트에서 어플리케이션이 실행되고, 통계 데이터는 데이터베이스 서버에서 로드하거나 사용자에 의해 클라이언트에서 입력하는 형태로 설계되어 통계 분석을 수행토록 한다.

  • PDF