• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 44
  • 25
  • 10
  • 4
  • 2
  • 1
  • 1
  • 1
  • Tagged with
  • 99
  • 12
  • 11
  • 10
  • 10
  • 9
  • 9
  • 9
  • 9
  • 8
  • 8
  • 8
  • 8
  • 8
  • 8
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
11

An analysis Linda Casper's The Peninsulars, for teaching in college /

Kintanar-Alburo, Erlinda. January 1972 (has links)
Thesis (M.A.)--University of San Carlos, March 1972. / Vita. Includes bibliographical references (leaves 210-222).
12

Behavioural model debugging in Linda

Sewry, David Andrew January 1994 (has links)
This thesis investigates event-based behavioural model debugging in Linda. A study is presented of the Linda parallel programming paradigm, its amenability to debugging, and a model for debugging Linda programs using Milner's CCS. In support of the construction of expected behaviour models, a Linda program specification language is proposed. A behaviour recognition engine that is based on such specifications is also discussed. It is shown that Linda's distinctive characteristics make it amenable to debugging without the usual problems associated with paraUel debuggers. Furthermore, it is shown that a behavioural model debugger, based on the proposed specification language, effectively exploits the debugging opportunity. The ideas developed in the thesis are demonstrated in an experimental Modula-2 Linda system.
13

A distributed Linda server on a network of heterogeneous processors

Smith, Graham Leslie January 1993 (has links)
Linda is an approach to parallelism which relies on a virtual associative shared memory called tuple space. Tuple space is accessed through a small set of primitive operations and is conceptually easy to understand and manipulate. The physical implementation of a Linda tuple space may of course be completely different from the conceptual model. Rhodes has implemented versions of Linda on a ring of RS-232 joined PC's and on a cluster of T800 transputers with a single copy of tuple space on one transputer. Current research targets the implementation of a distributed Linda server on a network of heterogeneous processors. This work describes the design and implementation of a distributed Linda server. Emphasis is placed on aspects of the design which enhance portability and efficiency.
14

Resource management in open tuple space systems

Menezes, Ronaldo Parente de January 1999 (has links)
No description available.
15

History, Trauma and Healing in Linda Hogan¡¦s People of the Whale

Chiang Lin, Chien-yi 27 August 2010 (has links)
This thesis seeks to examine history, trauma and healing in Linda Hogan¡¦s People of the Whale. For Native American people, the disease is not conceived of a pure pathology but bears on inscriptions of colonial power and disharmony with Nature. Through the body of the protagonist Thomas, Hogan articulates the Makah¡¦s silenced history and trauma. I argue that Thomas¡¦s body epitomizes the once ill and then healed earth and tribal society. This thesis proceeds in five chapters. The first chapter is an introduction. Chapter Two, ¡§Violence and Tribal Histories,¡¨ sheds light on the historical context of the Northwest Coast Makah people on which Hogan bases her novel People of the Whale. The harsh impacts of colonialism on the Makahs, as Hogan¡¦s collaborative work Sightings with Brenda Peterson reveals, persist to the present. Chapter Three, entitled ¡§Representing Traumatic Experiences,¡¨ reads Thomas¡¦s silent body as a site of his tribe¡¦s repressed colonial history. Appropriating notions from Michel de Certeau and Paula Gunn Allen, I ask how Thomas¡¦s individual tortured body conflates with another body, ¡§the altered earth,¡¨ to disclose the act of colonial violence. Thomas¡¦s oblivion of ancestral ¡§body language¡¨ and ill sense of alienation exemplify his tribe¡¦s collective ill relationship with Nature. Chapter Four, entitled ¡§A Healing Journey,¡¨ illustrates how Thomas retrieves the tribal ways to reestablish his relationship with Nature. The tribal ways, stories and memories stored in his body are never lost but simply forgotten. In N. Scott Momaday¡¦s words, it is the ¡§memory in the body¡¨ or the ¡§blood memory¡¨ that preserves what the white colonizers have erased. For Native American people, this memory enacts healing. Thomas learns to regain the ancestral ¡§body language¡¨ and in so doing recovers from his ailment and reconnects himself with his tribe, his past, and the natural world. The bodily experiences function as crucial stimuli to awaken memories buried in his body. Thomas¡¦s retrieval of ¡§body language¡¨ is an articulation of his tribe¡¦s long-silenced voice. Chapter Five, the conclusion, recapitulates the main themes of this thesis and their import. Utilizing a mythical ending of Thomas¡¦s afterlife living in the tribe and then underneath the ocean¡Xa symbol of ¡§great being¡¨¡XHogan shapes a ¡§universal¡¨ and ¡§communal body¡¨ as a powerful challenge to resist against globalization and the colonial project. People of the Whale is an anchor text in which Hogan envisions a will and a hope that Native American values will emerge and prevail.
16

Extensions parallèles pour le langage Nit

Poirier, Sylvain 06 1900 (has links) (PDF)
Grâce à la miniaturisation et à l'arrivée des processeurs multicœurs dans les ordinateurs personnels, la programmation parallèle ne semble plus être réservée aux groupes restreints d'utilisateurs ayant accès à des superordinateurs ou à des grappes de calculs. De plus, avec la tendance actuelle d'augmenter constamment le nombre de cœurs des processeurs, le besoin de développer des applications pouvant s'exécuter correctement sur l'ensemble des unités de traitement disponibles est un enjeu déterminant. Sous de telles conditions, tout langage de programmation récent devrait être doté de mécanismes permettant la génération et l'exploitation de calculs parallèles. Dans le présent mémoire, nous explorons la possibilité d'intégrer des extensions parallèles à un langage orienté objet récent qui, au départ, ne possédait aucun support pour la programmation parallèle. Le langage utilisé est Nit, un langage développé conjointement à l'UQAM et au LIRMM (Montpellier, France). Nit est un langage moderne orienté objet dont la mise en œuvre utilise de nouvelles techniques de compilation, à la fine pointe de la recherche sur les langages orientés objet. À ce langage de base séquentiel, nous avons ajouté un module, appelé NitSpace, qui permet d'échanger de l'information entre des processus qui s'exécutent en parallèle. Ce module est fondé sur le modèle Linda proposé par Carriero et Gelernter (2). Le modèle Linda propose de partager, entre les processus, un espace de tuples par l'intermédiaire duquel les divers processus échangent de l'information, et ce à l'aide de quatre opérations principales : out, in, rd et eval. À ces quatre opérations s'ajoutent aussi deux variantes non bloquantes des opérations de lecture : inp et rdp. Ces diverses opérations permettent l'ajout, l'extraction et la lecture dans un espace partagé de tuples. Un avantage du modèle Linda est sa simplicité, mais en permettant malgré tout la définition des structures de données plus complexes telles que sémaphores, barrières de synchronisation, sacs de tâches, tableaux distribués, flux de données, etc. Le modèle Linda, défini au départ dans le contexte du langage C, a par la suite été intégré à d'autres langages, qui ont introduit des variantes au modèle original. Quelques-unes de ces variantes seront présentées, en présentant les implémentations qui ont été réalisées dans les langages Ruby, Python, Scala et Java. Nous avons choisi de présenter ces langages car, tout comme Nit, il s'agit de langages orientés objets. Les caractéristiques de ces différentes mises en œuvre du modèle Linda ont aussi influencé le choix de conception et de réalisation de notre module NitSpace. L'implémentation de ce module fut réalisée en trois couches que l'on présentera en détail. La majeure partie représentant la couche de bas niveau fut réalisée en C. À celle-ci s'ajoute une couche médiane qui permet de relier la couche C à la couche Nit. Finalement, la couche supérieure, écrite entièrement en Nit, représente l'API qui permet à un programme Nit de générer des calculs parallèles. ______________________________________________________________________________ MOTS-CLÉS DE L’AUTEUR : Nit, NitSpace, programmation parallèle, Linda, espace de tuples.
17

A comparative study of the representative short stories of Edith L. Tiempo and Linda T. Casper

Filipinas, Clarita C., January 1971 (has links)
Thesis (M.A.)--University of San Carlos, March 1971. / Vita. Includes bibliographical references (leaves [127]-130). Also issued in print.
18

Adaptation and amplification in Paul Auster's City of glass

Williams, Cara A. January 2008 (has links)
Thesis (M.A.)--University of North Carolina Wilmington, 2008. / Title from PDF title page (viewed September 24, 2008) Includes bibliographical references (p. [63]-[65])
19

A comparative study of the representative short stories of Edith L. Tiempo and Linda T. Casper

Filipinas, Clarita C., January 1971 (has links)
Thesis (M.A.)--University of San Carlos, March 1971. / Vita. Includes bibliographical references (leaves [127]-130).
20

Calling all clowns a creative project and personal journey /

Cripps, Linda Ann Elizabeth. January 2007 (has links)
Thesis (M.A.)--University of Montana, 2007. / Title from title screen. Description based on contents viewed Aug. 16, 2007. Includes bibliographical references (p. 46-50).

Page generated in 0.2809 seconds