Coder Social home page Coder Social logo

bht's Introduction

Kellerautomat: Projektaufgabe 3

Der Kellerautomat liest zufällige richtige und falsche arithmetische Ausdrücke, die von der kontextfreien Grammatik aus der Projektaufgabe 2 generiert wurden.
Der Kellerautomat akzeptiert einstellige natürliche Zahlen {0-9} mit den Operanden {+,-,*,/} und beliebig vielen Klammern{(,)}.

Javascript functions

Funktion für Ausgabe von richtigen/falschen Ausdrucken für den Kellerautomat. Richtige/falsche Ausdrucke werden zufällig ausgegeben und farbig animiert (Knoten,Kanten,Tabellenzeilen):
function keller_richtig(); function keller_falsch();
Verzogerung der Animation: setTimeout()

Variables

Zeit-Variable für Slider: var time; Typ: int;
Richtige Ausdrucke: keller_ausdrucke_richtig; Typ: Array;
Falsche Ausdrucke: keller_ausdrucke_falsch; Typ: Array;

jQuery methods:

.mouseenter(): ein Event passiert, wenn der Mauszeiger auf dem Element ist
.mouseleave(): ein Event passiert, wenn der Mauszeiger das Element verlässt
.prop(): set/return von Attributen der gewählten Elementen
.css(): Veränderung von CSS-Attributen eines Elements
.popover(): enable popovers everywhere -> Bootstrap Popover
.click(): macht ein Element klickbar;

Tools/Frameworks

Schrittweise Darstellung der Funktionen/des Interfaces mit Framework Intro.js: async function tour()
Alert-Funktion, JS Framework "Sweet ALert": function myAlert()

bht's People

Contributors

ekaterinakalina avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.