Essays about: "Programming language"

Showing result 11 - 15 of 668 essays containing the words Programming language.

  1. 11. Enhancing path following drone : using image-based sensor matrix

    University essay from Blekinge Tekniska Högskola/Institutionen för matematik och naturvetenskap

    Author : Lakshmi Sai Krishna Yarru; Timothy Frazer Penugonda; [2023]
    Keywords : drone;

    Abstract : Drones are a fascinating form of transport and have the potential to dominate transportation in the future. Drones are usually faster and are unstable when flying in the air. Drones can be automated in many ways to realize various applications, one of which is a path following drone. READ MORE

  2. 12. A quantitative comparison between C, C++ and Rust : Loading data in the context of a game engine

    University essay from Högskolan i Skövde/Institutionen för informationsteknologi

    Author : Jan Wilhelm Pontus Johansson; [2023]
    Keywords : Rust; c; c ; loading; asynchronous; synchronous;

    Abstract : Comparisons of programming languages within a game engine context are rare, and the data that exists usually only compare the most prominent languages of their time. C, C++ and Rust are three comparable languages, with C and C++ being two of the older, but very high performing, languages. READ MORE

  3. 13. Data-driven decisions in Sports

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Gabriel Garcia de Baquedano; [2023]
    Keywords : team sports; data analytics; artificial intelligence; decision making; Python programming language;

    Abstract : In recent years, many sectors such as insurance, banking, retail, etc. have adopted Big Data architectures to boost their business activities. Such tools not only suppose a greater profit for thesecompanies but also allow them to gain a better understanding of their customers and their needs. READ MORE

  4. 14. Round-Trip Translation : A New Path for Automatic Program Repair using Large Language Models

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Fernando Vallecillos Ruiz; [2023]
    Keywords : Automatic Program Repair; Software Engineering; Large Language Models; Round-Trip Translation; Neural Machine Translation; Automatisk programreparation; Mjukvaruutveckling; Stora språkmodeller; Tur och retur-översättning; Neural maskinöversättning;

    Abstract : Research shows that grammatical mistakes in a sentence can be corrected by machine translating it to another language and back. We investigate whether this correction capability of Large Language Models (LLMs) extends to Automatic Program Repair (APR), a software engineering task. READ MORE

  5. 15. Functional Programming Languages and the JVM : Comparing Functional Language Compilation Techniques for the JVM

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Asta Olofsson; [2023]
    Keywords : Compilation; Functional Programming; Java; Kompilering; Funktionell Programmering; Java;

    Abstract : Because of its security, high availability, and automatic memory management, the JVM (Java Virtual Machine) is a desirable execution environment. However, since the JVM was originally made for Java, which is an objectoriented language, it is hard for languages with other paradigms to run on it. READ MORE