咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是191-200 订阅
排序:
As-if-serial exception handling semantics for Java futures
收藏 引用
SCIENCE OF COMPUTER programming 2009年 第5-6期74卷 314-332页
作者: Zhang, Lingli Krintz, Chandra Univ Calif Santa Barbara Dept Comp Sci Santa Barbara CA 93106 USA Microsoft Corp Redmond WA 98052 USA
Exception handling enables programmers to specify the behavior of a program when an exceptional event occurs at runtime. Exception handling, thus, facilitates software fault tolerance and the production of reliable an... 详细信息
来源: 评论
Dynamic slicing of concurrent specification languages
收藏 引用
PARALLEL COMPUTING 2016年 第Apr.期53卷 1-22页
作者: Llorens, M. Oliver, J. Silva, J. Tamarit, S. Univ Politecn Valencia Dept Sistemas Informat & Comp E-46022 Valencia Spain Univ Politecn Madrid Babel Res Grp Fac Informat Campus Montegancedo S-N Boadilla Del Monte 28660 Spain
Dynamic slicing is a technique to extract the part of the program (called slice) that influences or is influenced, in a particular execution, by a given point of interest in the source code (called slicing criterion).... 详细信息
来源: 评论
Study of hardware transactional memory characteristics and serialization policies on Haswell
收藏 引用
PARALLEL COMPUTING 2016年 54卷 46-58页
作者: Pereira, Marcio Machado Gaudet, Matthew Amaral, J. Nelson Araujo, Guido Univ Estadual Campinas UNICAMP Inst Comp Sci Campinas SP Brazil Univ Alberta Dept Comp Sci Edmonton AB T6G 2M7 Canada
This paper presents an extensive performance study of the implementation of Hardware Transactional Memory (HTM) in the Haswell generation of Intel x86 core processors. It evaluates the strengths and weaknesses of this... 详细信息
来源: 评论
ParMiBench - An Open-Source Benchmark for Embedded Multiprocessor Systems
IEEE COMPUTER ARCHITECTURE LETTERS
收藏 引用
IEEE COMPUTER ARCHITECTURE LETTERS 2010年 第2期9卷 45-48页
作者: Iqbal, Syed Muhammad Zeeshan Liang, Yuchen Grahn, Hakan Blekinge Inst Technol Sch Comp SE-37179 Karlskrona Sweden
Multicore processors are the main computing platform in laptops, desktop, and servers today, and are making their way into the embedded systems market also. Using benchmarks is a common approach to evaluate the perfor... 详细信息
来源: 评论
Multithreaded transactions in scientific computing: New versions of a computer prograrn for kinematical calculations of RHEED intensity oscillations
收藏 引用
COMPUTER PHYSICS COMMUNICATIONS 2006年 第10期175卷 678-681页
作者: Brzuszek, Marcin Daniluk, Andrzej Marie Curie Sklodowska Univ Inst Comp Sci Dept Appl Comp Sci PL-20031 Lublin Poland
Writing a concurrent program can be more difficult than writing a sequential program. Programmer needs to think about synchronisation, race conditions and shared variables. Transactions help reduce the inconvenience o... 详细信息
来源: 评论
CONCLASS - A FRAMEWORK FOR REAL-TIME DISTRIBUTED KNOWLEDGE-BASED PROCESSING
收藏 引用
IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING 1994年 第6期6卷 909-919页
作者: MAEGAWA, H STANFORD UNIV KNOWLEDGE SYST LABSTANFORDCA 94305
We have developed a problem-solving framework, called ConClass, that is capable of classifying continuous realtime problems dynamically and concurrently on a distributed system. ConClass provides an efficient developm... 详细信息
来源: 评论
An Interleaving Guided Metamorphic Testing Approach for concurrent Programs
收藏 引用
ACM TRANSACTIONS ON SOFTWARE ENGINEERING AND METHODOLOGY 2024年 第1期33卷 1-21页
作者: Sun, Chang-Ai Dai, Hepeng Geng, Ning Liu, Huai Chen, Tsong Yueh Wu, Peng Cai, Yan Wang, Jinqiu Univ Sci & Technol Beijing 30 Xueyuan Rd Beijing 100083 Peoples R China Swinburne Univ Technol John St Hawthorn Vic 3122 Australia Chinese Acad Sci State Key Lab Comp Sci Inst Software Beijing 100190 Peoples R China Univ Chinese Acad Sci Beijing 100190 Peoples R China
concurrent programs are normally composed of multiple concurrent threads sharing memory space. These threads are often interleaved, which may lead to some non-determinism in execution results, even for the same progra... 详细信息
来源: 评论
CSP-I - AN IMPLEMENTATION OF COMMUNICATING SEQUENTIAL PROCESSES
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 1988年 第6期18卷 545-560页
作者: WRENCH, KL Department of Computer Science Rhodes University Grahamstown 6140 South Africa
Hoare's proposal for a notation for communicating sequential processes has led to the development of a number of concurrent languages based on the concept of message passing. CSP-i is a new language which reflects... 详细信息
来源: 评论
Performance analysis of SCOOP programs
收藏 引用
JOURNAL OF SYSTEMS AND SOFTWARE 2012年 第11期85卷 2519-2530页
作者: Morandi, Benjamin Nanz, Sebastian Meyer, Bertrand ETH Chair Software Engn CH-8092 Zurich Switzerland
To support developers in writing reliable and efficient concurrent programs, novel concurrent programming abstractions have been proposed in recent years. programming with such abstractions requires new analysis tools... 详细信息
来源: 评论
EDISON-N - AN EDISON IMPLEMENTATION FOR A NETWORK OF MICROCOMPUTERS
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 1988年 第4期18卷 349-363页
作者: DUBNICKI, C MADEY, J WYGLADALA, W Institute of Informatics Warsaw University PKiN room 850 00–901 Warsaw Poland
This paper describes an experimental implementation of the Edison programming language for a network of microcomputers based on the Z-80 microprocessor. The resulting Edison-N system allows parallel execution of concu... 详细信息
来源: 评论