Sciweavers

1991 search results - page 92 / 399
» Using a Coding Standard to Improve Program Quality
Sort
View
PCM
2005
Springer
142views Multimedia» more  PCM 2005»
15 years 3 months ago
Texture Coordinate Compression for 3-D Mesh Models Using Texture Image Rearrangement
Previous works related to texture coordinate coding of the three-dimensional(3-D) mesh models employed the same predictor as the geometry coder. However, discontinuities in the tex...
Sung-Yeol Kim, Young-Suk Yoon, Seung Man Kim, Kwan...
PLDI
1995
ACM
15 years 1 months ago
Storage Assignment to Decrease Code Size
DSP architectures typically provide indirect addressing modes with auto-increment and decrement. In addition, indexing mode is not available, and there are usually few, if any, ge...
Stan Y. Liao, Srinivas Devadas, Kurt Keutzer, Stev...
QOSA
2010
Springer
15 years 1 months ago
Evaluating Maintainability with Code Metrics for Model-to-Model Transformations
Using model-to-model transformations to generate analysis models or code from architecture models is sought to promote compliance and reuse of components. The maintainability of tr...
Lucia Kapová, Thomas Goldschmidt, Steffen B...
EMSOFT
2004
Springer
15 years 3 months ago
Towards direct execution of esterel programs on reactive processors
Esterel is a system-level language for the modelling, verification and synthesis of control dominated (reactive) embedded systems. Existing Esterel compilers generate intermediat...
Partha S. Roop, Zoran A. Salcic, M. W. Sajeewa Day...
PEPM
2010
ACM
15 years 6 months ago
Optimizing generics is easy!
Datatype-generic programming increases program reliability by reducing code duplication and enhancing reusability and modularity. Several generic programming libraries for Haskell...
José Pedro Magalhães, Stefan Holderm...