dbo:abstract
|
- Not Quite C (kurz NQC) ist eine Programmiersprache mit C-ähnlicher Syntax für die 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 Lego Mindstorms NXT 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.NQC wird als Teil der Roberta - Initiative dazu genutzt Kinder und insbesondere Mädchen für die sogenannten MINT-Fächer Mathematik, Informatik, Naturwissenschaften und Technik zu begeistern und sie darin zu fördern. (de)
- 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, esto significa que su funcionamiento es muy parecido al MS-DOS, aunques mucho más cómodo utilizarlo con el . (es)
- Le Not Quite C (« presque du C » en français) ou NQC est un langage de programmation spécifique aux robots Lego Mindstorms RCX (1.0 et 2.0), CyberMaster, Scout, Swan et Spybotics fondé sur du texte.Les programmes sont écrits dans un éditeur de texte, compilés, puis envoyés dans le RCX.Le compilateur étant originellement en mode texte, il existe différents IDE dont RcxCC (Windows), (Mac) et BricxCC. (fr)
- Not Quite C (NQC) is a programming language, application programming interface (API), and native bytecode compiler toolkit for the Lego Mindstorms, and LEGO Spybotics systems. It is based primarily on the C language but has specific limitations, such as the maximum number of subroutines and variables allowed, which differ depending on the version of firmware the RCX has. The language was invented by David Baum. He has released two books on the subject. (en)
- NQC (acrónimo de "Not Quite C") é uma linguagem de programação muito semelhante ao C. É um software livre lançado sob a Mozilla Public License (MPL). Está disponível para ambientes Microsoft Windows e Mac OS X. (pt)
|
dbo:wikiPageExternalLink
| |
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 2344 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:wikiPageUsesTemplate
| |
dcterms:subject
| |
gold:hypernym
| |
rdf:type
| |
rdfs:comment
|
- 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, esto significa que su funcionamiento es muy parecido al MS-DOS, aunques mucho más cómodo utilizarlo con el . (es)
- Le Not Quite C (« presque du C » en français) ou NQC est un langage de programmation spécifique aux robots Lego Mindstorms RCX (1.0 et 2.0), CyberMaster, Scout, Swan et Spybotics fondé sur du texte.Les programmes sont écrits dans un éditeur de texte, compilés, puis envoyés dans le RCX.Le compilateur étant originellement en mode texte, il existe différents IDE dont RcxCC (Windows), (Mac) et BricxCC. (fr)
- Not Quite C (NQC) is a programming language, application programming interface (API), and native bytecode compiler toolkit for the Lego Mindstorms, and LEGO Spybotics systems. It is based primarily on the C language but has specific limitations, such as the maximum number of subroutines and variables allowed, which differ depending on the version of firmware the RCX has. The language was invented by David Baum. He has released two books on the subject. (en)
- NQC (acrónimo de "Not Quite C") é uma linguagem de programação muito semelhante ao C. É um software livre lançado sob a Mozilla Public License (MPL). Está disponível para ambientes Microsoft Windows e Mac OS X. (pt)
- Not Quite C (kurz NQC) ist eine Programmiersprache mit C-ähnlicher Syntax für die 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 Lego Mindstorms NXT 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);} (de)
|
rdfs:label
|
- Not Quite C (de)
- NQC (es)
- Not Quite C (fr)
- Not Quite C (en)
- NQC (pt)
|
owl:sameAs
| |
prov:wasDerivedFrom
| |
foaf:isPrimaryTopicOf
| |
is dbo:wikiPageDisambiguates
of | |
is dbo:wikiPageWikiLink
of | |
is foaf:primaryTopic
of | |