咨询与建议

限定检索结果

文献类型

  • 45 篇 期刊文献
  • 18 篇 会议
  • 2 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 59 篇 工学
    • 47 篇 软件工程
    • 42 篇 计算机科学与技术...
    • 13 篇 电气工程
    • 5 篇 控制科学与工程
    • 4 篇 信息与通信工程
  • 2 篇 理学
    • 2 篇 数学
  • 2 篇 管理学
    • 1 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...

主题

  • 65 篇 programming lang...
  • 4 篇 program verifica...
  • 4 篇 programming lang...
  • 3 篇 structured progr...
  • 3 篇 control structur...
  • 3 篇 programming
  • 3 篇 pl/i
  • 3 篇 program document...
  • 2 篇 compilers
  • 2 篇 teaching program...
  • 2 篇 interaction nets
  • 2 篇 probabilistic sp...
  • 2 篇 abstraction
  • 2 篇 domain-specific ...
  • 2 篇 ada
  • 2 篇 pattern matching
  • 2 篇 representation e...
  • 2 篇 alias protection
  • 2 篇 java
  • 2 篇 concepts

机构

  • 2 篇 northwestern uni...
  • 2 篇 mit cambridge ma...
  • 2 篇 harvard univ cam...
  • 2 篇 northeastern uni...
  • 2 篇 kings coll londo...
  • 1 篇 hkust peoples r ...
  • 1 篇 at&t research
  • 1 篇 software methods...
  • 1 篇 univ. of illinoi...
  • 1 篇 aarhus univ dept...
  • 1 篇 carnegie mellon ...
  • 1 篇 carnegie mellon ...
  • 1 篇 univ alexandru i...
  • 1 篇 bedarra
  • 1 篇 univ waterloo de...
  • 1 篇 jet propulsion l...
  • 1 篇 mit comp sci & a...
  • 1 篇 computer science...
  • 1 篇 univ sussex sch ...
  • 1 篇 carnegie mellon ...

作者

  • 4 篇 coblenz michael
  • 3 篇 sunshine joshua
  • 3 篇 aldrich jonathan
  • 2 篇 dimoulas christo...
  • 2 篇 myers brad a.
  • 2 篇 hoare car
  • 2 篇 felleisen matthi...
  • 2 篇 findler robert b...
  • 1 篇 skvorc dejan
  • 1 篇 lopes cristina
  • 1 篇 sato shinya
  • 1 篇 hoare c.a.r.
  • 1 篇 siek jeremy g.
  • 1 篇 tao tao
  • 1 篇 wiedermann ben
  • 1 篇 srbljic sinisa
  • 1 篇 potter jm
  • 1 篇 barnard dt
  • 1 篇 ellison chucky
  • 1 篇 anderson stuart

语言

  • 53 篇 英文
  • 12 篇 其他
检索条件"主题词=Programming Language Design"
65 条 记 录,以下是11-20 订阅
排序:
ACCESS-CONTROL FOR PRIVATE DECLARATIONS IN ADA
收藏 引用
COMPUTER languageS 1994年 第2期20卷 117-126页
作者: SHEN, J CORMACK, GV UNIV WATERLOO DEPT COMP SCIWATERLOO N2L 3G1ONTARIOCANADA
In Ada, private declarations are either totally public or totally opaque. In many circumstances, it is necessary to selectively export some private operations or certain aspects of the hidden representation to some pr... 详细信息
来源: 评论
SUBSEQUENCE REFERENCES - 1ST-CLASS VALUES FOR SUBSTRINGS
收藏 引用
ACM TRANSACTIONS ON programming languageS AND SYSTEMS 1992年 第4期14卷 471-489页
作者: HANSEN, WJ Carnegie Mellon Univ. Pittsburgh PA
Arrays of characters are a basic data type in many programming languages, but strings and substrings are seldom accorded first-class status as parameters and return values. Such status would enable a routine that call... 详细信息
来源: 评论
Projecting a Modular Future
收藏 引用
IEEE SOFTWARE 2015年 第5期32卷 46-52页
作者: Voelter, Markus Warmer, Jos Kolb, Bernd Itemis Lunen Germany
Two innovations are enhancing programming languages' capabilities. First, modularity lets you combine independently developed languages without changing their respective definitions. A language is no longer a fixe... 详细信息
来源: 评论
A critique of Java
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 1999年 第5期29卷 457-478页
作者: Thimbleby, H Middlesex Univ London N11 2NQ England
Our experience of using Java is disappointing: as a programming language (irrespective of its implementations and libraries), Java itself leaves much to be desired, This paper discusses a few serious problems with Jav... 详细信息
来源: 评论
A language for generic programming in the large
收藏 引用
SCIENCE OF COMPUTER programming 2011年 第5期76卷 423-465页
作者: Siek, Jeremy G. Lumsdaine, Andrew Univ Colorado Dept Elect & Comp Engn Boulder CO 80309 USA Indiana Univ Dept Comp Sci Bloomington IN 47405 USA
Generic programming is an effective methodology for developing reusable software libraries. Many programming languages provide generics and have features for describing interfaces, but none completely support the idio... 详细信息
来源: 评论
A SYNTHESIS OF TYPE-CHECKING AND PARSING
收藏 引用
COMPUTER languageS 1993年 第4期18卷 241-250页
作者: MCCROSKY, C SAILOR, K Department of Computational Science University of Saskatchewan Saskatoon Canada S7N 0W0
The context-free grammars and parsers conventionally used to define and interpret concrete syntax lead to constrained expression notations. This paper gives algorithms which support less constrained, more intuitive no... 详细信息
来源: 评论
DYNAMIC PARTITIONING FOR ARRAY languageS
收藏 引用
COMMUNICATIONS OF THE ACM 1972年 第12期15卷 1023-&页
作者: PHILLIPS, JR ADAMS, HC Univ. of Illinois at Urbana-Champaign Urbana Eglin Air Force Base FL
The classical process of partitioning an array into subarrays is extended to a more useful array language operation. Various modes of partitioning are defined for different types of arrays, so that subarrays may vary ... 详细信息
来源: 评论
SP-K - SYSTEM FOR TEACHING COMPUTER programming
收藏 引用
COMMUNICATIONS OF THE ACM 1977年 第5期20卷 301-309页
作者: HOLT, RC WORTMAN, DB BARNARD, DT CORDY, JR UNIV TORONTO COMP SYST RES GRPTORONTO M5S 1A4ONTARIOCANADA
SP/k is a compatible subset of the PL/I language that has been designed for teaching programming. The features of the SP/k language were chosen to encourage structured problem solving by computers, to make the languag... 详细信息
来源: 评论
OPTIMAL INSERTION OF SOFTWARE PROBES IN WELL-DELIMITED PROGRAMS
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1982年 第1期8卷 34-42页
作者: PROBERT, RL Department of Computer Science University of Ottawa
A standard technique for monitoring software testing activities is to instrument the module under test with counters or probes before testing begins; then, during testing, data generated by these probes can be used to... 详细信息
来源: 评论
CODE OPTIMIZATION CONSIDERATIONS IN LIST PROCESSING SYSTEMS
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1982年 第2期8卷 107-112页
作者: SAMET, H Department of Computer Science University of Maryland
Code optimization is characterized as a time versus space tradeoff. Space optimizations are further decomposed into static and dynamic categories. Using this characterization, the optimization requirements of a list p... 详细信息
来源: 评论