Essays about: "Code choice"

Showing result 1 - 5 of 110 essays containing the words Code choice.

  1. 1. Solving the incompressible Navier-Stokes equations in 3-D to model gas flow in a room

    University essay from Uppsala universitet/Avdelningen för beräkningsvetenskap

    Author : Fredrik Malmström; [2024]
    Keywords : ;

    Abstract : The thesis proposes to model the flow of gases in a room by solving the incompressible Navier-Stokes equations in three dimensions. The transportationof scalars such as temperature and concentration of CO2 is modeled by solving the advection-diffusion equation, and the effects of temperature on thevelocity is accounted for by employing the Boussinesq approximation. READ MORE

  2. 2. Agda on Raspberry Pi

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Lawerence Chonavel; [2023-10-25]
    Keywords : Agda; Compiler; Raspbery Pi; Functional Programming; BUBS;

    Abstract : This thesis presents an Agda-to-C compiler targeting the Raspberry Pi Pico microcontroller. The compiler implementation includes an unusual choice of run-time algorithm, a Foreign Function Interface generator, and surprisingly little boilerplate code... READ MORE

  3. 3. State Machine Model-To-Code Transformation In C

    University essay from Uppsala universitet/Signaler och system

    Author : Jonathan Carlgren; Per William Oskarsson; [2023]
    Keywords : State Machine; Model To Code; C; UML; ElementTree; XMI; Programming; Python; Benchmark;

    Abstract : A state machine model can turn a complex behavioural system into a more accessible graphical model, and can improve the way people work with system design by making it easier to communicate and understand the system. The clear structure of a state machine model enables automatic generation of well structured, and consequently readable, and maintainable code. READ MORE

  4. 4. Runtime of WebAssembly : A study into WebAssembly runtime

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Adam Eriksson; [2023]
    Keywords : WebAssembly; Runtime; Native; JavaScript; Compilation; Execution;

    Abstract : WebAssembly is Assembly-like code that is created by compiling other languages into Wasm. The Wasm file can then be run on the web at near native speed. The objective of this study is to find how WebAssemblys runtime compares to JavaScript and native. The study will also see if different browsers impact WebAssembly runtime. READ MORE

  5. 5. A study on selfbalancing for a quadruped robot

    University essay from KTH/Skolan för industriell teknik och management (ITM)

    Author : Joachim Knälmann; Marcus Saläng; [2023]
    Keywords : Mechatronics; Quadruped robot; Inverse Kinematics; PID controller; Quadruped gait.; Mekatronik; Fyrbent robot; Inverterad kinematik; PID regulator; Fyrbent robot gång.;

    Abstract : This report will cover the work involved in building a quadruped robot which should to a certain extent resemeble a four-legged mammal. The introduction will present information related to what has inspired the project, purpose/aim, specifications, limitations and research questions. READ MORE