289 research outputs found

    Réflexions sur la réflexivité théâtrale

    Get PDF
    Narcissique, le théâtre exhibe toujours son fonctionnement. Phénomène le plus abouti de métathéâtralité, le « théâtre dans le théâtre » est loin de constituer la seule manifestation d’ostension théâtrale. Si on considère le théâtre dans sa traditionnelle analogie avec le tableau, et en empruntant aux analyses de Louis Marin concernant le fond, le plan et le cadre (De la représentation), on constate que ces marqueurs de réflexivité ne sont pas spécifiques à la peinture, mais qu’ils s’appliquent aussi au texte spectaculaire. Objet regardant et regard sur cet objet, le théâtre est doué d’un double regard sur le monde et sur l’art dramatique. Loin que ces regards divergents perturbent la vision, ils la rendent au contraire beaucoup plus perçante. Réfléchi comme fait, le théâtre ne cesse pas de représenter comme signe et, à l’instar de la fonctionnalité de celui-ci, fait de la réflexivité à la fois une irrémédiable nécessité et une vertu admirable.The article analyzes how three major devices inherent to painting, and discussed by Louis Marin (De la représentation): background, foreground, and frame, are relevant when applied to performance text. Transposed to theater, these painterly devices correspond to the stage, the “fourth wall” and, rather than to the footlights, I associate the painting frame to the spacio-temporal nature of any given play. While questioning the postulated difference between “theater within theater” and “role playing”, and distinguishing these two theatrical phenomena from “theatrical disguise”, I demonstrate that the mentioned-above devices make all performance texts both, and at the same time, representing and showing themselves representing

    Shared Integer Dichotomy

    Get PDF
    The Integer Dichotomy Diagram IDD(n) represents a natural number n ∈ N by a Directed Acyclic Graph in which equal nodes are shared to reduce the size s(n). That IDD also represents some finite set of integers by a Digital Search DAG where equal subsets are shared. The same IDD also represents representing Boolean Functions, IDDs are equivalent to (Zero-suppressed) ZDD or to (Binary Moment) BMD Decision Diagrams. The IDD data-structure and algorithms combines three standard software packages into one: arithmetics, sets and Boolean functions. Unlike the binary length l(n), the IDD size s(n) < l(n) is not monotone in n. Most integers are dense, and s(n) is near l(n). Yet, the IDD size of sparse integers can be arbitrarily smaller. We show that a single IDD software package combines many features from the best known specialized packages for operating on integers, sets, Boolean functions, and more. Over dense structures, the time/space complexity of IDD operations is proportional to that of its specialized competitors. Yet equality testing is performed in unit time with IDDs, and the complexity of some integer operations (e.g. n < m, n ± 2 m , 2 2 n ,. . .) is exponentially lower than with bit-arrays. In general, the IDD is best in class over sparse structures, where both the space and time complexities can be arbitrarily lower than those of un-shared representations. We show that sparseness is preserved by most integer operations, including arithmetic and logic operations, but excluding multiplication and division. Keywords: computer arithmetic, integer dichotomy & trichotomy, sparse & dense structures , dictionary package, digital search tree, minimal acyclic automata, binary Trie, boolean function, decision diagram, store/compute/code once.

    Systeme digital : de l'algorithme au circuit

    Get PDF
    LicencePlan1 Contexte historique . . . . . . . . . . . . . . . . . . . . . . . . . 2I Principes 271 Circuit math´ematique 291.1 Composants de base . . . . . . . . . . . . . . . . . . . . . . . . . 311.2 Forme des circuits digitaux synchrones . . . . . . . . . . . . . . . 351.3 Fonction des circuits . . . . . . . . . . . . . . . . . . . . . . . . 411.4 Montre digitale . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 Alg`ebre binaire 572.1 Num´erations de position . . . . . . . . . . . . . . . . . . . . . . 592.2 Nombre binaire fini . . . . . . . . . . . . . . . . . . . . . . . . . 612.3 Fonction combinatoire . . . . . . . . . . . . . . . . . . . . . . . 692.4 Nombre binaire infini . . . . . . . . . . . . . . . . . . . . . . . . 803 Circuit ´electronique 833.1 Transistor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 863.2 Conception et r´ealisation d’un circuit . . . . . . . . . . . . . . . . 993.3 M´emoires . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1103.4 Progr`es technologique . . . . . . . . . . . . . . . . . . . . . . . 123II Outils 1254 Arithm´etique sur Silicium 1274.1 Compteurs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1284.2 Addition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1344.3 Soustraction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1424.4 Multiplication . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1465 Machines universelles 1595.1 Machine de Turing . . . . . . . . . . . . . . . . . . . . . . . . . 1615.2 Microprocesseur . . . . . . . . . . . . . . . . . . . . . . . . . . 1665.3 Machines parall`eles . . . . . . . . . . . . . . . . . . . . . . . . . 1685.4 Programmation . . . . . . . . . . . . . . . . . . . . . . . . . . . 1736 Nombres calculables 1776.1 Limite th´eorique du calcul . . . . . . . . . . . . . . . . . . . . . 1826.2 Fonctions calculables . . . . . . . . . . . . . . . . . . . . . . . . 1906.3 R´eel calculable R . . . . . . . . . . . . . . . . . . . . . . . . . . 1936.4 Limites pratiques du calcul . . . . . . . . . . . . . . . . . . . . . 202III Applications 2157 Physique digitale 2177.1 Mesure num´erique . . . . . . . . . . . . . . . . . . . . . . . . . 2197.2 Cam´era digitale . . . . . . . . . . . . . . . . . . . . . . . . . . . 2247.3 D´etecteur de particules . . . . . . . . . . . . . . . . . . . . . . . 2277.4 Equation de la chaleur . . . . . . . . . . . . . . . . . . . . . . . 2288 Th´eorie de la communication 2298.1 Th´eorie de Shannon . . . . . . . . . . . . . . . . . . . . . . . . . 2328.2 Compression des donn´ees . . . . . . . . . . . . . . . . . . . . . . 2408.3 Contrˆole des erreurs . . . . . . . . . . . . . . . . . . . . . . . . . 2449 Codage et transmission : audio et vid´eo 2539.1 Signal analogique et signal digital . . . . . . . . . . . . . . . . . 2559.2 Chaˆıne de communication des images . . . . . . . . . . . . . . . 2599.3 Compression d’images photographiques fixes : JPEG . . . . . . . 2619.4 Compression vid´eo et audio : MPEG . . . . . . . . . . . . . . . . 263IV Appendices 2655 Sigles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2676 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27

    Vanités : une invitation à jouir et à se réjouir ?

    Get PDF
    Alors que l’histoire de l’art ne s’est jamais beaucoup intéressée à établir un critère satisfaisant de discrimination entre Natures mortes et Vanités, cet article propose une distinction basée sur le mode de réception adopté : là où une lecture iconographique révèle une Nature morte, une lecture iconologique manifeste une Vanité. Cela dit, l’herméneutique de celle-ci demeure éminemment problématique. Contrairement au message de renonciation aux biens terrestres qu’elle s’efforce en principe de diffuser, la Vanité sera toujours susceptible d’être perçue comme une invitation à jouir et à se réjouir. Tempus fugit ? Donc carpe diem plutôt que memento mori

    The Cube-Connected-Cycles: A Versatile Network for Parallel Computation

    Get PDF
    Coordinated Science Laboratory was formerly known as Control Systems LaboratoryJoint Services Electronics Program / N00014-79-C-0424National Science Foundation / NSF MCS-78-1364

    CHEMINI: chemical miniaturised analyser

    Get PDF

    In vivo staining with alizarin for ageing studies on chondrichthyan fishes

    Get PDF
    Age determination for stock assessments and conservation of cartilaginous fishes is mainly obtained by counting the annual growth bands in vertebrae. Recent studies show numerous inconsistencies and the need for systematic validation. We assessed the effectiveness of the fluorochrome alizarin red S, a common skeleton vital marker used as a time stamp for teleost fishes, on chondrichthyan. Twenty-five captive small-spotted catsharks (Scyliorhinus canicula) were marked by alizarin red S intraperitoneal injections. The fluorochrome produced a wide fluorescent mark on sectioned vertebral centra of all injected fish. Alizarin red S did not have a deleterious effect on growth during three months monitoring. The marks obtained remained stable in vivo for more than four years after injections and were resistant to fading during the observation under the microscope excitation light. Our results suggest that alizarin red S is an effective tool for long time vital marking of chondrichthyans
    corecore