咨询与建议

限定检索结果

文献类型

  • 2,268 篇 会议
  • 296 篇 期刊文献
  • 2 册 图书

馆藏范围

  • 2,566 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 2,271 篇 工学
    • 2,139 篇 软件工程
    • 1,693 篇 计算机科学与技术...
    • 83 篇 控制科学与工程
    • 57 篇 信息与通信工程
    • 55 篇 电气工程
    • 22 篇 电子科学与技术(可...
    • 17 篇 机械工程
    • 13 篇 材料科学与工程(可...
    • 13 篇 建筑学
    • 13 篇 土木工程
    • 13 篇 生物工程
    • 10 篇 光学工程
    • 9 篇 安全科学与工程
    • 8 篇 化学工程与技术
    • 5 篇 动力工程及工程热...
    • 5 篇 生物医学工程(可授...
    • 4 篇 力学(可授工学、理...
  • 280 篇 理学
    • 218 篇 数学
    • 32 篇 系统科学
    • 18 篇 统计学(可授理学、...
    • 16 篇 物理学
    • 16 篇 生物学
    • 8 篇 化学
    • 6 篇 地质学
  • 209 篇 管理学
    • 112 篇 图书情报与档案管...
    • 109 篇 管理科学与工程(可...
    • 50 篇 工商管理
  • 22 篇 教育学
    • 22 篇 教育学
  • 17 篇 法学
    • 15 篇 社会学
  • 11 篇 经济学
    • 11 篇 应用经济学
  • 2 篇 农学
  • 2 篇 艺术学
  • 1 篇 军事学

主题

  • 390 篇 design
  • 369 篇 languages
  • 187 篇 computer program...
  • 182 篇 performance
  • 162 篇 object oriented ...
  • 89 篇 algorithms
  • 88 篇 java programming...
  • 81 篇 experimentation
  • 79 篇 functional progr...
  • 71 篇 theory
  • 70 篇 computer program...
  • 65 篇 java
  • 63 篇 verification
  • 61 篇 reliability
  • 49 篇 semantics
  • 47 篇 software design
  • 45 篇 domain-specific ...
  • 38 篇 parallel program...
  • 37 篇 concurrency
  • 35 篇 measurement

机构

  • 25 篇 carnegie mellon ...
  • 22 篇 univ washington ...
  • 18 篇 univ penn philad...
  • 17 篇 princeton univ p...
  • 17 篇 stanford univ st...
  • 16 篇 univ texas austi...
  • 15 篇 harvard univ cam...
  • 14 篇 purdue univ w la...
  • 13 篇 microsoft res re...
  • 13 篇 microsoft resear...
  • 13 篇 rice univ housto...
  • 12 篇 univ wisconsin m...
  • 12 篇 mit cambridge ma...
  • 12 篇 cornell univ ith...
  • 12 篇 microsoft res ca...
  • 11 篇 univ michigan an...
  • 11 篇 swiss fed inst t...
  • 11 篇 univ calif berke...
  • 10 篇 microsoft res re...
  • 10 篇 yale univ new ha...

作者

  • 19 篇 hirschfeld rober...
  • 16 篇 walker david
  • 15 篇 visser eelco
  • 15 篇 felleisen matthi...
  • 14 篇 findler robert b...
  • 13 篇 grossman dan
  • 13 篇 bacon david f.
  • 12 篇 chlipala adam
  • 11 篇 flatt matthew
  • 11 篇 sarkar vivek
  • 11 篇 myers andrew c.
  • 11 篇 mezini mira
  • 11 篇 morrisett greg
  • 10 篇 mckinley kathryn...
  • 10 篇 bockisch christo...
  • 10 篇 adl-tabatabai al...
  • 10 篇 van der storm ti...
  • 10 篇 de moor oege
  • 10 篇 dillig isil
  • 9 篇 lumsdaine a

语言

  • 2,348 篇 英文
  • 213 篇 其他
  • 4 篇 中文
  • 1 篇 葡萄牙文
检索条件"任意字段=ACM SIGPLAN Conference on Programming Language Design and Implementation"
2566 条 记 录,以下是2361-2370 订阅
排序:
Hybrid transactional memory
Hybrid transactional memory
收藏 引用
12th International conference on Architectural Support for programming languages and Operating Systems
作者: Damron, Peter Fedorova, Alexandra Lev, Yossi Luchangco, Victor Moir, Mark Nussbaum, Daniel Sun Microsyst Santa Clara CA 95054 USA Harvard Univ Cambridge MA 02138 USA Brown Univ Providence RI 02912 USA
Transactional memory (TM) promises to substantially reduce the difficulty of writing correct, efficient, and scalable concurrent programs. But "bounded" and "best-effort" hardware TM proposals impo... 详细信息
来源: 评论
Supporting nested transactional memory in LogTM
Supporting nested transactional memory in LogTM
收藏 引用
12th International conference on Architectural Support for programming languages and Operating Systems
作者: Moravan, Michelle J. Bobba, Jayaram Moore, Kevin E. Yen, Luke Hill, Mark D. Liblit, Ben Swift, Michael M. Wood, David A. Univ Wisconsin Dept Comp Sci Madison WI 53706 USA
Nested transactional memory (TM) facilitates software composition by letting one module invoke another without either knowing whether the other uses transactions. Closed nested transactions extend isolation of an inne... 详细信息
来源: 评论
Complete Information Flow Tracking from the Gates Up
Complete Information Flow Tracking from the Gates Up
收藏 引用
14th International conference on Architectural Support for programming languages and Operating Systems
作者: Tiwari, Mohit Wassel, Hassan M. G. Mazloom, Bita Mysore, Shashidhar Chong, Frederic T. Sherwood, Timothy Univ Calif Santa Barbara Dept Comp Sci Santa Barbara CA 93106 USA
For many mission-critical tasks, tight guarantees on the flow of information are desirable, for example, when handling important cryptographic keys or sensitive financial data. We present a novel architecture capable ... 详细信息
来源: 评论
Proceedings of the conference on TRI-Ada 1991: Today's Accomplishments;Tomorrow's Expectations, TRI-Ada 1991
Proceedings of the Conference on TRI-Ada 1991: Today's Accom...
收藏 引用
1991 conference on TRI-Ada: Today's Accomplishments;Tomorrow's Expectations, TRI-Ada 1991
The proceedings contain 57 papers. The topics discussed include: CAPS as a requirements engineering tool;Ada and CMS-2 cohabitation a transition method for U.S. Navy realtime tactical systems;experiences in developing...
来源: 评论
Classifying Java Class Transformations for Pervasive Virtualized Access
Classifying Java Class Transformations for Pervasive Virtual...
收藏 引用
8th International conference on Generative programming and Component Engineering
作者: McGachey, Phil Hosking, Antony L. Moss, J. Eliot B. Purdue Univ Dept Comp Sci W Lafayette IN 47907 USA Univ Massachusetts Dept Comp Sci Amherst MA 01003 USA
The indirection of object accesses is a common theme for target domains as diverse as transparent distribution, persistence, and program instrumentation. Virtualizing accesses to fields and methods (by redirecting cal... 详细信息
来源: 评论
Bidirectionalization transformation based on automatic derivation of view complement functions
收藏 引用
acm sigplan NOTICES 2007年 第9期42卷 47-58页
作者: Matsuda, Kazutaka Hu, Zhenjiang Nakano, Keisuke Hamana, Makoto Takeichi, Masato Univ Tokyo Tokyo Japan Gunma Univ Gunma Japan
Bidirectional transformation is a pair of transformations: a view function and a backward transformation. A view function maps one data structure called source onto another called view. The corresponding backward tran... 详细信息
来源: 评论
Modeling usable & reusable transactors in SystemVerilog
Modeling usable & reusable transactors in SystemVerilog
收藏 引用
18th International conference on VLSI design: Power Aware design of VLSI Systems
作者: Bergeron, Janick Synopsys Synopsys's Verification Group
This paper describes how to properly use the object-oriented features of SystemVerilog to model transactions and transactors that execute them. designers, used to a procedural programming model, will learn how to appr... 详细信息
来源: 评论
Analyzing the Performance of Code-copying Virtual Machines
收藏 引用
acm sigplan NOTICES 2008年 第10期43卷 403-422页
作者: Prokopski, Gregory B. Verbrugge, Clark McGill Univ Sch Comp Sci Montreal PQ H3A 2T5 Canada
Many popular programming languages use interpreter-based execution for portability, supporting dynamic or reflective properties, and ease of implementation. Code-copying is an optimization technique for interpreters t... 详细信息
来源: 评论
A formal enforcement framework for role-based access control using aspect-oriented programming  05
收藏 引用
8th International conference on Model Driven Engineering languages and Systems
作者: Pavlich-Mariscal, J Michel, L Demurjian, S Univ Connecticut Dept Comp Sci & Engn U2155 Storrs CT 06269 USA
Many of today's software applications require a high-level of security, defined by a detailed policy and attained via mechanisms such as role-based access control (RBAC), mandatory access control, digital signatur... 详细信息
来源: 评论
Development of object oriented frameworks for spatio-temporal information systems  99
Development of object oriented frameworks for spatio-tempora...
收藏 引用
Proceedings of the 21st international conference on Software engineering
作者: Anita Jacob Nansen Environmental and Remote Sensing Center Edvard Griegs Vei 3A 5059 Bergen Norway
No abstract available.
来源: 评论