咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是11-20 订阅
排序:
Parallel programming with arrays in Kappa  5
Parallel programming with arrays in Kappa
收藏 引用
5th acm sigplan International workshop on Libraries, Languages, and Compilers for Array programming, ARRAY 2018, in conjunction with PLDI 2018
作者: Åkerblom, Beatrice Castegren, Elias Wrigstad, Tobias Stockholm University Sweden Uppsala University Sweden
Array algorithms where operations are applied to disjoint parts of an array lend themselves well to parallelism, since parallel threads can operate on the parts of the array without synchronisation. However, implement... 详细信息
来源: 评论
AGERE 2018 - proceedings of the 8th acm sigplan International workshop on programming based on Actors, Agents, and Decentralized Control, co-located with SPLASH 2018
AGERE 2018 - Proceedings of the 8th ACM SIGPLAN Internationa...
收藏 引用
8th International workshop on programming based on Actors, Agents, and Decentralized Control, AGERE! 2018, co-located with SPLASH 2018
The proceedings contain 7 papers. The topics discussed include: a configurable transport layer for CAF;distributed functional reactive programming on actor-based runtime;observable atomic consistency for CvRDTs;Chocol...
来源: 评论
concurrent Garbage Collection in the Actor Model  8
Concurrent Garbage Collection in the Actor Model
收藏 引用
8th acm sigplan International workshop on programming based on Actors, Agents, and Decentralized Control (AGERE)
作者: Plyukhin, Dan Agha, Gul Univ Illinois Urbana IL 61801 USA
In programming languages where memory may be allocated dynamically, automatic garbage collection (GC) can improve the efficiency of program execution while preventing program errors caused by incorrectly removed memor... 详细信息
来源: 评论
Efficient VM-Independent Runtime Checks for Parallel programming  10
Efficient VM-Independent Runtime Checks for Parallel Program...
收藏 引用
10th acm sigplan International workshop on Virtual Machines and Language Implementations (VMIL)
作者: Faes, Michael Gross, Thomas R. Swiss Fed Inst Technol Dept Comp Sci Zurich Switzerland
Many concurrent or parallel programming languages rely on runtime checking to ensure safety. To implement such a language on a virtual machine (VM), such runtime checks are often implemented in a VM-independent way, u... 详细信息
来源: 评论
Attached and Detached Closures in Actors  8
Attached and Detached Closures in Actors
收藏 引用
8th acm sigplan International workshop on programming based on Actors, Agents, and Decentralized Control (AGERE)
作者: Castegren, Elias Clarke, Dave Fernandez-Reyes, Kiko Wrigstad, Tobias Yang, Albert Mingkun KTH Royal Inst Technol Stockholm Sweden Uppsala Univ Informat Technol Uppsala Sweden Uppsala Univ Uppsala Sweden
Expressive actor models combine aspects of functional programming into the pure actor model enriched with futures. Such functional features include first-class closures which can be passed between actors and chained o... 详细信息
来源: 评论
Inner array inlining for structure of arrays layout  5
Inner array inlining for structure of arrays layout
收藏 引用
5th acm sigplan International workshop on Libraries, Languages, and Compilers for Array programming, ARRAY 2018, in conjunction with PLDI 2018
作者: Springer, Matthias Sun, Yaozhu Masuhara, Hidehiko Tokyo Institute of Technology Japan
Previous work has shown how the well-studied and SIMD-friendly Structure of Arrays (SOA) data layout strategy can speed up applications in high-performance computing compared to a traditional Array of Structures (AOS)... 详细信息
来源: 评论
proceedings of the 10th International workshop on Context-Oriented programming: Advanced Modularity for Run-time Composition, COP 2018 - Co-located with the European Conference on object-Oriented programming
Proceedings of the 10th International Workshop on Context-Or...
收藏 引用
10th International workshop on Context-Oriented programming: Advanced Modularity for Run-time Composition, COP 2018 - Co-located with the European Conference on object-Oriented programming
The proceedings contain 6 papers. The topics discussed include: declarative language for context activation;a context-oriented programming approach to dependency hell;feature visualizer: an inspection tool for context...
来源: 评论
Distributed memory futures for compile-time, deterministic-by-default concurrency in distributed C plus plus applications  4
Distributed memory futures for compile-time, deterministic-b...
收藏 引用
IEEE/acm 4th International workshop on Extreme Scale programming Models and Middleware (ESPM2)
作者: Wilke, Jeremiah J. Hollman, David S. Lewis, Cannada Markosyan, Aram Morals, Nicolas Sandia Natl Labs Scalable Modeling & Anal Livermore CA 94550 USA
Futures are a widely-used abstraction for enabling deferred execution in imperative programs. Deferred execution enqueues tasks rather than explicitly blocking and waiting for them to execute. Many task-based programm... 详细信息
来源: 评论
Activity contexts : Improving modularity in blockchain-based smart contracts using context-oriented programming  10
Activity contexts : Improving modularity in blockchain-based...
收藏 引用
10th International workshop on Context-Oriented programming: Advanced Modularity for Run-time Composition, COP 2018 - Co-located with the European Conference on object-Oriented programming
作者: Mattis, Toni Hirschfeld, Robert Software Architecture Group Hasso Plattner Institute University of Potsdam Potsdam Germany
Smart contracts formalize and automate interactions among and between individuals and systems in an executable and decentralized way. They are analogous to objects in object-oriented programming, but their behavior an... 详细信息
来源: 评论
Cross-cutting commentary : Narratives for multi-party mechanisms and concerns  10
Cross-cutting commentary : Narratives for multi-party mechan...
收藏 引用
10th International workshop on Context-Oriented programming: Advanced Modularity for Run-time Composition, COP 2018 - Co-located with the European Conference on object-Oriented programming
作者: Hirschfeld, Robert Dürschmid, Tobias Rein, Patrick Taeumel, Marcel Hasso Plattner Institute University of Potsdam Potsdam Germany
Cross-cutting concerns are an inherent property of the implementation of non-trivial software systems. Their study led to the development of advanced modularity constructs, usually supported by meta-level frameworks a... 详细信息
来源: 评论