7,488 research outputs found

    Faster Algorithms for Weighted Recursive State Machines

    Full text link
    Pushdown systems (PDSs) and recursive state machines (RSMs), which are linearly equivalent, are standard models for interprocedural analysis. Yet RSMs are more convenient as they (a) explicitly model function calls and returns, and (b) specify many natural parameters for algorithmic analysis, e.g., the number of entries and exits. We consider a general framework where RSM transitions are labeled from a semiring and path properties are algebraic with semiring operations, which can model, e.g., interprocedural reachability and dataflow analysis problems. Our main contributions are new algorithms for several fundamental problems. As compared to a direct translation of RSMs to PDSs and the best-known existing bounds of PDSs, our analysis algorithm improves the complexity for finite-height semirings (that subsumes reachability and standard dataflow properties). We further consider the problem of extracting distance values from the representation structures computed by our algorithm, and give efficient algorithms that distinguish the complexity of a one-time preprocessing from the complexity of each individual query. Another advantage of our algorithm is that our improvements carry over to the concurrent setting, where we improve the best-known complexity for the context-bounded analysis of concurrent RSMs. Finally, we provide a prototype implementation that gives a significant speed-up on several benchmarks from the SLAM/SDV project

    The Intensities of Cosmic Ray H and He Nuclei at ~250 MeV/nuc Measured by Voyagers 1 and 2 - Using these Intensities to Determine the Solar Modulation Parameter in the Inner Heliosphere and the Heliosheath Over a 40 Year Time Period

    Get PDF
    We have determined the solar modulation potential, phi, vs. time that is observed at Voyager 1 and 2 from measurements of the H and He nuclei intensities at a common energy of 250 MeVnuc. The H nuclei have a rigidity 0.7 GV, the He nuclei 1.4 GV. These measurements cover a 40 year time period, which includes almost 4 cycles of solar 11 year sunspot variations, throughout the inner heliosphere out to the HTS at distances of 95 AU and 85 AU, respectively at V1 and V2, and then beyond in the heliosheath. Inside the HTS the modulation potential vs. time curves at V1 and V2 show a very similar temporal structure to those observed at the Earth. During a later period of maximum solar modulation from 2000.0 to 2005.0 when V1 and V2 are in the outer heliosphere between 60-94 AU, the main temporal features of the modulation potential curves at all 3 locations match up with appropriate time delays at V1 and V2 if it is assumed that spatially coherent structures are moving outward past V1 and V2, with outward speeds of up to 700 Kms negative 1. After 2004.0 V1 and V2 are at latitudes of positive 35 and negative 30 respectively, placing lower limits on the latitude extent of these structures. Beyond the HTS in the heliosheath the modulation potential slowly decreases at both spacecraft with only a weak evidence of the unusual modulation minimum observed at the Earth in 2009, for example. A sudden decrease of the modulation potential 50 MV for both H and He nuclei occurs at V1 just before the heliopause crossing at about 122 AU. This decrease has not yet been observed at V2, which is now at 113 AU and still observing a modulation potential 60 MV.Comment: 28 pages, 9 Figure

    Effect of 5-hydroxytryptamine and related compounds on the isolated heart of Pila globosa (Gastropoda:Mollusca)

    Get PDF
    5-Hydroxytryptamine produces an increase in the amplitude and frequency of the heart-beat of Pila. The threshold for the activity of 5-hydroxytryptamine is 10−8 gm./ml. However, this dose is not constant. In some cases it is 10−6 gm./ml. and in still other cases doses even upto 10−4 gm./ml. are ineffective. The action of 5-HT is not blocked by LSD. However, LSD 10−5 gm./ml. produces a positive inotropic and a very slight positive chronotropic response. The bromine derivative of LSD sometimes causes a rise in the threshold of 5-HT. Reserpine produces a positive inotropic and a negative chronotropic effect. The threshold dose for Reserpine is 10−5 gm./ml. The action of Reserpine is of long duration and both increase in amplitude and decrease in frequency go on for a long time in a progressive manner. The action of 5-HT and related compounds on the heart of Pila has been discussed in relation to that in other molluscs

    A saline medium for maintaining isolated heart of Pila globosa, Swainson

    Get PDF
    Some known standard salines for molluscs were found unsuitable for maintaining the heart of Pila in vitro. A new saline for Pila has been devised keeping in view the ionic composition, pH and osmotic pressure of blood of Pila. A saline having the composition of blood was not found suitable for maintaining isolated heart of Pila but reduction of percentage of potassium made it so. The osmotic pressure was adjusted with addition of glucose which also provides energy. Changes of pH between 5 and 8·5 did not have an effect on the heart-beat of Pila. It was suggested that a saline containing only the principal ions of blood was not suitable because other trace and organic substances present in the blood were perhaps playing an important role in the regular beating of the heart. Adjustment in the proportion of different ions and addition of glucose did partly compensate for the absence of these substances

    Transient intensity changes of cosmic rays beyond the heliospheric termination shock as observed at Voyager 1

    Get PDF
    This paper continues our studies of temporal variations of cosmic rays beyond the heliospheric termination shock (HTS) using Voyager 1 (V1) data when V1 was beyond 94 AU. This new study utilizes cosmic ray protons and electrons of several energies. Notable transient decreases of 5–50% are observed in galactic cosmic ray nuclei and electrons at V1 shortly after similar decreases are observed at Voyager 2 (V2) still inside the HTS. These decreases at V1 appear to be related to the large solar events in September 2005 and December 2006 and the resulting outward moving interplanetary shock. These two large interplanetary shocks were the largest observed at V2 after V1 crossed the HTS at the end of 2004. They were observed at V2 just inside the HTS at 2006.16 and 2007.43 providing timing markers for V1. From the timing of the intensity decreases observed at V1 as the shocks first reach the HTS and then later reach V1 itself, we can estimate the shock speed beyond the HTS to be between 240 and 300 km s^(−1) in both cases. From the timing of the decreases observed when the shock first reaches the HTS and then several months later encounters the heliopause, we can estimate the heliosheath thickness to be 31 ± 4 and 37 ± 6 AU, respectively, for the two sequences of three decreases seen at V1. These values, along with the distances to the HTS that are determined, give distances from the Sun to the heliopause of 121 ± 4 and 124 ± 6 AU, respectively

    Learning Programming, Syntax Errors and Institution-specific Factors

    Full text link
    Learning programming is a road that is paved with mistakes. Initially, novices are bound to write code with syntactic mistakes, but after a while semantic mistakes take a larger role in the novice programmers’ lives. Researchers who wish to understand that road are increasingly using data recorded from students’ programming processes. Such data can be used to draw inferences on the typical errors, and on how students approach fixing them. At the same time, if the lens that is used to analyze such data is used only from one angle, the view is likely to be narrow. In this work, we replicate a previous multi-institutional study by Brown et al. [5]. That study used a large scale programming process data repository to analyze mistakes that novices make while learning programming. In our single institution replication of that study, we use data collected from approximately 800 students. We investigate the frequency, time required to fix, and the development of mistakes through the semester. We contrast our findings from our single institution with the multi-institutional study, and show that whilst the data collection tools and the research methodology are the same, the results can differ solely due to how the course is conducted
    corecore