Essays about: "semi-automatic transformation"

Found 5 essays containing the words semi-automatic transformation.

  1. 1. Semi-automatic code-to-code transformer for Java : Transformation of library calls

    University essay from Linköpings universitet/Programvara och system

    Author : Niklas Boije; Kristoffer Borg; [2016]
    Keywords : code-to-code transformer; semi-automatic transformation; code transformation; transformation of library calls; rule transformation;

    Abstract : Having the ability to perform large automatic software changes in a code base gives new possibilities for software restructuring and cost savings. The possibility of replacing software libraries in a semi-automatic way has been studied. String metrics are used to find equivalents between two libraries by looking at class- and method names. READ MORE

  2. 2. Fusion of Ladybug3 omnidirectional camera and Velodyne Lidar

    University essay from KTH/Geodesi och satellitpositionering

    Author : Guanyi Zhao; [2015]
    Keywords : ;

    Abstract : The advent of autonomous vehicles expedites the revolution of car industry. Volvo Car Corporation has an ambition of developing the next generation of autonomous vehicle. READ MORE

  3. 3. Calving Events Detection and Quantification from Time-lapse Images : A Case Study of Tunabreen Glacier, Svalbard

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Sigit Adinugroho; [2015]
    Keywords : ;

    Abstract : A fully automated method for detecting and measuring calving regions of a glacier is an important tool to gather massive statistical data of calving events. A new framework to achieve the goals is presented in this thesis. First, time-lapse images are registered to the first image in the set. READ MORE

  4. 4. Automatic Lexicon Extraction on RandomIndexing Word Spaces using Small Seed Lexica

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : AMARU CUBA GYLLENSTEN; [2014]
    Keywords : ;

    Abstract : Automatic bilingual lexicon extraction has many applications in Natural Language Processing, but often times requires highly structured,parallel, data or extensive bilingual seed lexicas to get reasonably good performance. Random Indexing models with a small bilingual seed lexicon could be used to perform (semi-)automatic lexicon extraction using only separate monolingual data. READ MORE

  5. 5. Automated Reasoning Support for Invasive Interactive Parallelization

    University essay from Institutionen för datavetenskap; Tekniska högskolan

    Author : Kianosh Moshir Moghaddam; [2012]
    Keywords : Multi-processors; Dependence Analysis; Code parallelization; Semi-automatic parallelization; IIP; ISC; OpenMP; MPI; Artificial Intelligence; Reasoning; Decision Tree; Divide and Conquer D C algorithms;

    Abstract : To parallelize a sequential source code, a parallelization strategy must be defined that transforms the sequential source code into an equivalent parallel version. Since parallelizing compilers can sometimes transform sequential loops and other well-structured codes into parallel ones automatically, we are interested in finding a solution to parallelize semi-automatically codes that compilers are not able to parallelize automatically, mostly because of weakness of classical data and control dependence analysis, in order to simplify the process of transforming the codes for programmers. READ MORE