721 resultados para Orientation programs


Relevância:

20.00% 20.00%

Publicador:

Resumo:

In Safety critical software failure can have a high price. Such software should be free of errors before it is put into operation. Application of formal methods in the Software Development Life Cycle helps to ensure that the software for safety critical missions are ultra reliable. PVS theorem prover, a formal method tool, can be used for the formal verification of software in ADA Language for Flight Software Application (ALFA.). This paper describes the modeling of ALFA programs for PVS theorem prover. An ALFA2PVS translator is developed which automatically converts the software in ALFA to PVS specification. By this approach the software can be verified formally with respect to underflow/overflow errors and divide by zero conditions without the actual execution of the code

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Effect of varying spray rate on the structure and optoelectronic properties of spray pyrolysed ZnO film is analysed. ZnO films were characterised using different techniques such as X-ray diffraction (XRD), photoluminescence, electrical resistivity measurement, and optical absorption. The XRD analysis proved that, with the increase in spray rate, orientation of the grains changed from (1 0 1) plane to (0 0 2) plane. The films exhibited luminescence in two regions—one was the ‘near band-edge’ (NBE) (∼380 nm) emission and the other one was the ‘blue-green emission’ (∼503 nm). Intensity of the blue-green emission decreased after orientation of grains shifted to (0 0 2) plane. Scanning electron microscope (SEM) analysis of the films asserts that spray rate has major role in improving the crystallographic properties of the films. Moreover resistivity of the films could be lowered to 2.4×10−2 cm without any doping or post-deposition annealing

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study is the concentrates different nature and practice of Marketing in nonprofit organization.How market indication can contribute the organizational performance of nonprofit organizations.

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Food safety management systems (FSMSs) and the scrutinisation of the food safety practices that are intended for adoption on the firm level both offer strategic value to the dried fig sector. This study aims to prove the hypothesis that export orientation is a major motivating force for the adoption of food safety systems in the Turkish dried fig firms. Data were obtained from 91 dried fig firms located in Aydin, Turkey. Interviews were carried out with firms’ managers/owners using a face-to-face questionnaire designed from May to August of 2010. While 36.3 percent of the interviewed firms had adopted one or more systems, the rest had no certification. A binomial logistic econometric model was employed. The parameters that influenced this decision included contractual agreements with other firms, implementation of good practices by the dried fig farmers, export orientation and cost-benefit ratio. Interestingly, the rest of the indicators employed had no statistically significant effect on adoption behaviour. This paper focusses on the export orientation parameter directly in order to test the validity of the main research hypothesis. The estimated marginal effect suggests that when dried fig firms are export-oriented, the probability that these firms will adopt food safety systems goes up by 39.5 percent. This rate was the first range observed among all the marginal probability values obtained and thus verified the hypothesis that export orientation is a major motivator for the adoption of food safety systems in the Turkish dried fig firms.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Trade rules are suggested to be one of the reasons for the hunger in the world and environmental damage. As current trade rules encourage market orientation and therefore specialization and industrialization of agriculture, which has as side effects rural hunger and environmental damage, there is room for improvement in the international trade regime. One main finding of Nexus Foundations' work in Geneva is a possible new orientation for agricultural and food markets – an orientation on development, rather than purely on markets. This development orientation consists of several elements from development of soil fertility to local markets and consumer relatedness. Since the Bali Ministerial in 2013, the WTO has set up a four year work programme on the issue of food security related to food reserves. This opens the chance to discuss broader food security issues in the realm of trade negotiations.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This work demonstrates how partial evaluation can be put to practical use in the domain of high-performance numerical computation. I have developed a technique for performing partial evaluation by using placeholders to propagate intermediate results. For an important class of numerical programs, a compiler based on this technique improves performance by an order of magnitude over conventional compilation techniques. I show that by eliminating inherently sequential data-structure references, partial evaluation exposes the low-level parallelism inherent in a computation. I have implemented several parallel scheduling and analysis programs that study the tradeoffs involved in the design of an architecture that can effectively utilize this parallelism. I present these results using the 9- body gravitational attraction problem as an example.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The question of how shape is represented is of central interest to understanding visual processing in cortex. While tuning properties of the cells in early part of the ventral visual stream, thought to be responsible for object recognition in the primate, are comparatively well understood, several different theories have been proposed regarding tuning in higher visual areas, such as V4. We used the model of object recognition in cortex presented by Riesenhuber and Poggio (1999), where more complex shape tuning in higher layers is the result of combining afferent inputs tuned to simpler features, and compared the tuning properties of model units in intermediate layers to those of V4 neurons from the literature. In particular, we investigated the issue of shape representation in visual area V1 and V4 using oriented bars and various types of gratings (polar, hyperbolic, and Cartesian), as used in several physiology experiments. Our computational model was able to reproduce several physiological findings, such as the broadening distribution of the orientation bandwidths and the emergence of a bias toward non-Cartesian stimuli. Interestingly, the simulation results suggest that some V4 neurons receive input from afferents with spatially separated receptive fields, leading to experimentally testable predictions. However, the simulations also show that the stimulus set of Cartesian and non-Cartesian gratings is not sufficiently complex to probe shape tuning in higher areas, necessitating the use of more complex stimulus sets.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We present a type-based approach to statically derive symbolic closed-form formulae that characterize the bounds of heap memory usages of programs written in object-oriented languages. Given a program with size and alias annotations, our inference system will compute the amount of memory required by the methods to execute successfully as well as the amount of memory released when methods return. The obtained analysis results are useful for networked devices with limited computational resources as well as embedded software.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A key capability of data-race detectors is to determine whether one thread executes logically in parallel with another or whether the threads must operate in series. This paper provides two algorithms, one serial and one parallel, to maintain series-parallel (SP) relationships "on the fly" for fork-join multithreaded programs. The serial SP-order algorithm runs in O(1) amortized time per operation. In contrast, the previously best algorithm requires a time per operation that is proportional to Tarjan’s functional inverse of Ackermann’s function. SP-order employs an order-maintenance data structure that allows us to implement a more efficient "English-Hebrew" labeling scheme than was used in earlier race detectors, which immediately yields an improved determinacy-race detector. In particular, any fork-join program running in T₁ time on a single processor can be checked on the fly for determinacy races in O(T₁) time. Corresponding improved bounds can also be obtained for more sophisticated data-race detectors, for example, those that use locks. By combining SP-order with Feng and Leiserson’s serial SP-bags algorithm, we obtain a parallel SP-maintenance algorithm, called SP-hybrid. Suppose that a fork-join program has n threads, T₁ work, and a critical-path length of T[subscript ∞]. When executed on P processors, we prove that SP-hybrid runs in O((T₁/P + PT[subscript ∞]) lg n) expected time. To understand this bound, consider that the original program obtains linear speed-up over a 1-processor execution when P = O(T₁/T[subscript ∞]). In contrast, SP-hybrid obtains linear speed-up when P = O(√T₁/T[subscript ∞]), but the work is increased by a factor of O(lg n).

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Resumen tomado de la publicaci??n

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Resumen tomado de la publicaci??n. Resumen tambi??n en ingl??s

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The ISSA Pedagogical Standards were first published in 2001 as a network-developed tool that defined quality in teaching practices and the classroom environment and captured the changes that had occurred in the region since 1994 when the Step by Step Program, an initiative to promote democratic principles in early childhood development and education, was launched. The Program was built on belief that each child has the right to receive maximum support for the development of his or her full potential, and this work should be done in partnership and close cooperation with families, communities and professionals