• Title/Summary/Keyword: graph type

Search Result 329, Processing Time 0.027 seconds

A study on the using pattern analysis of four-digit personal identification numbers - A university case (네 자리 숫자 비밀번호 사용 형태 분석 연구 -A대학 사례연구)

  • Moon, Soog-Kyung
    • Journal of Digital Convergence
    • /
    • v.10 no.10
    • /
    • pp.529-538
    • /
    • 2012
  • This study analyzed a variety of different kinds of usage patterns of four-digit personal identification numbers(PINs) based on the data collected from students attending at A-university in 2011. According to the analysis, the 4 digit PINs '1234' was being used most frequently which is similar to the findings of the study by the Daniel Amitay research. In addition, almost 50 percent of the students were using the four-digit PINs closely related to their personal information, and more than 10 percent of them were using it only by the reason of easiness to remember or convenience to use. Number '0' was the most frequently used, and girl students used it more than boys did. According to the result of analysis of four-digit PINs, it was found that number '1' was the most frequently used in the first and the third position. It was also found that number '2' and number '4' were the most frequently used in the second and the forth position respectively. Among students who had used number 3 in third position, around 63.6 percent of those students were using number 4 in the forth position in their PINs which showed highest frequency from analysis of double-digits connected together in each position. The analysis of PINs were represented by the polygonal (type) graph with that X-axis showed from first to forth position and Y-axis showed number had been used at each position. Among many polygonal graphs, the form showed an N-type which was called in type 1 took the first place by 35 percent.

Automatic Change Detection Based on Areal Feature Matching in Different Network Data-sets (이종의 도로망 데이터 셋에서 면 객체 매칭 기반 변화탐지)

  • Kim, Jiyoung;Huh, Yong;Yu, Kiyun;Kim, Jung Ok
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.31 no.6_1
    • /
    • pp.483-491
    • /
    • 2013
  • By a development of car navigation systems and mobile or positioning technology, it increases interest in location based services, especially pedestrian navigation systems. Updating of digital maps is important because digital maps are mass data and required to short updating cycle. In this paper, we proposed change detection for different network data-sets based on areal feature matching. Prior to change detection, we defined type of updating between different network data-sets. Next, we transformed road lines into areal features(block) that are surrounded by them and calculated a shape similarity between blocks in different data-sets. Blocks that a shape similarity is more than 0.6 are selected candidate block pairs. Secondly, we detected changed-block pairs by bipartite graph clustering or properties of a concave polygon according to types of updating, and calculated Fr$\acute{e}$chet distance between segments within the block or forming it. At this time, road segments of KAIS map that Fr$\acute{e}$chet distance is more than 50 are extracted as updating road features. As a result of accuracy evaluation, a value of detection rate appears high at 0.965. We could thus identify that a proposed method is able to apply to change detection between different network data-sets.

A Basic study of Service Design for Optimization of the Public Elderly Recreational Place (최적화된 노인여가시설 구축을 위한 서비스디자인 기초연구)

  • Lim, Beak-Vin;Gim, Hyeong-Chan;Lee, Sung-Pil
    • Science of Emotion and Sensibility
    • /
    • v.13 no.4
    • /
    • pp.753-760
    • /
    • 2010
  • The purpose of this study to prepare for an aging society and older people happy is important to build recreational facilities gwajera recognize and physically old man of leisure facilities as a basis for the destroyers of the current seniors in public institutions that provide recreational facilities for About under utilized factors was investigated. The specific research methods and information, first, at home the most successful public senior leisure facilities as a model for selected Daegu Senior seutawo visit the simple survey and observation through the pros and cons about the elements that organize and KJ Technique and graft technique (Graph Theory) by applying the elements of physical space limitations on the mutual relationship between the priorities and establish guidelines for the priority was extracted. In addition, field-aged feel the satisfaction of their leisure facilities to evaluate the visits to the Busan, Sasang elderly and local leisure facilities for the elderly surveyed had taken Priority Method is based on comparison of results and final was to organize things to improve. Through this study, first, goods and equipment to the leisure space of the elderly efforts to effectively deploy the expertise to deal with and it actually showed that it is also important. Second, using physical devices and programs for the elderly aged recreational facilities are important, but physical and mental characteristics to consider voluntary participation for the type of space could see that it is important.

  • PDF

A Study on the Visual Representation of TREC Text Documents in the Construction of Digital Library (디지털도서관 구축과정에서 TREC 텍스트 문서의 시각적 표현에 관한 연구)

  • Jeong, Ki-Tai;Park, Il-Jong
    • Journal of the Korean Society for information Management
    • /
    • v.21 no.3
    • /
    • pp.1-14
    • /
    • 2004
  • Visualization of documents will help users when they do search similar documents. and all research in information retrieval addresses itself to the problem of a user with an information need facing a data source containing an acceptable solution to that need. In various contexts. adequate solutions to this problem have included alphabetized cubbyholes housing papyrus rolls. microfilm registers. card catalogs and inverted files coded onto discs. Many information retrieval systems rely on the use of a document surrogate. Though they might be surprise to discover it. nearly every information seeker uses an array of document surrogates. Summaries. tables of contents. abstracts. reviews, and MARC recordsthese are all document surrogates. That is, they stand infor a document allowing a user to make some decision regarding it. whether to retrieve a book from the stacks, whether to read an entire article, etc. In this paper another type of document surrogate is investigated using a grouping method of term list. lising Multidimensional Scaling Method (MDS) those surrogates are visualized on two-dimensional graph. The distances between dots on the two-dimensional graph can be represented as the similarity of the documents. More close the distance. more similar the documents.

Array Bounds Check Elimination using Ineguality Graph in Java Just-in-Time Compiler (대소관계 그래프를 이용한 Just-in-Time 컴파일 환경에서의 배열 경계 검사 제거)

  • Choi Sun-il;Moon Soo-mook
    • Journal of KIISE:Software and Applications
    • /
    • v.32 no.12
    • /
    • pp.1283-1291
    • /
    • 2005
  • One of the problems in boosting Java performance using a Just-in-Time (JIT) compiler is removing redundant array bound checks. In conventional static compilers, many powerful algorithms have been developed, yet they are not directly applicable to JIT compilation where the compilation time is part of the whole running time. In the current JIT compilers, we tan use either a naive algorithm that is not powerful enough or an aggressive algorithm which requires the transformation into a static single assignment (SSA) form of programs (and back to the original form after optimization), thus causing too much overhead not appropriate for JIT compilation This paper proposes a new algorithm based on an inequality graph which can eliminate array bounds check codes aggressively without resorting to the SSA form. When we actually perform this type of optimization, there are many constraints in code motion caused by the precise exception rule in Java specification, which would cause the algorithm to miss many opportunities for eliminating away bound checks. We also propose a new method to overcome these constraints.

Fast Scene Change Detection Using Macro Block Information and Spatio-temporal Histogram (매크로 블록 정보와 시공간 히스토그램을 이용한 빠른 장면전환검출)

  • Jin, Ju-Kyong;Cho, Ju-Hee;Jeong, Jae-Hyup;Jeong, Dong-Suk
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.48 no.1
    • /
    • pp.141-148
    • /
    • 2011
  • Most of the previous works on scene change detection algorithm focus on the detection of abrupt rather than gradual changes. In general, gradual scene change detection algorithms require heavy computation. Some of those approaches don't consider the error factors such as flashlights, camera or object movements, and special effects. Many scenes change detection algorithms based on the histogram show better performances than other approaches, but they have computation load problem. In this paper, we proposed a scene change detection algorithm with fast and accurate performance using the vertical and horizontal blocked slice images and their macro block informations. We apply graph cut partitioning algorithm for clustering and partitioning of video sequence using generated spatio-temporal histogram. When making spatio-temporal histogram, we only use the central block on vertical and horizontal direction for performance improvement. To detect camera and object movement as well as various special effects accurately, we utilize the motion vector and type information of the macro block.

A Study on the selection and noise test of elelctronic sensor for Vacuum Circuit Breaker (진공차단기용 전자식 센서의 선정 및 노이즈 시험에 관한 연구)

  • Lee, Ki Seon;Park, Jung Cheul;Chu, Soon Nam
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.18 no.10
    • /
    • pp.2503-2508
    • /
    • 2014
  • This study is about the selection and noise test of electronic sensor which is preceded by electric Operating Cell(EOC) development using electronic sensor technology to solve the structural weakness of Mechanism Operated Cell(MOC) in VCB, and has a final target in product development minimizing contact malfunction of the chattering or rebounce states caused by existing MOC. In this test results, when opening and closing VCB, rising velocity of surge voltage in opening time was measured 4.2 times faster than closing time and noise decibel value was measured respectively 120dB and 110dB. When supplying 60kV power frequency overvoltage, we found that sensor output graph in VCB opening and closing times operated stably without distortion. When supplying 150kV $1.2{\times}50{\mu}s$ impulse frequency voltage, we found that voltage graph of output contact in sensor opening and closing sides maintained a normal condition without distortion, and when supplying 2500A current, we found that tested result of electric field noise operated stably without distortion.

Comparison of the Tongue-Palate Pressure Patterns According to the Tongue Pressure in Community-Dwelling Older Adults

  • Min-Ji Jo;Soo-Min Kim;Seong-Chan Park;Hye-Jin Park;Yun-Seon Lee;Tae-Woo Kim;Ji-Seon Hong;Eui-Yeon Lee;Sung-Hoon Kim;Sun-Young Han
    • Journal of dental hygiene science
    • /
    • v.23 no.4
    • /
    • pp.320-329
    • /
    • 2023
  • Background: Oral frailty has garnered considerable interest following its identification as a risk factor for physical frailty. The Korean oral frailty diagnosis criteria have emphasized the need for extensive research on oral frailty diagnostic items and interventions. Our study performed an in-depth analysis of the tongue-palate pressure patterns in healthy community-dwelling older adults. Methods: Of the 217 older adults aged ≥60 years who visited a senior center in Wonju, 205 participants who completed tongue pressure measurement were included in the final analysis. Pressure changes over time were recorded by instructing the participants to press their tongue against the hard palate with for 7 seconds per cycle. The participants were divided into the normal and abnormal tongue pressure (NTP and ATP, respectively) groups based on whether they achieved the target tongue pressure at least once; tongue pressure patterns were compared between the groups. Furthermore, the average time taken to achieve the standard tongue pressure value was calculated for the participants in the NTP group and used to evaluate the decrease in tongue pressure in the ATP group. Results: Among the 205 participants, 40.5% had ATP. The tongue pressure graph revealed a gentle and consistent incline that was maintained even after achieving standard tongue pressure in the NTP group. The graph was more extreme in the ATP group, and the changes in the pressure type varied across individuals; the tongue pressure was only 48.4%, 40.7%, 31.9%, and 22.6% of the NTP in the participants in their 60s, 70s, 80s, and ≥90s, respectively (p<0.05). Conclusion: Tongue pressure weakness was observed in 40.5% of the healthy community-dwelling older adults. Furthermore, ATP graphs were observed in the patients with tongue pressure weakness. Thus, activities improving the oral function in community-dwelling older adults and systematic oral rehabilitation programs should be devised to promote normal swallowing.

Comparative Analysis of IEC Standard and Simulation Results for Hydrogen Hazardous Distance (수소 폭발위험범위에 대한 IEC기준과 시뮬레이션 결과의 비교분석)

  • Seung-Hyo An;Eun-Hee Kim;Seon-Hee Lee;Byung-Chol Ma
    • Journal of the Korean Institute of Gas
    • /
    • v.28 no.1
    • /
    • pp.19-26
    • /
    • 2024
  • In workplaces handling flammable gas such as hydrogen, hazardous area is determined through KS C IEC 60079-10-1 standard. Because this standard determines the hazardous distance based on the release characteristic regardless of the type of gas, indoor/outdoor conditions, and atmospheric conditions, concerns are being raised about the effectiveness. In this study, simulations (PHAST, HyRAM) were performed to calculate the hazardous distance for hydrogen under various release characteristics and atmospheric conditions, and compared these results to IEC standard log-log graph. Also, we performed regression analysis according to each result. we found that the simulation results were 0.6 to 3.8 times less than the IEC standard, presented convenient linear regression equations. In addition, We confirmed that the results of hazardous distance varied based on wind velocity and atmospheric stability at the same release characteristic. In addition, we derived linear regression equations for release characteristics and hazardous distance that can be conveniently utilized. So, when classifying hazardous area in workplaces where they handle the hydrogen, the integrated graph and linear regression equation are helpful for confirming the hazardous area. Moreover, it is expected that the economic burden will be minimized by being able to classify reasonable hazardous area and to greatly reduce the risk of hydrogen explosion.

A Clinical Study of Headache in 58 Cases (두통(頭痛)의 임상양상(臨床樣狀) 및 생체전기자율반응에 대(對)한 임상적(臨床的) 고찰(考察))

  • Lee Sang-Ryong;Kim Myung-Jin
    • Journal of Oriental Neuropsychiatry
    • /
    • v.12 no.2
    • /
    • pp.103-122
    • /
    • 2001
  • The clinical study was carried out the 58 patients with Headache who were treated in Department of Neuropsychiatry, College of Oriental Medicine, Dae Jeon University from 14 October 1999 to 15 October 2001. The results were summarized as follows. 1. The ratio of male and female was 15:43, 40s(36.2%) was frequent, the ratio of Tension headache and Migraine was 43:12, hypernoia and overwork oneself were the most inducing factor. 2. In distribution of the period of the clinical history, Tension headache was comparatively short term within 1 month(62.8%) and Migraine was comparatively long term over 1 year(91.7%), Tension headache was frequent at whole portion(41.3%) and occipital portion(26.1%), Migraine was frequent at temporal portion(76.9%). 3. In pain type, Tension headache has many vandlike discomport type, Migraine has many pulsatile type, neck-stiffness-pain and dizziness were mainly coexited. 4. Toung aspect has many SULDAMHONGTAEBAEKHOO(舌淡紅苔白厚), GINMAEK(緊脈) and HEUNMAEK(弦脈) were frequent in Pulse type, the GAEDAMSUNKIJEETONG(祛淡順氣止痛) prescription drugs were frequent such as GEYNTONGA(肩痛A), GEYNTONGDODAMTANG(?通導淡湯), Tension headache patients were well treated(90.7%). 5. In Tension headache and Migraine, the Curve has many SL except Tension headache‘s 2th SANGHAN(상한), in Regulation RR was frequent at 1th, 2th, 3th, 4th, 7th SANGHAN and RL was frequent at 5th, 6th SANGHAN, the result of Graph, Activity and Reactivity have many low response at the whole. 6. The Curve was within normal limit at whole portion and frequent SL at temporal portion, the whole and temporal portion s Regulation also have many RR at 1th, 2th, 3th, 4th, 7th SANGHAN and RL at 5th, 6th SANGHAN, Activity and Reactivity have many low response at the whole. 7. The occipital and frontal portion‘s Curve have many SL at 1th SANGHAN, the occipital portion’s Regulation has many RR at 1th, 2th, 4th, 7th SANGHAN and RL at 5th, 6th SANGHAN, Activity has many low response at the whole, Reactivity has many low response at 1th, 4th, 5th, 6th SANGHAN and high response 2th, 3th SANGHAN, the frontal portion s Regulation has many RL at 1th, 3th, 5th, 6th, 7th SANGHAN and RR at 4th SANGHAN, Activity and Reactivity also have many low response at the whole except 6th, 7th SANGHAN respectively.

  • PDF