共查询到20条相似文献,搜索用时 15 毫秒
1.
We address the problem of sorting in the presence of faults that may arbitrarily corrupt memory locations, and investigate the impact of memory faults both on the correctness and on the running times of mergesort-based algorithms. To achieve this goal, we develop a software testbed that simulates different fault injection strategies, and perform a thorough experimental study using a combination of several fault parameters. Our experiments give evidence that simple-minded approaches to this problem are largely impractical, while the design of more sophisticated resilient algorithms seems really worth the effort. Another contribution of our computational study is a carefully engineered implementation of a resilient sorting algorithm, which appears robust to different memory fault patterns. This work has been partially supported by the Sixth Framework Programme of the EU under Contract Number 507613 (Network of Excellence “EuroNGI: Designing and Engineering of the Next Generation Internet”) and by MIUR, the Italian Ministry of Education, University and Research, under Project MAINSTREAM: (“Algorithms for Massive Information Structures and Data Streams”). A preliminary version of this work was presented at the 14th Annual European Symposium on Algorithms (ESA’06). 相似文献
2.
ADRIAN IOINOVICI 《International journal of control》2013,86(6):1603-1615
There has appeared in the past decade a quantitative feedback synthesis for uncertain multiple-input-multiple-output n × nplants, based on Schauder's fixed point theorem. This paper is devoted to the extension of the quantitative feedback theory to uncertain m × nplants P, m > n. Pis imbedded in a feedback system with compensation operators F, G and provision for command inputs r into the system. There is given a set of acceptable plant outputs. F and G are to be designed so that in response to r, the plant outputs y will be inside the assigned performance bounds, despite the uncertainty in P. A synthesis method, with considerable transparency, is presented. Available design freedom is used to minimize the cost of feedback which is in the band widths of the loop transfer functions. The designer can see the trade-offs between the loops, and between their bandwidths and the complexity of G, and may choose to sacrifice one Tor the other. The design technique is best suited for ‘basically non-interacting’ performance specifications, wherein output yj(j = 1,2,..., n) is to be primarily due to the rjwith relatively small-components due to the rk(fc = 1, 2,..., m, k# j). A detailed 3×2 numerical design example is presented. 相似文献
3.
In this paper we describe a deterministic algorithm for solving any 1–1 packet-routing problem on ann ×n mesh in 2n–2 steps using constant-size queues. The time bound is optimal in the worst case. The best previous deterministic algorithm for this problem required time 2n+(n/q) using queues of size (q) for any 1qn, and the best previous randomized algorithm required time 2n+(logn) using constant-size queues.This research was supported by the Clear Center at UTD, DARPA Contracts N00014-91-J-1698 and N00014-92-J-1799, Air Force Contract F49620-92-J-0125, Army Contract DAAL-03-86-K-0171, an NSF Presidential Young Investigator Award with matching funds from AT&T and IBM, and by the Texas Advanced Research Program under Grant No. 3972. A preliminary version of this paper appeared in [5]. 相似文献
4.
In this paper we construct several numerical approximations for first order Hamilton–Jacobi equations on triangular meshes. We show that, thanks to a filtering procedure, the high order versions are non-oscillatory in the sense of satisfying the maximum principle. The methods are based on the first order Lax–Friedrichs scheme [2] which is improved here adjusting the dissipation term. The resulting first order scheme is -monotonic (we explain the expression in the paper) and converges to the viscosity solution as
for the L
-norm. The first high order method is directly inspired by the ENO philosophy in the sense where we use the monotonic Lax–Friedrichs Hamiltonian to reconstruct our numerical solutions. The second high order method combines a spatial high order discretization with the classical high order Runge–Kutta algorithm for the time discretization. Numerical experiments are performed for general Hamiltonians and L
1, L
2 and L
-errors with convergence rates calculated in one and two space dimensions show the k-th order rate when piecewise polynomial of degree k functions are used, measured in L
1-norm. 相似文献
5.
A.?Lemoine "author-information "> "author-information__contact u-icon-before "> "mailto:antoine.lemoine@ipb.fr " title= "antoine.lemoine@ipb.fr " itemprop= "email " data-track= "click " data-track-action= "Email author " data-track-label= " ">Email author J.-P.?Caltagirone M.?Aza?ez S.?Vincent 《Journal of scientific computing》2015,65(1):34-53
This article provides a methodology to perform discrete Helmholtz–Hodge decomposition on three-dimensional polyhedral meshes using structure-preserving schemes: the Compatible Discrete Operator schemes. We propose to extract the decomposition components independently with one equation to solve per component or potential. The key of the method is the choice of a discrete Hodge operator that makes a compromise between convergence rate and computational cost. Numerical experiments are performed to evaluate the convergence rate and the computational cost on various polyhedral meshes, in particular, on the FVCA benchmark meshes. We also investigate some linear solver capabilities to solve our equations. The main contribution of this paper is the application of the CDO schemes to the Hodge decomposition and the required solvers. 相似文献
6.
This paper presents a second-order accurate adaptive Godunov method for two-dimensional (2D) compressible multicomponent flows,
which is an extension of the previous adaptive moving mesh method of Tang et al. (SIAM J. Numer. Anal. 41:487–515, 2003) to unstructured triangular meshes in place of the structured quadrangular meshes. The current algorithm solves the governing
equations of 2D multicomponent flows and the finite-volume approximations of the mesh equations by a fully conservative, second-order
accurate Godunov scheme and a relaxed Jacobi-type iteration, respectively. The geometry-based conservative interpolation is
employed to remap the solutions from the old mesh to the newly resulting mesh, and a simple slope limiter and a new monitor
function are chosen to obtain oscillation-free solutions, and track and resolve both small, local, and large solution gradients
automatically. Several numerical experiments are conducted to demonstrate robustness and efficiency of the proposed method.
They are a quasi-2D Riemann problem, the double-Mach reflection problem, the forward facing step problem, and two shock wave
and bubble interaction problems. 相似文献
7.
Johnny Guzman Alexandre Madureira Marcus Sarkis Shawn Walker 《Journal of scientific computing》2018,77(3):1736-1761
We derive error estimates for the piecewise linear finite element approximation of the Laplace–Beltrami operator on a bounded, orientable, \(C^3\), surface without boundary on general shape regular meshes. As an application, we consider a problem where the domain is split into two regions: one which has relatively high curvature and one that has low curvature. Using a graded mesh we prove error estimates that do not depend on the curvature on the high curvature region. Numerical experiments are provided. 相似文献
8.
给出了一种求解某类n×n矩阵博弈Nash均衡的近似解的算法。通过剖分单纯形,将混合策略空间离散化,利用初始的单纯形根据标号函数和替换规则求出此类矩阵博弈Nash均衡的近似解。并分析了其最优解与近似解的计算误差。 相似文献
9.
David R. Barstow 《Acta Informatica》1980,13(3):225-227
Summary In his paper A Synthesis of Several Sorting Algorithms, John Darlington presents syntheses for six different sorting algorithms, together with a family tree of sorting algorithms, and mentions a symmetry between Quick Sort, Selection Sort, Merge Sort, and Insertion Sort. In our own attempts to codify programming knowledge, we have developed a slightly different family tree which shows similar symmetries, and which also shows that Bubble Sort and Sinking Sort can be viewed as in-place versions of Selection Sort and Insertion Sort, thus adding another symmetry to those noted by Darlington. 相似文献
10.
In Zhang and Shu (J. Comput. Phys. 229:3091–3120, 2010), two of the authors constructed uniformly high order accurate finite volume and discontinuous Galerkin (DG) schemes satisfying a strict maximum principle for scalar conservation laws on rectangular meshes. The technique is generalized to positivity preserving (of density and pressure) high order DG or finite volume schemes for compressible Euler equations in Zhang and Shu (J. Comput. Phys. 229:8918–8934, 2010). The extension of these schemes to triangular meshes is conceptually plausible but highly nontrivial. In this paper, we first introduce a special quadrature rule which is exact for two-variable polynomials over a triangle of a given degree and satisfy a few other conditions, by which we can construct high order maximum principle satisfying finite volume schemes (e.g. essentially non-oscillatory (ENO) or weighted ENO (WENO) schemes) or DG method solving two dimensional scalar conservation laws on triangular meshes. The same method can preserve the maximum principle for DG or finite volume schemes solving two-dimensional incompressible Euler equations in the vorticity stream-function formulation, or any passive convection equation with an incompressible velocity field. We also obtain positivity preserving (for density and pressure) high order DG or finite volume schemes solving compressible Euler equations on triangular meshes. Numerical tests for the third order Runge-Kutta DG (RKDG) method on unstructured meshes are reported. 相似文献
11.
12.
13.
《国际计算机数学杂志》2012,89(5):906-911
In a wireless communication network, the channel assignment problem addresses the correct assignment of a frequency to each transmitter in the network. To avoid interference between two nearby transmitters, the assigned frequencies must satisfy certain conditions related to the distance between transmitters. We can use only a limited number of channels; hence, we have to minimize the range of frequencies used. The distance labelling of a graph is a mathematical model of the channel assignment problem derived from the work of Hale [Frequency assignment: Theory and application, Proc. IEEE 68 (1980), pp. 1497–1514]. Lam et al. [L(j, k)-labelings for the products of complete graphs, J. Comb. Optim. 14 (2007), pp. 219–227] addressed distance two labelling for the direct product K n ×K m of complete graphs K n and K m . In this paper, we solve the distance three labelling problem for K n ×K 2. 相似文献
14.
本文通过对 G.Cohen 给出的 n×m 的加工系统 Z 域模型加以改进,即选择工件的输入时间和输出时间分别作输入变量和输出变量,利用矩阵与事件图的关系,研究闭环系统反馈对系统矩阵的影响,并由此给出一个保证闭环系统具有最小特征值前提下选择最少托盘数量的优化算法,即托盘的优化调度算法. 相似文献
15.
《Information Processing Letters》1986,23(5):221-226
A parallel O(log n) algorithm for the drawing of algebraic curves in the digital plane is described. The algorithm contains a systolic subroutine and is implemented in a parallel computer structure called pyramid cellular automaton (PCA). The constructibility of conics and especially of circles (Sakoda's (1981) circle problem) in O(log n) time follows as a special case. 相似文献
16.
Given a multi-leveled image of size n × n, stored in a reconfigurable mesh computer of the same size one point per processing element (PE). In this paper, we propose
a parallel algorithm for structural characterization of all the components of the image. The algorithm is based on the representation
of component contour by straight line segments to reduce the volume of data processing. The resulted contours are simultaneously
processed using the contour running approach. The pertinent data obtained after the component characterization are used in
the filtering application and to develop an algorithm for the convex hull search for all the image components. Our algorithm
is assigned to be implemented on a reconfigurable mesh computer and is of θ(1) time complexity. 相似文献
17.
Ricardo Costa Stéphane Clain Gaspar J. Machado Raphaël Loubère 《Journal of scientific computing》2017,71(3):1375-1411
We propose a sixth-order staggered finite volume scheme based on polynomial reconstructions to achieve high accurate numerical solutions for the incompressible Navier–Stokes and Euler equations. The scheme is equipped with a fixed-point algorithm with solution relaxation to speed-up the convergence and reduce the computation time. Numerical tests are provided to assess the effectiveness of the method to achieve up to sixth-order convergence rates. Simulations for the benchmark lid-driven cavity problem are also provided to highlight the benefit of the proposed high-order scheme. 相似文献
18.
本刊讯1月24日,英特尔公司推出其下一代Wireless-N网络连接。英特尔Wireless-N网络连接基于802.11n Wi-Fi规范草案,这款网络连接可为用户提供最多五倍的性能,并将无线覆盖范围扩大到原来的两倍,同时与现有的基于802.11n草案标准的产品相比,能够额外多提供一个小时的笔记本电脑续航时间。Wireless-N产品能够减少家庭中的“盲点”;为用户带来逼真的高清晰(HD)娱乐体验(如高清晰视频流电影);提升电池使用寿命,并可与现有802.11a/b/g接入点相兼容。当与采用英特尔迅驰双核移动计算技术,并运行Wireless-N的系统结合使用时,英特尔酷睿2双核处… 相似文献
19.
20.
Nguen Tkhi Min Vu G. S. Plesnevich 《Journal of Computer and Systems Sciences International》2016,55(6):912-923
This paper introduces Allen’s extended interval logic whose sentences are Boolean combinations of sentences of Allen’s interval logic with metric constraints on time points. For this extended logic, a deduction method based on analytic tableaux is defined. This method is used for answering queries on ontologies specified in Allen’s extended interval logic. An example illustrating the applicability of this extended logic to the problem of workflow specification is presented. 相似文献