Sciweavers

1220 search results - page 2 / 244
» Dependent classes
Sort
View
EUSFLAT
2001
13 years 6 months ago
The similarity of a class of adaptive fuzzy controllers and a time dependent single rule controller of Takagi-Sugeno model
This paper presents the similarity of a class of adaptive fuzzy controllers and a time dependent single rule controller of TakagiSugeno (TS) model. The class of adaptive fuzzy con...
Mohammad Rohmanuddin
SOFTVIS
2010
ACM
13 years 5 months ago
ImpactViz: visualizing class dependencies and the impact of changes in software revisions
Object oriented software development is designed to be modular, with code reuse being very common. When bugs are introduced, they can manifest themselves in one or more sections o...
Matthew Follett, Orland Hoeber
ISAS
2004
Springer
13 years 10 months ago
A Modular Approach for Model-Based Dependability Evaluation of a Class of Systems
Analytical and simulative modeling for dependability and performance evaluation has been proven to be a useful and versatile approach in all the phases of the system life cycle. I...
Stefano Porcarelli, Felicita Di Giandomenico, Paol...
CADE
2006
Springer
14 years 5 months ago
On Keys and Functional Dependencies as First-Class Citizens in Description Logics
We investigate whether identification constraints such as keys and functional dependencies can be granted full status as a concept constructor in a Boolean-complete description log...
David Toman, Grant E. Weddell
ESOP
2000
Springer
13 years 8 months ago
Type Classes with Functional Dependencies
Abstract. Type classes in Haskell allow programmers to define functions that can be used on a set of different types, with a potentially different implementation in each case. For ...
Mark P. Jones