咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

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

主题

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

机构

  • 6 篇 purdue univ dept...
  • 5 篇 univ calif davis...
  • 4 篇 digital equipmen...
  • 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 ...

作者

  • 7 篇 olsson ra
  • 7 篇 lamport l
  • 5 篇 haller philipp
  • 5 篇 jagannathan sure...
  • 4 篇 ricci alessandro
  • 4 篇 gehani nh
  • 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.

语言

  • 357 篇 英文
  • 30 篇 其他
  • 2 篇 中文
  • 1 篇 西班牙文
检索条件"主题词=concurrent programming"
390 条 记 录,以下是81-90 订阅
排序:
An event-driven framework for inter-user communication applications
收藏 引用
INFORMATION AND SOFTWARE TECHNOLOGY 2006年 第7期48卷 471-483页
作者: Hsu, Chien-Chih Wu, I. -Chen Natl Chiao Tung Univ Dept Comp Sci & Informat Engn Hsinchu 300 Taiwan
This paper presents an event-driven framework for inter-user communication applications, such as Internet gaming or chatting, that require frequent communication among users. This paper addresses two major blocking pr... 详细信息
来源: 评论
INTER-ENTRY SELECTION - NONDETERMINISM AND EXPLICIT CONTROL MECHANISMS
收藏 引用
COMPUTER LANGUAGES 1992年 第4期17卷 269-282页
作者: OLSSON, RA MCNAMEE, CM Department of Computer Science University of California Davis CA 95616 U.S.A.
Many concurrent programming languages provide selection statements, which allow a task to select one of several entries to service. The choice as to which entry will be selected, if more than one has pending invocatio... 详细信息
来源: 评论
artdaq: An Event-Building, Filtering, and Processing Framework
收藏 引用
IEEE TRANSACTIONS ON NUCLEAR SCIENCE 2013年 第5期60卷 3764-3771页
作者: Biery, K. Green, C. Kowalkowski, J. Paterno, M. Rechenmacher, R. Fermilab Natl Accelerator Lab Div Comp Sci Batavia IL 60510 USA
Several current and proposed experiments at the Fermi National Accelerator Laboratory, Batavia, IL, USA, have novel data acquisition needs. These include 1) continuous digitization, using commercial high-speed digitiz... 详细信息
来源: 评论
Reachability testing of concurrent programs
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 2006年 第6期32卷 382-403页
作者: Lei, Yu Carver, Richard H. Univ Texas Dept Comp Sci & Engn Arlington TX 76019 USA George Mason Univ Dept Comp Sci Fairfax VA 22030 USA
One approach to testing concurrent programs, called reachability testing, generates synchronization sequences automatically and on-the-fly, without constructing any static models. In this paper, we present a general e... 详细信息
来源: 评论
Scalable communication event tracing via clustering
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 2017年 109卷 230-244页
作者: Bahmani, Amir Mueller, Frank North Carolina State Univ Dept Comp Sci Raleigh NC 27695 USA
Communication traces help developers of high-performance computing (HPC) applications understand and improve their codes. When run on large-scale HPC facilities, the scalability of tracing tools becomes a challenge. T... 详细信息
来源: 评论
THE VELOX TRANSACTIONAL MEMORY STACK
收藏 引用
IEEE MICRO 2010年 第5期30卷 76-87页
作者: Felber, Pascal Riviere, Etienne Moreira, Walther Maldonado Harmanci, Derin Marlier, Patrick Diestelhorst, Stephan Hohmuth, Michael Pohlack, Martin Cristal, Adrian Hur, Ibrahim Unsal, Osman S. Stenstrom, Per Dragojevic, Aleksandar Guerraoui, Rachid Kapalka, Michal Gramoli, Vincent Drepper, Ulrich Tomic, Sasa Afek, Yehuda Korland, Guy Shavit, Nir Fetzer, Christof Nowack, Martin Riegel, Torvald Univ Neuchatel Dept Comp Sci CH-2009 Neuchatel Switzerland Univ Politecn Cataluna E-08028 Barcelona Spain Tel Aviv Univ Tel Aviv Israel Tech Univ Dresden Dresden Germany Ecole Polytech Fed Lausanne CH-1015 Lausanne Switzerland Chalmers Univ Technol Gothenburg Sweden Barcelona Supercomp Ctr Barcelona Spain
The transactional memory programming paradigm could become the coordination methodology of choice for actual and future multicore and many-core architectures. The transactional memory support spans a complete software... 详细信息
来源: 评论
Termination of just/fair computations in term rewriting
收藏 引用
INFORMATION AND COMPUTATION 2008年 第5期206卷 652-675页
作者: Lucas, Salvador Meseguer, Jose Univ Politecn Valencia DSIC Valencia Spain Univ Illinois CS Dept Champaign IL 61820 USA
The main goal of this paper is to apply rewriting termination technology-enjoying a quite mature set of termination results and tools-to the problem of proving automatically the termination of concurrent systems under... 详细信息
来源: 评论
THE TEMPORAL LOGIC OF ACTIONS
收藏 引用
ACM TRANSACTIONS ON programming LANGUAGES AND SYSTEMS 1994年 第3期16卷 872-923页
作者: LAMPORT, L Digital Equipment Corp. Palo Alto CA
The temporal logic of actions (TLA) is a logic for specifying and reasoning about concurrent systems. Systems and their properties are represented in the same logic, so the assertion that a system meets its specificat... 详细信息
来源: 评论
OC-FP, AN APPLICATIVE LANGUAGE COMBINATION WITH OCCAM AND THE ALGEBRA OF PROCESSES
MICROPROCESSING AND MICROPROGRAMMING
收藏 引用
MICROPROCESSING AND MICROprogramming 1987年 第1-5期21卷 549-557页
作者: GLUCK, R DEMUTH, C VIENNA TECH UNIV INST PRAKT INFORMATA-1040 VIENNAAUSTRIA VIENNA TECH UNIV INST ANGEW INFORMAT & SYST ANALA-1040 VIENNAAUSTRIA
A functional language based on the FP-model is presented. The language combines occam processes and is used as a command level language for occam systems. It is well suited as a graphical language for concurrent progr... 详细信息
来源: 评论
A criterion to enforce correctness of indirectly cooperating applications
收藏 引用
INFORMATION SCIENCES 1998年 第3-4期110卷 279-302页
作者: Canals, G Godart, C Molli, P Munier, M Univ Henri Poincare LORIA F-54506 Vandoeuvre Nancy France
Cooperative applications are expected to become commonplace in the future. We are concerned hen with a special case of cooperation called indirect cooperation. The idea of the paper is that a Concurrency Control appro... 详细信息
来源: 评论