Essays about: "computer science - research"

Showing result 11 - 15 of 216 essays containing the words computer science - research.

  1. 11. Using a GIS to enable an economic, land use and energy output comparison between small wind powered turbines and large-scale wind farms: the case of Oslo, Norway.

    University essay from Lunds universitet/Institutionen för naturgeografi och ekosystemvetenskap

    Author : Colin Potter; [2023]
    Keywords : Geography; GIS; Wind power; Renewable energy sources; urban wind energy; urban areas; planning; vertical axis wind turbines; comparative studies; urban integrated energy systems; Oslo; Roan; Earth and Environmental Sciences;

    Abstract : Responding to an identified knowledge gap, the study aims to determine if smaller wind turbines located on top of existing urban buildings are more resource efficient (land utilization and economically) than large scale wind farms. To answer this question, using a GIS, the resource efficiency of the Roan wind farm in Northern Norway was compared to a theoretical modeled installation of small-scale wind turbines on top of buildings within a 2km radius study zone in central Oslo. READ MORE

  2. 12. Model-Level Timing Analysis for UML-RT Capsules

    University essay from Mälardalens universitet/Akademin för innovation, design och teknik

    Author : Niclas Ståhlbom; [2023]
    Keywords : computer science; software engineering; algorithm; real-time; real-time systems; UML-RT; capsule diagram; WCET; analysis; WCET analysis;

    Abstract : Real-time systems surround every facet of our lives. They can be found in anything from everyday objects like mobile phones and washing machines to objects critical to life and infrastructure including heart rate monitors and nuclear power plants. As time progresses these systems are becoming ever more complex. READ MORE

  3. 13. Data-Driven Requirements Engineering in Agile Software Development - An Approach for Eliciting Requirements from Digital Sources in Organizations using Scrum Methodology

    University essay from Stockholms universitet/Institutionen för data- och systemvetenskap

    Author : Stylianos Georgiadis; [2023]
    Keywords : Requirement Engineering; Data-Driven Requirements Engineering; Agile Software Development; Scrum Methodology; Scrum Master; Product Owner; Development Team; User Stories; Design Science Research;

    Abstract : Nowadays, the business world is characterized by complexity since market and customer requirements are changing rapidly. Based on this assumption, providers are facing the challenge of delivering software products in shorter terms while these products remain innovative. READ MORE

  4. 14. Sim2Real: Generating synthetic images from industry CAD models with domain randomization

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Duruo Li; [2023]
    Keywords : ;

    Abstract : Deep learning methods for computer vision applications require massive visual data for model training. Although it is possible to utilize public datasets such as ImageNet, MS COCO, and CIFAR-100, it becomes problematic when there is a need for more task-specific data when new training data collection typically is needed. READ MORE

  5. 15. 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