咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是301-310 订阅
排序:
Correctness of an STM Haskell Implementation  13
Correctness of an STM Haskell Implementation
收藏 引用
18th ACM SIGPLAN International Conference on Functional programming
作者: Schmidt-Schauss, Manfred Sabel, David Goethe Univ Frankfurt Frankfurt Germany
A concurrent implementation of software transactional memory in concurrent Haskell using a call-by-need functional language with processes and futures is given. The description of the small-step operational semantics ... 详细信息
来源: 评论
xCalls: Safe I/O in Memory Transactions  09
xCalls: Safe I/O in Memory Transactions
收藏 引用
4th ACM European Conference on Computer Systems (EuroSys 09)
作者: Volos, Haris Tack, Andres Jaan Goyal, Neelarn Swift, Michael M. Welc, Adam Univ Wisconsin Madison Madison WI 53706 USA
Memory transactions, similar to database transactions, allow a programmer to focus on the logic of their program and let the system ensure that transactions are atomic and isolated. Thus, programs using transactions d... 详细信息
来源: 评论
Flexible Image Acquisition Service for Distributed Robotic Systems  2
Flexible Image Acquisition Service for Distributed Robotic S...
收藏 引用
2nd IEEE International Conference on Robotic Computing (IRC)
作者: Semeniuta, Oleksandr Falkman, Petter NTNU Norwegian Univ Sci & Technol Dept Mfg & Civil Engn Gjovik Norway Chalmers Univ Technol Dept Elect Engn Gothenburg Sweden
The widespread use vision systems in robotics introduces a number of challenges related to management of image acquisition and image processing tasks, as well as their coupling to the robot control function. With the ... 详细信息
来源: 评论
Experiences of Applying One-Sided Communication to Nearest-Neighbor Communication  1
Experiences of Applying One-Sided Communication to Nearest-N...
收藏 引用
1st PGAS Applications Workshop (PAW)
作者: Shan, Hongzhang Williams, Samuel Zheng, Yili Zhang, Weiqun Wang, Bei Ethier, Stephane Zhao, Zhengji Lawrence Berkeley Natl Lab Computat Res Div Berkeley CA 94720 USA Princeton Univ PICSciE Princeton NJ 08540 USA Princeton Univ Princeton Plasma Phys Lab Princeton NJ 08540 USA Lawrence Berkeley Natl Lab NERSC Berkeley CA 94720 USA
Nearest-neighbor communication is one of the most important communication patterns appearing in many scientific applications. In this paper, we discuss the results of applying UPC++, a library-based partitioned global... 详细信息
来源: 评论
Automatic concurrent Program Generation from Petri nets
Automatic concurrent Program Generation from Petri nets
收藏 引用
12th International Symposium on Distributed Computing and Applications to Business, Engineering and Science (DCABES)
作者: Liao, Weizhi Li, Wenjing Jiaxing Univ Coll Math Phys & Informat Engn Jiaxing Peoples R China Guangxi Teachers Educ Univ Coll Comp & Inf Eng Nanning Peoples R China
Automatic generation of code from Petri-Nets is an important topic. This paper presents a new approach to automatically translate Petri nets into concurrent program. In the proposed approach, place in Petri net is vie... 详细信息
来源: 评论
Complexity of Pattern-based Verification for Multithreaded Programs  11
Complexity of Pattern-based Verification for Multithreaded P...
收藏 引用
38th Symposium on Principles of programming Languages
作者: Esparza, Javier Ganty, Pierre Tech Univ Munich Fak Informat D-8000 Munich Germany
Pattern-based verification checks the correctness of the program executions that follow a given pattern, a regular expression over the alphabet of program transitions of the form w(1)* ... w(n)*. For multithreaded pro... 详细信息
来源: 评论
Resource Sharing via Capability-Based Multiparty Session Types  15th
Resource Sharing via Capability-Based Multiparty Session Typ...
收藏 引用
15th International Conference on integrated Formal Methods (IFM)
作者: Voinea, A. Laura Dardha, Ornela Gay, Simon J. Univ Glasgow Sch Comp Sci Glasgow Lanark Scotland
Multiparty Session Types (MPST) are a type formalism used to model communication protocols among components in distributed systems, by specifying type and direction of data transmitted. It is standard for multiparty s... 详细信息
来源: 评论
pseuCo Book: An Interactive Learning Experience  22
pseuCo Book: An Interactive Learning Experience
收藏 引用
27th ACM Conference on Innovation and Technology in Computer Science Education (ITiCSE)
作者: Freiberger, Felix Saarland Univ Comp Sci Saarland Informat Campus Saarbrucken Germany
Software tools and apps are pervading educational technology in many areas, not least in the field of computer science education. However, many of these tools have a very narrow scope and lack context, or only work as... 详细信息
来源: 评论
A mechanically verified incremental garbage collector
收藏 引用
Formal Aspects of Computing 1994年 第4期6卷 359-390页
作者: Russinoff, David M. Computational Logic Inc. Austin 78703-4776 TX 1717 West Sixth Street Suite 290 United States
As an application of a system designed for concurrent program verification, we describe a formalisation and mechanical proof of the correctness of Ben-Ari's incremental garbage collection algorithm. The proof syst... 详细信息
来源: 评论
A train control modeling with the real-time object paradigm  3rd
收藏 引用
ECOOP 98 Workshop on Object-Oriented Technology
作者: Gérard, S Lanusse, A Terrier, F CEA Saclay Direct Technol Informat & Informat PSA Peugeot Citroen F-91191 Gif Sur Yvette France CEA Saclay DEIN LETI CEA Technol Avancees F-91191 Gif Sur Yvette France
The train case study is tackled with the ACCORD method developed at the CEA-LETI. This approach aims to provide a framework for real-time development as close as possible to classic object oriented methods. Thanks to ... 详细信息
来源: 评论