Essays about: "imperative programming"

Showing result 1 - 5 of 24 essays containing the words imperative programming.

  1. 1. A Performance Comparison of Java Streams and Imperative Loops

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

    Author : Magnus Åkerfeldt; [2023]
    Keywords : Java streams; performance; benchmarking; loops; functional programming; Java streams; prestanda; loopar; funktionell programmering;

    Abstract : The Stream API was added in Java 8. With the help of lambda expressions (anonymous functions), streams enable functional-style operations on sequences of elements. READ MORE

  2. 2. Comparing the Performance of Compiled vs Interpreted RegEx

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

    Author : Simon Hocker; Andreas Hammarstrand; [2023]
    Keywords : Compilers; Interpreters; Regular languages; RegEx; Performance; Kompilatorer; Tolkare; Regulära språk; RegEx; Prestanda;

    Abstract : The Regular Expression (RegEx) is one of the most important computer science technologies used for searching through text. Used commonly in almost every corner of computer science that is dependent on searching, it is imperative that they are made to be efficient. Usually, RegEx are implemented through the use of a process called interpretation. READ MORE

  3. 3. Design of auxiliary communication for audio between computers and DSPs : Programming and optimization of computational resources

    University essay from Umeå universitet/Institutionen för tillämpad fysik och elektronik

    Author : Eriksson Janze Oscar; [2023]
    Keywords : DSP; Audio-communication; Auxiliary; AUX; phone connector; USB-audio; STM32; ADC; AD-converter; filterbank; hearing aid; signalprocessor; ljudkommunikation; ljudkabel; AUX; USB-ljud; STM32; hjälpmedel; ADC; analog-till-digital-omvandlare;

    Abstract : This thesis report is about designing a prototype and establishing audio communication between a computer and Digital Signal Processor (DSP) using two preamp circuits using both auxiliary and USB connection. The paper gives the reader an overview on how audio is transmitted from a computer, through the system and to the desired output. READ MORE

  4. 4. Comparative Analysis Of Programming Approaches In Software Development. : An Empirical Study Of Solo, Pair, And Mob Programming

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Andreas Manos; Yibo Wang; [2023]
    Keywords : collaboration; knowledge sharing; stress levels; productivity; efficiency; solo programming; pair programming; mob programming; teamwork; active participation; software development industry;

    Abstract : This research study makes a comparison of solo programming, pair programming, and mob programming on collaboration, knowledge sharing, stress levels, productivity, and efficiency. The study draws insights from the analysis of data from other research papers and articles, and an experiment, which was conducted simulating a real life developing environment for each programming approach. READ MORE

  5. 5. Notification Oriented Paradigm as a Green Technology : Development of a Simulated Sensor Correlation Application with NOP C++ Framework 4.0 and Comparing Green Aspects with usual OOP Languages

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

    Author : Md Abu Ahammed Babu; [2022]
    Keywords : Notification Oriented Paradigm NOP ; NOP C Framework 4.0; Object-Oriented Programming OOP ; C ; Java; Simulated Sensor Correlation Application; Smart City-like context application; Performance Comparison; Performance Analysis;

    Abstract : The most commonly used programming languages for modern software development usually belong to either the Imperative Paradigm (IP) or Declarative Paradigm (DP). These paradigms often come with drawbacks like code coupling and structural and/or temporal redundancy. READ MORE