中文
相关论文

相关论文: A Tracer Driver for Versatile Dynamic Analyses of …

200 篇论文

Despite their success and widespread adoption, the opaque nature of deep neural networks (DNNs) continues to hinder trust, especially in critical applications. Current interpretability solutions often yield inconsistent or oversimplified…

机器学习 · 计算机科学 2024-10-10 Alec F. Diallo , Vaishak Belle , Paul Patras

A major part of debugging, testing, and analyzing a complex software system is understanding what is happening within the system at run-time. Some developers advocate running within a debugger to better understand the system at this level.…

软件工程 · 计算机科学 2007-05-23 Joseph R. Kiniry

Execution of concurrent programs implies frequent switching between different thread contexts. This property perplexes analyzing and reasoning about concurrent programs. Trace simplification is a technique that aims at alleviating this…

软件工程 · 计算机科学 2014-05-20 Mohamed A. El-Zawawy , Mohammad N. Alanazi

This paper presents a new tool to perform various steps in jet tagger development in an efficient and comprehensive way. A common data structure is used for training, as well as for performance evaluation in data. The introduction of this…

高能物理 - 实验 · 物理学 2023-07-11 Annika Stein

Constraint programming is a family of techniques for solving combinatorial problems, where the problem is modelled as a set of decision variables (typically with finite domains) and a set of constraints that express relations among the…

人工智能 · 计算机科学 2016-05-31 James Caldwell , Ian P. Gent , Peter Nightingale

A gradual type system allows developers to declare certain types to be enforced by the compiler (i.e., statically typed), while leaving other types to be enforced via runtime checks (i.e., dynamically typed). When runtime checks fail,…

编程语言 · 计算机科学 2025-03-03 Felipe Bañados Schwerter , Ronald Garcia , Reid Holmes , Karim Ali

Software Defined Networking (SDN) has become a new paradigm in computer networking, introducing a decoupled architecture that separates the network into the data plane and the control plane. The control plane acts as the centralized brain,…

形式语言与自动机理论 · 计算机科学 2024-11-01 Georgiana Caltais , Mahboobeh Zangiabady , Ervin Zvirbulis

Background. Coping with the rapid growing complexity in contemporary software architecture, tracing has become an increasingly critical practice and been adopted widely by software engineers. By adopting tracing tools, practitioners are…

软件工程 · 计算机科学 2023-06-26 Andrea Janes , Xiaozhou Li , Valentina Lenarduzzi

An MPC controller uses a model of the dynamical system to plan an optimal control strategy for a finite horizon, which makes its performance intrinsically tied to the quality of the model. When faults occur, the compromised model will…

系统与控制 · 电气工程与系统科学 2026-03-31 David Laranjinho , Daniel Silvestre

Constraint programming can definitely be seen as a model-driven paradigm. The users write programs for modeling problems. These programs are mapped to executable models to calculate the solutions. This paper focuses on efficient model…

人工智能 · 计算机科学 2010-02-16 Raphael Chenouard , Laurent Granvilliers , Ricardo Soto

Real-time embedded systems require precise timing and fault detection to ensure correct behavior. Traditional tracing tools often rely on local desktops with limited processing and storage capabilities, which hampers large-scale analysis.…

分布式、并行与集群计算 · 计算机科学 2025-07-29 David Jannis Schmidt , Grigory Fridman , Florian von Zabiensky

Trace slicing is a widely used technique for execution trace analysis that is effectively used in program debugging, analysis and comprehension. In this paper, we present a backward trace slicing technique that can be used for the analysis…

计算机科学中的逻辑 · 计算机科学 2011-06-07 María Alpuente , Demis Ballis , Javier Espert , Daniel Romero

In this paper, we introduce a set of tools for providing user-friendly explanations in an explanation-based constraint programming system. The idea is to represent the constraints of a problem as an hierarchy (a tree). Users are then…

编程语言 · 计算机科学 2007-05-23 Narendra Jussien , Samir Ouis

Analysis of execution traces plays a fundamental role in many program analysis approaches, such as runtime verification, testing, monitoring, and specification mining. Execution traces are frequently parametric, i.e., they contain events…

编程语言 · 计算机科学 2015-07-01 Grigore Rosu , Feng Chen

As computer systems grow ever larger and more complex, a crucial task in software development is for one person (the system expert) to communicate to another (the system novice) how a certain program works. This paper reports on the…

软件工程 · 计算机科学 2025-10-13 Matthew Sotoudeh

In this work, we propose an event-triggered con- trol framework for dynamical systems with temporal logical constraints. Event-triggered control methodologies have proven to be very efficient in reducing sensing, communication and…

机器人学 · 计算机科学 2018-02-28 Dipankar Maity , John S. Baras

In this report, we show how to use the Simple Fluent Calculus (SFC) to specify generic tracers, i.e. tracers which produce a generic trace. A generic trace is a trace which can be produced by different implementations of a software…

编程语言 · 计算机科学 2010-01-14 Pierre Deransart , Rafael Oliveira

Modern research heavily relies on software. A significant challenge researchers face is understanding the complex software used in specific research fields. We target two scenarios in this context, namely long onboarding times for newcomers…

软件工程 · 计算机科学 2026-04-14 Adrian Bajraktari , Andreas Vogelsang

This paper suggests an approach to the development of software testing and debugging automation tools based on precise program behavior models. The program behavior model is defined as a set of events (event trace) with two basic binary…

软件工程 · 计算机科学 2007-05-23 Mikhail Auguston

Verifying hyperproperties at runtime is a challenging problem as hyperproperties, such as non-interference and observational determinism, relate multiple computation traces with each other. It is necessary to store previously seen traces,…

计算机科学中的逻辑 · 计算机科学 2019-06-03 Christopher Hahn , Marvin Stenger , Leander Tentrup