Die Suche ergab 54 Treffer
- 9. Jul 2016 15:02
- Forum: Archiv
- Thema: 7.46: Example for injective, label-preserving graph morphisms
- Antworten: 1
- Zugriffe: 547
Re: 7.46: Example for injective, label-preserving graph morphisms
This is how I understand it: The graph morphism r can't express any newly created objects, that's true. But the rewrite rule rr=(L,R,r) also contains L (which consists of x in that case) and R (which contains x and y). The graph morphism part of the rule only specifies how existing nodes should be c...
- 24. Mai 2016 19:23
- Forum: Applied Static Analysis
- Thema: Preparation for the IFDS Exercise
- Antworten: 4
- Zugriffe: 2706
Re: Preparation for the IFDS Exercise
I ran into some issues, and the following corrections/clarifications might be helpful for others: - I needed to do sbt clean for the OPAL project after I had checked out the develop branch in order to have it successfully compile. - It should be ant publish-local, not ant publish-Local - For the ecl...
- 19. Jul 2015 12:39
- Forum: Archiv
- Thema: Mid-term exam, question 3-a (Linearization)
- Antworten: 8
- Zugriffe: 3464
Re: Mid-term exam, question 3-a (Linearization)
Salt -> Hash -> Password was also considered a correct solution in the exam (it's what I wrote), and it definitely makes more sense to me, since DHWS is not really part of the super call chain if you call the method on an instance of DHWS (DHWS is this , not super ). I think the solution was present...
- 17. Jul 2015 08:13
- Forum: Archiv
- Thema: Fragile Base Class Problem MidTerm Exam vs. Slides
- Antworten: 7
- Zugriffe: 2753
Re: Fragile Base Class Problem MidTerm Exam vs. Slides
I've been there when you were asking the question yesterday, and I've heard Mr. Eichberg's answer. If I understood it correctly, he defined a small (or "benign" change) to be something that does not affect ordinary clients of the class, i.e. clients that only use the class and do not inherit from it...
Re: July 16th
Will there be an exercise session on Juli 17th? And if so, what will be discussed there?
- 3. Jul 2015 14:55
- Forum: Archiv
- Thema: Exercise 06, Solution file not accessible
- Antworten: 4
- Zugriffe: 569
Re: Exercise 06, Solution file not accessible
Now the solution file for Exercise 07 is not available (ex07_solution.zip). The PDF file works.
- 17. Mai 2015 22:57
- Forum: Archiv
- Thema: Basic Design Pattern
- Antworten: 3
- Zugriffe: 688
Re: Basic Design Pattern
The other design patterns that were mentioned on Friday were Proxy Pattern and Decorator Pattern. Those were not covered when I participated EiSE and I couldn't find them in the slides, though.
- 4. Mär 2015 18:49
- Forum: Archiv
- Thema: Klausur - Raum?
- Antworten: 5
- Zugriffe: 547
Re: Klausur - Raum?
Ah, tatsächlich, danke. Mitten in den Folien hatte ich nicht geschaut ...
- 4. Mär 2015 18:04
- Forum: Archiv
- Thema: Klausur - Raum?
- Antworten: 5
- Zugriffe: 547
Klausur - Raum?
Vielleicht bin ich auch einfach blind, aber weder in TuCan noch auf den sonstigen Informationskanälen dieser Veranstaltung finde ich den Raum, wo die Klausur stattfinden wird. Wurde das schon bekannt gegeben?
- 9. Feb 2015 19:09
- Forum: Archiv
- Thema: Übung 14 kompiliert nicht
- Antworten: 27
- Zugriffe: 2842
Re: Übung 14 kompiliert nicht
Ja, das ist der Fall (meine Auflösung ist 1366x768). Seltsamerweise hat es bisher immer trotzdem funktioniert (1024x800 war das Fenster bei den letzten Übungen, soweit ich weiß). Wenn ich die Fenstergröße auf maximal 768x768 stelle, geht es aber.
Danke für den Hinweis!
Danke für den Hinweis!
- 9. Feb 2015 18:44
- Forum: Archiv
- Thema: Übung 14 kompiliert nicht
- Antworten: 27
- Zugriffe: 2842
Re: Übung 14 kompiliert nicht
Ich hatte bereits VS2013 Update 4 installiert, und bei mir kompiliert es jetzt nach dem Kore-Update. Also entweder waren beide Dinge nötig (VS Update und Kore Update), oder die Gruppe "0pa" hat nach dem Kore-Update nicht richtig aufgeräumt (ihr sagtet ja etwas von "alles erneut builden" ... vielleic...
- 9. Feb 2015 11:45
- Forum: Archiv
- Thema: Übung 14 kompiliert nicht
- Antworten: 27
- Zugriffe: 2842
Re: Übung 14 kompiliert nicht
Hmm, das mit pow ist schon seltsam: Wenn ich in VS auf den Fehler klicke, öffnet er die math.h Datei (aus der Standardbibliothek?) und Intellisense zeigt folgenden Fehler an (nicht nur für pow, auch noch für andere Funktionen): 13 IntelliSense: Mehrere Instanzen von "Überladene Funktion "pow"" stimm...
- 9. Feb 2015 10:28
- Forum: Archiv
- Thema: Übung 14 kompiliert nicht
- Antworten: 27
- Zugriffe: 2842
Übung 14 kompiliert nicht
Es gibt mal wieder Probleme mit dem vorgegebenen Code der aktuellen Übung (vielleicht hab ich auch irgendwas falsch gemacht, aber ich wüsste nicht, was): Erster Fehler: Fehler 1 error C1083: Datei (Include) kann nicht geöffnet werden: "SingleColorGenerator.h": No such file or directory sources\singl...
- 21. Jan 2015 19:24
- Forum: Archiv
- Thema: xCode Bad Access
- Antworten: 4
- Zugriffe: 451
Re: xCode Bad Access
Gruppe JAPAN. Ein Zwischenstand liegt im Repository (dass der auch auf Windows endlos neue Texturen in den Speicher lädt, ist uns bewusst, aber auf Mac schlägt schon der allererste Zugriff auf das Array aus dem Streaming-Thread fehl).
- 21. Jan 2015 18:45
- Forum: Archiv
- Thema: xCode Bad Access
- Antworten: 4
- Zugriffe: 451
Re: xCode Bad Access
(Ich gehöre zur gleichen Gruppe und habe mir das Problem auch angeschaut) Das dahinterliegende Problem scheint zu sein, dass der Pointer auf das Array im Streaming-Thread aus irgendeinem Grund ein Nullpointer ist, obwohl er vorher initialisiert wurde (was auch sichtbar ist aus dem Main-Thread). Zugr...