咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 226 篇 工学
    • 213 篇 计算机科学与技术...
    • 166 篇 软件工程
    • 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 篇 临床医学

主题

  • 246 篇 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

语言

  • 211 篇 英文
  • 19 篇 其他
  • 12 篇 俄文
  • 4 篇 中文
检索条件"主题词=Programming theory"
246 条 记 录,以下是61-70 订阅
Bounding space usage of conservative garbage collectors  02
Bounding space usage of conservative garbage collectors
收藏 引用
POPL 2002: 29th ACM SIGPLAN-SIGACT Symposium on Principles of programming Languages
作者: Boehm, Hans-J. Hewlett-Packard Laboratories 1501 Page Mill Rd. Palo Alto CA 94304 United States
Conservative garbage collectors can automatically reclaim unused memory in the absence of precise pointer location information. If a location can possibly contain a pointer, it is treated by the collector as though it... 详细信息
来源: 评论
A theory of overloading  02
A theory of overloading
收藏 引用
Proceedings of the Seventh ACM SIGPLAN;International Conference on Functional programming (ICFP'02)
作者: Stuckey, Peter J. Sulzmann, Martin Dept. of Comp. Sci. Software Eng. The University of Melbourne Melbourne Vic. 3010 Australia
We present a minimal extension of the Hindley/Milner system to allow for overloading of identifiers. Our approach relies on a combination of the HM(X) type system framework with Constraint Handling Rules (CHRs). CHRs ... 详细信息
来源: 评论
A simple mathematically based framework for rule extraction from an arbitrary programming language
A simple mathematically based framework for rule extraction ...
收藏 引用
26th Annual International Computer Software and Applications Conference
作者: Ramsey, FV Alpigini, JJ De Montfort Univ Software Technol Res Lab Leicester LE1 9BH Leics England
Programs use rules to dictate or constrain specific decisions or actions. These rules have typically, been tested, revised, and updated continuously;therefore, the), represent a substantial and valuable business or in... 详细信息
来源: 评论
Dynamic Weaving for Aspect-Oriented programming
Dynamic Weaving for Aspect-Oriented Programming
收藏 引用
1st International Conference on Aspect-Oriented Software Development (AOSD 2002)
作者: Popovici, Andrei Gross, Thomas Alonso, Gustavo Department of Computer Science Swiss Fed. Inst. Tech. Zürich CH-8092 Zürich Switzerland
When, using Aspect Oriented programming in the development of software components, a developer must understand the program units actually changed by weaving, how they behave, and possibly correct the aspects used. Sup... 详细信息
来源: 评论
Integrated array dependence test method based on Banerjee-GCD and Banerjee-Bound method
收藏 引用
Jisuanji Xuebao/Chinese Journal of Computers 2002年 第2期25卷 181-188页
作者: Ma, Guo-Kai Zhu, Jia-Hua Zhang, Yuan-Fang Zhu, Chuan-Qi Parallel Proc. Inst. Fudan Univ. Shanghai 200433 China
Considering the most common cases in the test suit, a dependence test method for loop parallelization is designed based on the Banerjee-GCD and Banerjee-Bound methods. It is found out that not all the dependence direc... 详细信息
来源: 评论
Higher-order matching for program transformation
收藏 引用
THEORETICAL COMPUTER SCIENCE 2001年 第1-2期269卷 135-162页
作者: de Moor, O Sittampalam, G Univ Oxford Comp Lab Programming Res Grp Oxford OX1 3QD England
We present a simple, practical algorithm for higher-order matching in the context of automatic program transformation. Our algorithm finds more matches than the standard second order matching algorithm of Huet and Lan... 详细信息
来源: 评论
Higher-order substitutions
收藏 引用
INFORMATION AND COMPUTATION 2001年 第1期164卷 1-53页
作者: Duggan, D Stevens Inst Technol Dept Comp Sci Hoboken NJ 07030 USA
The lambda sigma -calculus is a concrete lambda -calculus of explicit substitutions, designed for reasoning about implementations of lambda -calculi. Higher-order abstract syntax is an approach to metaprogramming that... 详细信息
来源: 评论
A continuum of theories of lambda calculus without semantics
A continuum of theories of lambda calculus without semantics
收藏 引用
16th Annual IEEE Symposium on Logic in Computer Science
作者: Salibra, A Univ Venice Dipartimento Informat I-30172 Venice Italy
In this paper we give a topological proof of the following result. There exist 2(N0) lambda theories of the untyped lambda calculus without a model in any semantics based on Scott's view of models as partially ord... 详细信息
来源: 评论
Intensionality, extensionality, and proof irrelevance in modal type theory
Intensionality, extensionality, and proof irrelevance in mod...
收藏 引用
16th Annual IEEE Symposium on Logic in Computer Science
作者: Pfenning, F Carnegie Mellon Univ Dept Comp Sci Pittsburgh PA 15213 USA
We develop a uniform type theory that integrates intensionality, extensionality, and proof irrelevance as judgmental concepts. Any object may be treated intensionally (subject only to alpha -conversion), extensionally... 详细信息
来源: 评论
Evolving structure - Optimising content
Evolving structure - Optimising content
收藏 引用
Congress on Evolutionary Computation (CEC 2001)
作者: Whigham, PA Keukelaar, J Univ Otago Dept Informat Sci Dunedin New Zealand
This paper describes the initial results of a new form of evolutionary system specifically designed for time series modeling. The system combines a grammatically-based Genetic programming system with various optimisat... 详细信息
来源: 评论