Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jahr | Flüssige Mittel (ohne SM und Schulden) | Gesamtes Vermögen (ohne Schulden) | Instandhaltung Bus | |
---|---|---|---|---|
31-12-10 | 5'221.70 | 5'921.70 | 1'850 | |
31-12-11 | 8'633.81 | 14'333.81 | 1'502.30 | |
31-12-12 | 12'660.84 | 20'516.16 | 5'755.48 | |
31-12-13 | 16'314.19 | 26'396.04 | 5'631.70 | |
31-12-14 | 16'443.89 | 28'986.99 | 4'465.80 | |
31-12-15 | 19'414.81 | 29'809.39 | 1'380.15 | |
31-12-16 | 19'696.26 | 31'776.44 | 4'431.95 | |
31-12-17 | 3'134.26 | 25'409.98 | 2'477.60 | |
31-12-18 | 9'536.81 | 27'885.14 | 1'425.40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Won't compile for device: | |
template<typename T> | |
__device__ T add_one(T x) | |
{ | |
return x + 1; | |
} | |
template<typename T> | |
using Function = T(T x); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Copyright (c) 2017, European Molecular Biology Laboratory. | |
Copyright (c) 2005-2017, University of Oxford. | |
All rights reserved. | |
University of Oxford means the Chancellor, Masters and Scholars of the | |
University of Oxford, having an administrative office at Wellington | |
Square, Oxford OX1 2JD, UK. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder