• Title/Summary/Keyword: Interpreter

Search Result 219, Processing Time 0.021 seconds

A Survey about Oral Hygiene Management Attitude among People with Hearing Impairments and Speech defect in an Area (일부 지역 청각·언어장애인의 구강위생관리행태에 관한 조사 연구)

  • Lee, Jung-hee;Park, Myung-Suk
    • Journal of dental hygiene science
    • /
    • v.10 no.4
    • /
    • pp.273-278
    • /
    • 2010
  • This study surveyed people with hearing impairments and speech defect living in an area of Gyeonggi-do using a self-administered questionnaire and interviewed them with a deaf interpreter's help during the period from January 21 to February 14, 2009 in order to investigate their oral health management attitude according to their general characteristics. The difference between males and females was statistically significant. The results of this study were as follows. 1. As to the number of times of tooth brushing according to gender, 62.5% of males and 34.2% of females brushed their teeth 2 times, and 25.0% and 35.4% 3 times. 2. As to experiences in scaling according to Academic qualification, those with high academic qualification had scaling more regularly 3. As to tooth brushing methods according to cohabitant, the rolling method was most common regardless of cohabitant. As to the number of times of tooth brushing according to residence type, 41.9% of those living with their parents brushed their teeth 3 times, and 69.2% of those living alone and 47.5% of married ones 2 times. 4. With regard to how to access oral hygiene management education, 81.1% of elementary school graduates used multimedia materials and sign language explanation and captions, 48.6% of middle school graduates used multimedia materials and sign language explanation and 14.3% multimedia materials and captions, 50.0% of high school graduates used multimedia materials and sign language explanation and 17.3% multimedia materials and captions. The parish for the buccal cavity hygiene managements of the hearing impairments speech defect and Development of an educational program are needed.

Development of an Eclipse-based IDE for Educational Compilers (이클립스 기반의 교육용 컴파일러 통합개발환경)

  • Sung, U-Kyung;Kang, Hyun-Syug;Bae, Jong-Min
    • The Journal of Korean Association of Computer Education
    • /
    • v.14 no.5
    • /
    • pp.9-18
    • /
    • 2011
  • Compiler development projects, which are designed and taught in compiler course, allow students to practice and absorb valuable amount of experience and techniques in developing compilers. However, both instructors and students face difficulties as they are often limited by insufficient hands-on time during course of an academic year along with a relatively high level of technologies involved when dealing with compilers. As well, most compiler's target systems use interpreter-based technologies which are rather limited in drawing student's attention. As a result compiler courses often end up being more of a theoretical course than practical. This paper presents a new integrated development environment (IDE) that will help overcome aforementioned difficulties and allow students to obtain both theoretical and practical knowledge more efficiently. The development environment includes a reference compiler with $Mindstorms^{(R)}$ NXT Robots as the target system, compiler development tool, target language test tool, and code generation visualizer. It is developed as a plug-in for the popular Eclipse IDE which enables easy access and great expandability. This integrated development environment allows students to understand compilers better and start their development faster.

  • PDF

Application Development and Performance Analysis of Smartphone-based QR Code Interpreter (스마트폰 기반의 QR코드 해석기 성능분석 및 응용개발)

  • Park, Chan-Jung;Hyun, Jung-Suk
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.13 no.10
    • /
    • pp.2242-2250
    • /
    • 2009
  • Recently, with the advance of Ubiquitous era, the types of services become diverse. Especially, due to the rapid development of mobile technology, the new functions of mobile phones are added and the new applications of mobile phones are developed actively. Among the various applications related to mobile phones, 2 dimensional barcode-based applications are increasing. 2 dimensional barcode is mostly used for the management of past record. However, by combing 2 dimensional barcode with mobile phones, the application areas of 2 dimensional barcode are expanded to the means of publicity for education, tourism, and festivals. In this paper, we develop a QR code decoder running on smartphones, which connects on-line and off-line. In addition, we modify our decoder by detecting the point for performance enhancement based on TRIZ. We compare our decoder with an open-source based decoder in terms of the code size of decoding and the speed of decoding in order to prove that our decoder has a better performance than the other. Finally, we introduce two applications: u-map and u-pamphlet as QR code applications.

Implementation of the Picture Vocational Interest Inventory System for People with Hearing Impairment (청각 장애인용 그림 직업흥미검사 시스템의 구현)

  • Ban, Chae-Hoon;Park, Hye-Jeon
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2010.05a
    • /
    • pp.437-440
    • /
    • 2010
  • In modern society, people will obtain the necessary goods and find meaning of himself and his community through jobs. The meaning of job for people with disabilities is identical with people's with non-disabilities and people with disabilities will live as a member of society through jobs. Because people with hearing impairment have a problem about job such as the short longevity and high turnover, vocational aptitude test which evaluates psychological characteristics, aptitudes and interests is necessary for them. In this paper, we design and evaluate the picture vocational interest inventory supporting the Internet as a vocational aptitude test for people with hearing impairment. We use the picture vocational interest inventory of Korean Employment Development Institute as a implementation target. The previous tests for people with hearing impairment have a problem which an examinee, an examiner and a sign language interpreter are involved in the test at the same space and time. Therefore, our picture vocational interest inventory has no limitation of time and space because it processes on the Internet.

  • PDF

Detection of Potential Invalid Function Pointer Access Error based on Assembly Codes (어셈블리어 코드 기반의 Invalid Function Pointer Access Error 가능성 검출)

  • Kim, Hyun-Soo;Kim, Byeong-Man
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2010.05a
    • /
    • pp.938-941
    • /
    • 2010
  • Though a compiler checks memory errors, it is difficult for the compiler to detect function pointer errors in code level. Thus, in this paper, we propose a method for effectively detecting Invalid function pointer access errors, by analyzing assembly codes that are obtained by disassembling an executable file. To detect the errors, assembly codes in disassembled files are checked out based on the instruction transition diagrams which are constructed through analyzing normal usage patterns of function pointer access. When applying the proposed method to various programs having no compilation error, a total of about 500 potential errors including the ones of well-known open source programs such as Apache web server and PHP script interpreter are detected among 1 million lines of assembly codes corresponding to a total of about 10 thousand functions.

  • PDF

Control Flow Reconstruction from Virtualization-Obfuscated Binaries (가상화를 이용하여 난독화된 바이너리의 제어 흐름 재건)

  • Hwang, Joonhyung;Han, Taisook
    • Journal of KIISE
    • /
    • v.42 no.1
    • /
    • pp.44-53
    • /
    • 2015
  • Control flow information is useful in the analysis and comparison of programs. Virtualization-obfuscation hides control structures of the original program by transforming machine instructions into bytecode. Direct examination of the resulting binary reveals only the structure of the interpreter. Recovery of the original instructions requires knowledge of the virtual machine architecture, which is randomly generated and hidden. In this paper, we propose a method to reconstruct original control flow using only traces generated from the obfuscated binary. We consider traces as strings and find an automaton that represents the strings. State transitions in the automaton correspond to the control transfers in the original program. We have shown the effectiveness of our method with commercial obfuscators.

Design and Implementation of Multimedia Authoring System using Temporal/Spatial Synchronization Manager (시공간 동기화 관리기를 이용한 멀티미디어 저작 시스템의 설계 및 구현)

  • Yeu, In-Kook;Hwang, Dae-Hoon
    • The Transactions of the Korea Information Processing Society
    • /
    • v.4 no.11
    • /
    • pp.2679-2689
    • /
    • 1997
  • In this paper, a multimedia authoring system using temporal/spatial synchronization manager is designed and implemented to support easy and efficient generation of multimedia title. For this goal, a flowchart-oriented logic generator which represents a title author's design intent into a practical title composition logic without extra translation process, and a logic interpreter which translate and implement the generated title logic, are designed. Furthermore, a temporal/spatial synchronization manager which manages temporal/spatial synchronization information between media data for multimedia representation, is designed. Especially, a temporal specification model and MRL, a formal language for the model, are designed to synchronize the temporal relation between media objects. The MRL represents a complex temporal relation by simple and clear form, and synchronizes efficiently multimedia representation according to the author's intent. A presentation frame editor which makes coincidence between visible size of representation media and attachment point, is implemented for spatial synchronization.

  • PDF

The Semantic Function of Representation in Contemporary Visual Art (현대 시각예술에서 재현의 의미기능)

  • Choi Kwang-Jin
    • Journal of Science of Art and Design
    • /
    • v.4
    • /
    • pp.67-90
    • /
    • 2002
  • What is the semantic function of visual image in Contemporary art? This article proposes that representation is semantically still important in post-modernism as well as in modernism. The semantic function of representation has been changed by keeping pace with times. In modernism the 'outer representation' changed to 'inner representation', and in postmodernism the 'inner representation' changed to 'metaphorical representation'. The 'outer representation' means that image indicates a certain object or subject as the classical realism. In this case, the meaning of image is subordinate to an object, and a one-to-one correspond existed between the image and the object. Because this 'outer representation' is focused on an object but subject's intention, the indicative function of meaning is definite and singular. The 'inner representation' means that image exposes the fundamentals or process of an object. In this case, the meaning of image resolves itself into an absolute fundamental, and one-to-many correspond existed between the image and the object. Because this 'inner representation' is focused on essence and substance but an external form, the indicative function of meaning is inclusive and general. The 'metaphorical representation' means that image critically relates social constraint and condition as metaphor and allegory. In this case, the meaning of image is not subordinate to an object and a subject, and the image and the object indicate interactively. Because this 'metaphorical representation' is focused on interaction between subject, object, and interpreter, the indicative function of meaning is differant and ecological. This article focused on the representation because I believe that continuous thinking of totality can be opened by cognitive mapping, even though we never understand the world totally in the chaotic post modern age.

  • PDF

Determinants of North Korean Refugees' Trust in South Korea Health Service (북한이탈주민의 한국의료서비스 신뢰에 대한 결정요인)

  • Um, Tae-Rim;Min, Ha-Ju;Lee, Tae-Ho;Lee, Eun-Joo;Jin, Ki-Nam
    • Health Policy and Management
    • /
    • v.28 no.1
    • /
    • pp.70-76
    • /
    • 2018
  • Background: The purpose of this study was to investigate the determinants of North Korean refugees' trust in South Korea health service. Methods: This study surveyed 168 North Korean refugees aged 19 and over living in Seoul, Gyeonggi, Incheon, and Gangwon. The collected data were analyzed by frequency analysis, t-test, analysis of variance, and hierarchical regression analysis to analyze the effect on the trust of refugees. Results: The difference analysis showed statistically significant difference according to duration of residence and employment status. The determinants of North Korean refugees' trust in South Korea health services were duration of residence, basic communication skills, health communication skills, and experience of health service. Conclusion: In order to increase the trust of North Korean defectors in South Korea medical services, it is necessary to resolve communication problems and improve the satisfaction of health services. For this, the interpreter service should be activated. And specific education should be given to the North Korean refugees about the health care system and the utilization methods of health service in Korea.

A VoiceXML-based EPG Retrieval System (VoiceXML기반 EPG 검색 시스템)

  • 김한수;황인준
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.10 no.4
    • /
    • pp.351-363
    • /
    • 2004
  • Recent commencement of digital broadcasting has enabled various TV programs through hundreds of channels. As a result, it becomes a time-consuming job for the TV audience to look up newspaper or TV magazines for the schedule of a specific TV program. To relieve this problem, digital broadcasting usually provides an EPG(Electronic Program Guide) for the audience. Currently. most EPG services are focusing on the visual delivery of information through a web site, digital TV or mobile devices. However, this approach could cause a serious restriction to some users including drivers or visually handicapped persons, who can't input keywords for the search. In order to solve this problem, in this paper, we propose a VoiceXML-based EPG retrieval system that enables even such special users to browse EPG. conveniently using a mobile phone. We implemented a prototype system and proved its effectiveness through experiments.