Essays about: "c software"

Showing result 21 - 25 of 525 essays containing the words c software.

  1. 21. Application of ring statistics to characterise graphitisation of carbon fiber heat shields under atmospheric re-entry conditions

    University essay from KTH/Lättkonstruktioner, marina system, flyg- och rymdteknik, rörelsemekanik

    Author : Hamish Keay; [2023]
    Keywords : Aerospace; Heat shields; Re-entry; Graphitisation; Carbon fiber; Carbon phenolic; Ring statistics; Graph theory; Molecular Dynamics; återinträde; grafitisering; kolfiber; kolfenol; ringstatistik; grafteori; molekylär dynamik;

    Abstract : Carbon fibers submitted to high temperatures (>2000 °C) experience a permanent increasein their thermal conductivity. This change has been attributed to a change in the molecularstructure due to graphitisation. READ MORE

  2. 22. System for augmented video with Unreal Engine

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Gustaf Söderholm; [2023]
    Keywords : Unreal Engine; Gstreamer; Video Streaming; Augmented Video; Video Injection; Video Overlay;

    Abstract : Video and body cameras are increasingly used by operational personnel, such as first responders, to improve situational awareness and safety of operations. However, to attain the full potential of video applications in this domain, operators need support to find the relevant information in the multiple video streams sent from the accident site. READ MORE

  3. 23. Implementation and Characterisation Testing of a PCDU for Nanosatellites

    University essay from Luleå tekniska universitet/Rymdteknik

    Author : Spyridon Gouvalas; [2023]
    Keywords : Electrical engineering; Testing; PCDU; Nanosatelllites; EPS; Power Management; Software Development; Hardware Development;

    Abstract : Satellite power management systems play a crucial role in ensuring the operational success andlongevity of satellite missions. As satellites operate in the harsh environment of space, efficient powermanagement is essential to maximize energy utilization, maintain stability, and extend mission lifespans. READ MORE

  4. 24. Attainable Safety and Long-Term Resource-Efficiency Using Rust : Evaluating the Viability of Rust in Terms of Development Effort and Performance for the Decompilation of ASN.1 Messages

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Cecilia Emberg; Anna Wadsten; [2023]
    Keywords : sustainability; performance; green programming; code quality; usability; learnability;

    Abstract : This report investigates how a telecommunication company might reduce its resource usage in terms of execution time by using Rust for the decompilation of ASN.1 messages. To contrast these results and to offer insights into other factors for choosing a language, the developer experience of Rust was also studied. READ MORE

  5. 25. EDPM : An embedded domain-specific language for performance monitoring C and C++ programs

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

    Author : David Weisskopf Holmqvist; [2023]
    Keywords : performance monitoring; domain-specific languages; language abstractions; compilers;

    Abstract : Manual insertion of performance monitoring probes gives programmers great control over the performance counters collected, but brings with it problems such as increased code size, obfuscated logic in code due to intermingling of application logic and performance probes, and time and mental cost required to learn the APIs of different performance monitoring tools. EDPM is an embedded domain-specific language that seeks to raise the level of abstraction for marking regions of code that need to be instrumented in C and C++ programs, designed to be easy to learn for programmers and to reduce the lines of code needed to collect performance counters. READ MORE