Die Suche ergab 20 Treffer
- 13. Feb 2017 23:00
- Forum: Archiv
- Thema: Notation of linearization
- Antworten: 3
- Zugriffe: 998
Re: Notation of linearization
There is a way easier algorithm than this one. I find it really frustrating that we are forced to do a specific way which takes more time and is more complicated.
- 6. Feb 2017 14:27
- Forum: Archiv
- Thema: Exercise 10, Task 6.2 Motion-controlled Lights
- Antworten: 3
- Zugriffe: 689
Re: Exercise 10, Task 6.2 Motion-controlled Lights
Should the lights turn off after a specific amount of time?
- 5. Feb 2017 22:34
- Forum: Archiv
- Thema: Ex10 Task 6: "Overriding" traits does not work
- Antworten: 5
- Zugriffe: 889
Re: Ex10 Task 6: "Overriding" traits does not work
I tried it aswell but it did not work with the stackable trait pattern. Do you have any hints for me in the right direction?
Thanks
andiderp
Thanks
andiderp
- 1. Nov 2016 14:40
- Forum: Archiv
- Thema: Exercise 02 delayed
- Antworten: 5
- Zugriffe: 432
Re: Exercise 02 delayed
Could you please publish the non-graded Task alone?
Greetings
andiderp
Greetings
andiderp
- 29. Okt 2016 12:08
- Forum: Archiv
- Thema: Issues in sbt eclipse project creation
- Antworten: 2
- Zugriffe: 408
Re: Issues in sbt eclipse project creation
Sbt eclipse is a plugin which you have to install by yourself. I would recommend that you import the project directly in the Scala IDE and not using the sbt plugin.
Greetings
Andre
Greetings
Andre
- 24. Okt 2016 13:51
- Forum: Archiv
- Thema: 2on1 Slides
- Antworten: 1
- Zugriffe: 323
2on1 Slides
Will the 2on1 slide set be provided for the students?
The course site recommends that we use them.
Greetings
andiderp
The course site recommends that we use them.
Greetings
andiderp
- 7. Jul 2015 20:56
- Forum: Archiv
- Thema: Visitor Pattern
- Antworten: 8
- Zugriffe: 766
Re: Visitor Pattern
It is exactly how mmi1991 described it. In the example he mentioned you have the ConstanFolderVisitor and EmitAssemblyVisitor classes. The execute completely different operations on the same set of elements.
- 14. Jun 2015 03:16
- Forum: Archiv
- Thema: REScala Signal
- Antworten: 3
- Zugriffe: 446
Re: REScala Signal
You need to add this imports:
Code: Alles auswählen
import rescala._
import rescala.events._
import makro.SignalMacro.{SignalM => Signal}
- 23. Apr 2015 19:03
- Forum: Archiv
- Thema: Exercise 24.04
- Antworten: 0
- Zugriffe: 300
Exercise 24.04
Will the exercise still be an introduction into Scala or will it cover other stuff?
Greetings
andiderp
Greetings
andiderp
- 20. Jul 2014 16:32
- Forum: Archiv
- Thema: Discuss exercises?
- Antworten: 29
- Zugriffe: 5065
Re: Discuss exercises?
Maybe you need to forbid the usage of Let('this, _, _) because you also have a 'this binding when you invoke a method. The 'this binding is hardcoded, so it is a reserved word.
- 20. Jul 2014 16:02
- Forum: Archiv
- Thema: Discuss exercises?
- Antworten: 29
- Zugriffe: 5065
Re: Discuss exercises?
Did anyone solve the exercise 7? I'm not quiet sure if there are any special cases you have to be aware of if you want to implement local variables in the OO interpreters.
- 22. Apr 2014 16:29
- Forum: Archiv
- Thema: Can't submit Preprocessor
- Antworten: 1
- Zugriffe: 329
Can't submit Preprocessor
Hey,
my tests and the specification tests run through but when I want to submit my solution I get the following message: "That page does not exist, or you do not have the right permission to access it."
Best regards
andiderp
my tests and the specification tests run through but when I want to submit my solution I get the following message: "That page does not exist, or you do not have the right permission to access it."
Best regards
andiderp
- 3. Mär 2013 11:48
- Forum: Archiv
- Thema: Message Passing
- Antworten: 1
- Zugriffe: 408
Re: Message Passing
Ich weis das kommt jetzt einem Monat zu spät, aber vllt. hast du die Frage selbst noch nicht beantwortet. Alle x in E1\E2 modellieren die nur von TS1 durchführbaren Aktionen, und alle y in E2\E1 sind die Aktionen welche TS2 ausführt. E1 geschnitten E2 ist die Menge aller Aktionen die beide Komponent...
- 16. Dez 2012 13:27
- Forum: Archiv
- Thema: Aufgabe 1: zu implementierende Algorithmen
- Antworten: 19
- Zugriffe: 3059
Re: Aufgabe 1: zu implementierende Algorithmen
Aber noch eine Sache. Schau dir nochmal an wie ein Generator und das Potenzieren in zyklischen Gruppen definiert ist.
- 16. Dez 2012 12:28
- Forum: Archiv
- Thema: Aufgabe 1: zu implementierende Algorithmen
- Antworten: 19
- Zugriffe: 3059
Re: Aufgabe 1: zu implementierende Algorithmen
Ja dies kann man einfach im Mathe 1 Skript nachlesen. Dieses enthält einen konstruktiven Beweis, der zeigt das Zp ein Körper ist genau dann wenn p eine Primzahl ist. Dort muss nachgewiesen werden ob es zu jedem Element in Zp ein multiplikatives Inveres gibt, dieses wird dort explizit angegeben.