• Title/Summary/Keyword: 모바일기기

Search Result 2,188, Processing Time 0.03 seconds

Asynchronous Message Pushing Framework between Android Devices using Remote Intent (Remote Intent를 이용한 안드로이드 장치 간 비동기식 메시지 푸싱 프레임워크)

  • Baek, Jihun;Nam, Yongwoo;Park, Sangwon
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.2 no.8
    • /
    • pp.517-526
    • /
    • 2013
  • When developing an android mobile application the androids intent is used as a mechanism to send messages between local equipment of androids application inner part and other applications. But the androids intent does not support sending messages via each android products intent. If there is a way to support each androids equipments to send messages, it will be easier to make non-stopping services. Non-stopping service is used when the user is using the android to do word or searching services and suddenly changes to a different android product but still maintains the progress what was currently being done without waiting the programs to be loaded. It is possible to send messages to each android products by using the socket, but the connection must be maintained stably which is the weak point. In this paper, I am suggesting a BRIF(Broadcasting Remote Intent Framework) framework to send messages to different android products. BRIF is a framework that uses the Googles C2DM service which services asynchronous transmissions to different android products. This is organized with the C2DM server, RemoteContext Api, web server and RISP(Remote Intent Service Provider) which is will be easy to be used for the developers since there are no big changes for coding compared to the intent code.

The Sub-Peres Functions for Random Number Generation (무작위수생성을 위한 부 페레즈 함수)

  • Pae, Sung-Il
    • Journal of the Korea Society of Computer and Information
    • /
    • v.18 no.2
    • /
    • pp.19-30
    • /
    • 2013
  • We study sub-Peres functions that are defined recursively as Peres function for random number generation. Instead of using two parameter functions as in Peres function, the sub-Peres functions uses only one parameter function. Naturally, these functions produce less random bits, hence are not asymptotically optimal. However, the sub-Peres functions runs in linear time, i.e., in O(n) time rather than O(n logn) as in Peres's case. Moreover, the implementation is even simpler than Peres function not only because they use only one parameter function but because they are tail recursive, hence run in a simple iterative manner rather than by a recursion, eliminating the usage of stack and thus further reducing the memory requirement of Peres's method. And yet, the output rate of the sub-Peres function is more than twice as much as that of von Neumann's method which is widely known linear-time method. So, these methods can be used, instead of von Neumann's method, in an environment with limited computational resources like mobile devices. We report the analyses of the sub-Peres functions regarding their running time and the exact output rates in comparison with Peres function and other known methods for random number generation. Also, we discuss how these sub-Peres function can be implemented.

A Study on the Development of an Assessment Framework for Smart Work Readiness (스마트워크 적합성 평가 프레임워크 개발에 관한 연구)

  • Lee, Jungwoo;Lee, Hyejung;Lee, Seyoon
    • Informatization Policy
    • /
    • v.20 no.2
    • /
    • pp.60-72
    • /
    • 2013
  • Rapid development of information and communication technologies leads firms to take 'smart work' into serious consideration as a new way of working in coming knowledge and information society. However, some jobs may be fit for smart work while some may be not. A $2{\times}2$ framework for smart work readiness assessment is developed in this study through the review of extant literature and a series of focus group activities. Two critical dimensions of smart work are derived and presented as a result: smartness (knowledge versus data) and mobility (mobile versus static). Knowledge intensive jobs with possible mobility seem to be the target group that can be easily converted to smart work while mobile workers with interactive data processing devices seem to be already doing smart work. As mobility is a critical presumption for work to be flexible in terms of time and place, jobs with no mobility are assessed here as not ready for smart work at least at present. This framework is experimentally applied against the published job statistics 2011 in Korea, and used to estimate the number of workers ready for smart work. As a conclusion, discussions on policy implications and further research issues are made at the end.

  • PDF

Numerical Analysis of Warpage and Stress for 4-layer Stacked FBGA Package (4개의 칩이 적층된 FBGA 패키지의 휨 현상 및 응력 특성에 관한 연구)

  • Kim, Kyoung-Ho;Lee, Hyouk;Jeong, Jin-Wook;Kim, Ju-Hyung;Choa, Sung-Hoon
    • Journal of the Microelectronics and Packaging Society
    • /
    • v.19 no.2
    • /
    • pp.7-15
    • /
    • 2012
  • Semiconductor packages are increasingly moving toward miniaturization, lighter and multi-functions for mobile application, which requires highly integrated multi-stack package. To meet the industrial demand, the package and silicon chip become thinner, and ultra-thin packages will show serious reliability problems such as warpage, crack and other failures. These problems are mainly caused by the mismatch of various package materials and geometric dimensions. In this study we perform the numerical analysis of the warpage deformation and thermal stress of 4-layer stacked FBGA package after EMC molding and reflow process, respectively. After EMC molding and reflow process, the package exhibits the different warpage characteristics due to the temperature-dependent material properties. Key material properties which affect the warpage of package are investigated such as the elastic moduli and CTEs of EMC and PCB. It is found that CTE of EMC material is the dominant factor which controls the warpage. The results of RSM optimization of the material properties demonstrate that warpage can be reduced by $28{\mu}m$. As the silicon die becomes thinner, the maximum stress of each die is increased. In particular, the stress of the top die is substantially increased at the outer edge of the die. This stress concentration will lead to the failure of the package. Therefore, proper selection of package material and structural design are essential for the ultra-thin die packages.

Broadcast Method based on Data Access Frequencies and Semantic Relationships in Mobile Computing Environments (이동컴퓨팅 환경에서 데이타의 접근빈도 및 시맨틱 관계를 고려한 방송 방법)

  • 최성환;정성원;이송이
    • Journal of KIISE:Databases
    • /
    • v.30 no.5
    • /
    • pp.476-493
    • /
    • 2003
  • Data broadcast is an effective data transmission method from a data base server to numerous mobile clients due to the restrictions on mobile environment such as low wireless communication bandwidth and energy shortage of mobile devices. There are various broadcast methods based on clients' data access frequencies or semantic relationship of data. The broadcast schedule based only on the access frequencies does not consider semantic relations of data, so that when a client needs to access a series of semantically related data, the client has to listen to the wireless channel for a long time. On the other hand, the broadcast schedule based only on semantic relationship of data makes data access time longer when clients highly request specific data which are not semantically related but frequently accessed. In this paper, we present an efficient data broadcast method based on not only data access frequencies but also semantic relationship to improve mobile clients' query response time. The new hybrid broadcast method we propose creates a data broadcast schedule according to the data access frequencies and then the schedule is adjusted to reflect semantic relationship of data. We show our method is efficient by experimental performance analysis.

Performance Analysis and Improvement of WANProxy (WANProxy의 성능 분석 및 개선)

  • Kim, Haneul;Ji, Seungkyu;Chung, Kyusik
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.9 no.3
    • /
    • pp.45-58
    • /
    • 2020
  • In the current trend of increasing network traffic due to the popularization of cloud service and mobile devices, WAN bandwidth is very low compared to LAN bandwidth. In a WAN environment, a WAN optimizer is needed to overcome performance problems caused by transmission protocol, packet loss, and network bandwidth limitations. In this paper, we analyze the data deduplication algorithm of WANProxy, an open source WAN optimizer, and evaluate its performance in terms of network latency and WAN bandwidth. Also, we evaluate the performance of the two-stage compression method of WANProxy and Zstandard. We propose a new method to improve the performance of WANProxy by revising its data deduplication algorithm and evaluate its performance improvement. We perform experiments using 12 data files of Silesia with a data segment size of 2048 bytes. Experimental results show that the average compression rate by WANProxy is 150.6, and the average network latency reduction rates by WANProxy are 95.2% for a 10 Mbps WAN environment and 60.7% for a 100 Mbps WAN environment, respectively. Compared with WANProxy, the two-stage compression of WANProxy and Zstandard increases the average compression rate by 33%. However, it increases the average network latency by 2.1% for a 10 Mbps WAN environment and 5.27% for a 100 Mbps WAN environment, respectively. Compared with WANProxy, our proposed method increases the average compression rate by 34.8% and reduces the average network latency by 13.8% for a 10 Mbps WAN and 12.9% for a 100 Mbps WAN, respectively. Performance analysis results of WANProxy show that its performance improvement in terms of network latency and WAN bandwidth is excellent in a 10Mbps or less WAN environment while superior in a 100 Mbps WAN environment.

A Study on the Improvements of eBook Services for Children in the Public Library (공공도서관 어린이 전자책 서비스 개선방안에 관한 연구)

  • Baek, Ji-Won
    • Journal of Information Management
    • /
    • v.43 no.1
    • /
    • pp.63-87
    • /
    • 2012
  • This study aims to analyse the actual condition of the ebook services and propose the improvements of ebook services for children in the Korean public library. For this purpose, the current condition of the ebook services in the public libraries were analyzed and categorized by three criteria. Secondly, the ebook use analysis was conducted using PCs and mobile devices in terms of access to ebook library site, searching method, contents type and viewer, lending process, and user help. As a result of the analysis, several issues such as the difficulty in access to ebook site, the complexity of setting and usage depending on the file format, the insufficient user guide, the relatively lower quality service than the commercial's, and the lack of retrieval functions specialized for the ebook were presented. The improvement plan for the ebook services, especially for children in the public library was suggested.

Electric Power Generation from Piezoelectric Ceramics (압전 세라믹을 이용한 전기 발전)

  • Paik, Jong-Hoo;Shin, Bum-Seung;Lim, Eun-Kyeong;Kim, Chang-Il;Im, Jong-In;Lee, Young-Jin;Choi, Byung-Hyun;Kim, Dong-Kuk
    • Proceedings of the Korean Institute of Electrical and Electronic Material Engineers Conference
    • /
    • 2006.06a
    • /
    • pp.304-304
    • /
    • 2006
  • One method of Electric Power Generation is to use piezoelectric materials, which form transducers that are able to interchange electrical energy and mechanical force or strain. This study describes the fabrication and properties of piezoelectric transducers for Power Generation application. The structure of the transducers was ceramic-metal-ceramic 3-layered parallel type The center metal layer of phosphorous bronze was bonded by two piezoelectric layers of which have sputtered Ag/Cu(or Ni/Cu) electrode layers on both sides.. The Energy generated by the vibration of piezoelectric transducers Can be achieved by adjusting a suitable piezoelectric constant and mechanical structures. The piezoelectric material used in this application showed the electrical properties of r=4400, $d_{33}\;=\;750\;(10^{-12}\;m/V)$, $d_{31}\;=\;-300\;(10^{-12}\;m/V)$, $k_{33}\;=\;71%$, $Qm\;=\;85$, $T_c\;=\;210^{\circ}C$.

  • PDF

Effect of Silane Coupling Agent on Adhesion Properties between Hydrophobic UV-curable Urethane Acrylate and Acrylic PSA (소수성 UV 경화형 우레탄 아크릴레이트와 아크릴 점착제 사이의 계면 부착력 향상을 위한 에폭시 실란의 영향)

  • Noh, Jieun;Byeon, Minseon;Cho, Tae Yeun;Ham, Dong Seok;Cho, Seong-Keun
    • Applied Chemistry for Engineering
    • /
    • v.31 no.2
    • /
    • pp.230-236
    • /
    • 2020
  • In this study, an adhesive tape with water and impact resistance for mobile devices was developed using a UV-curable urethane acrylate based polymer as a substrate. The substrate fabricated by UV-curable materials shows hydrophobicity and poor wettability, which significantly deteriorates the interface-adhesions between the substrate and acrylic adhesive. In order to improve the interface adhesion, 3-glycidoxy-propyl trimethoxysilane (GPTMS), a silane coupling agent having epoxy functional groups, was selected and incorporated into UV-curable urethane acrylate based polymer resins in various contents. The changes of the chemical composition according to the contents of GPTMS was studied with Fourier-transform infrared spectroscopy (FT-IR), energy-dispersive X-ray spectroscopy (EDX) and X-ray photoelectron spectroscopy (XPS) to know the surface bonding properties. Also mechanical properties of the substrate were characterized by tensile strength, gel fraction and water contact angle measurements. The peel strengths at 180° and 90° were measured to compare the adhesion between the substrate and adhesive according to the silane coupling agent contents. The mechanical strength of the urethane acrylate adhesive tape decreased as the silane coupling agent increased, but the adhesion between the substrate and adhesives increased remarkably at an appropriate content of 0.5~1 wt%.

Factors Affecting Consumers' Experience of Using Smart Healthcare Focusing on Health Literacy and Personal Characteristics (건강정보이해능력과 개인의 특성이 스마트 헬스케어 이용 경험에 미치는 요인 분석)

  • Kim, Ga Eun;Park, Hyun Jun
    • The Journal of the Korea Contents Association
    • /
    • v.19 no.4
    • /
    • pp.41-53
    • /
    • 2019
  • As the paradigm of healthcare shifts from the center of treatment to the center of prevention, products and services related to disease prevention are emerging at domestic and abroad. The government considers the smart healthcare industry as a solution to healthcare problems such as an increase in the number of chronic illnesses and an increase in the burden of medical expenses. The purpose of this study is to explore the factors affecting the use of smart healthcare products and services focusing on Health Literacy and health related personal characteristics and to provide policy implications. The subjects of the questionnaire are 1,027 adults over 20 in the nation, and conducted an online survey. In addition, the factors were analyzed by decision tree method. As a result, most of the respondents(76.9%) did not have experience using Smart Healthcare products and services. However, in the Health Literacy question, there was a difference in use experience depending on the degree of difficulty in using the mass media information. Other factors were the degree of intention to use new technology, the understanding of counseling about family members and friends, and health checkups. In order to enable self-healthcare through smart healthcare products and services, the ability of consumers to explore and utilize health information from the mass media should be improved. In addition, government and enterprise efforts are needed to achieve this.