咨询与建议

限定检索结果

文献类型

  • 120 篇 会议
  • 63 篇 期刊文献
  • 1 册 图书

馆藏范围

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

日期分布

学科分类号

  • 120 篇 工学
    • 100 篇 计算机科学与技术...
    • 71 篇 软件工程
    • 17 篇 信息与通信工程
    • 13 篇 控制科学与工程
    • 8 篇 土木工程
    • 7 篇 电气工程
    • 7 篇 建筑学
    • 5 篇 电子科学与技术(可...
    • 5 篇 生物工程
    • 4 篇 机械工程
    • 4 篇 材料科学与工程(可...
    • 4 篇 船舶与海洋工程
    • 4 篇 安全科学与工程
    • 3 篇 化学工程与技术
    • 3 篇 生物医学工程(可授...
    • 2 篇 农业工程
    • 2 篇 网络空间安全
  • 51 篇 理学
    • 30 篇 数学
    • 9 篇 系统科学
    • 7 篇 生物学
    • 6 篇 化学
    • 5 篇 物理学
    • 4 篇 海洋科学
    • 4 篇 统计学(可授理学、...
  • 19 篇 管理学
    • 11 篇 管理科学与工程(可...
    • 8 篇 图书情报与档案管...
    • 3 篇 工商管理
  • 4 篇 教育学
    • 3 篇 教育学
  • 3 篇 农学
  • 3 篇 医学
    • 3 篇 基础医学(可授医学...
    • 3 篇 临床医学
  • 1 篇 经济学
  • 1 篇 法学
  • 1 篇 军事学

主题

  • 15 篇 computer science
  • 10 篇 laboratories
  • 9 篇 programming prof...
  • 7 篇 application soft...
  • 6 篇 programming envi...
  • 5 篇 software enginee...
  • 5 篇 educational inst...
  • 5 篇 visualization
  • 5 篇 hardware
  • 4 篇 compilers
  • 4 篇 education
  • 4 篇 logic programmin...
  • 4 篇 computer languag...
  • 4 篇 computational mo...
  • 4 篇 security
  • 4 篇 artificial intel...
  • 4 篇 equations
  • 4 篇 functional progr...
  • 3 篇 runtime
  • 3 篇 libraries

机构

  • 7 篇 functional progr...
  • 5 篇 laboratory for a...
  • 4 篇 visualization an...
  • 3 篇 german research ...
  • 3 篇 programming envi...
  • 3 篇 department of in...
  • 3 篇 programming lang...
  • 3 篇 institute for so...
  • 3 篇 programming tech...
  • 3 篇 department of co...
  • 2 篇 programming envi...
  • 2 篇 programming mode...
  • 2 篇 laboratory of au...
  • 2 篇 department of co...
  • 2 篇 languages and pr...
  • 2 篇 computer and pro...
  • 2 篇 laboratory for a...
  • 2 篇 laboratory on sp...
  • 2 篇 dep. of computin...
  • 2 篇 parallel program...

作者

  • 9 篇 fritzson peter
  • 4 篇 choe km
  • 4 篇 nilsson henrik
  • 4 篇 wolf felix
  • 3 篇 de meuter wolfga...
  • 3 篇 dedecker jessie
  • 3 篇 peter fritzson
  • 3 篇 pontelli enrico
  • 3 篇 c.d. hundhausen
  • 3 篇 qin xiaolin
  • 3 篇 mostinckx stijn
  • 3 篇 yong feng
  • 3 篇 gupta gopal
  • 3 篇 d'hondt theo
  • 3 篇 felix wolf
  • 3 篇 alvarez-picallo ...
  • 3 篇 zanasi fabio
  • 3 篇 sprunger david
  • 3 篇 薛京灵
  • 2 篇 mertin gunda

语言

  • 183 篇 英文
  • 1 篇 其他
检索条件"机构=Computer and Programming Laboratory"
184 条 记 录,以下是21-30 订阅
AN EFFICIENT COMPUTATION OF RIGHT CONTEXT FOR LR-BASED ERROR REPAIR
收藏 引用
INFORMATION PROCESSING LETTERS 1994年 第2期49卷 63-71页
作者: JUNG, MS CHOE, KM HAN, T Programming Languages Laboratory Department of Computer Science Korea Advanced Institute of Science and Technology 373-1 Kusong-Dong Yusong-Gu Taejon 305-701 South Korea
The left context in LR-based parsing is the sequence of states in the parsing stack. The right context is the vocabulary strings to appear for a given left context. We propose an efficient method of computing right co... 详细信息
来源: 评论
SYNTACTIC ERROR REPAIR USING REPAIR PATTERNS
收藏 引用
INFORMATION PROCESSING LETTERS 1993年 第4期47卷 189-196页
作者: YUN, IS CHOE, KM HAN, T Programming Languages Laboratory Department of Computer Science Korea Advanced Institute of Science and Technology 373-1 Kusong-Dong Yusung-Cu Taejon 305-701 South Korea
A syntactic error repair model is proposed, and is defined as a partial function from strings to sentences. The replacement of a substring of a string with a substring of a sentence is described by a repair pattern, w... 详细信息
来源: 评论
Algorithmic Debugging For Lazy Functional Languages
收藏 引用
Journal of Functional programming 1994年 第3期4卷 337-369页
作者: Nilsson, Henrik Fritzson, Peter Programming Environments Laboratory Department of Computer and Information Science Linkoping University S-581 83 Linkoping Sweden
Lazy functional languages have non-strict semantics and are purely declarative, i.e. they support the notion of referential transparency and are devoid of side-effects. Traditional debugging techniques are, however, n...
来源: 评论
An analysis of inline substitution for a structured programming language
收藏 引用
Communications of the ACM 1977年 第9期20卷 647-654页
作者: Scheifler, Robert W. Programming Methodology Group Laboratory for Computer Science Massachusetts Institute of Technology Cambridge MA 02139 United States
An optimization technique known as inline substitution is analyzed. The optimization consists of replacing a procedure invocation by a modified copy of the procedure body. The general problem of using inline substitut... 详细信息
来源: 评论
YET ANOTHER EFFICIENT BACKWARD EXECUTION ALGORITHM IN THE AND OR PROCESS MODEL
收藏 引用
INFORMATION PROCESSING LETTERS 1991年 第4期40卷 201-211页
作者: KIM, DH CHOE, KM Programming Languages Laboratory Department of Computer Science Korea Advanced Institute of Science and Technology 371-1 Kusong-Dong Yusang-Gu Taejon 305-701 South Korea
An efficient backward execution algorithm in the AND/OR Process Model for parallel evaluation of logic programs is proposed. The efficiency of the algorithm is achieved by means of information acquired during executio... 详细信息
来源: 评论
Graphingwiki - A semantic wiki extension for visualising and inferring protocol dependency
Graphingwiki - A semantic wiki extension for visualising and...
收藏 引用
1st Workshop on Semantic Wikis - From Wiki to Semantics, SemWiki 2006 - Co-located with the ESWC 2006
作者: Eronen, Juhani Röning, Juha Secure Programming Group Computer Engineering Laboratory University of Oulu FIN-90014 Oulu Finland
This paper introduces the Graphingwiki extension toMoinMoin Wiki. Graphingwiki enables the deepened analysis of the Wiki data by augmenting it with semantic data in a simple, practical and easy-to-use manner. Visualis... 详细信息
来源: 评论
A parallel framework for explicit FEM  7th
收藏 引用
7th International Conference on High Performance Computing, HiPC 2000
作者: Bhandarkar, Milind A. Kalé, Laxmikant V. Parallel Programming Laboratory Department of Computer Science University of Illinois Urbana-Champaign United States
As a part of an ongoing effort to develop a "standard library" for scientific and engineering parallel applications, we have developed a preliminary finite element framework. This framework allows an applica... 详细信息
来源: 评论
Run-time support for adaptive load balancing
Run-time support for adaptive load balancing
收藏 引用
15 Workshops Held in Conjunction with the IEEE International Parallel and Distributed Processing Symposium, IPDPS 2000
作者: Bhandarkar, Milind A. Brunner, Robert K. Kalé, Laxmikant V. Parallel Programming Laboratory Department of Computer Science University of Illinois at Urbana-Champaign United States
Many parallel scientific applications have dynamic and irregular computational structure. However, most such applications exhibit persistence of computational load and communication structure. This allows us to embed ... 详细信息
来源: 评论
Network virtualization for military application: Review and initial development of conceptual design
Network virtualization for military application: Review and ...
收藏 引用
14th International Conference on Advanced Communication Technology, ICACT 2012
作者: Kerdsri, Jiradett Wipusitwarkun, Komwut Computer and Programming Laboratory Defense Technology Institute Thailand Sirindhorn International Institute of Technology Thailand
Networking Technology, undoubtedly, plays a vital role in modern warfare especially in Network Centric Operations (NCOs) and Global Information Grid (GIG) concept. However, the current popular network infrastructure, ... 详细信息
来源: 评论
A trustworthiness-based access control model in grid system
A trustworthiness-based access control model in grid system
收藏 引用
2009 International Conference on Computational Intelligence and Software Engineering, CiSE 2009
作者: Jin, Taige Qin, Xiaolin Laboratory for Automated Reasoning and Programming Chengdu Institute of Computer Applications CAS Chengdu 610041 China
In existent researches of trustworthiness-based grid access control systems, an important question has not been resolved well: what types of historical behaviors should be chosen to measure trustworthiness. An access ... 详细信息
来源: 评论