• 제목/요약/키워드: needs-driven

Search Result 292, Processing Time 0.028 seconds

Peducing the Overhead of Virtual Address Translation Process (가상주소 변환 과정에 대한 부담의 줄임)

  • U, Jong-Jeong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.3 no.1
    • /
    • pp.118-126
    • /
    • 1996
  • Memory hierarchy is a useful mechanism for improving the memory access speed and making the program space larger by layering the memories and separating program spaces from memory spaces. However, it needs at least two memory accesses for each data reference : a TLB(Translation Lookaside Buffer) access for the address translation and a data cache access for the desired data. If the cache size increases to the multiplication of page size and the cache associativity, it is difficult to access the TLB with the cache in parallel, thereby making longer the critical timing path in the processor. To achieve such parallel accesses, we present the hybrid mapped TLB which combines a direct mapped TLB with a very small fully-associative mapped TLB. The former can reduce the TLB access time. while the latter removes the conflict misses from the former. The trace-driven simulation shows that under given workloads the proposed TLB is effective even when a fully-associative mapped TLB with only four entries is added because the effects of its increased misses are offset by its speed benefits.

  • PDF

A Low Power 3D Graphics Accelerator Considering Both Active and Standby Modes for Mobile Devices (모바일기기의 동작모드와 대기모드를 모두 고려한 저전력 3차원 그래픽 가속기)

  • Kim, Young-Sik
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.34 no.2
    • /
    • pp.57-64
    • /
    • 2007
  • This paper proposed the low power texture cache for mobile 3D graphics accelerators. It is very important to reduce the leakage power in the standby mode for mobile 3D graphics accelerators and the memory access latency of texture mapping in the active mode which needs a large memory bandwidth. The proposed structure reduces the leakage power using variable threshold values of power mode transitions according to the selected texture filtering algorithms of application programs, which has the run time gain for texture mapping. In the trace driven cache simulation the proposed structure shows the best 7% performance gain to the previous MSA cache according to the new performance metric considering both normalized leakage power and run time impact.

Performance of Blowoff Flow for a LPG Fuel Pump with Various Fuel Filters (LPG 펌프에서 필터 종류에 따른 펌프 토출성능에 대한 연구)

  • Lee, Seok-Hwan;Park, Cheol-Woong;Kim, Chang-Up
    • Journal of the Korean Institute of Gas
    • /
    • v.13 no.4
    • /
    • pp.1-7
    • /
    • 2009
  • In recent years, the needs for more fuel-efficient and lower-emission vehicles have driven to use the alternative fuel of LPG(Liquefied Petroleum Gas) which is able to meet the more stringent legislations without many modifications to current engine. LPLi (Liquid Phase LPG Injection) system (the 3rd generation LPG injection system) is the core technology to produce power equivalent to a gasoline engine with less emissions. The LPG fuel pump can supply the compressed LP gas in the liquid phase to engine. The fuel filter is attached in the fuel pump to eliminate the remnants in the liquid phased LP gas and the performance of blowoff flow for a pump can be varied with various filters. In this study, experiments were conducted to investigate the performance and efficiency of the impeller type LPG fuel pump under various filter types of microfiber, double mesh and external filter. And blowoff flow for a LPG fuel pump was measured according to the temperature of the fuel.

  • PDF

AHP와 하이브리드 필터링을 이용한 개인화된 추천 시스템 설계 및 구현

  • Kim, Su-Yeon;Lee, Sang Hoon;Hwang, Hyun-Seok
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.17 no.7
    • /
    • pp.111-118
    • /
    • 2012
  • Recently, most of firms have continuously released new products satisfying various needs of customers in order to increase market share. As a lot of products with various functionalities, prices and designs are released in the market, users have difficulties in choosing an appropriate product, especially for information technology driven devices. In case of digital cameras, inexperienced users spend a lot of time and efforts to find proper model for them. In this study, therefore, we design and implement a personalized recommendation system using analytic hierarchy process, one of the multi-criteria decision making techniques, and hybrid filtering combining content-based filtering and collaborative filtering to recommend a suitable product for inexperienced users of information technology devices.

The Study of SPA Brand Spacial Expression Applied to Experience Marketing - Focused on Flagship Stores in Myungdong - (체험마케팅을 적용한 SPA브랜드 공간 표현 특성에 관한 연구 - 명동 플래그쉽 스토어를 중심으로 -)

  • Woo, Ye-Seul;Kim, Kai-Chun
    • Korean Institute of Interior Design Journal
    • /
    • v.21 no.2
    • /
    • pp.123-132
    • /
    • 2012
  • In the trend of concentrating on the consumer driven experience market as a new marketing concept according to the improvement of life standard and the change of consummation pattern, SPA brand has applied experience marketing strategies to the market successfully to be grown constantly with consumer secure and production of business benefit through brand image and positive consumer attraction. Therefore, this study aims to research the experiential representation element and attribute in the competitive Global SPA brand space due to the sustainable growth from the recent domestic fashion market based on the strategy type of the experiential marketing. Thus, the experiential marketing strategy type was drawn based on the experiential marketing and the theoretical reflections of Global SPA brand, and the SPA brand space was classified depending on the attribute of the commercial space for making the framework of case analysis, so it was progressed as the method of analysis through the experiential representation attribute in the SPA brand space. The marketing strategy and representation for advertising the image of company and product message by the SPA brand should be planned, so successful application of the experiential marketing to the shop is connected to the corporate interests, and forming the meaning more than space by impressing on the consumers the brand and arousing the emotional experience of the consumers and meeting the consumers' a variety of needs had effects on forming a lasting relationship between the brand and consumers. Therefore, this study is expected to be an opportunity to vitalize the domestic SPA brand behind the competition with the Global SPA brand.

  • PDF

Efficient Buffer Allocation Policy for the Adaptive Block Replacement Scheme (적응력있는 블록 교체 기법을 위한 효율적인 버퍼 할당 정책)

  • Choi, Jong-Moo;Cho, Seong-Je;Noh, Sam-Hyuk;Min, Sang-Lyul;Cho, Yoo-Kun
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.27 no.3
    • /
    • pp.324-336
    • /
    • 2000
  • The paper proposes an efficient buffer management scheme to enhance performance of the disk I/O system. Without any user level information, the proposed scheme automatically detects the block reference patterns of applications by associating block attributes with forward distance of a block. Based on the detected patterns, the scheme applies an appropriate replacement policy to each application. We also present a new block allocation scheme to improve the performance of buffer cache when kernel needs to allocate a cache block due to a cache miss. The allocation scheme analyzes the cache hit ratio of each application based on block reference patterns and allocates a cache block to maximize cache hit ratios of system. These all procedures are performed on-line, as well as automatically at system level. We evaluate the scheme by trace-driven simulation. Experimental results show that our scheme leads to significant improvements in hit ratios of cache blocks compared to the traditional schemes and requires low overhead.

  • PDF

Using metaphorical techniques in focus groups to uncover mothers' feelings about family meals

  • Kling, Leslie;Cotugna, Nancy;Snider, Sue;Peterson, P. Michael
    • Nutrition Research and Practice
    • /
    • v.3 no.3
    • /
    • pp.226-233
    • /
    • 2009
  • Traditional nutrition education has not been shown to consistently produce behavior change. While it has been suggested that using emotion-based messages may be a better way to influence nutrition behavior change, this has not been well tested. Producing emotion-based messages is a multi-step process that begins with exploring subconscious barriers to behavior change rather than the more obvious and typically reported barriers. The purpose of this research was to uncover the emotional reasons, sometimes referred to as emotional pulse points, for mothers' choosing or not choosing to have more family meals. This would then serve as the first step to developing emotion-based messages promoting the benefits of family meals. Five focus group interviews were conducted with 51 low-income Black (n=28) and white (n=23) mothers. Metaphorical techniques were used to determine underlying feelings toward family and family meals. Discussions were video-taped, transcribed, and manually analyzed using a content-driven, immersion/crystallization approach to qualitative data analysis. Four themes emerged around the definition of family: acceptance, sharing, chaos, and protective/loyal. Some mothers felt mealtime was merely obligatory, and described it as stressful. Some reported a preference for attending to their own needs instead of sitting down with their children, while others felt that mealtime should be used to interact with and educate children and felt guilty when they were not able to provide family meals. Three themes emerged around feelings towards having or not having family meals: unimportant, important, and guilty. When explored further, mothers indicated that using the feeling of guilt to encourage family meals might be effective. Data obtained are being used to develop innovative, emotion-based messages that will be tested for effectiveness in promoting family meals.

A Study on the Component Development For e-Business Application Systems (e-비즈니스 응용 시스템을 위한 컴포넌트 개발에 관한 연구)

  • Kim, Haeng-Kon
    • The KIPS Transactions:PartD
    • /
    • v.11D no.5
    • /
    • pp.1095-1104
    • /
    • 2004
  • An electronic services which are based on Internet/Intranet business transactions are available to e-market places and get the broader business concepts. Component-based e-commerce technology is a recent trend towards resolving the e-commerce chanange at both system and ap-plication levels. The basic capabilities of component based systems should include the plug and play features at various granularities, interoper-ability across networks and mobility in various networking environments. E-business application developers are attempting to more towards web-service as a mechanism for developing component-based web-applications. Traditional process and development models are inadequately architectured to meet the rapidly evolving needs for the future of scalable web services. In this thesis, we focus specifically on the issues of e-business system architecture based on web service for establishing e-business system. We specifies and identifies design pattern for applying e-business domain in the context of multiple entities. We investigate prototype and frameworks to develope components for e-business application based suggested process. We present a worked example to demonstrate the behavior of Customer Authentication System(CAS) development with component and recommend process. Final]Y, we indicate and view on future directions in component-based development in the context of electronic business.

Economic Analysis on Solar Energy System with Decision Support Models (의사 결정지원 모형에 의한 태양에너지 이용시스템의 경제성 고찰)

  • Chea, In-Su;Jo, Dok-Ki;Chea, Young-Hi
    • Solar Energy
    • /
    • v.10 no.1
    • /
    • pp.63-79
    • /
    • 1990
  • It has been recognized that a policy for supplying solar house and hot water production systems utilizing solar energy needs to be driven to save civilian comsuming energy or to develop alternative energy. However, the economic feasibility study of solar energy systems must be carried out before their practical use. The purpose of this study is to furnish information for supplying policy and enlightening users with the economic feasibility study of solar house and hot water production systems. Decision support systems are established to carry out economic analysis on solar systems more accurately. Therefore, computer simulation is carried out to analyze the performance of solar systems and also economic feasibility study by trial and error method is carried out. Fuel cost and additional cost for solar systems are estimated employing present worth concept and economic analysis has been conducted using the break-even point analysis method and life-cycle cost analysis method.

  • PDF

Inland Logistics Forwarding System based on Supply Chain Management : ILOF (공급사슬기반의 육상물류중개시스템 개발에 관한 연구)

  • 박남규;최형림;김현수;박영재;손형수
    • Journal of Information Technology Application
    • /
    • v.3 no.2
    • /
    • pp.67-82
    • /
    • 2001
  • The ILOF project addresses the needs of logistics industrial organizations to reduce information processing time, improve added and residual value of information and reduce processing and transportation costs. It deals with the information supply chain information systems shared by vertical partner as important entity, whose performance and optimization very significantly affects the efficiency and performance of logistics industries. This paper deals with logistics information exchange systems based on supply chain management, focusing on sharing database and processes between partners such as shipper, logistics broker, transportation company, shipping company etc., for smoothing the information flow, enhancing consumer service and reducing communication fee and labour costs. The significance of contribution of this research is the provision of a model for logistics information exchange including entity relationship diagram, data flow diagram and functions which is able to facilitate the formulation of a customer driven supply chain information network, there by enhancing the competitive edge of companies in logistics industries on local and global basis.

  • PDF