咨询与建议

限定检索结果

文献类型

  • 20 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 20 篇 工学
    • 16 篇 软件工程
    • 15 篇 计算机科学与技术...
    • 1 篇 电气工程
    • 1 篇 控制科学与工程

主题

  • 20 篇 concurrent progr...
  • 4 篇 rendezvous
  • 4 篇 concurrent progr...
  • 2 篇 synchronization ...
  • 2 篇 distributed prog...
  • 2 篇 language design
  • 2 篇 language impleme...
  • 2 篇 run-time systems
  • 2 篇 synchronization
  • 2 篇 invocation handl...
  • 1 篇 performance
  • 1 篇 attribute gramma...
  • 1 篇 package design
  • 1 篇 co-operative mul...
  • 1 篇 interoperability
  • 1 篇 denotational sem...
  • 1 篇 process migratio...
  • 1 篇 type systems
  • 1 篇 package implemen...
  • 1 篇 compiler optimiz...

机构

  • 5 篇 univ calif davis...
  • 3 篇 univ calif davis...
  • 1 篇 division of comp...
  • 1 篇 western norway u...
  • 1 篇 univ lyon cnrs l...
  • 1 篇 univ saarland pr...
  • 1 篇 vienna univ tech...
  • 1 篇 computer science...
  • 1 篇 univ bergen dept...
  • 1 篇 univ oslo dept i...
  • 1 篇 calif polytech s...
  • 1 篇 univ calif davis...
  • 1 篇 univ calif davis...
  • 1 篇 inria futurs mos...
  • 1 篇 univ san francis...
  • 1 篇 department of co...
  • 1 篇 department of in...
  • 1 篇 calif state univ...
  • 1 篇 tech univ darmst...
  • 1 篇 department of co...

作者

  • 11 篇 olsson ra
  • 3 篇 mcnamee cm
  • 1 篇 arvind dk
  • 1 篇 ancilotti p
  • 1 篇 hansen per brinc...
  • 1 篇 maris jt
  • 1 篇 tarifa s. lizeth...
  • 1 篇 boari m
  • 1 篇 lijtmaer n
  • 1 篇 olsson ronald a.
  • 1 篇 mudge tn
  • 1 篇 williamson todd
  • 1 篇 henrio ludovic
  • 1 篇 pun violet ka i.
  • 1 篇 haehnle reiner
  • 1 篇 andrews gr
  • 1 篇 johnsen einar br...
  • 1 篇 benson gd
  • 1 篇 winsor dc
  • 1 篇 puntigam f

语言

  • 12 篇 英文
  • 8 篇 其他
检索条件"主题词=Concurrent programming languages"
20 条 记 录,以下是1-10 订阅
排序:
Locally Abstract, Globally Concrete Semantics of concurrent programming languages
收藏 引用
ACM TRANSACTIONS ON programming languages AND SYSTEMS 2024年 第1期46卷 1-58页
作者: Din, Crystal Chang Haehnle, Reiner Henrio, Ludovic Johnsen, Einar Broch Pun, Violet Ka I. Tarifa, S. Lizeth Tapia Univ Bergen Dept Informat Thormohlens Gate 55 N-5006 Bergen Norway Tech Univ Darmstadt Dept Comp Sci Hochschul Str 10 D-64289 Darmstadt Germany Univ Lyon CNRS LIP Lab EnsLInriaUCBL 46 Allee Italie F-69364 Lyon France Univ Oslo Dept Informat Postboks 1080 Blindern N-0316 Oslo Norway Western Norway Univ Appl Sci Inndalsveien 28 N-5063 Bergen Norway
Formal, mathematically rigorous programming language semantics are the essential prerequisite for the design of logics and calculi that permit automated reasoning about concurrent programs. We propose a novel modular ... 详细信息
来源: 评论
New mechanisms for invocation handling in concurrent programming languages
收藏 引用
COMPUTER languages 1998年 第4期24卷 245-270页
作者: Chung, M Olsson, RA Univ Calif Davis Dept Comp Sci Davis CA 95616 USA
Invocation handling mechanism in many concurrent languages have significant limitations that make it difficult or costly to solve common programming situations encountered in program visualization, debugging, and sche... 详细信息
来源: 评论
INTER-ENTRY SELECTION - NONDETERMINISM AND EXPLICIT CONTROL MECHANISMS
收藏 引用
COMPUTER languages 1992年 第4期17卷 269-282页
作者: OLSSON, RA MCNAMEE, CM Department of Computer Science University of California Davis CA 95616 U.S.A.
Many concurrent programming languages provide selection statements, which allow a task to select one of several entries to service. The choice as to which entry will be selected, if more than one has pending invocatio... 详细信息
来源: 评论
USING SR FOR DISCRETE EVENT SIMULATION - A STUDY IN concurrent programming
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 1990年 第12期20卷 1187-1208页
作者: OLSSON, RA Division of Computer Science University of California Davis CA 95616 U.S.A.
AbstractThis paper demonstrates the use of the SR concurrent programming language for discrete event simulation. SR provides a rich collection of synchronization mechanisms, whose use can lead to programs that are sim... 详细信息
来源: 评论
Compiler to interpreter: experiences with a distributed programming language
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2001年 第9期31卷 893-909页
作者: Gebala, RM McNamee, CM Olsson, RA Univ Calif Davis Dept Comp Sci Davis CA 95616 USA Calif State Univ Sacramento Dept Comp Sci Sacramento CA 95819 USA
One interpretive approach for handling concurrency is to provide an interpreter instance for each executing language-level process. Such an approach has mainly been applied to concurrent implementations of logic and f... 详细信息
来源: 评论
DesCaRTeS: a run-time system with SR-like functionality for programming a network of embedded systems
收藏 引用
COMPUTER languages SYSTEMS & STRUCTURES 2003年 第4期29卷 75-100页
作者: Maris, JT Roper, MD Olsson, RA Univ Calif Davis Dept Comp Sci Davis CA 95616 USA
This paper describes a run-time system (DesCaRTeS) that has been used for developing applications that run on a network of embedded system controllers. DesCaRTeS is written in Dynamic C and provides Dynamic C programs... 详细信息
来源: 评论
Fairness in shared invocation servicing
收藏 引用
COMPUTER languages SYSTEMS & STRUCTURES 2002年 第4期28卷 327-351页
作者: Olsson, RA Benson, GD Ge, TJ Keen, AW Univ Calif Davis Dept Comp Sci Davis CA 95616 USA Univ San Francisco Dept Comp Sci San Francisco CA 94117 USA Calif Polytech State Univ San Luis Obispo Dept Comp Sci San Luis Obispo CA 93407 USA
Invocation servicing is an important aspect of many concurrent programming languages. Some invocation handling mechanisms allow for multiway servicing by multiple processes. This paper addresses fairness with respect ... 详细信息
来源: 评论
ON THE DETECTION OF COMMUNICATION-RELATED ERRORS IN concurrent PROGRAMS
收藏 引用
PARALLEL COMPUTING 1992年 第12期18卷 1381-1392页
作者: ARVIND, DK Computer Science Department Edinburgh University Edinburgh EH9 3JZ UK
PMD is a framework for the detection of communication-related errors in concurrent programs using post-mortem analysis. It employed a static analysis of the source code to build a model of the program, which is dynami... 详细信息
来源: 评论
Strong types for coordinating active objects
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2001年 第4期13卷 293-326页
作者: Puntigam, F Vienna Univ Technol Inst Comp Sprachen A-1040 Vienna Austria
An object type is usually regarded as a contract between an object and each of its clients. However, in concurrent (and sometimes also in sequential) systems it is more useful to regard a type as a contract between an... 详细信息
来源: 评论
AN ATTRIBUTE GRAMMAR APPROACH TO COMPILER OPTIMIZATION OF INTRAMODULE INTERPROCESS COMMUNICATION
收藏 引用
INTERNATIONAL JOURNAL OF PARALLEL programming 1991年 第3期20卷 181-202页
作者: MCNAMEE, CM OLSSON, RA CALIF STATE UNIV SACRAMENTO DEPT COMP SCISACRAMENTOCA 95819 UNIV CALIF DAVIS DEPT COMP SCIDAVISCA 95616
Earlier work has shown the effectiveness of hand-applied program transformations optimizing high-level interprocess communication mechanisms. This paper describes the static analysis techniques necessary to ensure cor... 详细信息
来源: 评论