NQC

NQC
NQC-Logo

Not Quite C ist eine Programmiersprache mit C-ähnlicher Syntax für die "programmierbaren Legosteine" der Lego Mindstorms- und Spybotics-Produktserie. Eine IDE für Windows für NQC ist BricxCC. Diese enthält auch viele nützliche Tools. Für das Mindstorms NXT-System gibt es eine eigene Sprache, NXC.

NQC-Programme können sehr einfach und kurz sein. Ein simples Programm zum Beispiel für den RCX könnte so aussehen:

task main ()
{
   OnFwd(OUT_A);
   Wait(200);
   Off(OUT_A);
}

Jedes Programm dieser Programmiersprache sollte mit task main beginnen. OnFwd(OUT_A); bedeutet, dass sich der Motor A vorwärts dreht. Eine Anweisung wird mit einem Semikolon beendet. Steht eine Wait-Anweisung, bedeutet das lediglich, dass das Programm für die Zeit in den Klammern wartet und danach erst fortfährt. In diesem Beispiel dreht sich der Motor A für 2 Sekunden und wird dann mit dem Befehl Off(OUT_A); angehalten. Das Programm endet und beginnt mit den geschweiften Klammern.

Weblinks


Wikimedia Foundation.

Игры ⚽ Нужна курсовая?

Schlagen Sie auch in anderen Wörterbüchern nach:

  • NQC — Logo. NQC, Not Quite C, No Suficiente C, es un lenguaje de programación parecido al C, para programar el RCX de LEGO. Fue desarrollado por un ingeniero de Motorola llamado Dave Baum y es totalmente gratuito. Funciona desde la línea de comandos,… …   Wikipedia Español

  • Nqc — Logo Not Quite C ist eine Programmiersprache mit C ähnlicher Syntax für die programmierbaren Legosteine der Lego Mindstorms und Spybotics Produktserie. Eine IDE für Windows für NQC ist BricxCC. Diese enthält auch viele nützliche Tools. Für das… …   Deutsch Wikipedia

  • NQC — Not Quite C (Presque du C) ou NQC est un langage de programmation du RCX fondé sur du texte. Les programmes sont écrit dans un éditeur de texte, compilés, puis envoyés dans le RCX. Le compilateur étant originellement en mode texte, il existe… …   Wikipédia en Français

  • NQC — may refer to: Not Quite C, a programming language National Quartet Convention This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to poi …   Wikipedia

  • NQC — Not Quite C (Computing » General) * Nuveen California Investment Quality Municipal Fund (Business » NYSE Symbols) * National Quartet Convention (Community » Music) * Neill Quality College (Community » Educational) * Neill Quality College… …   Abbreviations dictionary

  • NQC — abbr. National Quality Control …   Dictionary of abbreviations

  • Not Quite C — Influencé par C Système d exploitation Mindstorms RCX firmware …   Wikipédia en Français

  • Not Quite C — (NQC) is a programming language, application programming interface (API), and native bytecode compiler toolkit for the Lego Mindstorms, Cybermaster and LEGO Spybotics systems. It is based primarily on the C language but has specific limitations,… …   Wikipedia

  • National Quartet Convention — This article is a part in a series on Gospel music Roots and Beginnings  Christian Hymns …   Wikipedia

  • Lego Mindstorms — The LEGO Mindstorm series of kits contain software and hardware to create small, customizable and programmable robots. They include a programmable Brick computer that controls the system, a set of modular sensors and motors, and LEGO parts from… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”