咨询与建议

限定检索结果

文献类型

  • 220 篇 会议
  • 57 篇 期刊文献
  • 1 册 图书

馆藏范围

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

日期分布

学科分类号

  • 236 篇 工学
    • 223 篇 计算机科学与技术...
    • 165 篇 软件工程
    • 15 篇 控制科学与工程
    • 5 篇 电气工程
    • 5 篇 电子科学与技术(可...
    • 5 篇 建筑学
    • 4 篇 信息与通信工程
    • 4 篇 土木工程
    • 4 篇 生物工程
    • 3 篇 化学工程与技术
    • 3 篇 环境科学与工程(可...
    • 2 篇 材料科学与工程(可...
    • 2 篇 纺织科学与工程
    • 1 篇 光学工程
    • 1 篇 冶金工程
    • 1 篇 交通运输工程
    • 1 篇 农业工程
  • 40 篇 理学
    • 21 篇 数学
    • 12 篇 系统科学
    • 5 篇 生物学
    • 4 篇 物理学
    • 3 篇 化学
    • 1 篇 地质学
  • 29 篇 管理学
    • 20 篇 图书情报与档案管...
    • 12 篇 管理科学与工程(可...
    • 8 篇 工商管理
  • 4 篇 法学
    • 4 篇 社会学
    • 1 篇 法学
  • 4 篇 教育学
    • 4 篇 教育学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 38 篇 object oriented ...
  • 30 篇 computer systems...
  • 25 篇 computer program...
  • 7 篇 java programming...
  • 6 篇 aspect oriented ...
  • 6 篇 parallel program...
  • 6 篇 concurrency
  • 4 篇 computer systems...
  • 4 篇 static analysis
  • 4 篇 semantics
  • 4 篇 synchronization
  • 3 篇 message passing
  • 3 篇 languages
  • 3 篇 memory managemen...
  • 3 篇 pattern matching
  • 3 篇 logic programmin...
  • 3 篇 computer graphic...
  • 3 篇 specifications
  • 2 篇 computer circuit...
  • 2 篇 type systems

机构

  • 3 篇 uppsala univ upp...
  • 3 篇 university of ca...
  • 3 篇 university of to...
  • 3 篇 mit united state...
  • 3 篇 university of bo...
  • 3 篇 stockholm univer...
  • 3 篇 purdue universit...
  • 2 篇 univ of rocheste...
  • 2 篇 univ bologna dis...
  • 2 篇 univ edinburgh e...
  • 2 篇 brown univ unite...
  • 2 篇 school of softwa...
  • 2 篇 columbia univ un...
  • 2 篇 tokyo inst of te...
  • 2 篇 univ paris vi
  • 2 篇 carnegie mellon ...
  • 2 篇 ibm research
  • 2 篇 virginia tech un...
  • 2 篇 department of co...
  • 2 篇 department of co...

作者

  • 7 篇 ricci alessandro
  • 6 篇 wrigstad tobias
  • 5 篇 agha gul
  • 5 篇 masuhara hidehik...
  • 4 篇 hirschfeld rober...
  • 4 篇 yonezawa akinori
  • 4 篇 tokoro mario
  • 3 篇 watanabe takuo
  • 3 篇 nystrom nathanie...
  • 3 篇 santi andrea
  • 3 篇 van den bos jan
  • 3 篇 kafura dennis
  • 3 篇 sarkar vivek
  • 3 篇 springer matthia...
  • 3 篇 vitek jan
  • 2 篇 wegner peter
  • 2 篇 meseguer josé
  • 2 篇 ducasse stéphane
  • 2 篇 wheelhouse mark
  • 2 篇 lincke daniel

语言

  • 277 篇 英文
  • 1 篇 其他
检索条件"任意字段=Proceedings of the ACM SIGPLAN Workshop on Object-Based Concurrent Programming"
278 条 记 录,以下是221-230 订阅
排序:
Taking concurrency seriously
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 32-33页
作者: Herlihy, Maurice Carnegie Mellon Univ United States
This paper proposes a challenge to language designers who are interested in concurrency about how to support highly-concurrent data structures. An implementation of a concurrent object is wait-free if it guarantees th... 详细信息
来源: 评论
Specifying concurrent objects
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 162-164页
作者: Kraemer, Bernd Gesellschaft fuer Mathematik und Datenverarbeitung Germany
The object-oriented style of programming (OOP) is gaining increasing importance as a practical technique for organizing large designs and programs. Another striking aspect of OOP is its potential for concurrent and di... 详细信息
来源: 评论
concurrent object access in BLAZE 2
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 40-42页
作者: Mehrotra, Piyush Van Rosendale, John Purdue Univ United States
This short paper discusses exploitation of parallelism in BLAZE 2, focusing on the issue of parallel object access. The object-oriented paradigm provides an elegant way to incorporate state into a programming language... 详细信息
来源: 评论
object-oriented concurrent programming in CST
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 28-31页
作者: Dally, William J. Chien, Andrew A. MIT United States
CST is a programming language based on Smalltalk-80 that supports concurrency using locks, asynchronous messages, and distributed objects. Distributed objects have their state distributed across many nodes of a machin... 详细信息
来源: 评论
concurrent behaviors
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 168-170页
作者: Shang, Lujun Fan, Changpeng Xu, Lihui Nanjing Univ China
Many programming languages for developing system software introduce built-in language facilities to describe the concurrent activities. They all center around the notion of the concurrent activity models and the relev... 详细信息
来源: 评论
Heart of object-oriented concurrent programming
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 165-167页
作者: Lim, Jeong Johnson, Ralph E. Univ of Illinois United States
Concurrency has been with us almost from the beginning of computing. Managing and programming for concurrency is a difficult problem and various solutions have been suggested over the years. Debates on message passing... 详细信息
来源: 评论
Peek at acore, an actor core language
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 84-86页
作者: Manning, Carl MIT United States
Acore is a concurrent programming language based on the actor model of computation, and which also takes ideas from lambda calculus based languages such as Scheme (Lisp). An experimental version of Acore has been impl... 详细信息
来源: 评论
object-oriented concurrent systems architecture
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 91-93页
作者: Tomlinson, Chris Kim, Won Scheevel, Mark Singh, Vineet Will, Becky Agha, Gul MCC Advanced Computer Architecture Group United States
Recently, a number of concurrent computers have been designed. Taking advantage of concurrency on these computers will require new languages, operating systems, and environments to support the programming, monitoring ... 详细信息
来源: 评论
Linearizable concurrent objects
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 133-135页
作者: Herlihy, Maurice P. Wing, Jeannette M. Carnegie Mellon Univ United States
Technological advances are making multiprocessors more readily available, but despite impressive progress at the hardware level, it is still difficult to realize these machines' potential for parallelism. In the s... 详细信息
来源: 评论
concurrent data structures and actor programming under Matroshka model
收藏 引用
sigplan Notices (acm Special Interest Group on programming Languages) 1989年 第4期24卷 79-80页
作者: Crowl, Lawrence A. Univ of Rochester United States
This paper discusses the question whether the Actor model could implement a wait-free shared queue. Processes are guaranteed to complete queue operations in a finite amount of steps even if other processes may fail at... 详细信息
来源: 评论