咨询与建议

限定检索结果

文献类型

  • 10 篇 期刊文献
  • 10 篇 会议

馆藏范围

  • 20 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 20 篇 工学
    • 19 篇 计算机科学与技术...
    • 8 篇 软件工程
    • 7 篇 信息与通信工程
    • 5 篇 控制科学与工程
    • 2 篇 电气工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 建筑学
  • 5 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 2 篇 图书情报与档案管...
  • 3 篇 理学
    • 3 篇 数学

主题

  • 20 篇 concurrent algor...
  • 8 篇 mutual exclusion
  • 6 篇 synchronization
  • 4 篇 fault tolerance
  • 3 篇 non-volatile mai...
  • 3 篇 shared memory
  • 3 篇 multi-core algor...
  • 3 篇 recoverable algo...
  • 2 篇 behavioural theo...
  • 2 篇 abstract state m...
  • 2 篇 asynchronous sys...
  • 2 篇 heuristic search
  • 2 篇 leader election
  • 2 篇 implicit and/or ...
  • 2 篇 local memory
  • 1 篇 image fusion
  • 1 篇 generalized nets
  • 1 篇 parallel algorit...
  • 1 篇 discrete element...
  • 1 篇 granular propert...

机构

  • 4 篇 dartmouth coll h...
  • 2 篇 univ aix marseil...
  • 2 篇 interdisciplinar...
  • 2 篇 univ rennes iris...
  • 2 篇 mit cambridge ma...
  • 2 篇 zhejiang univ ui...
  • 1 篇 department of co...
  • 1 篇 aix marseille un...
  • 1 篇 interdisciplinar...
  • 1 篇 hong kong polyte...
  • 1 篇 faculty of appli...
  • 1 篇 state key labora...
  • 1 篇 state key labora...
  • 1 篇 department of co...
  • 1 篇 univ pisa dipart...
  • 1 篇 natl inst teleco...
  • 1 篇 polytech univ de...
  • 1 篇 facebook ny 1000...
  • 1 篇 univ oxford dept...
  • 1 篇 univ toulon & va...

作者

  • 5 篇 jayanti prasad
  • 3 篇 taubenfeld gadi
  • 3 篇 imbs damien
  • 3 篇 raynal michel
  • 3 篇 godard emmanuel
  • 3 篇 joshi anup
  • 2 篇 帅典勋
  • 2 篇 schewe klaus-die...
  • 2 篇 jayanti siddhart...
  • 1 篇 piet stroeven
  • 1 篇 kung h.t.
  • 1 篇 michael maged m.
  • 1 篇 lehman philip l.
  • 1 篇 borger egon
  • 1 篇 huan he
  • 1 篇 liu zhiyu
  • 1 篇 gonzalez senen
  • 1 篇 ferrarotti flavi...
  • 1 篇 stefan hadjitodo...
  • 1 篇 lopes estevan m.

语言

  • 19 篇 英文
  • 1 篇 德文
检索条件"主题词=concurrent algorithm"
20 条 记 录,以下是11-20 订阅
排序:
Asynchronous Heterogeneous Mechanism for Hyper-Distributed Hyper-Parallel Al Processing
收藏 引用
Journal of Computer Science & Technology 1999年 第3期14卷 234-241页
作者: 帅典勋 Department of Computer Science East-China University of Science and Technology Shanghai P.R. China State Key Laboratory of Intelligence and System Tsinghua University Beijing P.R. China
This paper proposes an asynchronous heterogeneous propagation approach of concurrent competitive waves for hyper-distributed hyper-parallel heuris tic problem-solving. This approach is much more powerful than the sync... 详细信息
来源: 评论
Anonymous Read/Write Memory: Leader Election and De-anonymization  26th
Anonymous Read/Write Memory: Leader Election and De-anonymiz...
收藏 引用
26th International Colloquium on Structural Information and Communication Complexity (SIROCCO)
作者: Godard, Emmanuel Imbs, Damien Raynal, Michel Taubenfeld, Gadi Univ Aix Marseille LIS Marseille France Univ Rennes IRISA Rennes France Polytech Univ Dept Comp Kowloon Hong Kong Peoples R China Interdisciplinary Ctr IL-46150 Herzliyya Israel
Anonymity has mostly been studied in the context where processes have no identity. A new notion of anonymity was recently introduced at PODC 2017, namely, this notion considers that the processes have distinct identit... 详细信息
来源: 评论
Abortable Reader-Writer Locks Are No More Complex Than Abortable Mutex Locks
Abortable Reader-Writer Locks Are No More Complex Than Abort...
收藏 引用
26th International Symposium on Distributed Computing (DISC)
作者: Jayanti, Prasad Liu, Zhiyu Dartmouth Coll Dept Comp Sci Hanover NH 03755 USA
When a process attempts to acquire a mutex lock, it may be forced to wait if another process currently holds the lock. In certain applications, such as real-time operating systems and databases, indefinite waiting can... 详细信息
来源: 评论
Mutex-Based De-anonymization of an Anonymous Read/Write Memory  7th
Mutex-Based De-anonymization of an Anonymous Read/Write Memo...
收藏 引用
7th International Conference on Networked Systems (NETYS)
作者: Godard, Emmanuel Imbs, Damien Raynal, Michel Taubenfeld, Gadi Univ Aix Marseille LIS Marseille France Univ Rennes IRISA Rennes France Polytechn Univ Hung Hom Dept Comp Hong Kong Peoples R China Interdisciplinary Ctr IL-46150 Herzliyya Israel
Anonymous shared memory is a memory in which processes use different names for the same shared read/write register. As an example, a shared register named A by a process p and a shared register named B by another proc... 详细信息
来源: 评论
Towards an Ideal Queue Lock  20
Towards an Ideal Queue Lock
收藏 引用
21st International Conference on Distributed Computing and Networking (ICDCN)
作者: Jayanti, Prasad Jayanti, Siddhartha Jayanti, Sucharita Dartmouth Coll Hanover NH 03755 USA MIT Cambridge MA 02139 USA
The MCS lock was the first mutual exclusion lock to support an arbitrary number of processes with unknown identities such that each process can acquire and release the lock in a constant number of RMRs on both Cache-C... 详细信息
来源: 评论
Recoverable Mutual Exclusion with Abortability  7th
Recoverable Mutual Exclusion with Abortability
收藏 引用
7th International Conference on Networked Systems (NETYS)
作者: Jayanti, Prasad Joshi, Anup Dartmouth Coll Hanover NH 03755 USA
In light of recent advances in non-volatile main memory technology, there has been a flurry of research in designing algorithms that are resilient to process crashes. As a result of main memory non-volatility, a proce... 详细信息
来源: 评论
A Recoverable Mutex algorithm with Sub-logarithmic RMR on Both CC and DSM  19
A Recoverable Mutex Algorithm with Sub-logarithmic RMR on Bo...
收藏 引用
38th ACM Symposium on Principles of Distributed Computing (PODC)
作者: Jayanti, Prasad Jayanti, Siddhartha Joshi, Anup Dartmouth Coll Hanover NH 03755 USA MIT Cambridge MA 02139 USA
In light of recent advances in non-volatilemain memory technology, Golab and Ramaraju reformulated the traditional mutex problem into the novel Recoverable Mutual Exclusion (RME) problem. In the best known solution fo... 详细信息
来源: 评论
From Bezout's Identity to Space-Optimal Election in Anonymous Memory Systems  20
From Bezout's Identity to Space-Optimal Election in Anonymou...
收藏 引用
39th Symposium on Principles of Distributed Computing
作者: Godard, Emmanuel Imbs, Damien Raynal, Michel Taubenfeld, Gadi Aix Marseille Univ LIS Marseille France CNRS Marseille France Univ Toulon & Var Marseille France Univ Rennes CNRS INRIA Rennes France Hong Kong Polytech Univ Hong Kong Peoples R China Interdisciplinary Ctr Herzliyya Israel
An anonymous shared memory REG can be seen as an array of atomic registers such that there is no a priori agreement among the processes on the names of the registers. As an example a very same physical register can be... 详细信息
来源: 评论
Brief Announcement: Hazard Pointer Protection of Structures with Immutable Links  20
Brief Announcement: Hazard Pointer Protection of Structures ...
收藏 引用
39th Symposium on Principles of Distributed Computing
作者: Michael, Maged M. Facebook New York NY 10003 USA
The hazard pointer method [4] for safe reclamation is capable of protecting individual dynamic objects, including individual nodes of linked structures. However, on its own, it does not protect the descendants of prot... 详细信息
来源: 评论
BSP abstract state machines capture bulk synchronous parallel computations
收藏 引用
SCIENCE OF COMPUTER PROGRAMMING 2019年 184卷 102319-000页
作者: Ferrarotti, Flavio Gonzalez, Senen Schewe, Klaus-Dieter Software Competence Ctr Hagenberg Hagenberg Austria P&T Connected Hagenberg Austria Zhejiang Univ UIUC Inst Haining Peoples R China
The bulk synchronous parallel (BSP) bridging model is a model for concurrent computations with alternating computation and communication phases between programs running on different processors. In a computation phase ... 详细信息
来源: 评论