• Title/Summary/Keyword: 4GL(4Generation)

Search Result 18, Processing Time 0.023 seconds

Performance Comparison of 3D File Formats on a Mobile Web Browser

  • Nam, Duckkyoun;Lee, Daehyeon;Lee, Seunghyun;Kwon, Soonchul
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.11 no.2
    • /
    • pp.31-42
    • /
    • 2019
  • As smartphone H/W performance and mobile communication service have been enhanced, large-capacity 3D modeling files are available in smartphones. Common formats of 3D modeling files include STL (STereoLithography), OBJ (Wavefront file format specification), FBX (Filmbox), and glTF (open GL Transmission Format). Each format has different characteristics depending on the configuration and functions, and formats that are supported are varied depending on the applications. Large-size files are commonly used. The 4th generation mobile communication network secures loading of 3D modeling files and transmission of large-size geometric files in order to provide augmented reality services via smartphones. This paper explains the concepts and characteristics of major 3D file formats such as OBJ, FBX, and glTF. In addition, it compares their performance in a wired web with that in the 4th generation mobile communication network. The loading time and packet transmission in each 3D format are also measured by means of different mobile web browsers (Google Chrome and MS Edge). The experiment result shows that glTF demonstrated the most efficient performance while the loading time of OBJ was relatively excessive. Findings of this study can be utilized in selecting specific 3D file formats for rendering time reduction depending on the mobile web environments.

A Study on Construction of Reverse Engineering Environment in Forth Generation Language (4세대 언어에서의 역공학 환경 구성)

  • Jin, Yeong-Bae;Wang, Chang-Jong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.2 no.4
    • /
    • pp.509-523
    • /
    • 1995
  • With the diversified and enlarged softwares, the issue of software maintenance became more complex and difficult consequently, the cost of software maintenance took up the highest portion in the software life cycle. At the same time, in order to develop or use software for general computers the development environment will be changed to incorporate user-friendly 4GL (Fourth generation Language). Therefore, it is required to take a closer look at the languages such as COBOL, C, FORTRAN, PASCAL which have source code comprised of 4GL and investigate the method of analysis and reuse for program understanding since a lot of research has been done with these languages in program maintenance. The purpose of this paper is to propose reverse engineering tool in 4GL and find an effective way of understanding and maintaining the program by transforming source code comprised of 4GL to meta language and designing and implementing Document Generator, Report Generator, Module Generator, Code Translator for program understanding.

  • PDF

On Visualization Simulation for Generation of Three Dimensional Sea State (3차원 해상상태 생성을 위한 가시화 시뮬레이션)

  • Sohn, Kyoung-Ho;Bae, Jun-Young;Kim, Yong-Min
    • Journal of Navigation and Port Research
    • /
    • v.26 no.4
    • /
    • pp.449-453
    • /
    • 2002
  • Recently a ship manoeuvring simulator has been developed by Korea Maritime University. We are desiring to apply the movement of wave to the visual scene of sea state in the simulator. This paper discussed the calculation method and visualization simulation of three dimensional sea state using OpenGL API, and the possibility to apply calculation result to the simulator.

Development of the Quality of Service management program using the fourth generation language (제4세대 언어를 사용한 서비스품질 관리 프로그램의 개발)

  • 박순달;정호연;서정대;김태호
    • Korean Management Science Review
    • /
    • v.9 no.1
    • /
    • pp.41-52
    • /
    • 1992
  • The QOS(Quality of Service) recognized by the customer will become the most important thing under the competitive telecommunications market. Korea Telecom is going to develop many system to manage the telecommunication network, to improve the level of QOS, and to increase the revenue. Operation and Maintenance Adiministration System is one of the systems developed to meet those purposes efficiently. This system gathers qualities data from telephone offices or operation centers and analyze the results of QOS improvement activities and evaluate overall QOS. And also system makes it possible to improve the cost/effectiveness of operation and maintenance of telecommunication network. Operation and Maintenance Administration System has four functional modules, i.e., the user interface module, the database management module, the QOS management module, and the database conversion module. The purpose of this study is to develop the QOS management program, one of the four functional modules of the system,using FOCUS 4GL/DBMS. Since Operation and Maintenance Administration System is developed using FOCUS 4GL, every user can handle and maintain the system very easily and reduce system backlogs.

  • PDF

Software Size Estimation Model for 4GL System (4GL 시스템에 대한 소프트웨어 크기 추정 모델)

  • Yoon, Myoung-Young
    • Proceedings of the Korea Society for Industrial Systems Conference
    • /
    • 1999.05a
    • /
    • pp.97-105
    • /
    • 1999
  • An important task for any software project manager is to be able to predict and control project size. Unfortunately, there is comparatively little work that deals with the problem of building estimation methods for software size in fourth-generation languages systems. In this paper, we propose a new estimation method for estimating for software size based on minimum relative error(MRE) criterion. The characteristic of the proposed method is insensitive to the extreme values of the observed measures which can be obtained early in the development life cycle. In order to verify the performance of the proposed estimation method for software size in terms of both quality of fit and predictive quality, the experiments has been conducted for the dataset I and II, respectively. For the data set I and II, our proposed estimation method was shown to be superior to the traditional method LS and RLS in terms of both the quality of fit and predictive quality when applied to data obtained from actual software development projects.

  • PDF

Parallelization of Feature Detection and Panorama Image Generation using OpenCL and Embedded GPU (OpenCL 및 Embedded GPU를 이용한 영상 특징 추출 및 파노라마 영상 생성의 병렬화)

  • Kang, Seung Heon;Lee, Seung-Jae;Lee, Man Hee;Park, In Kyu
    • Journal of Broadcast Engineering
    • /
    • v.19 no.3
    • /
    • pp.316-328
    • /
    • 2014
  • In this paper, we parallelize the popular feature detection algorithms, i.e. SIFT and SURF, and its application to fast panoramic image generation on the latest embedded GPU. Parallelized algorithms are implemented using recently developed OpenCL as the embedded GPGPU software platform. We compare the implementation efficiency and speed performance of conventional OpenGL Shading Language and OpenCL. Experimental result shows that implementation on OpenCL has comparable performance with GLSL. Compared with the performance on the embedded CPU in the same application processor, the embedded GPU runs 3~4 times faster. As an example of using feature extraction, panorama image synthesis is performed on embedded GPU by applying image matching using detected features.

Prediction Model of Software Size for 4GL and Database Projects

  • Yoon, myoung-Young
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.4 no.3
    • /
    • pp.1-7
    • /
    • 1999
  • An important task for any software project manager is to be able to predict and control project size. Unfortunately, there is comparatively little work that deals with the problem of building prediction methods for software size in fourth-generation languages and database projects. In this paper, we propose a new estimation method for estimating for software size based on minimum relative error(MRE) criterion. The characteristic of the proposed method is insensitive to the extreme values of the observed measures which can be obtained early in the development life cycle. In order to verify the performance of the proposed estimation method for software size in terms of both quality of fit and predictive quality, the experiments has been conducted for the dataset Ⅰ and Ⅱ, respectively. For the data set Ⅰ and Ⅱ, our proposed prediction method was shown to be superior to the traditional method LS and RLS in terms of both the quality of fit and predictive quality when applied to data obtained from actual software development projects.

  • PDF

A Study on the Education of 5GL Program Tool at College (대학에서 국산 5세대 프로그램 저작도구의 교육에 대한 연구)

  • Park Daewoo
    • Journal of the Korea Society of Computer and Information
    • /
    • v.9 no.4 s.32
    • /
    • pp.41-48
    • /
    • 2004
  • At Ubiquitous ages I am teaching of the Fifth Generation Languages Program Tool which was producted by Korea at college, and it develop software program for Internet Electronic Commerce Information. In this paper I have researched the problems from education in Operating System and the Use of Tool that Korean 5GL Program Tool was better than Foreign Program Tool on functions and peculiarity, merits and demerits. I have a research and analysis of students response about the Using of Tool, Coding(Script), Application Programming in college education whose have had existing Foreign Tool. Also. I propose that the alternative plans which analyze out opinions from teaching professors and program developers.

  • PDF

The Effects of gl, gh and wx Gene on the Grain Yield and Yield Components of Rice Plant (수도의 gl, gh 및 wx유전자가 수도수량 및 수량구성요소에 미치는 영향)

  • 김현구
    • KOREAN JOURNAL OF CROP SCIENCE
    • /
    • v.22 no.1
    • /
    • pp.83-109
    • /
    • 1977
  • Isogenic lines for glabrous leaf (gl), hull color(gh) and glutinous endosperm (wx) were used to clarify the effects of the gl, gh and wx gene on the grain yield and yield components in rice plant. Eight genotypes: glgl ghgh wxwx, glgl ghgh WxWx, glgl GH-wxwx, glgl GH-WxWx, GL-ghgh wxwx, GL-ghgh WxWx, GL-GH-wxwx and GL-GH-WxWx were evalutated in the backcrossed $F_2$ generation. Significant effects were measured for gl genotypes on heading date, gh genotypes on grain fertility, and wxwx genotypes on number of panicles per hill and 1, 000 grain weight. The grain yield of straw hull and non glutinous lines were higher than gold hull and glutinous lines. The interaction of three genes, gl, gh and wx was significant for heading date, but not significant in other characters. The average value of isogenic lines which were combined with two recessive genes and one dominant gene were lower and the C.V. value was higher than the isogenic lines which were combined with two dominant genes and one recessive gene in all characters except plant height and number of grains per plant. The average value of isogenic line combined with three recessive genes was lower and the C.V. was higher than the isogenic line combined three dominant genes in all characters measured.

  • PDF

Linkage Analysis of the Resistance Genes to Whitebacked Planthopper (Sogatella furcifera Horvath) in Rice (수도의 흰등멸구(Sogatella furcifera Horvath)에 대한 저항성 유전자 연관분석)

  • ;Mun-Hue Heu
    • KOREAN JOURNAL OF CROP SCIENCE
    • /
    • v.29 no.2
    • /
    • pp.136-151
    • /
    • 1984
  • The purpose of this study is to find out the linkage relationship of the resistance genes Wbph1 and Wbph2 which are known to be present in the rice cultivar N22 and ARC 10239 respectively, with the genetic markers which are identified as the specific linkage tester. Crosses were made between the resistant parents and the genetic marker stocks and their F$_2$ populations were grown out in the field. The genetic segregations of the marker character were studied and the seeds were harvested individual plant base. These F$_3$ seeds were grown into plant-line base in the greenhouse and their responses to the whitebacked planthopper were tested. Then the linkage relationship between the F$_2$ plant marker character and the F$_3$ resistance responses to the whitebacked planthopper were examined. In the F$_2$ generation of the crosses between the resistant parent N22 and the genetic marker stocks, the genetic markers, such as lg, d-t, g, la, bl and gl, showed the segregation of 3 dominance to 1 recessiveness, and the Bh marker segregated into 9:7 ratio. Another 4 marker genes, such as Cl, gh, Lh and bc, did not show the good fittness to the expected value. In the F$_2$ generation of the crosses between the resistant parent ARC 10239 and the genetic marker stocks, the genetic markers, such as Cl, lg, Pn, g, la, bl and gl, showed the segregation of 3 dominance to 1 recessiveness, and the Bh gene segregation fitted well to the 9:7. The rest 4 genetic markers, such as gh, Lh, nl and be, did not show the good fitness to the expected ratio. The resistance genes Wbphl of N22 and the Wbph2 of ARC 10239 appeared to be single dominant gene each. The Wbphl gene was linked with the marker gene, liguleless (lg) of linkage group II with the recombination value of 36.8%, and with the black hull (Bh) with the value of 35.9%. The Wbph2 gene appeared to be independent of all the markers tested here, such as Cl, lg, Pn, g, Lh, la, nl, bl, bc, gl, Bh, of linkage gtoup I, II, III, IV, VI, VII, VIII, IX, X, XI, and XII respectively. That the Wbph2 linkage relations were not investigated was regarded as the causes that the tested marker genes on the chromosome were located with the resistance gene at the distant loci, and of the phenctypic properties of the marker characters. The Wbph2 linkage relations should be reexamined in the cross combinations of linkage group Ⅶ, Ⅷ, Ⅹ and XII including linkage group V which was not tested in this experiment.

  • PDF