Euclidean distanceIn mathematics, the Euclidean distance between two points in Euclidean space is the length of a line segment between the two points. It can be calculated from the Cartesian coordinates of the points using the Pythagorean theorem, therefore occasionally being called the Pythagorean distance. These names come from the ancient Greek mathematicians Euclid and Pythagoras, although Euclid did not represent distances as numbers, and the connection from the Pythagorean theorem to distance calculation was not made until the 18th century.
Pierre tailléeUn outil de pierre taillée, dans le sens le plus général, désigne tout outil fait partiellement ou entièrement en pierre mise en forme par percussion ou pression. Une très grande variété d'outils ont été réalisés en pierre tout au long de l'histoire de l'humanité, parmi lesquels des pointes de flèche, des pointes de lances ou des haches de pierre. Les outils de pierre sont souvent taillés à partir de pierres sans cristaux apparents telles que la chaille, la radiolarite, le silex, l'obsidienne ou la calcédoine.
3D scanning3D scanner is the process of analyzing a real-world object or environment to collect three dimensional data of its shape and possibly its appearance (e.g. color). The collected data can then be used to construct digital 3D models. A 3D scanner can be based on many different technologies, each with its own limitations, advantages and costs. Many limitations in the kind of objects that can be digitised are still present. For example, optical technology may encounter many difficulties with dark, shiny, reflective or transparent objects.
Facteur solaireLe facteur solaire d’une paroi est le rapport entre l’énergie due au rayonnement solaire transmise et l’énergie reçue par la paroi. Il dépend des différentes résistances du matériau ainsi que de son placement dans son environnement, à l'ombre, contenant une lame d'air, etc... Il est constant sur l'année. La paroi dont le facteur solaire est à caractériser peut être de toutes sortes, opaque, vitrée, etc. Φ=dQ/dt Q= énergie entrante. S: Facteur solaire Rse : Résistance superficielle extérieure, généralement 0.
MeshLabMeshLab est un logiciel libre de traitement de maillages 3D. Ce programme est développé depuis 2005 par l' et le CNR, dans le but de fournir un outil généraliste pour la manipulation et l'édition de modèles 3D importants, provenant notamment de scans 3D. Il propose différents filtres de nettoyage du maillage (suppression des vertex non référencés par exemple), des outils de re-maillage (simplification, subdivision, reconstruction de surfaces...) et des fonctions de suppression de bruit (adoucissement, etc.).
Méthode des éléments finisEn analyse numérique, la méthode des éléments finis (MEF, ou FEM pour finite element method en anglais) est utilisée pour résoudre numériquement des équations aux dérivées partielles. Celles-ci peuvent par exemple représenter analytiquement le comportement dynamique de certains systèmes physiques (mécaniques, thermodynamiques, acoustiques).
Memory pagingIn computer operating systems, memory paging (or swapping on some Unix-like systems) is a memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory. In this scheme, the operating system retrieves data from secondary storage in same-size blocks called pages. Paging is an important part of virtual memory implementations in modern operating systems, using secondary storage to let programs exceed the size of available physical memory.
Surface (topology)In the part of mathematics referred to as topology, a surface is a two-dimensional manifold. Some surfaces arise as the boundaries of three-dimensional solid figures; for example, the sphere is the boundary of the solid ball. Other surfaces arise as graphs of functions of two variables; see the figure at right. However, surfaces can also be defined abstractly, without reference to any ambient space. For example, the Klein bottle is a surface that cannot be embedded in three-dimensional Euclidean space.
Segmentation (informatique)En informatique, la segmentation est une technique de découpage de la mémoire. Elle est gérée par l'unité de segmentation de l'unité de gestion mémoire (dite MMU, Memory Management Unit), utilisée sur les systèmes d'exploitation modernes, qui divise la mémoire physique (dans le cas de la segmentation pure) ou la mémoire virtuelle (dans le cas de la segmentation avec pagination) en segments caractérisés par leur adresse de début et leur taille (décalage).
Computer memoryComputer memory stores information, such as data and programs for immediate use in the computer. The term memory is often synonymous with the term primary storage or main memory. An archaic synonym for memory is store. Computer memory operates at a high speed compared to storage which is slower but less expensive and higher in capacity. Besides storing opened programs, computer memory serves as disk cache and write buffer to improve both reading and writing performance.