• Title/Summary/Keyword: programming

Search Result 7,701, Processing Time 0.03 seconds

Breakage and Liberation Characteristics of Iron Ore from Shinyemi Mine by Ball Mill (신예미 광산 철광석의 볼밀 분쇄 및 단체분리 특성 연구)

  • Lee, Donwoo;Kwon, Jihoe;Kim, Kwanho;Cho, Heechan
    • Resources Recycling
    • /
    • v.29 no.3
    • /
    • pp.11-23
    • /
    • 2020
  • This study aims to investigate breakage and liberation characteristics of iron ore from Shinyemi mine, Jeongseon by ball mill. Parameters of breakage functions for three grade samples of iron ore were obtained using single-sized-feed breakage test and back-calculation based on nonlinear programming. The results showed that with the increase in the grade of iron ore, the breakage rate factor decrease whereas the particle size sensitivity decreases. This results from retardation of microcrack-propagation by magnetite grain in the ore. Breakage distribution analysis showed that the breakage mechanism appear to be impact fracture dominant with the increase of grade owing to the stress distribution effect by magnetite grain. Degree of liberation (DOL) increased with the increase in grade and decrease in particle size, respectively. Using the breakage function and size-DOL relationship, a model that can predict time-dependent-DOL is established. When scale-up factors from operating condition are available, the model is expected to be capable of predicting size and DOL with time in actual mining process.

A Design and Implementation of A Robot Client Middleware for Network-based Intelligent Robot based on Service-Oriented (지능형 네트워크 로봇을 위한 서비스 지향적인 로봇 클라이언트 미들웨어 설계와 구현)

  • Kwak, Dong-Gyu;Choi, Jae-Young
    • The KIPS Transactions:PartA
    • /
    • v.19A no.1
    • /
    • pp.1-8
    • /
    • 2012
  • Network-based intelligent robot is connected with network system, provides interactions with humans, and carries out its own roles on ubiquitous computing environments. URC (Ubiquitous Robot Companion) robot has been proposed to develop network-based robot by applying distributed computing techniques. On URC robot, it is possible to save the computing power of robot client by environments, has been proposed to develop robot software using service-oriented architecture on server-client computing environments. The SOMAR client robot consists of two layers - device service layer and robot service layer. The device service controls physical devices, and the robot service abstracts robot's services, which are newly defined and generated by combining many device services. RSEL (Robot Service Executing Language) is defined in this paper to represent relations and connections between device services and robot services. A RESL document, including robot services by combining several device services, is translated to a programming language for robot client system using RSEL translator, then the translated source program is compiled and uploaded to robot client system with RPC (Remote Procedure Call) command. A SOMAR client system is easy to be applied to embedded systems of host/target architecture. Moreover it is possible to produce a light-weight URC client robot by reducing workload of RSEL processing engine.

A Study on the Derivation and Sensitivity Analysis of the Adjustment Factor in the Software Cost Estimation Guidelines (소프트웨어 사업대가기준 보정계수의 유도 및 민감도 분석)

  • Byun, Boon-Hee;Kwon, Ki-Tae
    • The KIPS Transactions:PartD
    • /
    • v.15D no.1
    • /
    • pp.61-72
    • /
    • 2008
  • One of the most significant tasks of software development project is to know how much it will be the software development cost in the early stage of software development cycle. The software development environment and technology are changing very rapidly. For accuracy, we should apply those to the software cost estimation. And it is important that we select the suitable adjustment factor and the value of a suitable adjustment factor. For that, this paper have applied the method of AHP. And we have also analyzed the sensitivity of the adjustment factor which is influenced by decision metrics. In conclusion, the value of the application type adjustment factor is responded more sensitively to the data complexity and the control complexity than processing complexity. And the value of the language adjustment factor is responded more sensitively to the supplying manpower and the time of the coding than the time of the debugging. In the future, we will research the selection of an additional adjustment factor and a suitable value of the adjustment factor which are influenced by the environment and the technology of the domestic software development. And then, in the language adjustment factor, we will try to calculate the value about the individual programming language.

Parallel Computation For The Edit Distance Based On The Four-Russians' Algorithm (4-러시안 알고리즘 기반의 편집거리 병렬계산)

  • Kim, Young Ho;Jeong, Ju-Hui;Kang, Dae Woong;Sim, Jeong Seop
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.2 no.2
    • /
    • pp.67-74
    • /
    • 2013
  • Approximate string matching problems have been studied in diverse fields. Recently, fast approximate string matching algorithms are being used to reduce the time and costs for the next generation sequencing. To measure the amounts of errors between two strings, we use a distance function such as the edit distance. Given two strings X(|X| = m) and Y(|Y| = n) over an alphabet ${\Sigma}$, the edit distance between X and Y is the minimum number of edit operations to convert X into Y. The edit distance between X and Y can be computed using the well-known dynamic programming technique in O(mn) time and space. The edit distance also can be computed using the Four-Russians' algorithm whose preprocessing step runs in $O((3{\mid}{\Sigma}{\mid})^{2t}t^2)$ time and $O((3{\mid}{\Sigma}{\mid})^{2t}t)$ space and the computation step runs in O(mn/t) time and O(mn) space where t represents the size of the block. In this paper, we present a parallelized version of the computation step of the Four-Russians' algorithm. Our algorithm computes the edit distance between X and Y in O(m+n) time using m/t threads. Then we implemented both the sequential version and our parallelized version of the Four-Russians' algorithm using CUDA to compare the execution times. When t = 1 and t = 2, our algorithm runs about 10 times and 3 times faster than the sequential algorithm, respectively.

A Study on the Development of Standard Profiles Management System which supports the Technical Reference Model for Information Technology Architecture (정보기술 아키텍처를 위한 기술참조모델을 지원하는 표준프로파일 관리시스템 개발에 관한 연구)

  • Yang, Jin-Hyeok;Kim, Yeong-Do;Jeong, Hui-Jun;Yang, Jin-Yeong;Yu, Myeong-Hwan
    • The KIPS Transactions:PartD
    • /
    • v.8D no.6
    • /
    • pp.665-672
    • /
    • 2001
  • ITA (Information Technology Architecture) satisfies the requirements of information system, supports the information used in the institution's business to guarantee the interoperability and security, and analyzes the components of information system. ITA consists of EA (Enterprise Architecture), TRM (Technical Reference Manual) and SP (Standard Profile). The SP, one of the major components of ITA, is a set of information technology standards. In this paper, to construct and utilize the ITA, we mention the applications of information technology about the SP system implementation based on the TRM. The SP management system implemented in this paper is the first trial in Korea, and designs the software with object oriented programming languages such as JSP and Java. Moreover the basic and detailed specification based on the UML notation, system design using the component and system design pattern consisting of software architectures enhance the software reusability. And the constructed system in this paper shows less maintenance cost by using the public softwares such as Linux system, Korean DBMS, Apache and Tomcat, etc. Finally, the system includes the SP reference system which is used in the other institutions and cannot be found in other institutions. Also it includes the additional diverse service modules which support the subsequent processing for the establishment and revision of standards via internet.

  • PDF

The Analysis of Research Trends Related to STEAM Education in Science Gifted and Talented Education Using Korea Education & Research Information Service(KERIS) (KERIS를 활용한 과학영재교육에서의 STEAM 교육 관련 연구동향 분석)

  • Lee, Jung-Seok;Kim, Young-Gwon
    • Journal of the Korean Society of Earth Science Education
    • /
    • v.9 no.2
    • /
    • pp.152-162
    • /
    • 2016
  • This study attempted to present a better direction for the development of STEAM education in science gifted and talented education by making a comparative analysis of the trends date and discussing the implications based on that through Korea Education & Research Information Service(KERIS) The results were as follows: First, the results of the analysis in the order of the published year(2011) showed that since one paper appeared in a journal, the number of the papers has continued to increase. Second, the analysis by research objects found the highest number of the studies on elementary school gifted students; followed by on middle school gifted students; on elementary school gifted students and general school students and teachers; and high school gifted students, middle school gifted students and general school students, and elementary, middle school gifted students, respectively. However, research targeted at infants and college students did not exist. Third, the analysis by research subjects found that science gifted education consists of mainly programming/curriculum and creativity. In addition, the higher number of the researches on creativity suggests that science gifted education is closely associated with not only scientific creativity but science education's nature of increasing the interest and understanding of science and technology. Fourth, the analysis by research methods revealed that the number was the highest regarding development and research studies, followed by experimental research, survey research, qualitative research, and literature research.

Government Support for Animation as Audiovisual Policy (방송영상 콘텐츠로서의 애니메이션 지원제도 연구)

  • Kim, Young-Jae
    • Cartoon and Animation Studies
    • /
    • s.39
    • /
    • pp.27-58
    • /
    • 2015
  • The crisis in profit and funding for animation is in evidence around the world. The change in media environment has forced broadcasting advertising revenue down and animation viewers spread out. Now, animation players in the strongest position are either the US major studios, or producers benefiting from domestic support schemes. Government support is available in many countries because many governments believe that support for domestic animation carries both economic and cultural benefits. This paper is designed to suggest new policy schemes for Korean animation industry. The new paradigm of animation policy needs a new perspective on content industry as a whole, not centered on the animation itself. The researchers on public policy for culture, audiovisual and content industry argued that the government should, (i) play the role of facilitator for virtuous cycle of industry value chain, (ii) provide fiscal support through automatic and selective schemes, (iii) provide tax benefit to strengthen the competitiveness of industry, and (iv) enforce the broadcasters to contribute to domestic programming and financing. Comparative analysis on French and Canadian audiovisual policy supports such arguments, and animation industry of two countries are enjoying the high audience ratings and sustainable production volume. From the analysis, this paper suggests the new government schemes for Korean animation industry, which are, (i) securing the public funding for fiscal support, (ii) introduction of automatic production support, (iii) modification of broadcasting quota, (iv) broadcaster's performance envelope and production quota, and (v) tax benefit as indirect support.

Development of a Gridded Simulation Support System for Rice Growth Based on the ORYZA2000 Model (ORYZA2000 모델에 기반한 격자형 벼 생육 모의 지원 시스템 개발)

  • Hyun, Shinwoo;Yoo, Byoung Hyun;Park, Jinyu;Kim, Kwang Soo
    • Korean Journal of Agricultural and Forest Meteorology
    • /
    • v.19 no.4
    • /
    • pp.270-279
    • /
    • 2017
  • Regional assessment of crop productivity using a gridded simulation approach could aid policy making and crop management. Still, little effort has been made to develop the systems that allows gridded simulations of crop growth using ORYZA 2000 model, which has been used for predicting rice yield in Korea. The objectives of this study were to develop a series of data processing modules for creating input data files, running the crop model, and aggregating output files in a region of interest using gridded data files. These modules were implemented using C++ and R to make the best use of the features provided by these programming languages. In a case study, 13000 input files in a plain text format were prepared using daily gridded weather data that had spatial resolution of 1km and 12.5 km for the period of 2001-2010. Using the text files as inputs to ORYZA2000 model, crop yield simulations were performed for each grid cell using a scenario of crop management practices. After output files were created for grid cells that represent a paddy rice field in South Korea, each output file was aggregated into an output file in the netCDF format. It was found that the spatial pattern of crop yield was relatively similar to actual distribution of yields in Korea, although there were biases of crop yield depending on regions. It seemed that those differences resulted from uncertainties incurred in input data, e.g., transplanting date, cultivar in an area, as well as weather data. Our results indicated that a set of tools developed in this study would be useful for gridded simulation of different crop models. In the further study, it would be worthwhile to take into account compatibility to a modeling interface library for integrated simulation of an agricultural ecosystem.

A Study on Room Assignment Considering Accessibility in a University Dormitory: A Case Study for University A (공용 공간의 접근성을 고려한 대학 기숙사 공실 배정에 관한 연구: A대학교를 중심으로)

  • Kim, Na Yeong;Lee, Jinho
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.21 no.1
    • /
    • pp.148-154
    • /
    • 2020
  • This study examines room assignments to improve accessibility in a university dormitory depending on the student grade, taking into account frequency of using a certain common space. An integer programming model is presented to minimize the total moving distance from the common space to the students' rooms for accessibility. The model also constrains the maximum capacity of a room, and disallows different grade students to be assigned to the same room. This model is similar to a facility location problem used widely in the supply chain management field. Applying our optimization model to a small group at the dormitory of Unversity A as the case study, our results indicate that lower grade students are assigned rooms closer to the common space due to their higher frequency of using that space to guarantee high accessibility. Moreover, if higher grade students are prioritized to select their rooms, we suggest an objective function that imposes a penalty in cases when lower grade students select rooms with priority. Based on the results obtained, we propose assigning rooms to students in a dormitory by considering their complex requirements and convenience to use the common space.

A Study on the Effects of Socioeconomic Traits on Local Resident Education in Slow City (슬로시티 지역주민의 인구사회학적 특성이 지역주민교육에 미치는 영향)

  • Park, Hee-Jung
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.17 no.5
    • /
    • pp.388-396
    • /
    • 2016
  • The concept of the Slow City originates from the philosophy that seeks nature and a human-centric lifestyle. The objective of this study is to provide education for local residents in the socioeconomic traits of Slow City. For this study, 445 residents were surveyed about the concept of the Slow City. Using the survey results, t-test and regression analyses were conducted to find areas of improvement by considering the significance and effect level. The purpose of this study is to suggest a strategy of education for local residents based on the effect of socioeconomic traits on the residents' attitude and education satisfaction. The findings showed that local residence is more influential on the residents' attitude than age, income and education and that the number of participations in the education did not affect education satisfaction. This result suggests that more reinforced and improved local resident education should be offered for the Slow City education of residents. This study provides a convenient set of indicators for a strategic focus to develop education programming and policy for Slow City residents.