咨询与建议

限定检索结果

文献类型

  • 23 篇 会议
  • 4 册 图书
  • 4 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 19 篇 工学
    • 18 篇 计算机科学与技术...
    • 17 篇 软件工程
    • 5 篇 控制科学与工程
    • 2 篇 信息与通信工程
    • 1 篇 电气工程
    • 1 篇 航空宇航科学与技...
  • 9 篇 理学
    • 5 篇 数学
    • 3 篇 化学
    • 1 篇 物理学
    • 1 篇 系统科学
    • 1 篇 统计学(可授理学、...
  • 4 篇 管理学
    • 4 篇 管理科学与工程(可...
    • 1 篇 工商管理
    • 1 篇 图书情报与档案管...

主题

  • 3 篇 software enginee...
  • 3 篇 programming lang...
  • 2 篇 computer science
  • 2 篇 productivity
  • 2 篇 application soft...
  • 2 篇 autonomous agent...
  • 2 篇 mathematical log...
  • 2 篇 genetic algorith...
  • 2 篇 programming tech...
  • 2 篇 logics and meani...
  • 1 篇 object oriented ...
  • 1 篇 programming prof...
  • 1 篇 k framework
  • 1 篇 routing
  • 1 篇 interoperability
  • 1 篇 software package...
  • 1 篇 formal operation...
  • 1 篇 software enginee...
  • 1 篇 decision support...
  • 1 篇 programming

机构

  • 2 篇 department of so...
  • 2 篇 óbudai egyetem b...
  • 2 篇 budapest univers...
  • 1 篇 oracle labs us u...
  • 1 篇 east china norma...
  • 1 篇 tampere universi...
  • 1 篇 shanghai key lab...
  • 1 篇 tampere univ tec...
  • 1 篇 tampere univ tec...
  • 1 篇 east china norma...
  • 1 篇 university of no...
  • 1 篇 oracle labs at u...
  • 1 篇 department of so...
  • 1 篇 university of no...
  • 1 篇 institut für inf...
  • 1 篇 department of so...
  • 1 篇 graduate school ...
  • 1 篇 university of hi...
  • 1 篇 óbudai egyetem/a...
  • 1 篇 department of co...

作者

  • 3 篇 vanhatupa juha-m...
  • 2 篇 zhang min
  • 2 篇 gyimothy tibor
  • 2 篇 schrettner lajos
  • 2 篇 klaus schmid
  • 2 篇 hadaytullah
  • 2 篇 koskimies kai
  • 2 篇 vathsavayi sriha...
  • 1 篇 al-shaer ehab
  • 1 篇 istván orosz
  • 1 篇 markoski b.
  • 1 篇 humer christian
  • 1 篇 nestra härmel
  • 1 篇 ulbrich mattias
  • 1 篇 m. wrighton
  • 1 篇 túri balázs
  • 1 篇 david schmidt
  • 1 篇 pataki norbert
  • 1 篇 gyimo ´thy tibor
  • 1 篇 heinimaki teemu ...

语言

  • 30 篇 英文
  • 1 篇 中文
检索条件"任意字段=12th Symposium on Programming Languages and Software Tools, SPLST 2011"
31 条 记 录,以下是1-10 订阅
排序:
12th symposium on programming languages and software tools, splst'11 Proceedings
12th Symposium on Programming Languages and Software Tools, ...
收藏 引用
12th symposium on programming languages and software tools, splst 2011
the proceedings contain 25 papers. the special focus in this conference is on software tool and its development. the topics include: purely functional global variables;compiler support for profiling C++ template metap...
来源: 评论
Contract-LIB: A Proposal for a Common Interchange Format for software System Specification  12th
Contract-LIB: A Proposal for a Common Interchange Format for...
收藏 引用
12th International symposium on Leveraging Applications of Formal Methods, Verification and Validation
作者: Ernst, Gidon Pfeifer, Wolfram Ulbrich, Mattias Ludwig Maximilians Univ Munchen Munich Germany Karlsruhe Inst Technol Karlsruhe Germany
Interoperability between deductive program verification tools is a well-recognized long-standing challenge. In this paper we propose a solution for a well-delineated aspect of this challenge, namely the exchange of ab... 详细信息
来源: 评论
Interleaving human and search-based software architecture design
Interleaving human and search-based software architecture de...
收藏 引用
12th symposium on programming languages and software tools, splst 2011
作者: Vathsavayi, Sriharsha Hadaytullah Koskimies, Kai Tampere University of Technology Finland
An approach for semi-automated design of software architecture is proposed. the approach makes use of a search-based architecture synthesis technique exploiting genetic algorithms. An interactive process of software a... 详细信息
来源: 评论
Simpl: A toolkit for rapid DSL implementation
Simpl: A toolkit for rapid DSL implementation
收藏 引用
12th symposium on programming languages and software tools, splst 2011
作者: Freudenthal, Margus Pugal, David Cybernetica AS Tartu Estonia University of Tartu Tartu Estonia
this paper describes the Simpl toolkit for implementing domain-specific languages (DSLs). Simpl aims to be a comprehensive toolkit that covers most of the aspects of developing a DSL. DSL implementations created with ... 详细信息
来源: 评论
Answer set programming: A declarative approach to solving challenging search problems
Answer set programming: A declarative approach to solving ch...
收藏 引用
12th symposium on programming languages and software tools, splst 2011
作者: Niemelä, Ilkka Aalto University Department of Information and Computer Science P.0.Box 15400 FI-00076 AALTO Finland
Answer set programming (ASP) is a declarative programming paradigm that has its roots in the stable model (answer set) semantics of logic programs and implementations of this semantics developed in the late 90's. ... 详细信息
来源: 评论
Purely functional global variables
Purely functional global variables
收藏 引用
12th symposium on programming languages and software tools, splst 2011
作者: Nestra, Härmel Institute of Computer Science University of Tartu Estonia
this paper studies an approach to implementing global mutable variables within a purely functional setting. Global variables seem to be one of the nastiest pieces of the imperative world, being hard to emulate functio... 详细信息
来源: 评论
Does the Shannon bound really apply to data structures?
Does the Shannon bound really apply to data structures?
收藏 引用
12th symposium on programming languages and software tools, splst 2011
作者: Valmari, Antti Tampere University of Technology Department of Software Systems PO Box 553 FI-33101 Tampere Finland
Shannon's information-theoretic lower bound has been developed for uniquely decodable systems of bit strings, while ordinary data structures often consist of many separate blocks of memory. One might expect that a... 详细信息
来源: 评论
Personalized side-quest generation for computer role-playing games
Personalized side-quest generation for computer role-playing...
收藏 引用
12th symposium on programming languages and software tools, splst 2011
作者: Vanhatupa, Juha-Matti Department of Software Systems Tampere University of Technology Tampere Finland
Modern computer role-playing games contain numerous quests, individual puzzles to be solved by the player character. Usually quests are predefined by the application developer, and a lot of application development tim... 详细信息
来源: 评论
Layered artificial intelligence framework for autonomous agents
Layered artificial intelligence framework for autonomous age...
收藏 引用
12th symposium on programming languages and software tools, splst 2011
作者: Heinimäki, Teemu J. Vanhatupa, Juha-Matti Department of Software Systems Tampere University of Technology P.O. Box 553 FI-33101 Tampere Finland
In computer games, the current trend is to create large virtual worlds with numerous non-player characters. Usually their artificial intelligence is implemented by scripting, which can be a burden for application deve... 详细信息
来源: 评论
Adjusting effort estimation using micro-productivity profiles
Adjusting effort estimation using micro-productivity profile...
收藏 引用
12th symposium on programming languages and software tools, splst 2011
作者: th, Gabriella Végh, Ádám Zoltán Beszédes, Árpád Schrettner, Lajos Gergely, Tamás Gyimo ´thy, Tibor Department of Software Engineering University of Szeged Hungary
We investigate a phenomenon we call micro-productivity decrease, which is expected to be found in most development or maintenance projects and has a specific profile that depends on the project, the development model ... 详细信息
来源: 评论