Sökning: "C- LIU"

Visar resultat 31 - 35 av 581 uppsatser innehållade orden C- LIU.

  1. 31. The Application of LOC in Innovative Project Selection A Case Study

    C-uppsats, Handelshögskolan i Stockholm/Institutionen för redovisning och finansiering

    Författare :Angyan Liu; Jacob Norell; [2022]
    Nyckelord :Management Control Systems; Project Selection; Levers of Control;

    Sammanfattning : In order to gain competitive advantages in the global market, innovation has become a key part of organisational strategy, leading to a series of challenges in project selection. As effective tools for decision making, the management control systems (MCS) may provide a holistic approach to this management uncertainty. LÄS MER

  2. 32. Web3 Usage and its Value for Crypto

    C-uppsats, Handelshögskolan i Stockholm/Institutionen för finansiell ekonomi

    Författare :Oliver Brandtvig; August Wiking; [2022]
    Nyckelord :Cryptocurrency; Web3; Factor model; Decentralized finance; Asset pricing;

    Sammanfattning : Cryptocurrencies have grown significantly in recent years, and their role in society remains a highly debated subject. In "Common Risk Factors in Cryptocurrency," Liu, Tsyvinski, and Wu explore whether models from traditional finance can be applied to the cryptocurrency market to create successful trading strategies. LÄS MER

  3. 33. GIS Processing on the Web

    Kandidat-uppsats, Linköpings universitet/Institutionen för datavetenskap

    Författare :Erik Knutsson; Manne Rydhe; [2022]
    Nyckelord :GIS; NodeJS; WebAssembly; Wasm; GDAL; JavaScript; SPA; GC; browsers; benchmark; memory; Ogr2Ogr;

    Sammanfattning : Today more and more advanced and demanding applications are finding their way to the web. These are applications like video editing, games, and mathematical calculations. Up until a few years ago, JavaScript was the only language present on the web. That was until Mozilla, Google, Microsoft, and Apple decided to develop WebAssembly. LÄS MER

  4. 34. Analyzing and Reducing Compilation Times for C++ Programs

    Master-uppsats, Linköpings universitet/Programvara och system

    Författare :Dennis Mivelli; [2022]
    Nyckelord :C ; Compilation; Build; Dependencies; File Dependencies; File inclusions; Time; Speed; Compilation time; Build time; Design patterns; PImpl; Bridge; Dependency injection; Pointer to implementation; Mocking; GoogleTest; gMock; large; large-scale; Reduce; Reduce compilation times; Reduce build times; C ; Kompilering; Byggtid; Beroenden; Filberoenden; Filinkluderingar; Tid; Hastighet; Kompileringstid; Designmönster; PImpl; Bridge; Dependency injection; Pointer to implementation; Mockning; Mocking; GoogleTest; gMock; Storskalig; Minska kompileringstid; Minska;

    Sammanfattning : Software companies often choose to develop in C++ because of the high performance that the language offers. Facilitated by static compilation and powerful optimization options, runtime performance is paid for with compilation time. LÄS MER

  5. 35. Performance-Aware Code Size Optimization of Generic Functions through Automatic Implementation of Dynamic Dispatch

    Master-uppsats, Linköpings universitet/Programvara och system

    Författare :Ivar Härnqvist; [2022]
    Nyckelord :Compiler technology; Programming language design; Performance; Code size optimization; Generic programming; Polymorphism; Dynamic dispatch; Type erasure; Monomorphization; Templates; C ; Kompilatorteknik; Programspråksdesign; Prestanda; Kodstorleksoptimering; Generisk programmering; Polymorfism; Dynamic dispatch; Typradering; Monomorfisering; Templates; C ;

    Sammanfattning : Monomorphization and dynamic dispatch are two common techniques for implementing polymorphism in statically typed programming languages. Function templates in C++ use the former technique to enable algorithms written as generic functions to be efficiently reused with multiple different data types by producing a separate function instantiation for each invocation that uses a unique permutation of argument types. LÄS MER