中文
相关论文

相关论文: Support pour la reconfiguration d'implantation dan…

200 篇论文

Interfaces are widely used as central design elements of Java applications. Although interfaces are abstract types similar to abstract classes, the usage of interfaces in Java applications may considerably differ from the usage of abstract…

软件工程 · 计算机科学 2014-08-01 Hani Abdeen , Osama Shata

Ai4EComponentLib.jl(Ai4EComponentLib) is a component-base model library based on Julia language, which relies on the differential equation solver DifferentialEquations.jl and the symbolic modeling tool Modelingtoolkit.jl. To handle problems…

软件工程 · 计算机科学 2022-08-25 Yuebao Yang , Jingyi Yang , Mingtao Li

We present Trixi.jl, a Julia package for adaptive high-order numerical simulations of hyperbolic partial differential equations. Utilizing Julia's strengths, Trixi.jl is extensible, easy to use, and fast. We describe the main design choices…

We present a Julia package, DisjunctiveProgramming.jl, that extends the functionality in JuMP.jl to allow modeling problems via logical propositions and disjunctive constraints. Such models can then be reformulated into Mixed-Integer…

计算机科学中的逻辑 · 计算机科学 2023-04-21 Hector D. Perez , Shivank Joshi , Ignacio E. Grossmann

This paper describes a new modelling language for the effective design of Java annotations. Since their inclusion in the 5th edition of Java, annotations have grown from a useful tool for the addition of meta-data to play a central role in…

编程语言 · 计算机科学 2019-10-02 Irene Córdoba , Juan de Lara

An extensible, component-based framework has been developed at Fermilab to promote software reuse and provide a common platform for developing a family of test and data analysis systems. The framework allows for configuring applications…

仪器与探测器 · 物理学 2007-05-23 J. M. Nogiec , K. Trombly-Freytag , D. Walbridge , E. Desavouret

This paper proposes integrating Aspect-oriented Programming (AOP) into Julia, a language widely used in scientific and High-Performance Computing (HPC). AOP enhances software modularity by encapsulating cross-cutting concerns, such as…

编程语言 · 计算机科学 2024-12-30 Osamu Ishimura , Yoshihide Yoshimoto

In this paper we focus on exploiting a specification and the structures that satisfy it, to obtain a means of comparing implemented and expected behaviours and find the origin of faults in implementations. We present an approach to the…

软件工程 · 计算机科学 2013-03-06 Isabel Nunes , Filipe Luís

Today, component oriented middlewares are used to design, develop and deploy easily distributed applications, by ensuring the heterogeneity, interoperability, and reuse of the software modules, and the separation between the business code…

网络与互联网体系结构 · 计算机科学 2007-05-23 Assia Hachichi , Cyril Martin , Gael Thomas , Simon Patarin , Bertil Folliot

The julia package integrates the Julia programming language into Stata. Users can transfer data between Stata and Julia, issue Julia commands to analyze and plot, and pass results back to Stata. Julia's econometric ecosystem is not as…

计量经济学 · 经济学 2025-05-05 David Roodman

In this article, we propose an interval constraint programming method for globally solving catalog-based categorical optimization problems. It supports catalogs of arbitrary size and properties of arbitrary dimension, and does not require…

最优化与控制 · 数学 2024-01-23 Charlie Vanaret

Graph theory provides a convenient framework for modeling and solving structured optimization problems. Under this framework, the modeler can arrange/assemble the components of an optimization model (variables, constraints, objective…

最优化与控制 · 数学 2026-05-11 David L Cole , Sungho Shin , Victor Zavala

To date, cloud applications have used datacenter resources through manual configuration and deployment of virtual machines and containers. Current trends see increasing use of microservices, where larger applications are split into many…

分布式、并行与集群计算 · 计算机科学 2019-02-27 Masoud Koleini , Carlos Oviedo , Derek McAuley , Charalampos Rotsos , Anil Madhavapeddy , Thomas Gazagnaire , Magnus Skejgstad , Richard Mortier

A system configuration may be modified at runtime to adapt the system to changes in its environment or for fine-tuning. For instance, a system administrator may change a few entities/attributes in the configuration to improve error recovery…

分布式、并行与集群计算 · 计算机科学 2022-08-31 Azadeh Jahanbanifar , Ferhat Khendek , Maria Toeroe

We describe how to use refactoring tools to transform a Java program conforming to the Composite design pattern into a program conforming to the Visitor design pattern with the same external behavior. We also describe the inverse…

软件工程 · 计算机科学 2013-07-02 Akram Ajouli , Julien Cohen

The wide variety of wireless devices brings to design mobile applications as a collection of interchangeable software components adapted to the deployment environment of the software. To ensure the proper functioning of the software…

软件工程 · 计算机科学 2012-05-22 Kouninef Belkacem , Bouzerita Mohamed

Software reliability is an important quality attrib-ute, often evaluated as either a function of time or of system structures. The goal of this study is to have this metric cover both for component-based software, be-cause its reliability…

软件工程 · 计算机科学 2007-05-23 Wen-Li Wang , Mei-Huei Tang

While developing their software, professional object-oriented (OO) software developers keep in their minds an image of the subtyping relation between types in their software. The goal of this paper is to present an observation about the…

编程语言 · 计算机科学 2018-01-01 Moez A. AbdelGawad

This paper introduces the TulipaProfileFitting.jl package, a tool developed in Julia for generating renewable energy profiles that fit a specified capacity factor. It addresses the limitations of naive methods in adjusting existing profiles…

最优化与控制 · 数学 2024-08-28 Diego A. Tejada-Arango , Germán Morales-España , Abel S. Siqueira , Özge Özdemir

Decisions on which classes to refactor are fraught with difficulty. The problem of identifying candidate classes becomes acute when confronted with large systems comprising hundreds or thousands of classes. In this paper, we describe a…

软件工程 · 计算机科学 2007-05-23 Richard Wheeldon , Steve Counsell