988 resultados para Software clones


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Today 80 % of the content on the Web is in English, which is spoken by only 8% of the World population and 5% of Indian population. There is wealth of useful content in the various languages of the world other than English, which can be made available on the Internet. But, to date, for various reasons most of it is not yet available on the Internet. India itself has 18 officially recognized languages and scores of dialects. Although the medium of instruction for most of the higher education and research in India is English, substantial amount of literature by way of novels, textbooks, scholarly information are being generated in the other languages in the country. Many of the e-governance initiatives are in the respective state languages. In the past, support for different languages by the operating systems and the software packages were not very encouraging. However, with the advent of Unicode technology, operating systems and software packages are supporting almost all the major languages of the world that have scripts. In the work reported in this paper, we have explained the configuration changes that are needed for Eprints.org software to store multilingual content and to create a multilingual user interface.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Software transactional memory (STM) has been proposed as a promising programming paradigm for shared memory multi-threaded programs as an alternative to conventional lock based synchronization primitives. Typical STM implementations employ a conflict detection scheme, which works with uniform access granularity, tracking shared data accesses either at word/cache line or at object level. It is well known that a single fixed access tracking granularity cannot meet the conflicting goals of reducing false conflicts without impacting concurrency adversely. A fine grained granularity while improving concurrency can have an adverse impact on performance due to lock aliasing, lock validation overheads, and additional cache pressure. On the other hand, a coarse grained granularity can impact performance due to reduced concurrency. Thus, in general, a fixed or uniform granularity access tracking (UGAT) scheme is application-unaware and rarely matches the access patterns of individual application or parts of an application, leading to sub-optimal performance for different parts of the application(s). In order to mitigate the disadvantages associated with UGAT scheme, we propose a Variable Granularity Access Tracking (VGAT) scheme in this paper. We propose a compiler based approach wherein the compiler uses inter-procedural whole program static analysis to select the access tracking granularity for different shared data structures of the application based on the application's data access pattern. We describe our prototype VGAT scheme, using TL2 as our STM implementation. Our experimental results reveal that VGAT-STM scheme can improve the application performance of STAMP benchmarks from 1.87% to up to 21.2%.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Precision, sophistication and economic factors in many areas of scientific research that demand very high magnitude of compute power is the order of the day. Thus advance research in the area of high performance computing is getting inevitable. The basic principle of sharing and collaborative work by geographically separated computers is known by several names such as metacomputing, scalable computing, cluster computing, internet computing and this has today metamorphosed into a new term known as grid computing. This paper gives an overview of grid computing and compares various grid architectures. We show the role that patterns can play in architecting complex systems, and provide a very pragmatic reference to a set of well-engineered patterns that the practicing developer can apply to crafting his or her own specific applications. We are not aware of pattern-oriented approach being applied to develop and deploy a grid. There are many grid frameworks that are built or are in the process of being functional. All these grids differ in some functionality or the other, though the basic principle over which the grids are built is the same. Despite this there are no standard requirements listed for building a grid. The grid being a very complex system, it is mandatory to have a standard Software Architecture Specification (SAS). We attempt to develop the same for use by any grid user or developer. Specifically, we analyze the grid using an object oriented approach and presenting the architecture using UML. This paper will propose the usage of patterns at all levels (analysis. design and architectural) of the grid development.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Three dimensional digital model of a representative human kidney is needed for a surgical simulator that is capable of simulating a laparoscopic surgery involving kidney. Buying a three dimensional computer model of a representative human kidney, or reconstructing a human kidney from an image sequence using commercial software, both involve (sometimes significant amount of) money. In this paper, author has shown that one can obtain a three dimensional surface model of human kidney by making use of images from the Visible Human Data Set and a few free software packages (ImageJ, ITK-SNAP, and MeshLab in particular). Images from the Visible Human Data Set, and the software packages used here, both do not cost anything. Hence, the practice of extracting the geometry of a representative human kidney for free, as illustrated in the present work, could be a free alternative to the use of expensive commercial software or to the purchase of a digital model.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In large flexible software systems, bloat occurs in many forms, causing excess resource utilization and resource bottlenecks. This results in lost throughput and wasted joules. However, mitigating bloat is not easy; efforts are best applied where savings would be substantial. To aid this we develop an analytical model establishing the relation between bottleneck in resources, bloat, performance and power. Analyses with the model places into perspective results from the first experimental study of the power-performance implications of bloat. In the experiments we find that while bloat reduction can provide as much as 40% energy savings, the degree of impact depends on hardware and software characteristics. We confirm predictions from our model with selected results from our experimental study. Our findings show that a software-only view is inadequate when assessing the effects of bloat. The impact of bloat on physical resource usage and power should be understood for a full systems perspective to properly deploy bloat reduction solutions and reap their power-performance benefits.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Most Java programmers would agree that Java is a language that promotes a philosophy of “create and go forth”. By design, temporary objects are meant to be created on the heap, possibly used and then abandoned to be collected by the garbage collector. Excessive generation of temporary objects is termed “object churn” and is a form of software bloat that often leads to performance and memory problems. To mitigate this problem, many compiler optimizations aim at identifying objects that may be allocated on the stack. However, most such optimizations miss large opportunities for memory reuse when dealing with objects inside loops or when dealing with container objects. In this paper, we describe a novel algorithm that detects bloat caused by the creation of temporary container and String objects within a loop. Our analysis determines which objects created within a loop can be reused. Then we describe a source-to-source transformation that efficiently reuses such objects. Empirical evaluation indicates that our solution can reduce upto 40% of temporary object allocations in large programs, resulting in a performance improvement that can be as high as a 20% reduction in the run time, specifically when a program has a high churn rate or when the program is memory intensive and needs to run the GC often.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Video decoders used in emerging applications need to be flexible to handle a large variety of video formats and deliver scalable performance to handle wide variations in workloads. In this paper we propose a unified software and hardware architecture for video decoding to achieve scalable performance with flexibility. The light weight processor tiles and the reconfigurable hardware tiles in our architecture enable software and hardware implementations to co-exist, while a programmable interconnect enables dynamic interconnection of the tiles. Our process network oriented compilation flow achieves realization agnostic application partitioning and enables seamless migration across uniprocessor, multi-processor, semi hardware and full hardware implementations of a video decoder. An application quality of service aware scheduler monitors and controls the operation of the entire system. We prove the concept through a prototype of the architecture on an off-the-shelf FPGA. The FPGA prototype shows a scaling in performance from QCIF to 1080p resolutions in four discrete steps. We also demonstrate that the reconfiguration time is short enough to allow migration from one configuration to the other without any frame loss.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The goal of the work reported in this paper is to use automated, combinatorial synthesis to generate alternative solutions to be used as stimuli by designers for ideation. FuncSION, a computational synthesis tool that can automatically synthesize solution concepts for mechanical devices by combining building blocks from a library, is used for this purpose. The objectives of FuncSION are to help generate a variety of functional requirements for a given problem and a variety of concepts to fulfill these functions. A distinctive feature of FuncSION is its focus on automated generation of spatial configurations, an aspect rarely addressed by other computational synthesis programs. This paper provides an overview of FuncSION in terms of representation of design problems, representation of building blocks, and rules with which building blocks are combined to generate concepts at three levels of abstraction: topological, spatial, and physical. The paper then provides a detailed account of evaluating FuncSION for its effectiveness in providing stimuli for enhanced ideation.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

在近海管线的铺设、安装、使用过程中有多种作业状态:在位、悬跨、挖沟、提吊、铺管等。各种状态下管线的受力特点不同,加上管线结构、海况和海底土壤等因素又都很复杂,所以近海管线的强度分析难度大、内容多。分别采用解析方法、数值方法(有限元法、打靶法)和二者结合来解决理论上的(如几何非线性、动边界等)、实用性方面的难点。在理论分析的基础上,编制了符合产业部门工程师使用要求的近海管线强度分析软件。介绍了该软件进行力学分析时采用的理论以及软件界面。

Relevância:

20.00% 20.00%

Publicador:

Resumo:

El presente trabajo se realizó en el Laboratorio de Cultivo de Tejidos Vegetales del Programa Recursos Genéticos Nicaragüenses (REGEN), ubicado en la Universidad Nacional Agraria (UNA). El experimento se evaluó en dos fases, en la primera fase se estudió el comportamiento in vitro de ápices de los clones de yuca (Manihot esculenta Crantz) MCol-22, Okra y Portland cultivados en un medio nutritivo MS (Murashige y Skoog, 1962) con concentraciones de 0.00 mg/1 y 0.040 mg/1 de BAP (6-bencil aminopurina) y concentraciones de 0.05 mg/1 0.10 mgfl y 0.20 mg/1 de GA3 (ácido giberélico). En la segunda fase se evaluó el comportamiento de cuatro clones (C6-1141, MCol-1505, MCol-2215 y MMex-59) en las consistencias de medio nutritivo semisólida y líquida. A través del estudio se determinó que el genotipo es un factor muy importante sobre la respuesta organogénica de los tejidos cultivados in vitro. Sin embargo, es posible definir medios nutritivos para grupos de clones, facilitando así el proceso de micropropagación de especies de importancia económica como la yuca. Los clones que sobresalieron en la primera fase fueron el Portland y MCol- 22. Con respecto al efecto del BAP la concentración 0.04 mg/1 predominó sobre la concentración 0.00 mg/1, para todas las variables evaluadas en el ensayo. Así mismo, la concentración 0.10 mg/1 de GA 3 resultó la más efectiva. Por otra parte, de las consistencias de medios nutritivos evaluados en la segunda fase, se determinó que la consistencia semisólida dió mejor resultado sobre el número de raíces y la consistencia líquida tuvo mayor influencia sobre la variable altura de planta.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

El presente estudio se realizó con el objetivo de determinar el efecto que ejercen la posición de la yema, el momento de fertilización y sustrato sobre la velocidad de brotación y el crecimiento de las plantas de los genotipos de quequisque (Xanthosoma sagittifolium (L.) Schott): Blanco (Bco), Masaya (My) y Nueva Guinea (NG) propagados a través de la técnica de reproducción acelerada de semillas - CRAS, además se pretendió contribuir en la definición de una metodología para la propagación rápida y masiva de plantas a través de esta técnica. Los estudios se llevaron a cabo en canteros con dimensiones de 4.75 m de largo por 1.3 m de ancho, con una capa de 5 cm de hormigón rojo y otra de 15 crn de arena y en bolsas de polietileno para vivero (0.91 kg). Se establecieron tres ensayos bifactoriales siguiendo el arreglo de diseños completos al azar (DCA): posición de la yema (hacia abajo y hacia arriba); momento de fertilización (sin fertilización -testigo-; con fertilizaciones a los 15 dds, 30 dds y 45 dds; a los 30 y 45 dds; y a los O, 15, 30 y 45 dds); y sustratos (arena, humus, suelo; 1:1 humus-suelo; 1:1:2 arena-humus-suelo). Se evaluaron las variables altura de planta (cm), grosor del pseudotallo (cm), número de hojas y área foliar (cm2 . A los datos numéricos de las variables se les realizó un análisis de varianza (ANDEVA). Las yemas colocadas hacia abajo registraron una velocidad de brotación estadísticamente superior (8.15 cm) a la registrada por las yemas colocadas hacia arriba (5.92 cm), independientemente del genotipo. El quequisque Bco, sin importar la posición de la yema, brotó más rápido (8.36 cm) que los otros genotipos; el genotipo My lo hizo más lentamente (5.16 cm). Los genotipos donde se fertilizó a los 30 y 45 dds obtuvieron resultados estadísticamente superiores en todas las variables (Bco 23.21, My 15.23 y NG 22.86 cm de altura). El testigo (sin fertilización) obtuvo los resultados más discretos (Bco 8.71, My 13.83 y NG 14.25 cm de altura). Ningún genotipo prevaleció en todas las variables evaluadas, sin embargo, el genotipo NG registró los resultados más sobresalientes. Las combinaciones más destacadas en las interacciones genotipo - fertilización fueron el clon Bco y NG fertilizadas a los 30 y 45 dds (23.21 y 22.86 cm de altura respectivamente); el testigo y la fertilización aplicada a los O, 15, 30 y 45 dds en combinación con los tres genotipos reportaron los resultados más bajos. Las plantas de los genotipos Bco (27.98 cm de altura) y My (25.65 cm de altura) desarrolladas en humus registraron valores estadísticamente superiores. En los sustratos arena (Bco 9.82 y My 11.59 cm de altura) y suelo (Bco 16.29 y My 3.20 cm de altura) se obtuvieron plantas con los valores más bajos en las variables evaluadas. En las interacciones, el genotipo Blanco reportó los mayores valores (altura 19.5 cm, grosor 1.13 cm y área foliar 122 cm 2 coincidiendo con los dos ensayos anteriores

Relevância:

20.00% 20.00%

Publicador:

Resumo:

La intensificación del cultivo de la Pitahaya (Hylocereus spp.) y la creciente demanda de frutos por el mercado nacional así como la exportación, ha requerido de la búsqueda de nuevas variedades que respondan adecuadamente a las exigencias de los mercados en sabor, color, dulzor, apariencia, y a las expectativas de los productores como la resistencia a plagas y enfermedades. La presente investigación se realizó entre los meses de Junio y Noviembre del año 2003 en el Centro Experimental Campos Azules (CECA); ubicado en el municipio de Masatepe, departamento de Masaya. El objetivo del trabajo es principalmente validar una Guía de Descriptores de Pitahaya. Además de caracterizar morfológicamente cada uno de los siete clones de Pitahaya (Amarilla, Cebra, Lisa, Orejona, Rosa, Sin Espina y San Ignacio) encontradas en el banco de germoplasma del CECA. Se tomaron las muestras bajo un Diseño Completo al Azar (D.C.A.) ya que la plantación estaba establecida y se realizó la caracterización de flores y frutos en el laboratorio del REGEN, exceptuando el levantamiento de datos vegetativos (cladodios) el que se realizó en el campo. Los datos se procesaron mediante análisis de varianzas y desviación estándar (entre y dentro de los clones con la tabla Tukey al 5%) en cuanto a clones, fechas de muestreo e interacción clon * fecha, Análisis de Agrupamiento (AA), Análisis de Componentes Principales (ACP), análisis de correlación y un análisis del empleo de la Guía de Descriptores. El clon Amarilla presentó los más altos valores en el ANDEVA respecto a los cladodios para las variables ancho de cladodio, longitud de espinas y número de espinas, respecto al resto de los clones (7.34 cm, 12.74cm y 6.75 espinas respectivamente), el clon Sin Espina obtuvo el más alto valor en la variable distancia de areola (3.71 cm). El Análisis de Varianza en cuanto a frutos mostró diferencias estadísticas en las variables tamaño de semilla y número de brácteas, correspondientes a los clones Sin Espina y Cebra (49.11s/g y 32.88 brácteas respectivamente); El ANDEVA en cuanto a fechas mostró que en la fecha 4 (Noviembre) se obtuvieron los mejores resultados; reflejando significancia estadística en todas las variables. El análisis de Componentes Principales determinó que el 40.17% de la variación total del germoplasma la aportan los dos primeros CP y las variables que la integran son volumen de fruto, peso de fruto, peso de pulpa, diámetro de fruto, volumen de pulpa, número de pétalos, número de brácteas, color de estigma, ancho y forma de pétalos. El Análisis de Agrupamiento mostró que existen cuatro (4) grupos formados por los clones Amarilla, I; Cebra, Sin Espina y San Ignacio, II; Lisa y Orejona, III y Rosa, IV. El análisis de correlación demuestra que las variables de fruto están íntimamente asociadas.