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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList42.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>NumPad GM Drums</key> | |
<dict> | |
<key>Ranges</key> | |
<array> | |
<dict> | |
<key>FirstMidiNote</key> |
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
import java.util.Arrays; | |
class Main { | |
public static void main(String[] args) { | |
int[] array = new int[2]; | |
array[0] = 1; | |
array[1] = 2; | |
System.out.println("Vorher: " + Arrays.toString(array)); | |
/* Swap */ |
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
public class Main { | |
public static void main(String[] args) throws Exception { | |
boolean plus = true; | |
double summe = 0; | |
for (int nenner = 1; nenner < 1000; nenner += 2) { | |
double bruch = 1.0 / nenner; | |
if (plus) { | |
summe += bruch; | |
} else { |
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
Model: "sequential_11" | |
_________________________________________________________________ | |
Layer (type) Output Shape Param # | |
================================================================= | |
vgg16 (Model) (None, 14, 14, 512) 14714688 | |
_________________________________________________________________ | |
flatten_11 (Flatten) (None, 100352) 0 | |
_________________________________________________________________ | |
dense_7 (Dense) (None, 20) 2007060 | |
================================================================= |
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
$\Gamma_1 \equiv y:\tau_1$ | |
$\Gamma_2 \equiv \Gamma_1, x:\tau_2$ | |
$\Gamma_3 \equiv x:\tau_3'$ | |
$$ | |
\cfrac | |
{ | |
\cfrac |
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
$$ | |
\begin{aligned} | |
s_{body} &\equiv x:=x+1\\ | |
s_{loop} &\equiv \text{while } x-y < 0 \text{ do } s_{body} \text{ end}\\ | |
s &\equiv (x:=3;y:=4);s_{loop} | |
\end{aligned} | |
$$ | |
$$ | |
\begin{aligned} |
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
//L1 | |
旅游 | |
觉得 | |
最 | |
为什么 | |
也 | |
运动 | |
踢足球 | |
一起 | |
要 |
NewerOlder