咨询与建议

限定检索结果

文献类型

  • 14 篇 会议
  • 6 册 图书

馆藏范围

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

日期分布

学科分类号

  • 12 篇 工学
    • 12 篇 计算机科学与技术...
    • 9 篇 软件工程
  • 2 篇 理学
    • 2 篇 系统科学
  • 2 篇 管理学
    • 1 篇 管理科学与工程(可...
    • 1 篇 工商管理
    • 1 篇 图书情报与档案管...

主题

  • 4 篇 programming tech...
  • 4 篇 programming lang...
  • 3 篇 software enginee...
  • 3 篇 logics and meani...
  • 2 篇 computer communi...
  • 2 篇 mathematical log...
  • 1 篇 information syst...
  • 1 篇 function composi...
  • 1 篇 theory of comput...
  • 1 篇 software enginee...
  • 1 篇 operating system...
  • 1 篇 programming
  • 1 篇 matlab
  • 1 篇 high level langu...
  • 1 篇 real time system...
  • 1 篇 aspect oriented ...
  • 1 篇 programming lang...
  • 1 篇 markov processes
  • 1 篇 educational inst...
  • 1 篇 concatenative pr...

机构

  • 1 篇 dept. of informa...
  • 1 篇 shanghai jiao to...
  • 1 篇 programming lang...
  • 1 篇 center for resea...
  • 1 篇 academy of crimi...
  • 1 篇 department of in...
  • 1 篇 victoria univ we...
  • 1 篇 stmicroelectroni...
  • 1 篇 lifl/ustl-lille
  • 1 篇 stmicroelectroni...
  • 1 篇 mcgill univ mont...
  • 1 篇 indian institute...
  • 1 篇 graduate school ...
  • 1 篇 national univers...
  • 1 篇 onera-toulouse
  • 1 篇 montoux ny usa
  • 1 篇 department of pr...
  • 1 篇 the university o...
  • 1 篇 chennai mathemat...
  • 1 篇 department of co...

作者

  • 2 篇 naoki kobayashi
  • 1 篇 ilya sergey
  • 1 篇 zheng yudi
  • 1 篇 marek lukáš
  • 1 篇 gaspes veronica
  • 1 篇 kiselyov oleg
  • 1 篇 cassel sofia
  • 1 篇 saraswat vijay
  • 1 篇 homer michael
  • 1 篇 sarimbekov aibek
  • 1 篇 robart mathieu
  • 1 篇 robert pinter
  • 1 篇 dragica radosav
  • 1 篇 jonsson bengt
  • 1 篇 ranjit jhala
  • 1 篇 steffen bernhard
  • 1 篇 jones timothy
  • 1 篇 lavigueur bruno
  • 1 篇 liu yu david
  • 1 篇 gebrewahid essay...

语言

  • 19 篇 英文
  • 1 篇 中文
检索条件"任意字段=10th Asian Symposium on Programming Languages and Systems, APLAS 2012"
20 条 记 录,以下是1-10 订阅
排序:
20th asian symposium on programming languages and systems, aplas 2022
20th Asian Symposium on Programming Languages and Systems, A...
收藏 引用
20th asian symposium on programming languages and systems, aplas 2022
the proceedings contain 10 papers. the special focus in this conference is on programming languages and systems. the topics include: Decoupling the Ascending and Descending Phases in Abstract Interpreta...
来源: 评论
the Practice of a Compositional Functional programming Language  16th
The Practice of a Compositional Functional Programming Langu...
收藏 引用
16th asian symposium on programming languages and systems (aplas)
作者: Jones, Timothy Homer, Michael Montoux New York NY USA Victoria Univ Wellington Wellington New Zealand
Function composition is a very natural operation, but most language paradigms provide poor support for it. Without linguistic support programmers must work around or manually implement what would be simple composition... 详细信息
来源: 评论
Probabilistic programming Language and its Incremental Evaluation  14th
Probabilistic Programming Language and its Incremental Evalu...
收藏 引用
14th asian symposium on programming languages and systems (aplas)
作者: Kiselyov, Oleg Tohoku Univ Sendai Miyagi Japan
this system description paper introduces the probabilistic programming language Hakaru10, for expressing, and performing inference on (general) graphical models. the language supports discrete and continuous distribut... 详细信息
来源: 评论
programming languages and systems - 10th asian symposium, aplas 2012, Proceedings
Programming Languages and Systems - 10th Asian Symposium, AP...
收藏 引用
10th asian symposium on programming languages and systems, aplas 2012
the proceedings contain 26 papers. the topics discussed include: planet dynamic or: how I learned to stop worrying and love reflection;ownership types for object synchronization;a functional view of imperative informa...
来源: 评论
programming real-time image processing for manycores in a high-level language
Programming real-time image processing for manycores in a hi...
收藏 引用
10th International symposium on Advanced Parallel Processing Technologies, APPT 2013
作者: Gebrewahid, Essayas Zain-Ul-Abdin Svensson, Bertil Gaspes, Veronica Jego, Bruno Lavigueur, Bruno Robart, Mathieu Center for Research on Embedded Systems Halmstad University Halmstad Sweden STMicroelectronics - Advanced System Technology Grenoble France STMicroelectronics - Advanced System Technology Bristol United Kingdom
Manycore architectures are gaining attention as a means to meet the performance and power demands of high-performance embedded systems. However, their widespread adoption is sometimes constrained by the need for maste... 详细信息
来源: 评论
A synchronous language with partial delay specification for real-time systems programming  1
收藏 引用
10th asian symposium on programming languages and systems, aplas 2012
作者: Wyss, Rémy Boniol, Frédéric Forget, Julien Pagetti, Claire ONERA-Toulouse France LIFL/USTL-Lille France
High-level formal programming languages require system designers to provide a very precise description of the system during early development phases, which may in some cases lead to arbitrary choices (i.e. the designe... 详细信息
来源: 评论
Ownership types for object synchronisation  1
收藏 引用
10th asian symposium on programming languages and systems, aplas 2012
作者: Lu, Yi Potter, John Xue, Jingling Programming Languages and Compilers Group School of Computer Science and Engineering University of New South Wales Sydney NSW 2052 Australia
Shared-memory concurrent programming is difficult and error prone because memory accesses by concurrent threads need to be coordinated through synchronisation, which relies on programmer discipline and suffers from a ... 详细信息
来源: 评论
JATO: Native code atomicity for java  1
收藏 引用
10th asian symposium on programming languages and systems, aplas 2012
作者: Li, Siliang Liu, Yu David Tan, Gang Department of Computer Science and Engineering Lehigh University United States Department of Computer Science SUNY Binghamton United States
Atomicity enforcement in a multi-threaded application can be critical to the application's safety. In this paper, we take the challenge of enforcing atomicity in a multilingual application, which is developed in m... 详细信息
来源: 评论
Indexed realizability for bounded-time programming with references and type fixpoints  1
收藏 引用
10th asian symposium on programming languages and systems, aplas 2012
作者: Brunel, Aloïs Madet, Antoine Laboratoire d'Informatique de Paris-Nord Université Paris 13 France Univ. Paris Diderot UMR 7126 CNRS F-75205 Paris France
the field of implicit complexity has recently produced several bounded-complexity programming languages. this kind of language allows to implement exactly the functions belonging to a certain complexity class. We pres... 详细信息
来源: 评论
Java bytecode instrumentation made easy: the DiSL framework for dynamic program analysis  1
收藏 引用
10th asian symposium on programming languages and systems, aplas 2012
作者: Marek, Lukáš Zheng, Yudi Ansaloni, Danilo Sarimbekov, Aibek Binder, Walter Tůma, Petr Qi, Zhengwei Charles University Czech Republic Shanghai Jiao Tong University China University of Lugano Switzerland
Many software development tools (e.g., profilers, debuggers, testing tools) and frameworks (e.g., aspect weavers) are based on bytecode instrumentation techniques. While there are many low-level bytecode manipulation ... 详细信息
来源: 评论