Sciweavers

4693 search results - page 409 / 939
» Verifying Hybrid Systems
Sort
View
TABLETOP
2007
IEEE
16 years 1 months ago
Photohelix: Browsing, Sorting and Sharing Digital Photo Collections
In this paper we debut Photohelix, a novel interactive system for browsing, sorting and sharing digital images. We present our design rationale for such a system and introduce Pho...
Otmar Hilliges, Dominikus Baur, Andreas Butz
174
Voted
DATE
2006
IEEE
117views Hardware» more  DATE 2006»
16 years 27 days ago
Formal verification of systemc designs using a petri-net based representation
This paper presents an effective approach to formally verify SystemC designs. The approach translates SystemC models into a Petri-Net based representation. The Petri-net model is ...
Daniel Karlsson, Petru Eles, Zebo Peng
162
Voted
CDC
2009
IEEE
128views Control Systems» more  CDC 2009»
15 years 11 months ago
Iterative solutions to matrix equations of form
— To solve systems of linear matrix equations A1XB1 = F1 and A2XB2 = F2, we present iterative algorithms to get the solutions. For any initial value, we prove that the iterative ...
Jie Ding, Yanjun Liu, Feng Ding
BPM
2000
Springer
133views Business» more  BPM 2000»
15 years 10 months ago
Workflow Verification: Finding Control-Flow Errors Using Petri-Net-Based Techniques
Workflow management systems facilitate the everyday operation of business processes by taking care of the logistic control of work. In contrast to traditional information systems, ...
Wil M. P. van der Aalst
CC
2008
Springer
111views System Software» more  CC 2008»
15 years 8 months ago
Java Bytecode Verification for @NonNull Types
Java's annotation mechanism allows us to extend its type system with non-null types. However, checking such types cannot be done using the existing bytecode verification algor...
Chris Male, David J. Pearce, Alex Potanin, Constan...