咨询与建议

限定检索结果

文献类型

  • 148 篇 会议
  • 3 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 113 篇 工学
    • 107 篇 软件工程
    • 101 篇 计算机科学与技术...
    • 7 篇 控制科学与工程
    • 3 篇 电气工程
    • 3 篇 电子科学与技术(可...
    • 3 篇 信息与通信工程
    • 3 篇 环境科学与工程(可...
    • 2 篇 生物工程
    • 1 篇 力学(可授工学、理...
    • 1 篇 机械工程
    • 1 篇 土木工程
    • 1 篇 农业工程
    • 1 篇 生物医学工程(可授...
    • 1 篇 网络空间安全
  • 12 篇 理学
    • 9 篇 数学
    • 2 篇 生物学
    • 2 篇 系统科学
    • 1 篇 物理学
  • 11 篇 管理学
    • 6 篇 图书情报与档案管...
    • 5 篇 管理科学与工程(可...
    • 3 篇 工商管理
  • 4 篇 教育学
    • 4 篇 教育学
  • 1 篇 经济学
    • 1 篇 应用经济学
  • 1 篇 法学
    • 1 篇 社会学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 21 篇 computer program...
  • 8 篇 java programming...
  • 5 篇 object oriented ...
  • 5 篇 software design
  • 4 篇 semantics
  • 3 篇 computer program...
  • 3 篇 functional progr...
  • 2 篇 program debuggin...
  • 2 篇 access control
  • 2 篇 database systems
  • 2 篇 high level langu...
  • 2 篇 parallel program...
  • 2 篇 challenges
  • 2 篇 specifications
  • 2 篇 component integr...
  • 2 篇 generic programm...
  • 2 篇 c (programming l...
  • 2 篇 python
  • 2 篇 language server ...
  • 2 篇 c#

机构

  • 3 篇 xerox palo alto ...
  • 2 篇 czech tech univ ...
  • 2 篇 ecole polytech f...
  • 2 篇 cornell univ ith...
  • 2 篇 princeton univ p...
  • 2 篇 northeastern uni...
  • 2 篇 stanford univers...
  • 2 篇 univ cambridge c...
  • 2 篇 indiana univ blo...
  • 2 篇 computer science...
  • 2 篇 univ potsdam has...
  • 2 篇 computer science...
  • 2 篇 carnegie mellon ...
  • 1 篇 mbzuai masdar
  • 1 篇 johns hopkins un...
  • 1 篇 center for the s...
  • 1 篇 mcc 9430 researc...
  • 1 篇 virginia tech bl...
  • 1 篇 computer corpora...
  • 1 篇 ibm t. j. watson...

作者

  • 4 篇 hirschfeld rober...
  • 2 篇 o'donnell john t...
  • 2 篇 rein patrick
  • 2 篇 niephaus fabio
  • 2 篇 penedo maria h.
  • 2 篇 david r. hanson
  • 2 篇 john t. o'donnel...
  • 2 篇 ploedereder erha...
  • 2 篇 pfenning frank
  • 2 篇 heimbigner denni...
  • 2 篇 vitek jan
  • 2 篇 mattis toni
  • 1 篇 nozkin ilya
  • 1 篇 chung benjamin
  • 1 篇 hadfield steven ...
  • 1 篇 balasubramaniam ...
  • 1 篇 austin cory bart
  • 1 篇 agnarsson snorri
  • 1 篇 staats matt
  • 1 篇 gestwicki paul

语言

  • 149 篇 英文
  • 2 篇 其他
检索条件"任意字段=Proceedings of the ACM SIGPLAN 85 symposium on Language issues in programming environments"
151 条 记 录,以下是101-110 订阅
排序:
STRUCTURE OF CEDAR.
STRUCTURE OF CEDAR.
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: Swinehart, Daniel C. Zellweger, Polle T. Hagmann, Robert B. Xerox Palo Alto Research Cent Palo Alto CA USA Xerox Palo Alto Research Cent Palo Alto CA USA
This paper presents an overview of the Cedar programming environment, focusing primarily on its overall structure: the major components of Cedar and the way they are organized. Cedar supports the development of progra... 详细信息
来源: 评论
SIMPLE SOFTWARE ENVIRONMENT BASED ON OBJECTS AND RELATIONS.
SIMPLE SOFTWARE ENVIRONMENT BASED ON OBJECTS AND RELATIONS.
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: MacLennan, Bruce J. US Naval Postgraduate Sch Monterey CA USA US Naval Postgraduate Sch Monterey CA USA
This paper presents a simple programming system based on a clear separation of value-oriented programming and object-oriented programming. The value-oriented component is a conventional functional programming language... 详细信息
来源: 评论
EFFICIENT ABSTRACTIONS FOR THE IMPLEMENTATION OF STRUCTURED EDITORS.
EFFICIENT ABSTRACTIONS FOR THE IMPLEMENTATION OF STRUCTURED ...
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: Hood, Robert Rice Univ Houston TX USA Rice Univ Houston TX USA
This paper investigates the use of abstract recursive data structures and operations in the implementation of a structured program editor. The value-oriented semantics of the proposed constructs simplify the implement... 详细信息
来源: 评论
RELATIONS AND ATTRIBUTES: A SYMBIOTIC BASIS FOR EDITING environments.
RELATIONS AND ATTRIBUTES: A SYMBIOTIC BASIS FOR EDITING ENVI...
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: Horwitz, Susan Teitelbaum, Tim Cornell Univ Ithaca NY USA Cornell Univ Ithaca NY USA
The ability to generate language-based editors depends on the existence of a powerful, language-independent model of editing. A model is proposed in which programs are represented as attributed abstract-syntax trees w... 详细信息
来源: 评论
MODEL AND AN IMPLEMENTATION OF A LOGIC programming ENVIRONMENT.
MODEL AND AN IMPLEMENTATION OF A LOGIC PROGRAMMING ENVIRONME...
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: Komorowski, Henryk Jan Omori, Shigeo Harvard Univ Cambridge MA USA Harvard Univ Cambridge MA USA
It has been claimed that logic programming offers outstanding possibilities for new concepts in programming environments. But there has been little progress reported in the field of logic programming environments. Thi... 详细信息
来源: 评论
LIBRARIES AS PROGRAMS PRESERVED WITHIN COMPILER CONTINUATIONS.
LIBRARIES AS PROGRAMS PRESERVED WITHIN COMPILER CONTINUATION...
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: Wells, Mark B. Hug, Margaret A. Silver, Rollo New Mexico State Univ Las Cruces NM USA New Mexico State Univ Las Cruces NM USA
An approach to library organization for block-structured languages is given that avoids corrupting such structuring with the introduction of 'modules', 'units', or 'packages'. The scheme involv... 详细信息
来源: 评论
DESIGN issues IN A RULE-BASED SYSTEM.
DESIGN ISSUES IN A RULE-BASED SYSTEM.
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: Fickas, Stephen Univ of Oregon USA Univ of Oregon USA
This paper discusses a language and associated environment for building rule-based programs. The language and environment are encapsulated in a system we call ORBS (Oregon Rule Based System). In tune with this confere... 详细信息
来源: 评论
INTEGRATION MECHANISMS IN CEDAR.
INTEGRATION MECHANISMS IN CEDAR.
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: Donahue, James Xerox Palo Alto Research Cent Palo Alto CA USA Xerox Palo Alto Research Cent Palo Alto CA USA
The Cedar environment provides a variety of somewhat novel integration mechanisms;they are the subject of this paper. We discuss Cedar from the viewpoint of a tool developer, discussing both 'rights' and '... 详细信息
来源: 评论
SEMANTIC EDITOR.
SEMANTIC EDITOR.
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: Dybvig, R.Kent Smith, Bruce T. Univ of North Carolina at Chapel Hill Chapel Hill NC USA Univ of North Carolina at Chapel Hill Chapel Hill NC USA
We describe an interactive tool for program development and transformation, a semantic editor. The domain of the semantic editor is Backus's FP programming language. The editor facilitates manipulation of FP progr... 详细信息
来源: 评论
SW 2-AN OBJECT-BASED programming ENVIRONMENT.
SW 2-AN OBJECT-BASED PROGRAMMING ENVIRONMENT.
收藏 引用
proceedings of the acm sigplan 85 symposium on language issues in programming environments.
作者: Laff, Mark R. Hailpern, Brent IBM Yorktown Heights NY USA IBM Yorktown Heights NY USA
programming systems traditionally deal with only a few different types of data objects. Operating-system command languages, for example, are concerned with files and programs. Typical programming languages deal with c... 详细信息
来源: 评论