• Title/Summary/Keyword: software development and applications

Search Result 807, Processing Time 0.03 seconds

A Scenario-based Goal-oriented Approach for Use Case Modeling (유즈케이스 모델링을 위한 시나리오 근간의 목표(Goal)지향 분석 방안)

  • Lee, Jae-Ho;Kim, Jae-Seon;Park, Soo-Yong
    • Journal of KIISE:Software and Applications
    • /
    • v.29 no.4
    • /
    • pp.211-224
    • /
    • 2002
  • As system become larger and more complex, it is important to correctly analyze and specify user's requirements. Use case modeling is widely used in Object-Oriented Analysis and Design(OOAD) and Component-Based Development(CBD). It is useful to mitigate the complexity of the requirements analysis. However, use cases are difficult to be structured, to explicitly represent non-functional requirements, and to analyze what is affected by changes of use cases. To alleviate these problems, we propose scenario-based goal-oriented approach for use case modeling. The approach is to apply goal-oriented analysis method to use case model. Since goal-oriented analysis method is not systematic and heuristics is considerably involved, we adopted scenarios as the basis for the goal extraction. The proposed method is applied to City Bus Information Subsystem(CBIS) in Intelligent Transport Systems(ITS) domain. The proposed approach helps software engineer to analyze what is affected by use case's changes and represent non-functional requirements.

Development of a Process Centered RFID Cost-Benefit Analysis Model and Tool (RFID 도입에 대한 프로세스 중심 비용편익분석 모형 및 툴 개발)

  • Jeong, Jee-Hoon;Lee, Yong-Han
    • The Journal of Society for e-Business Studies
    • /
    • v.13 no.3
    • /
    • pp.173-188
    • /
    • 2008
  • While many success stories are reported in the area of RFID applications, actual RFID deployments in industry are being realized a lot slower than expected. One of the main reasons for that is the lack of decision makers' understanding on the RFID ROI. In this research we drew a comprehensive list of cost and benefit items regarding RFID deployments especially for distribution and retail industry. In addition, we mapped these cost/benefit items to corresponding SCOR processes so that users can easily utilize the suggested cost-benefit analysis model when they want to improve their own processes using the RFID technology. The developed cost-benefit analysis model was implemented as a software tool for convenient use. Our research results can be used not only for those who want to evaluate the RFID technology prior to actual deployment but also by the researchers in this area.

  • PDF

A MetaModel for Dynamic Mobile Web Service (동적 모바일 웹 서비스를 위한 메타모델)

  • Kim, Chul-Jin;Song, Chee-Yang
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.16 no.10
    • /
    • pp.6458-6465
    • /
    • 2015
  • Frequent change of mobile applications has become a burden to management of mobile services. Therefore, the development of mobile Web services, which the central management is easy, has increased. Tools which developers, as well as general users can easily develop, have been developed for mobile Web services. However, researches of standardized metamodel for implementing mobile Web service dynamically by general users is the inadequate situation. In this paper, we propose a dynamic metamodel for developing mobile Web services. The dynamic metamodel consists of a mobile Web pages, mobile Web page instance and dynamic connection using XDPL structure. we study a connection metamodel for condition connection, split connection and join connection, and combile entire metamodel, finally. Also, we carry out a case study in order to verify the suitability of metamodel by based on XPDL.

Effect of Garbage Collection in the ZG-machine (ZG-machine에서 기억 장소 재활용 체계의 영향)

  • Woo, Gyun;Han, Tai-Sook
    • Journal of KIISE:Software and Applications
    • /
    • v.27 no.7
    • /
    • pp.759-768
    • /
    • 2000
  • The ZG-machine is a space-efficient G-machine, which exploits a simple encoding method, called tag-forwarding, to compress the heap structure of graphs. Experiments on the ZG-machine without garbage collection shows that the ZG-machine saves 30% of heap space and the run-time overhead is no more than 6% than the G-machine. This paper presents the results of further experiments on the ZG-machine with the garbage collector. As a result, the heap-residency of the ZG-machine decreases by 34% on average although the run-time increases by 34% compared to the G-machine. The high rate of the run-time overhead of the ZG-machine is incurred by the garbage collector. However, when the heap size is 7 times the heap-residency, the run-time overhead of the ZG-machine is no more than 12% compared to the G-machine. With the aspect of reduced heap-residency, the ZG-machine may be useful in memory-restricted environments such as embedded systems. Also, with the development of a more efficient garbage collector, the run-time is expected to decrease significantly.

  • PDF

Development of 3D Modeling Technology of Human Vacancy for Bio-CAD (Bio-CAD를 위한 인체공동부의 3차원 모델링 기술 개발)

  • Kim, Ho-Chan;Bae, Yong-Hwan;Kwon, Ki-Su;Seo, Tae-Won;Lee, Seok-Hee
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.26 no.12
    • /
    • pp.138-145
    • /
    • 2009
  • Custom medical treatment is being widely adapted to lots of medical applications. A technology for 3D modeling is strongly required to fabricate medical implants for individual patient. Needs on true 3D CAD data of a patient is strongly required for tissue engineering and human body simulations. Medical imaging devices show human inner section and 3D volume rendering images of human organs. CT or MRI is one of the popular imaging devices for that use. However, those image data is not sufficient to use for medical fabrication or simulation. This paper mainly deals how to generate 3D geometry data from those medical images. A new image processing technology is introduced to reconstruct 3D geometry of a human body vacancy from the medical images. Then a surface geometry data is reconstructed by using Marching cube algorithm. Resulting CAD data is a custom 3D geometry data of human vacancy. This paper introduces a novel 3D reconstruction process and shows some typical examples with implemented software.

Serialized Multitasking Code Generation from Dataflow Specification (데이타 플로우 명세로부터 직렬화된 멀티태스킹 코드 생성)

  • Kwon, Seong-Nam;Ha, Soon-Hoi
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.35 no.9_10
    • /
    • pp.429-440
    • /
    • 2008
  • As embedded system becomes more complex, software development becomes more important in the entire design process. Most embedded applications consist of multi -tasks, that are executed in parallel. So, dataflow model that expresses concurrency naturally is preferred than sequential programming language to develop multitask software. For the execution of multitasking codes, operating system is essential to schedule multi-tasks and to deal with the communication between tasks. But, it is needed to execute multitasking code without as when the target hardware platform cannot execute as or target platforms are candidates of design space exploration, because it is very costly to port as for all candidate platforms of DSE. For this reason, we propose the serialized multitasking code generation technique from dataflow specification. In the proposed technique, a task is specified with dataflow model, and generated as a C code. Code generation consists of two steps: First, a block in a task is generated as a separate function. Second, generated functions are scheduled by a multitasking scheduler that is also generated automatically. To make it easy to write customized scheduler manually, the data structure and information of each task are defined. With the preliminary experiment of DivX player, it is confirmed that the generated code from the proposed framework is efficiently and correctly executed on the target system.

A Foundational Study on Developing a Structural Model for AI-based Sentencing Prediciton Based on Violent Crime Judgment (인공지능기술 적용을 위한 강력범죄 판결문 기반 양형 예측 구조모델 개발 기초 연구)

  • Woongil Park;Eunbi Cho;Jeong-Hyeon Chang;Joo-chang Kim
    • Journal of Internet Computing and Services
    • /
    • v.25 no.1
    • /
    • pp.91-98
    • /
    • 2024
  • With the advancement of ICT (Information and Communication Technology), searching for judgments through the internet has become increasingly convenient. However, predicting sentencing based on judgments remains a challenging task for individuals. This is because sentencing involves a complex process of applying aggravating and mitigating factors within the framework of legal provisions, and it often depends on the subjective judgment of the judge. Therefore, this research aimed to develop a model for predicting sentencing using artificial intelligence by focusing on structuring the data from judgments, making it suitable for AI applications. Through theoretical and statistical analysis of previous studies, we identified variables with high explanatory power for predicting sentencing. Additionally, by analyzing 50 legal judgments related to serious crimes that are publicly available, we presented a framework for extracting essential information from judgments. This framework encompasses basic case information, sentencing details, reasons for sentencing, the reasons for the determination of the sentence, as well as information about offenders, victims, and accomplices evident within the specific content of the judgments. This research is expected to contribute to the development of artificial intelligence technologies in the field of law in the future.

Current Status of X-ray CT Based Non Destructive Characterization of Bentonite as an Engineered Barrier Material (공학적방벽재로서 벤토나이트 거동의 X선 단층촬영 기반 비파괴 특성화 현황)

  • Diaz, Melvin B.;Kim, Joo Yeon;Kim, Kwang Yeom;Lee, Changsoo;Kim, Jin-Seop
    • Tunnel and Underground Space
    • /
    • v.31 no.6
    • /
    • pp.400-414
    • /
    • 2021
  • Under high-level radioactive waste repository conditions, bentonite as an engineered barrier material undergoes thermal, hydrological, mechanical, and chemical processes. We report the applications of X-ray Computed Tomography (CT) imaging technique on the characterization and analysis of bentonite over the past decade to provide a reference of the utilization of this technique and the recent research trends. This overview of the X-ray CT technique applications includes the characterization of the bentonite either in pellets or powder form. X-ray imaging has provided a means to extract grain information at the microscale and identify crack networks responsible for the pellets' heterogeneity. Regarding samples of pellets-powder mixtures under hydration, X-ray CT allowed the identification and monitoring of heterogeneous zones throughout the test. Some results showed how zones with pellets only swell faster compared to others composed of pellets and powder. Moreover, the behavior of fissures between grains and bentonite matrix was observed to change under drying and hydrating conditions, tending to close during the former and open during the latter. The development of specializing software has allowed obtaining strain fields from a sequence of images. In more recent works, X-ray CT technique has served to estimate the dry density, water content, and particle displacement at different testing times. Also, when temperature was added to the hydration process of a sample, CT technology offered a way to observe localized and global density changes over time.

Message Interoperability in e-Logistics System (e-Logistics시스템의 메시지 상호운용성)

  • Seo Sungbo;Lee Young Joon;Hwang Jaegak;Ryu Keun Ho
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.11 no.5
    • /
    • pp.436-450
    • /
    • 2005
  • Existing B2B, B2C computer systems and applications that executed business trans-actions were the client- server based architecture which consists of heterogeneous hardware and software including personal computers and mainframes. Due to the active boom of electronic business, integration and compatibility of exchanged data, applications and hardwares have emerged as hot issue. This paper designs and implements a message transport system and a document transformation system in order to solve the interoperability problem of integrated logistics system in e-Business when doing electronic business. Message transport system integrated ebMS 2.0 which is standard business message exchange format of ebXML, the international standard electronic commerce framework, and JMS of J2EE enable to ensure reliable messaging. The document transformation system could convert non-standard XML documents into standard XML documents and provide the web services after integrating message system. Using suggested business scenario and various test data, our message oriented system preyed to be interoperable and stable. We participated ebXML messaging interoperability test organized by ebXML Asia Committee ITG in oder to evaluate and certify the suitability for message system.

Application and Evaluation of ITS Map Datum and Location Referencing System for ITS User Services (ITS서비스를 위한 Map Datum 및 위치참조체계 모델의 적용 및 평가)

  • 최기주;이광섭
    • Journal of Korean Society of Transportation
    • /
    • v.17 no.2
    • /
    • pp.55-68
    • /
    • 1999
  • Many ITS services require map databases in digital form to meet desired needs. Due to the dynamic nature of ITS and the sheer diversity of applications, the design and development of spatial databases to meet those needs pose a major challenge to both the public and private sectors. This challenge is further complicated by the necessity to transfer locationally referenced information between different kinds of databases and spatial data handling systems so that ITS products will work seamlessly across the region and nation. The Purpose of this paper is to develop the framework-models commonly to reference locations in the various applications and systems-the ITS Map Datum and LRS(Location Referencing System). The ITS Map Datum consists of the around control points which are the prime intersections (nodes) of the nationwide road network In this study, the major points have been determined along wish link-node modeling procedure. LRS, defined as a system for determining the position (location) of an entity relative to other entities or to some external frame of reference, has also been set up using CSOM type method. The method has been implemented using ArcView GIS software over the Kangnam and Seocho districts in the city of Seoul, showing that the implemented LRS scheme can be used successfully elsewhere. With the proper advent of the K.ITS architecture and services, the procedure can be used to improve the data sharing and to inter operate among systems, enhancing the efficiency both in terms of money and time.

  • PDF