咨询与建议

限定检索结果

文献类型

  • 59 篇 会议
  • 1 册 图书

馆藏范围

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

日期分布

学科分类号

  • 48 篇 工学
    • 46 篇 计算机科学与技术...
    • 37 篇 软件工程
    • 4 篇 信息与通信工程
    • 3 篇 控制科学与工程
    • 2 篇 仪器科学与技术
    • 2 篇 生物工程
    • 1 篇 机械工程
    • 1 篇 电气工程
    • 1 篇 航空宇航科学与技...
    • 1 篇 生物医学工程(可授...
    • 1 篇 安全科学与工程
  • 14 篇 理学
    • 11 篇 数学
    • 2 篇 生物学
    • 1 篇 海洋科学
    • 1 篇 地质学
  • 6 篇 管理学
    • 4 篇 图书情报与档案管...
    • 2 篇 管理科学与工程(可...
    • 2 篇 工商管理
  • 1 篇 法学
    • 1 篇 社会学

主题

  • 12 篇 computer program...
  • 4 篇 software enginee...
  • 4 篇 functional progr...
  • 3 篇 modeling languag...
  • 3 篇 logic programmin...
  • 3 篇 computer languag...
  • 3 篇 computer program...
  • 2 篇 object oriented ...
  • 2 篇 computer science
  • 2 篇 programming prof...
  • 2 篇 filters
  • 2 篇 libraries
  • 2 篇 programming
  • 2 篇 algorithms
  • 2 篇 parallel program...
  • 2 篇 humans
  • 2 篇 assembly
  • 1 篇 software systems
  • 1 篇 query languages
  • 1 篇 computing and ed...

机构

  • 2 篇 departamento de ...
  • 1 篇 artificial intel...
  • 1 篇 lig lab saint ma...
  • 1 篇 univ nottingham ...
  • 1 篇 department of co...
  • 1 篇 japan science an...
  • 1 篇 tartan laborator...
  • 1 篇 univ hong kong p...
  • 1 篇 central institut...
  • 1 篇 sch of electr en...
  • 1 篇 computer science...
  • 1 篇 university of co...
  • 1 篇 univ tartu dept ...
  • 1 篇 department of co...
  • 1 篇 cnrs f-75205 par...
  • 1 篇 univ pisa dipart...
  • 1 篇 univ paris 12 la...
  • 1 篇 univ aix marseil...
  • 1 篇 department of co...
  • 1 篇 advanced technol...

作者

  • 2 篇 lam monica s.
  • 2 篇 mittal saurabh
  • 1 篇 oliveira bruno c...
  • 1 篇 fahringer thomas
  • 1 篇 gronmo roy
  • 1 篇 r. lo
  • 1 篇 alvaro peter
  • 1 篇 tauber tomas
  • 1 篇 han taisook
  • 1 篇 huang zhexue
  • 1 篇 itabashi kazumas...
  • 1 篇 hoole quinton
  • 1 篇 riley graham
  • 1 篇 bes alexis
  • 1 篇 loh andres
  • 1 篇 carlos canal
  • 1 篇 vachharajani man...
  • 1 篇 nichols mark a.
  • 1 篇 kang hyun-goo
  • 1 篇 barry matthew

语言

  • 56 篇 英文
  • 3 篇 葡萄牙文
  • 1 篇 西班牙文
检索条件"任意字段=3rd Asian Symposium on Programming Languages and Systems"
60 条 记 录,以下是21-30 订阅
Lightweight family polymorphism
收藏 引用
3rd asian symposium on programming languages and systems
作者: Igarashi, A Saito, C Viroli, M Kyoto Univ Kyoto Japan Univ Bologna Alma Mater Studiorum Bologna Italy
Family polymorphism has been proposed for object-oriented languages as a solution to supporting reusable yet type-safe mutually recursive classes. A key idea of family polymorphism is the notion of families, which are... 详细信息
来源: 评论
programming languages and systems - Third asian symposium, APLAS 2005, Proceedings
收藏 引用
3rd asian symposium on programming languages and systems, APLAS 2005
The proceedings contain 27 papers. The topics discussed include: the essence of dataflow programming;data refinement with low-level pointer operations;a simple semantics for polymorphic recursion;an abstract interpret... 详细信息
来源: 评论
Resource bound certification for a tail-recursive virtual machine
收藏 引用
3rd asian symposium on programming languages and systems
作者: Dal Zilio, S Gascon, R CNRS LIF F-75700 Paris France Univ Aix Marseille 1 F-13331 Marseille 3 France
We define a method to statically bound the size of values computed during the execution of a program as a function of the size of its parameters. More precisely, we consider bytecode programs that should be executed o... 详细信息
来源: 评论
Race conditions in message sequence charts
收藏 引用
3rd asian symposium on programming languages and systems, APLAS 2005
作者: Chen, Chien-An Kalvala, Sara Sinclair, Jane Department of Computer Science University of Warwick Coventry CV4 7AL United Kingdom
Message Sequence Charts (MSCs) are a graphical language for the description of scenarios in terms of message exchanges between communicating components in a distributed environment. The language has been standardised ... 详细信息
来源: 评论
A path sensitive type system for resource usage verification of C like languages
收藏 引用
3rd asian symposium on programming languages and systems, APLAS 2005
作者: Kang, Hyun-Goo Kim, Youil Han, Taisook Han, Hwansoo Department of Computer Science Korea Advanced Institute of Science and Technology
In this paper, we present a path sensitive type system for resource usage verification. Path sensitivity is essential to model resource usage in C programs correctly and accurately. So far, most of methods to analyze ... 详细信息
来源: 评论
A portable and customizable profiling framework for java based on bytecode instruction counting
收藏 引用
3rd asian symposium on programming languages and systems, APLAS 2005
作者: Binder, Walter Artificial Intelligence Laboratory CH-1015 Lausanne Switzerland
Prevailing profilers for Java, which rely on standard, native-code profiling interfaces, are not portable, give imprecise results due to serious measurement perturbation, and cause excessive overheads. In contrast, pr... 详细信息
来源: 评论
Termination analysis of higher-order functional programs
收藏 引用
3rd asian symposium on programming languages and systems, APLAS 2005
作者: Sereni, Damien Jones, Neil D. Oxford University Computing Laboratory DIKU University of Copenhagen
Size-change termination (SCT) automatically identifies termination of first-order functional programs. The SCT principle: a program terminates if every infinite control flow sequence would cause an infinite descent in... 详细信息
来源: 评论
Probabilistic Linda-based coordination languages
Probabilistic Linda-based coordination languages
收藏 引用
3rd International symposium on Formal Methods for Components and Objects
作者: Di Pierro, A Hankin, C Wiklicky, H Univ Pisa Dipartimento Informat I-56100 Pisa Italy Imperial Coll Sch Med Dept Comp London England
Coordination languages are intended to simplify the development of complex software systems by separating the coordination aspects of an application from its computational aspects. Coordination refers to the ways the ... 详细信息
来源: 评论
Reflection analysis for java
收藏 引用
3rd asian symposium on programming languages and systems, APLAS 2005
作者: Livshits, Benjamin Whaley, John Lam, Monica S. Computer Science Department Stanford University Stanford CA 94305 United States
Reflection has always been a thorn in the side of Java static analysis tools. Without a full treatment of reflection, static analysis tools are both incomplete because some parts of the program may not be included in ... 详细信息
来源: 评论
Analytic comparison of two advanced C language-based parallel programming models
Analytic comparison of two advanced C language-based paralle...
收藏 引用
3rd International symposium on Parallel and Distributed Computing (ISPDC 2004)/3rd International Workshop on Algorithms, Models and Tools for Parallel Computing on Heterogeneous Networks (HeteroPar 04)
作者: Marowka, A Hebrew Univ Jerusalem Sch Comp Sci & Engn Comp Aided Design Lab IL-91904 Jerusalem Israel
There are two main approaches for designing parallel language. The first approach states that parallel computing demands new programming concepts and radical intellectual changes regarding the way we think about progr... 详细信息
来源: 评论