咨询与建议

限定检索结果

文献类型

  • 36 篇 会议
  • 1 册 图书

馆藏范围

  • 36 篇 电子文献
  • 1 种 纸本馆藏

日期分布

学科分类号

  • 33 篇 工学
    • 29 篇 软件工程
    • 25 篇 计算机科学与技术...
    • 2 篇 信息与通信工程
    • 2 篇 控制科学与工程
    • 2 篇 土木工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 电气工程
    • 1 篇 电子科学与技术(可...
  • 5 篇 管理学
    • 4 篇 图书情报与档案管...
    • 2 篇 管理科学与工程(可...
    • 1 篇 工商管理
  • 2 篇 理学
    • 2 篇 数学

主题

  • 3 篇 object oriented ...
  • 3 篇 performance
  • 3 篇 design
  • 3 篇 semantics
  • 1 篇 low-locality
  • 1 篇 dma
  • 1 篇 heterogeneous me...
  • 1 篇 flexible structu...
  • 1 篇 structured progr...
  • 1 篇 fast logging
  • 1 篇 crash-consistent...
  • 1 篇 operating system...
  • 1 篇 b plus trees
  • 1 篇 deterministic re...
  • 1 篇 high level langu...
  • 1 篇 computer archite...
  • 1 篇 buffered writes
  • 1 篇 fortran (program...
  • 1 篇 indirect jumps
  • 1 篇 virtual function...

机构

  • 1 篇 ibm research cen...
  • 1 篇 massachusetts in...
  • 1 篇 coll william & m...
  • 1 篇 computer science...
  • 1 篇 univ calif san d...
  • 1 篇 univ chinese aca...
  • 1 篇 university of il...
  • 1 篇 university of ca...
  • 1 篇 princeton univ p...
  • 1 篇 georgia inst tec...
  • 1 篇 université de te...
  • 1 篇 univ illinois ur...
  • 1 篇 aws ai united st...
  • 1 篇 department of co...
  • 1 篇 at t belt labora...
  • 1 篇 intermetrics inc...
  • 1 篇 huawei technol p...
  • 1 篇 information syst...
  • 1 篇 schlumberger-dol...
  • 1 篇 harvard universi...

作者

  • 1 篇 liskov barbara
  • 1 篇 kaufmann antoine
  • 1 篇 lu maohua
  • 1 篇 lecarme olivier
  • 1 篇 sui xiufeng
  • 1 篇 prenner charles ...
  • 1 篇 chiueh tzi-cker
  • 1 篇 sharma naveen kr...
  • 1 篇 hoseinzadeh mort...
  • 1 篇 kim hyesoon
  • 1 篇 dinitz rick
  • 1 篇 liu xu
  • 1 篇 smith reid g.
  • 1 篇 freiburghouse ro...
  • 1 篇 morris james b.
  • 1 篇 grossman dan
  • 1 篇 ceze luis
  • 1 篇 zaks rodnay
  • 1 篇 hwu wen-mei
  • 1 篇 song xiang

语言

  • 36 篇 英文
  • 1 篇 中文
检索条件"任意字段=1973 ACM SIGPLAN - SIGOPS Interface Meeting: Programming Languages - Operating Systems"
37 条 记 录,以下是11-20 订阅
排序:
An Update-Aware Storage System for Low-Locality Update-Intensive Workloads
An Update-Aware Storage System for Low-Locality Update-Inten...
收藏 引用
17th International Conference on Architectural Support for programming languages and operating systems
作者: Simha, Dilip N. Lu, Maohua Chiueh, Tzi-cker SUNY Stony Brook Dept Comp Sci Stony Brook NY 11794 USA IBM Almaden Res San Jose CA 95120 USA Ind Technol Res Inst Hsinchu Taiwan
Traditional storage systems provide a simple read/write interface, which is inadequate for low-locality update-intensive workloads because it limits the disk scheduling flexibility and results in inefficient use of bu... 详细信息
来源: 评论
Capo: A Software-Hardware interface for Practical Deterministic Multiprocessor Replay
Capo: A Software-Hardware Interface for Practical Determinis...
收藏 引用
14th International Conference on Architectural Support for programming languages and operating systems
作者: Montesinos, Pablo Hicks, Matthew King, Samuel T. Torrellas, Josep Univ Illinois Urbana IL 61801 USA
While deterministic replay of parallel programs is a powerful technique, current proposals have shortcomings. Specifically, software-based replay systems have high overheads on multiprocessors, while hardware-based pr... 详细信息
来源: 评论
Improving the performance of object-oriented languages with dynamic predication of indirect jumps
Improving the performance of object-oriented languages with ...
收藏 引用
13th International Conference on Architectural Support for programming languages and operating systems
作者: Joao, Jose A. Mutlu, Onur Kim, Hyesoon Agarwal, Rishi Patt, Yale N. Univ Texas Austin ECE Dept Austin TX 78712 USA Georgia Inst Technol Coll Comp Atlanta GA 30332 USA
Indirect jump instructions are used to implement increasingly-common programming constructs such as virtual function calls, switch-case statements, jump tables, and interface calls. The performance impact of indirect ... 详细信息
来源: 评论
An object-oriented operating system interface  86
An object-oriented operating system interface
收藏 引用
Conference on Object-Oriented programming systems, languages and Applications, OOPSLA 1986
作者: Ewing, Juanita J. Artificial Intelligence Machines Tektronix Inc P.O. Box 1000 MS 60-405 WilsonvilleOR97070 United States
This paper discusses an object-oriented interface from the Smalltalk-80 TM programming environment to a Unix-like operating system. This interface imposes an object-oriented paradigm on operating system facilities. We... 详细信息
来源: 评论
Experience with flamingo: A distributed, object-oriented user interface system  86
Experience with flamingo: A distributed, object-oriented use...
收藏 引用
Conference on Object-Oriented programming systems, languages and Applications, OOPSLA 1986
作者: Anderson, David B. Computer Science Department Carnegie-Mellon Univeralty PittsburghPA15213 United States
The Flamingo Window Management System is based on a remote method invocation mechanism that provides separate processes running in a heterogeneous, distributed computing environment with complete access to Flamingo... 详细信息
来源: 评论
PI: A case study in object-oriented programming  86
PI: A case study in object-oriented programming
收藏 引用
Conference on Object-Oriented programming systems, languages and Applications, OOPSLA 1986
作者: Cargill, T.A. AT T Belt Laboratories Murray HillNJ07974 United States
Pi is a debugger written in C++. This paper explains how object-oriented programming in C++ has influenced Pi's evolution. The motivation for object- oriented programming was to experiment with a browner-like grap... 详细信息
来源: 评论
Impulse-86: A substrate for object-oriented interface design  86
Impulse-86: A substrate for object-oriented interface design
收藏 引用
Conference on Object-Oriented programming systems, languages and Applications, OOPSLA 1986
作者: Smith, Reid G. Dinitz, Rick Barth, Paul Schlumberger-Doll Research Old Quarry Road RidgefieldCT06877-4108 United States
Impulse-86 provides a general and extensible substrate upon which to construct a wide variety of interactive user interfaces for developing, maintaining, and using knowledgebased systems. The system is based on five m... 详细信息
来源: 评论
Proceedings of acm sigplan-sigops interface meeting : programming languages, operating systems : Sav
Proceedings of ACM SIGPLAN-SIGOPS Interface Meeting : progra...
收藏 引用
1973年
作者: acm sigplan-sigops interface meeting
来源: 内蒙古大学图书馆图书 评论
programming languages for operating systems
Programming languages for operating systems
收藏 引用
1973 acm sigplan - sigops interface meeting: programming languages - operating systems
作者: McKeag, R.M. Department of Computer Science Queen's University of Belfast BelfastBT7 1NN Ireland
This paper outlines some of the things that an operating system designer looks for in a programming language. This working paper was submitted to the ***. sigplan/sigops interface meeting held at Savannah, Georgia fro...
来源: 评论
Report of session on structured programming
Report of session on structured programming
收藏 引用
1973 acm sigplan - sigops interface meeting: programming languages - operating systems
作者: Freiburghouse, Robert Liskov, Barbara
The session on structured programming was both interesting and lively, and many aspects of structured programming were discussed. Conspicuous by its absence was a debate on the use of goto's;chairman Bob Freiburgh... 详细信息
来源: 评论