Conception de site webLa création et la conception de site web ou web design est la conception de l'interface web : l’architecture interactionnelle, l’organisation des pages, l’arborescence et la navigation dans un site web. La conception d'un design web tient compte des contraintes spécifiques du support Internet, notamment en matière d’ergonomie, d’utilisabilité et d’accessibilité. Le web design réclame donc des compétences en programmation, en ergonomie et en interactivité, ainsi qu'une bonne connaissance des contraintes techniques liées à ce domaine.
Guidage de missilevignette|Un missile AIM-9 Sidewinder sur le point de toucher un North American F-86 Sabre lors d’un tir d’exercice à la base China Lake en 1977. vignette|Un Sikorsky SH-60 Seahawk lance des leurres destinés à tromper les missiles à guidage infrarouge. Le guidage est l’ensemble des opérations qui permettent au missile de remplir sa mission, d’approcher de sa cible, malgré l’intervention de perturbations (turbulences de l’air, bruit des détecteurs, mouvement de la cible...).
Educational neuroscienceEducational neuroscience (or neuroeducation, a component of Mind Brain and Education) is an emerging scientific field that brings together researchers in cognitive neuroscience, developmental cognitive neuroscience, educational psychology, educational technology, education theory and other related disciplines to explore the interactions between biological processes and education. Researchers in educational neuroscience investigate the neural mechanisms of reading, numerical cognition, attention and their attendant difficulties including dyslexia, dyscalculia and ADHD as they relate to education.
Apollo Guidance ComputerL'Apollo Guidance Computer (AGC) est l'ordinateur embarqué de navigation et de pilotage installé dans les vaisseaux spatiaux des missions Apollo. Il a été conçu par la société MIT Instrumentation Laboratory sous la direction de Charles Stark Draper avec le matériel de conception dirigée par Eldon C. Hall. La fabrication de l'ordinateur était confiée à la société Sperry tandis que la programmation était réalisée au MIT. C'est le premier ordinateur à avoir recours aux circuits intégrés (CI).
Saturn V, dit Saturn 5, est un lanceur spatial super lourd de la famille Saturn, développé dans les années 1960 par l'agence spatiale américaine, la NASA, pour le programme lunaire Apollo. Utilisé entre 1967 et 1973, il a placé en orbite terrestre, sans aucun échec, les vaisseaux qui ont déposé les astronautes américains sur le sol lunaire. Cette énorme fusée d'un peu plus de est capable de placer jusqu'à en orbite basse terrestre pour les dernières missions Apollo.
Include directiveMany programming languages and other computer files have a directive, often called include, import, or copy, that causes the contents of the specified file to be inserted into the original file. These included files are called s or copybooks. They are often used to define the physical layout of program data, pieces of procedural code, and/or forward declarations while promoting encapsulation and the reuse of code or data. In computer programming, a header file is a file that allows programmers to separate certain elements of a program's source code into reusable files.
Function prototypeIn computer programming, a function prototype or function interface is a declaration of a function that specifies the function’s name and type signature (arity, data types of parameters, and return type), but omits the function body. While a function definition specifies how the function does what it does (the "implementation"), a function prototype merely specifies its interface, i.e. what data types go in and come out of it.