Sök:

Sökresultat:

7288 Uppsatser om Memory management - Sida 2 av 486

Kunskap och organisatoriskt lärande inom Apoteket AB

This paper aims to provide a description of how knowledge can occur in Apoteket AB, anorganization that is operating on the Swedish pharmacy market. The purpose of this paper isalso to describe how the organizational learning occurs in the organization, and how theoutcome of this learning can be stored in the organizational memory. This subject is ofinterest since Apoteket AB experience changes in their external environment in that they nolonger have monopoly to sell pharmaceuticals on the Swedish pharmacy market. Earlierresearch claims that organizations need to develop new knowledge in order to take action, andthis development needs to be supported by the management within the organization.The collection of primary data was done by two qualitative interviews with employees withinthe organization of Apoteket AB.Our conclusions are that knowledge can occur in many forms, such as tacit and explicitknowledge. The vast majority of the knowledge within the organization is the information thatcan be found in the electronic database Aponet within Apoteket AB, and that is useful for theemployees in their daily work, and therefore is known as explicit knowledge.

Lärande på hjärnans villkor : En fallstudie av ett antal klasslärares syn på begreppetarbetsminne och arbetsminnesträning

The study's purpose was to get a picture of what a number of class teachers know about and their views on the concept of working memory and working memory training and whether this affects their working and teaching in the classroom. The study is based on qualitative interviews and classroom observations and the theoretical perspectives that the study is based on two: didactic perspective and the socio-cultural perspective. The results of my study show that the class teachers' views and use of the concept of working memory is limited, even if they unknowingly working on parts of it in their teaching. All classroom teachers in my study term difficulties that can arise for students as concentration difficulties, which according to previous research can count towards deficiencies in working memory. All of the respondents in this study believe that it is mostly special education teacher who trains working memory, and that they themselves do not have that knowledge. They also believe that the classroom environment is important for all learning. Common to all respondents consider that the topic is important and would like to have more knowledge of how they can help and support pupils with poor working memory. As a special education teacher and teacher you often meet students who have trouble concentrating, and because of this may be difficult to absorb knowledge as when reading.

Statisk detektering av minneshanteringsfel i C/C++

Det här examensarbetet är baserat på idéer ur ett uppdrag från företaget Saab Aerotech men är ett eget arbete.Målet var att undersöka om det finns behov av ett verktyg som statiskt kan detektera dynamiska minneshanteringsproblem, som till exempel minnesläckage, i applikationer skrivna i C/C++. På grund av att minneshanteringsfel i C/C++ länge har varit ett känt problem undersökte vi detta och de befintliga lösningarna till det.Vi fann två metoder till lösningar som de flesta verktyg använde sig av; statisk och dynamisk detektering. De flesta verktyg löste problemet genom att dynamiskt detektera minnesläckor och andra brister som till exempel buffer overflows. Ett verktyg löste dock problemet genom att statisk detektera minneshanteringsfel i källkoden för applikationerna. Eftersom alla befintliga lösningar har någon form av ineffektivitet så har vi undersökt möjligheten att utveckla ett mer effektivt verktyg.

Picturing Words and Spelling out Pictures Semantic, phonological and spatial aspects of working memory capacity and processing and their implication for information layout

This study investigates verbal and visuospatial memory strategies used by individuals with perceptual or cognitive disabilities. The groups concentrated on in this study are deaf individuals who are native sign language users and individuals with dyslexia. The study comprises an experiment and an in-depth study in which a pre-test and a questionnaire were used. Nine deaf signers, two persons with dyslexia and 12 persons without any perceptual or cognitive constraints participated. Of these 23 persons, seven were selected to take part in the in-depth study.

Kontrast och rörelse : relationen mellan glömska och sanning i Paul Ricoeurs Minne, historia, glömska och Martin Heideggers Vara och tid

What is forgetfulness? How does it show? Is it a part of memory or can it be considered on its own? In the philosophical discourse forgetfulness is limited and the phenomenon is mostly portrayed as a pathological or obscure counterpart of memory. This portraying of forgetfulness can be seen as traditional way of describing it, but there is some philosophers who has spoken of forgetfulness in more fruitful ways. These ways are not to be interpreted as aspirations to decouple forgetfulness from memory, rather they are to be seen as attempts to interpret this relation on another basis. This basis has also led this essay towards an interpretation of forgetfulness' relation to truth.

Nyckeln till arkiven : En kritisk diskursanalytisk studie om interoperabilitet och kollektivt minne

In the democratic process, of discussion and decision making, there is a need of reliable and authentic information. Archives are authentic and reliable information and also provides long term accessibility. But the public archives potential isn´t utilized enough at a societal level. The public archives are organized in a decentralised manner, and there are no common accesspoint at a national level. In the thesis this issue of accessibility and use at a societal level, is discussed in terms of collective memory.

LMSim, cacheminnessimulator för utbildningssyfte

Cache simulator is a tool to increase the understanding of a cache memory. Therefore cache memory simulation is included in the course Computer Engineering IS1200 at the Royal Institution of Technology. The purpose of this project is to develop a cache memory simulator for education. The existing MipsIt and Mips Simulator which is currently used in IS1200 has been the main source of inspiration. This resulted in the development of the cache memory simulator LMSim.

När tiden står stilla går allt så fort : Objekt som minnesbärare

This master thesis deals with the theme of memory, it is through an artistic process I have investigated and peeled off to a specific memory, the hut. It is in the work of the personal memory through a craft process it transforms into something public. The hut is constructed out of corrugated boxes, corrugated boxes casted in clay. To cast an object differs according to me from sculpting the object; it is the function rather than the sensual feeling that is sought after. It is about the clarity and accuracy through the casted object that suggest something vague and indeterminate.

ADS och Matlab för optimering av pre-distortion av effektförstärkare

This master?s thesis deals with integrating simulations using Agilents Electronic Design Automation tool ADS with customized Matlab scripts, for solving complex analog and digital radio architectures. In particular, it addresses predistortion, realized in the digital domain, of power amplifiers, modeled in the analog domain. The former is implemented in Matlab while the latter is implemented in ADS. Two versions of integrating the two systems have been tested: 1) Iterative approach on sample basis and 2) Scheduled batch solution by matrix inversion.

Betydelse av text och uttryckssätt för minnesförmåga och emotion

Hur en text ska utformas och förmedlas om man vill att den ska bevaras i minnet hos mottagaren och vad som väcker emotioner är frågor som den här studien vill söka svar på. Ett bekvämlighetsurval har använts och deltagarna har läst och lyssnat till olika texter. Efter varje text besvarades en enkät. Resultatet visar att utförandet av text och uttryck är beroende på om vi ska läsa eller lyssna till den. Vidare har ett samband mellan upplevd emotion och upplevd minnesförmåga noterats.

Generationsskräpsamling med explicit kontroll av hårdvarucache

This report evaluates whether an interpreted high-level garbage collected language has enough information about its memory behaviour to make better cache decisions than modern general CPU hardware.With a generational garbage collector, depending on promotion algorithm and generation size, around 90% of all objects never leave the first generation. This report is based on the hypothesis that, because of the low promotion rate, accesses to higher generations are sufficiently rare not to benefit from caching.To test this hypothesis, we built an operating system with a Scheme interpreter in kernel mode, where the interpreter controls the cache. Generic x86 PC hardware was used, since it allows fine-grained control of cache decisions.Measurements of execution time in this interpreter show that disabling the cache for generations higher than the first does not give any performance gain, but rather a performance loss of up to 50%.We conclude that this interpreter design is not an improvement, but cannot conclude that the hypothesis is false in general. We suggest building a better CPU simulator to gather more data from which to make better caching decisions, moving internal interpreter data structures into the garbage collected heap and modifying the hardware to allow control in the currently rigid dimension of where data is cached---for example separate control of instruction and data caches and separate data caches for different areas of memory..

Betydelse av text och uttryckssätt för minnesförmåga och emotion

Hur en text ska utformas och förmedlas om man vill att den ska bevaras i minnet hos mottagaren och vad som väcker emotioner är frågor som den här studien vill söka svar på. Ett bekvämlighetsurval har använts och deltagarna har läst och lyssnat till olika texter. Efter varje text besvarades en enkät. Resultatet visar att utförandet av text och uttryck är beroende på om vi ska läsa eller lyssna till den. Vidare har ett samband mellan upplevd emotion och upplevd minnesförmåga noterats.

Effektiva Lagringsmetoder för Glesa Matriser

Sparse matrices are often used in numerical algorithms that solve linear equation systems. Many methods for storing sparse matrices have been proposed and implemented during the years. These methods focus primarily on minimizing the total memory consumption and the time that it takes to store a sparse matrix. This report researches the available storage methods for sparse unstructured matrices. The formats that are researched and implemented are COO, CRS and ELL.

Fonologiskt korttidsminne hos tvåspråkiga barn med och utan språkstörning

Repetition of Non- word (make- up word that has not some semantic content) has been proposed as a reliable index of phonological memory in children with language impairment (LI). The aim of this study was to find out the possible similarities and differences concerning phonotactic non-words and working memory in 18 bilingual Swedish-Arabic children with and without LI ages 4-6 years. The investigation was undertaken by conducting three tests including NEPSY, WPPSI-III and a Word repetition test. The results showed that there are not significant differences between the two groups regarding various parts of NEPSY. On the other hand the results showed two significant differences in WPPSI-III regarding Picture categories and Word repetition tests for Swedish Non-word.

Samband mellan högre språkliga förmågor och fonologiskt arbetsminne hos vuxna

This study investigated relationships between high level language functions and phonological working memory in adults by correlating results oftests in a test battery used for investigating subtle language disorders and digit span task results. Results of two digit span tasks were analyzed in relation to demographic factors. 103 subjects without neurological disease, 20 ? 79 years old, participated. Significant correlations were found between the digit span tasks and most of the tests.

<- Föregående sida 2 Nästa sida ->