2 resultados para order-disorder phenomena
em CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal
Resumo:
Four dispersion methods were used for the preparation of vapour grown carbon nanofibre (VGCNF)/epoxy composites. It is shown that each method induces certain levels of VGCNF dispersion and distribution within the matrix, and that these have a strong influence on the composite electrical properties. A homogenous VGCNF dispersion does not necessarily imply higher electrical conductivity. In fact, it is concluded that the presence of well distributed clusters, rather than a fine dispersion, is more important for achieving larger conductivities for a given VGCNF concentration. It is also found that the conductivity can be described by a weak disorder regime.
Resumo:
Program slicing is a well known family of techniques intended to identify and isolate code fragments which depend on, or are depended upon, specific program entities. This is particularly useful in the areas of reverse engineering, program understanding, testing and software maintenance. Most slicing methods, and corresponding tools, target either the imperative or the object oriented paradigms, where program slices are computed with respect to a variable or a program statement. Taking a complementary point of view, this paper focuses on the slicing of higher-order functional programs under a lazy evaluation strategy. A prototype of a Haskell slicer, built as proof-of-concept for these ideas, is also introduced