咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是331-340 订阅
排序:
Lock-free stack and queue: Java vs .NET
Lock-free stack and queue: Java vs .NET
收藏 引用
29th International Conference on Information Technology Interfaces
作者: Botincan, Matko Runje, Davor Univ Zagreb Dept Math Bijenicka Cesta 30 Zagreb 10000 Croatia
In this paper, we report and analyze the behavior of Java and NET implementations of lock-free stack and queue in different settings. http://***/stamp/***?arnumber=4283864
来源: 评论
Data race: tame the beast
Data race: tame the beast
收藏 引用
9th International Conference on Parallel and Distributed Computing, Applications and Technologies
作者: Leung, K. Huang, Z. Huang, Q. Werstein, P. Univ Otago Dept Comp Sci Dunedin New Zealand
Data races hamper parallel programming and threaten the reliability of future software. This paper proposes the data race prevention scheme View-Oriented Data race Prevention (VODAP), which can prevent data races in t... 详细信息
来源: 评论
Development of a concurrent tree search program.
Development of a concurrent tree search program.
收藏 引用
作者: Powley, Curt Nelson United States Naval Postgraduate School
学位级别:硕士
Search, especially tree search, is fundamental to the field of artificial intelligence. Even with good heuristic functions, the time it takes on a single processor to solve progressively more difficult tree search pro... 详细信息
来源: 评论
Structured Concurrency: A Review  51
Structured Concurrency: A Review
收藏 引用
51st International Conference on Parallel Processing (ICPP)
作者: Chen, Yi-An You, Yi-Ping Natl Yang Ming Chiao Tung Univ Dept Comp Sci Hsinchu Taiwan
Today, mobile applications use thousands of concurrent tasks to process multiple sensor inputs to ensure a better user experience. With this demand, the ability to manage these concurrent tasks efficiently and easily ... 详细信息
来源: 评论
Irrevocable Transactions and their Applications  08
Irrevocable Transactions and their Applications
收藏 引用
20th ACM Symposium on Parallelism in Algorithms and Architectures
作者: Welc, Adam Saha, Bratin Adl-Tabatabai, Ali-Reza Intel Corp Programming Syst Lab Santa Clara CA 95054 USA
Transactional memory (TM) provides a safer, more modular, and more scalable alternative to traditional lock-based synchronization. Implementing high performance TM systems has recently been an active area of research.... 详细信息
来源: 评论
ON THE USE OF A MULTI-THREADED OPERATING SYSTEM FOR AN EFFICIENT PARALLEL IMPLEMENTATION OF THE ML-EM ALGORITHM FOR PET IMAGE-RECONSTRUCTION
ON THE USE OF A MULTI-THREADED OPERATING SYSTEM FOR AN EFFIC...
收藏 引用
IFIP WG10.3 Working Conference on Applications in Parallel and Distributed Computing
作者: BASTIAENS, K LEMAHIEU, I DESMEDT, P
Multi-threaded operating systems were introduced in the quest to reduce the overhead caused by task manipulation and synchronization. An example is the recently introduced Solaris 2.2 multi-threaded operating system. ... 详细信息
来源: 评论
INITIAL PERFORMANCE OF A BOTTOM-UP CLUSTERING-ALGORITHM FOR DATA-FLOW GRAPHS
INITIAL PERFORMANCE OF A BOTTOM-UP CLUSTERING-ALGORITHM FOR ...
收藏 引用
WORKING CONF ON ARCHITECTURES AND COMPILATION TECHNIQUES FOR FINE AND MEDIUM GRAIN PARALLELISM
作者: NAJJAR, WA ROH, L BOHM, APW
来源: 评论
TCP/IP ON THE PARALLEL PROTOCOL ENGINE
TCP/IP ON THE PARALLEL PROTOCOL ENGINE
收藏 引用
IFIP TC6/WG6.4 4th International Conference on High Performance Networking
作者: RUTSCHE, E KAISERSWERTH, M
In this paper, a parallel implementation of the TCP/IP protocol suite on the Parallel Protocol Engine (PPE), a multiprocessor-based communication subsystem, is described. The execution times of the various protocol fu... 详细信息
来源: 评论
Proof rules for communication abstractions  4th
收藏 引用
4th Conference on Foundations of Software Technology and Theoretical Computer Science, FST and TCS 1984
作者: Taubenfeld, Gad Francez, Nissim Computer Science Department Technion Haifa Israel
A modular proof system is presented for proving partial correctness and freedom from deadlock of concurrent programs using scripts (including recursive scripts). Its applications to augmentations of CSP and a subset o... 详细信息
来源: 评论
DECOMPOSED SOFTWARE PIPELINING - A NEW APPROACH TO EXPLOIT INSTRUCTION LEVEL PARALLELISM FOR LOOP PROGRAMS
DECOMPOSED SOFTWARE PIPELINING - A NEW APPROACH TO EXPLOIT I...
收藏 引用
WORKING CONF ON ARCHITECTURES AND COMPILATION TECHNIQUES FOR FINE AND MEDIUM GRAIN PARALLELISM
作者: WANG, J EISENBEIS, C
来源: 评论