咨询与建议

限定检索结果

文献类型

  • 236 篇 期刊文献
  • 147 篇 会议
  • 11 篇 学位论文
  • 2 册 图书

馆藏范围

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

日期分布

学科分类号

  • 352 篇 工学
    • 303 篇 计算机科学与技术...
    • 170 篇 软件工程
    • 90 篇 电气工程
    • 14 篇 控制科学与工程
    • 13 篇 信息与通信工程
    • 4 篇 电子科学与技术(可...
    • 3 篇 材料科学与工程(可...
    • 2 篇 机械工程
    • 2 篇 仪器科学与技术
    • 1 篇 核科学与技术
    • 1 篇 生物医学工程(可授...
  • 26 篇 理学
    • 21 篇 数学
    • 5 篇 物理学
    • 1 篇 化学
  • 13 篇 管理学
    • 12 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...
  • 11 篇 教育学
    • 11 篇 教育学
  • 3 篇 医学
    • 2 篇 临床医学
    • 1 篇 基础医学(可授医学...

主题

  • 396 篇 concurrent progr...
  • 26 篇 parallel program...
  • 23 篇 synchronization
  • 19 篇 transactional me...
  • 16 篇 distributed prog...
  • 14 篇 parallel process...
  • 11 篇 threads
  • 11 篇 verification
  • 10 篇 java
  • 10 篇 semantics
  • 9 篇 message passing
  • 9 篇 petri nets
  • 9 篇 functional progr...
  • 9 篇 programming lang...
  • 8 篇 reliability
  • 8 篇 software transac...
  • 7 篇 performance
  • 7 篇 actors
  • 7 篇 mutual exclusion
  • 7 篇 distributed syst...

机构

  • 6 篇 purdue univ dept...
  • 5 篇 digital equipmen...
  • 5 篇 univ calif davis...
  • 4 篇 univ calif santa...
  • 3 篇 microsoft corp r...
  • 3 篇 george mason uni...
  • 3 篇 univ cambridge c...
  • 3 篇 ecole polytech f...
  • 3 篇 tula state univ ...
  • 3 篇 kth royal inst t...
  • 2 篇 swiss fed inst t...
  • 2 篇 salzburg univ de...
  • 2 篇 georgia inst tec...
  • 2 篇 univ glasgow dep...
  • 2 篇 univ fed pelotas...
  • 2 篇 hebei univ sci &...
  • 2 篇 virtuslab smolen...
  • 2 篇 univ lisbon ines...
  • 2 篇 univ porto fac s...
  • 2 篇 inst super tecn ...

作者

  • 8 篇 lamport l
  • 7 篇 olsson ra
  • 5 篇 gehani nh
  • 5 篇 haller philipp
  • 5 篇 jagannathan sure...
  • 4 篇 ricci alessandro
  • 4 篇 nanz sebastian
  • 4 篇 silva josep
  • 4 篇 ziarek lukasz
  • 4 篇 meyer bertrand
  • 4 篇 tamarit salvador
  • 4 篇 hansen pb
  • 3 篇 oliver j.
  • 3 篇 abadi m
  • 3 篇 silva j.
  • 3 篇 ivutin alexey n.
  • 3 篇 llorens marisa
  • 3 篇 raynal michel
  • 3 篇 morandi benjamin
  • 3 篇 troshina anna g.

语言

  • 363 篇 英文
  • 30 篇 其他
  • 2 篇 中文
  • 1 篇 西班牙文
检索条件"主题词=Concurrent Programming"
396 条 记 录,以下是271-280 订阅
排序:
Prototyping a Concurrency Model
Prototyping a Concurrency Model
收藏 引用
13th International Conference on Application of Concurrency to System Design (ACSD)
作者: Morandi, Benjamin Schill, Mischael Nanz, Sebastian Meyer, Bertrand Swiss Fed Inst Technol Chair Software Engn Zurich Switzerland
Many novel programming models for concurrency have been proposed in the wake of the multicore computing paradigm shift. They aim to raise the level of abstraction for expressing concurrency and synchronization in a pr... 详细信息
来源: 评论
On Using Ada to Solve Problems in Computational Economics and Related Disciplines with concurrent, Multiagent Algorithms  09
On Using Ada to Solve Problems in Computational Economics an...
收藏 引用
ACM International Conference on Ada and Related Technologies
作者: Barkstrom, Bruce R. self Asheville NC USA
Multiagent algorithms are widely used in computational economics and other social sciences to solve theoretical and practical problems. Because such algorithms are inherently concurrent and multithreaded, Ada's co... 详细信息
来源: 评论
STRAB: State Recovery using Reverse Execution at IR Level for concurrent Programs  21
STRAB: State Recovery using Reverse Execution at IR Level fo...
收藏 引用
36th Annual ACM Symposium on Applied Computing (SAC)
作者: Hoshino, Shinji Arahori, Yoshitaka Gondow, Katsuhiko Tokyo Inst Technol Tokyo Japan
Debugging failures of deployed concurrent software is important for quality assurance. However, such failures are difficult to debug because their behavior is non-deterministic and limited information can be obtained ... 详细信息
来源: 评论
A Graph Transformation System formalism for correctness of Transactional Memory algorithms  21
A Graph Transformation System formalism for correctness of T...
收藏 引用
25th Brazilian Symposium on programming Languages (SBLP)
作者: Cardoso, Diogo J. Foss, Luciana Du Bois, Andre R. Univ Fed Pelotas Programa Posgrad Comp Pelotas RS Brazil
With the constant research and development of Transactional Memory (TM) systems, various algorithms have been proposed, and their correctness is always an important aspect to take into account. When analyzing TM algor... 详细信息
来源: 评论
Transactions on Mergeable Objects  13th
Transactions on Mergeable Objects
收藏 引用
13th Asian Symposium on programming Languages and Systems (APLAS)
作者: Akkoorath, Deepthi Devaki Bieniusa, Annette Univ Kaiserslautern D-67663 Kaiserslautern Germany
Destructible updates on shared objects require careful handling of concurrent accesses in multi-threaded programs. Paradigms such as Transactional Memory support the programmer in correctly synchronizing access to mut... 详细信息
来源: 评论
Semantic Petri-Markov Nets for Automotive Algorithms Transformations  28
Semantic Petri-Markov Nets for Automotive Algorithms Transfo...
收藏 引用
28th International Conference on Radioelektronika (RADIOELEKTRONIKA)
作者: Ivutin, Alexey N. Troshina, Anna G. Tula State Univ Dept Comp Technol Tula Russia
The approach of automatic algorithms transformation into concurrent form is proposed. One is based on mathematical apparatus of stochastic Petri nets with additional semantic relations (semantic Petri-Markov nets). Th... 详细信息
来源: 评论
Design Efficient Schemes of Applied Algorithms Parallelization Based on Semantic Petri-Markov Net  27
Design Efficient Schemes of Applied Algorithms Parallelizati...
收藏 引用
27th International Conference on Radioelektronika (RADIOELEKTRONIKA)
作者: Ivutin, Alexey N. Troshina, Anna G. Kotov, Vladislav V. Tula State Univ Dept Comp Technol Tula Russia Tula State Univ Dept Robot & Ind Mechanizat Tula Russia
The article discusses the possibility of the use of mathematical apparatus of semantic Petri-Markov nets for simulation and evaluation of parallel algorithms for computing the orthogonal transformation algorithms base... 详细信息
来源: 评论
Forkfuzz: Leveraging the Fork-Awareness in Coverage-Guided Fuzzing
Forkfuzz: Leveraging the Fork-Awareness in Coverage-Guided F...
收藏 引用
28th European Symposium on Research in Computer Security (ESORICS)
作者: Maugeri, Marcello Daniele, Cristian Bella, Giampaolo Univ Catania Catania Italy Radboud Univ Nijmegen Nijmegen Netherlands
Fuzzing is a widely adopted technique for automated vulnerability testing due to its effectiveness and applicability throughout the Software Development Life Cycle. Nevertheless, applying fuzzing "out of the box&... 详细信息
来源: 评论
A Comparison of Lock-based and Lock-free Taskpool Implementations in Haskell
A Comparison of Lock-based and Lock-free Taskpool Implementa...
收藏 引用
International Conference on Computational Science (ICCS) on the Ascent of Computational Excellence
作者: Lesniak, Michael Univ Kassel Res Grp Programming Languages Methodol Kassel Germany
Today, synchronization of shared data structures in multithreaded software is mostly implemented using locks, which leads to difficult to understand and error-prone programs. Software Transactional Memory allows lock-... 详细信息
来源: 评论
Context sensitive dynamic slicing of concurrent aspect-oriented programs  21
Context sensitive dynamic slicing of concurrent aspect-orien...
收藏 引用
21st Asia-Pacific Software Engineering Conference, APSEC 2014
作者: Singh, Jagannath Munjal, Dishant Mohapatra, Durga Prasad National Institute of Technology Rourkela India
This paper presents a context-sensitive dynamic slicing technique for concurrent AOPs having multiple threads. To effectively represent the concurrent AOP, we propose an intermediate graph called Multithreaded Aspect-... 详细信息
来源: 评论