• Title/Summary/Keyword: Search Key

Search Result 894, Processing Time 0.029 seconds

Function derived through analysis of educational robot user (교육용 로봇 수요자 분석을 통한 기능 도출)

  • Kim, Myung-Seuk
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2009.10a
    • /
    • pp.667-670
    • /
    • 2009
  • The users' needs are expanded because of developing of educational robot market. However, the technology development doesn't fully adopt customer needs. In general, the most products are followed not user needs but technology trajectory. In this paper, we try to define the educational robot functions from analyzing usage propensity and customer needs with Kano model. According to results, there are key functions based on customer needs such as remote student control, Internet search, educational contents search and study planner. If the four key functions are offered, user's positive attitude to robot will be increased.

  • PDF

An Optimal Sorting Algorithm for Auto IC Test Handler (IC 테스트 핸들러의 최적분류 알고리즘 개발)

  • 김종관;최동훈
    • Transactions of the Korean Society of Mechanical Engineers
    • /
    • v.18 no.10
    • /
    • pp.2606-2615
    • /
    • 1994
  • Sorting time is one of the most important issues for auto IC test handling systems. In actual system, because of too much path, reducing the computing time for finding a sorting path is the key way to enhancing the system performance. The exhaustive path search technique can not be used for real systems. This paper proposes heuristic sorting algorithm to find the minimal sorting time. The suggested algorithm is basically based on the best-first search technique and multi-level search technique. The results are close to the optimal solutions and computing time is greately reduced also. Therefore the proposed algorthm can be effectively used for real-time sorting process in auto IC test handling systems.

A Study on Anthropomorphic Animal Characters Search System Visualization for UX Design

  • Lee, Young-Suk
    • Journal of Korea Multimedia Society
    • /
    • v.17 no.12
    • /
    • pp.1521-1527
    • /
    • 2014
  • This paper presents to design User eXperience(UX) of anthropomorphic animal characters search system (hereinafter, AACSS) for efficient user search. To this end, meta data were utilized herein to elevate the search efficiency of multimedia information and text information. Anthropomorphic animal characters require the human elements and the animal elements, thus this paper extracted the key elements of meta data as below; phenotypic element in animal system classification (Morphologic property elements, Ecological property elements, Behavioral property elements), emotion classification, which is the trait of personification and the Step of Anthropomorphic Animal Characters.

Winning Back Attendance: Effects of Winning Performance, Online Search, and the MLB Rule Changes for More Dynamic Games

  • Rhino Kim;Sue Ryung Chang
    • Asia Marketing Journal
    • /
    • v.25 no.3
    • /
    • pp.148-159
    • /
    • 2023
  • As Major League Baseball (MLB)'s continuous decline in popularity has caused its game attendance to drop gradually, the league makes a desperate attempt such as game rule changes to remain relevant. Along with the introduction of new rules to make games more dynamic such as the pitch clock, bigger bases, and defensive shift limitations, it is important for MLB franchises to understand drivers for game attendance. We focus on the effect of accumulated winning performance of the two teams on game attendance, one of the key drivers of game attendance, and investigate how it is influenced by consumer and industry factors such as online search and game rule changes. We find that game attendance increases as the prior winning performance of the home (away) team increases (decreases). We also find that online search and rule changes for more dynamic games moderate the effect of winning performance on game attendance.

Searching for critical failure surface in slope stability analysis by using hybrid genetic algorithm

  • Li, Shouju;Shangguan, Zichang;Duan, Hongxia;Liu, Yingxi;Luan, Maotian
    • Geomechanics and Engineering
    • /
    • v.1 no.1
    • /
    • pp.85-96
    • /
    • 2009
  • The radius and coordinate of sliding circle are taken as searching variables in slope stability analysis. Genetic algorithm is applied for searching for critical factor of safety. In order to search for critical factor of safety in slope stability analysis efficiently and in a robust manner, some improvements for simple genetic algorithm are proposed. Taking the advantages of efficiency of neighbor-search of the simulated annealing and the robustness of genetic algorithm, a hybrid optimization method is presented. The numerical computation shows that the procedure can determine the minimal factor of safety and be applied to slopes with any geometry, layering, pore pressure and external load distribution. The comparisons demonstrate that the genetic algorithm provides a same solution when compared with elasto-plastic finite element program.

Design of Efficient Data Search Function using the Excel VBA DAO (엑셀 VBA DAO 기능을 이용한 효율적인 데이타 검색 기능 설계)

  • Jang, Seung Ju;Ryu, Dae-Hyun
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.18 no.1
    • /
    • pp.217-222
    • /
    • 2014
  • In this paper, I propose an efficient data search system using data partitioning algorithm in Microsoft Excel. I propose searching algorithm to retrieve data quickly using VBA functioning in the Excel. This algorithm is to specify the sheet you are looking for. Once the sheet is specified, the algorithm searches the beginning and the end of the data in the sheet. The algorithm compares intermediate values and key words, from the starting position of the cell. In this way, it will search data to the end. This proposed algorithm was implemented and tested in the Excel system using VBA program. The experimental results showed that the performance was better than that of the conventional sequential search method.

A New Image Clustering Method Based on the Fuzzy Harmony Search Algorithm and Fourier Transform

  • Bekkouche, Ibtissem;Fizazi, Hadria
    • Journal of Information Processing Systems
    • /
    • v.12 no.4
    • /
    • pp.555-576
    • /
    • 2016
  • In the conventional clustering algorithms, an object could be assigned to only one group. However, this is sometimes not the case in reality, there are cases where the data do not belong to one group. As against, the fuzzy clustering takes into consideration the degree of fuzzy membership of each pixel relative to different classes. In order to overcome some shortcoming with traditional clustering methods, such as slow convergence and their sensitivity to initialization values, we have used the Harmony Search algorithm. It is based on the population metaheuristic algorithm, imitating the musical improvisation process. The major thrust of this algorithm lies in its ability to integrate the key components of population-based methods and local search-based methods in a simple optimization model. We propose in this paper a new unsupervised clustering method called the Fuzzy Harmony Search-Fourier Transform (FHS-FT). It is based on hybridization fuzzy clustering and the harmony search algorithm to increase its exploitation process and to further improve the generated solution, while the Fourier transform to increase the size of the image's data. The results show that the proposed method is able to provide viable solutions as compared to previous work.

Binary Search Tree with Switch Pointers for IP Address Lookup (스위치 포인터를 이용한 균형 이진 IP 주소 검색 구조)

  • Kim, Hyeong-Gee;Lim, Hye-Sook
    • Journal of KIISE:Information Networking
    • /
    • v.36 no.1
    • /
    • pp.57-67
    • /
    • 2009
  • Packet forwarding in the Internet routers is to find out the longest prefix that matches the destination address of an input packet and to forward the input packet to the output port designated by the longest matched prefix. The IP address lookup is the key of the packet forwarding, and it is required to have efficient data structures and search algorithms to provide the high-speed lookup performance. In this paper, an efficient IP address lookup algorithm using binary search is investigated. Most of the existing binary search algorithms are not efficient in search performance since they do not provide a balanced search. The proposed binary search algorithm performs perfectly balanced binary search using switch pointers. The performance of the proposed algorithm is evaluated using actual backbone routing data and it is shown that the proposed algorithm provides very good search performance without increasing the memory amount storing the forwarding table. The proposed algorithm also provides very good scalability since it can be easily extended for multi-way search and for large forwarding tables

A Study of Factors Affecting the Continued Usage Intention of Internet Portal Sites (인터넷 포털사이트 서비스의 지속적 이용의도에 영향을 미치는 요인에 관한 연구)

  • Shin, Ho-Young;Kim, Ki-Su
    • The Journal of Information Systems
    • /
    • v.19 no.3
    • /
    • pp.35-58
    • /
    • 2010
  • Portal sites have been providing diverse services to attract new users and retain existing customers. Recently, they also added new services and increased quality of the services they provide to secure more customers. It is, however, not clear how people actually react to such activities. We wanted to understand the mechanism associated with users' continued usage intention of current Portal site. We assumed search, e-mail, information, community, e-commerce services as key services provided by most Portal sites and considered valuable by many customers. The quality of these services may directly affect users' continued usage intention. However, we can also assume that attractive alternatives and switching cost may have some influence on users' continued usage intention. Therefore, in this study, key variables pertaining to the quality of key services provided by Portal sites, attractive alternatives, and switching cost were examined to explain the dynamics of users' continued usage intention. An empirical study based on 891 survey responses showed the importance of the quality of key services for users' continued usage intention. Switching cost also demonstrated strong association with users' continued usage intention. However, attractive alternatives did not show a significant association with users' continued usage intention. We also found that the variable attractive alternatives moderated the relationship between the quality of search service and users' continued usage intention and the relationship between the quality of information service and users' continued usage intention. On the other hand, the variable switching cost showed a moderating effect on the relationship between the quality of e-mail service and users' continued usage intention and the relationship between the quality of community service and users' continued usage intention. This study implies that Portal sites need to make efforts not only to improve the quality of key services but also to consider attractiveness of other Portal sites' services and switching cost to secure more customers.

A Multimedia Database System using Method of Automatic Annotation Update and Multi-Partition Color Histogram (자동 주석 갱신 및 다중 분할 칼라 히스토그램 기법을 이용한 멀티미디에 데이터베이스 시스템)

  • Ahn Jae-Myung;Oh Hae-Seok
    • The KIPS Transactions:PartB
    • /
    • v.11B no.6
    • /
    • pp.701-708
    • /
    • 2004
  • Existing contents-based video retrieval systems search by using a single method such as annotation-based or feature-based retrieval. Hence, it not only shows low search efficiency, but also requires many efforts to provide system administrator or annotator with a perfect automatic processing. Tn this paper, we propose an agent-based, and automatic and unified semantics-based video retrieval system, which support various semantics-retrieval of the massive video data by integrating the feature-based retrieval and the annotation-based retrieval. The indexing agent embodies the semantics about annotation of extracted key frames by analyzing a fundamental query of a user and by selecting a key-frame image that is ed by a query. Also, a key frame selected by user takes a query image of the feature-based retrieval and the indexing agent searches and displays the most similar key-frame images after comparing query images with key frames in the database by using the color-multiple-partition histogram techniques. Furthermore, it is shown that the performance of the proposed system can be significantly improved.