咨询与建议

限定检索结果

文献类型

  • 131 篇 期刊文献
  • 114 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 225 篇 工学
    • 212 篇 计算机科学与技术...
    • 165 篇 软件工程
    • 14 篇 电气工程
    • 11 篇 控制科学与工程
    • 8 篇 信息与通信工程
    • 4 篇 电子科学与技术(可...
    • 2 篇 化学工程与技术
    • 1 篇 机械工程
    • 1 篇 仪器科学与技术
    • 1 篇 建筑学
    • 1 篇 土木工程
    • 1 篇 测绘科学与技术
    • 1 篇 航空宇航科学与技...
    • 1 篇 生物工程
    • 1 篇 安全科学与工程
  • 91 篇 理学
    • 88 篇 数学
    • 4 篇 化学
    • 3 篇 统计学(可授理学、...
    • 1 篇 物理学
    • 1 篇 生物学
    • 1 篇 系统科学
  • 36 篇 管理学
    • 26 篇 管理科学与工程(可...
    • 12 篇 图书情报与档案管...
    • 9 篇 工商管理
  • 4 篇 教育学
    • 2 篇 教育学
    • 2 篇 心理学(可授教育学...
  • 2 篇 经济学
    • 2 篇 应用经济学
  • 1 篇 医学
    • 1 篇 临床医学

主题

  • 245 篇 programming theo...
  • 10 篇 programming and ...
  • 5 篇 software enginee...
  • 5 篇 software testing
  • 4 篇 high level langu...
  • 3 篇 programming
  • 3 篇 ada
  • 3 篇 graph theory
  • 3 篇 software reliabi...
  • 3 篇 wireless mesh ne...
  • 3 篇 formal specifica...
  • 3 篇 capacity optimiz...
  • 3 篇 programming envi...
  • 3 篇 channel allocati...
  • 2 篇 parallel process...
  • 2 篇 formal logic
  • 2 篇 automation
  • 2 篇 automatic testin...
  • 2 篇 reliability theo...
  • 2 篇 formal languages

机构

  • 2 篇 univ of pennsylv...
  • 2 篇 mgu im. m.v. lom...
  • 2 篇 moskovskij gosud...
  • 2 篇 inria rocquencou...
  • 2 篇 ecole des mines ...
  • 2 篇 inst kibernetiki...
  • 2 篇 aarhus univ aarh...
  • 2 篇 univ oxford comp...
  • 2 篇 city univ london...
  • 2 篇 eindhoven univ t...
  • 2 篇 univ calif berke...
  • 2 篇 univ of nottingh...
  • 1 篇 beijing univ of ...
  • 1 篇 poznan universit...
  • 1 篇 addis ababa univ...
  • 1 篇 hewlett-packard ...
  • 1 篇 technion israel ...
  • 1 篇 johann wolfgang ...
  • 1 篇 national institu...
  • 1 篇 at&t research

作者

  • 3 篇 liu yanhong a.
  • 2 篇 banach r
  • 2 篇 stuckey peter j.
  • 2 篇 kiselyov oleg
  • 2 篇 cousot patrick
  • 2 篇 desharnais j
  • 2 篇 zakharov v.a.
  • 2 篇 duggan d
  • 2 篇 nielson flemming
  • 2 篇 stoller scott d.
  • 2 篇 nielson hanne ri...
  • 2 篇 henzinger thomas...
  • 2 篇 sheard tim
  • 2 篇 mili a
  • 2 篇 rehof jakob
  • 1 篇 merz stephan
  • 1 篇 davidov mikhail
  • 1 篇 wiedenbeck s
  • 1 篇 puel laurence
  • 1 篇 mai zhongfan

语言

  • 212 篇 英文
  • 17 篇 其他
  • 12 篇 俄文
  • 4 篇 中文
检索条件"主题词=Programming theory"
245 条 记 录,以下是71-80 订阅
排序:
PRINCIPLES OF programming WITH COMPLEX OBJECTS AND COLLECTION TYPES
收藏 引用
THEORETICAL COMPUTER SCIENCE 1995年 第1期149卷 3-48页
作者: BUNEMAN, P NAQVI, S TANNEN, V WONG, LS BELLCORE MORRISTOWN NJ 07960 USA INST SYST SCI SINGAPORE 0511 SINGAPORE
We present a new principle for the development of database query languages that the primitive operations should be organized around types. Viewing a relational database as consisting of sets of records, this principle... 详细信息
来源: 评论
Explaining type inference
收藏 引用
SCIENCE OF COMPUTER programming 1996年 第1期27卷 37-83页
作者: Duggan, D Bent, F Department of Computer Science University of Waterloo Waterloo Ontario Canada N2L 3G1
Type inference is the compile-time process of reconstructing missing type information in a program based on the usage of its variables. ML and Haskell are two languages where this aspect of compilation has enjoyed som... 详细信息
来源: 评论
An operational semantics of sharing in lazy evaluation
收藏 引用
SCIENCE OF COMPUTER programming 1996年 第3期27卷 289-322页
作者: Seaman, J Iyer, SP N CAROLINA STATE UNIV DEPT COMP SCIRALEIGHNC 27695
From a theoretical point of view, lazy evaluation corresponds to the call-by-name evaluation method, which substitutes arguments for parameters before evaluating them and never evaluates under a lambda. From an implem... 详细信息
来源: 评论
On termination and confluence properties of disjoint and constructor-sharing conditional rewrite systems
收藏 引用
THEORETICAL COMPUTER SCIENCE 1996年 第1期165卷 97-131页
作者: Gramlich, B Fachbereich Informatik Universität Kaiserslautern Postfach 3049 D-67653 Kaiserslautern Germany
We investigate the modularity behavior of termination and confluence properties of (join) conditional term rewriting systems. We give counterexamples showing that the properties weak termination, weak innermost termin... 详细信息
来源: 评论
ON THE MATHEMATICS OF SEQUENTIAL DECOMPOSITIONS
收藏 引用
SCIENCE OF COMPUTER programming 1993年 第3期20卷 253-289页
作者: DESHARNAIS, J MILI, A MILI, F UNIV LAVAL DEPT INFORMATQUEBEC CITY G1K 7P4QUEBECCANADA UNIV OTTAWA DEPT COMP SCIOTTAWA K1N 6N5ONTARIOCANADA OAKLAND UNIV SCH ENGN & COMP SCIROCHESTERMI 48309
We view the process of constructing a program as the stepwise transformation of a relation into simpler relations. In this paper, we focus on a particular transformation: that which decomposes the specification of an ... 详细信息
来源: 评论
AN ANALYSIS OF SEVERAL SOFTWARE DEFECT MODELS
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1988年 第9期14卷 1261-1270页
作者: YU, TJ SHEN, VY DUNSMORE, HE MICROELECTRON & COMP TECHNOL CORP AUSTINTX 78759 PURDUE UNIV DEPT COMP SCIW LAFAYETTEIN 47907
Results are presented of an analysis of several defect models using data collected from two large commercial projects. Traditional models typically use either program matrices (i.e. measurements from software products... 详细信息
来源: 评论
COMBINED USE OF FINITE-STATE MACHINES AND PETRI NETS FOR MODELING COMMUNICATING PROCESSES
收藏 引用
ELECTRONICS LETTERS 1984年 第22期20卷 915-916页
作者: PATTAVINA, A TRIGILA, S FDN UGO BORDONI I-00153 ROMEITALY
In order to model and verify systems of concurrent processes (such as those involved in communication protocols), finite-state machines and Petri nets can be used as local and global models, respectively. The problem ... 详细信息
来源: 评论
Introduction to the special issue "Best of Empirical Studies of Programmers 7"
收藏 引用
INTERNATIONAL JOURNAL OF HUMAN-COMPUTER STUDIES 1999年 第1期51卷 3-5页
作者: Wiedenbeck, S Scholtz, J Dalhousie Univ Fac Comp Sci Halifax NS B3J 2X4 Canada Natl Inst Stand & Technol Gaithersburg MD 20899 USA
The paper `Best of Empirical Studies of Programmers 7', from the Seventh Workshop on Empirical Studies of Programmers held in 1997 was initiated to bring a group of high-quality papers, representing a range of iss... 详细信息
来源: 评论
What are race conditions? Some issues and formalizations
收藏 引用
ACM letters on programming languages and systems 1992年 第1期1卷 74-88页
作者: Netzer, Robert H.B. Miller, Barton P. Univ of Wisconsin Madison United States
In shared-memory parallel programs that use explicit synchronization, race conditions result when accesses to shared memory are not properly synchronized. Race conditions are often considered to be manifestations of b... 详细信息
来源: 评论
COMPOSITION-NOMINATIVE ASPECTS OF ADDRESS programming
收藏 引用
CYBERNETICS AND SYSTEMS ANALYSIS 2009年 第6期45卷 864-874页
作者: Nikitchenko, M. S. Taras Shevchenko Natl Univ Kiev Ukraine
Basic principles of address programming, namely, addressness and program control are considered and analyzed. Their further development within the framework of composition and compositionnominative programming is demo... 详细信息
来源: 评论