咨询与建议

限定检索结果

文献类型

  • 24 篇 会议
  • 6 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 27 篇 工学
    • 26 篇 软件工程
    • 12 篇 计算机科学与技术...
    • 3 篇 电气工程
    • 1 篇 控制科学与工程
  • 2 篇 理学
    • 1 篇 数学
    • 1 篇 物理学

主题

  • 4 篇 static analysis
  • 2 篇 program dependen...
  • 2 篇 path condition
  • 2 篇 code clone
  • 2 篇 codes (symbols)
  • 2 篇 security analysi...
  • 2 篇 temporal logic
  • 1 篇 tools
  • 1 篇 performance
  • 1 篇 metric extractio...
  • 1 篇 object-oriented ...
  • 1 篇 object oriented ...
  • 1 篇 software system ...
  • 1 篇 multi-agency env...
  • 1 篇 programming
  • 1 篇 program analysis
  • 1 篇 empirical study
  • 1 篇 malicio
  • 1 篇 reflection
  • 1 篇 string analysis

机构

  • 3 篇 de montfort univ...
  • 2 篇 univ saskatchewa...
  • 2 篇 univ karlsruhe t...
  • 1 篇 federal universi...
  • 1 篇 karlsruhe inst t...
  • 1 篇 univ quebec ecol...
  • 1 篇 cwi
  • 1 篇 swatengineering
  • 1 篇 vaxjo univ sch m...
  • 1 篇 univ montreal de...
  • 1 篇 ohio state univ ...
  • 1 篇 nanjing univ sta...
  • 1 篇 tue eindhoven
  • 1 篇 bogazici univ is...
  • 1 篇 univ minho p-471...
  • 1 篇 nanjing univ aer...
  • 1 篇 univ manchester ...
  • 1 篇 fraunhofer fit s...
  • 1 篇 tam project ista...
  • 1 篇 university of wa...

作者

  • 3 篇 ward martin
  • 2 篇 roy chanchal k.
  • 2 篇 van der storm ti...
  • 2 篇 klint paul
  • 2 篇 vinju jurgen
  • 2 篇 snelting gregor
  • 2 篇 giffhorn dennis
  • 2 篇 zibran minhaz f.
  • 2 篇 lochbihler andre...
  • 1 篇 monate benjamin
  • 1 篇 major elaine
  • 1 篇 bacon liz
  • 1 篇 kirkham chris
  • 1 篇 lincoln rocha
  • 1 篇 pinheiro oton
  • 1 篇 rountev atanas
  • 1 篇 alves tiago l.
  • 1 篇 treude christoph
  • 1 篇 pinto felipe
  • 1 篇 clipsham phil

语言

  • 30 篇 英文
检索条件"任意字段=9th IEEE International Working Conference on Source Code Analysis and Manipulation, SCAM 2009"
30 条 记 录,以下是1-10 订阅
排序:
9th ieee international working conference on source code analysis and manipulation, scam 2009
9th IEEE International Working Conference on Source Code Ana...
收藏 引用
9th ieee international working conference on source code analysis and manipulation, scam 2009
the proceedings contain 20 papers. the topics discussed include: thr2csp: toward transforming threads into communicating sequential processes;chopping concurrent programs;properties of slicing definitions;improving si...
来源: 评论
9th ieee international working conference on source code analysis and manipulation, scam 2009: Message from the conference chairs
9th IEEE International Working Conference on Source Code Ana...
收藏 引用
9th ieee international working conference on source code analysis and manipulation, scam 2009 2009年 vii页
作者: Dean, thomas Walenstein, Andrew Schupp, Sibylle
来源: 评论
the FermaT Maintenance Environment Tool Demonstration
The FermaT Maintenance Environment Tool Demonstration
收藏 引用
9th ieee international working conference on source code analysis and manipulation (scam 2009)
作者: Ward, Martin De Montfort Univ Software Technol Res Lab Leicester LE1 9BH Leics England
the FermaT Maintenance Environment (FME) is a platform independent graphical user interface for the FermaT program transformation system. It is able to represent WSL code and apply FermaT transformations on single sta... 详细信息
来源: 评论
Chopping Concurrent Programs
Chopping Concurrent Programs
收藏 引用
9th ieee international working conference on source code analysis and manipulation (scam 2009)
作者: Giffhorn, Dennis Univ Karlsruhe TH Karlsruhe Germany
A chop for a source statement s and a target statement t reveals the program parts involved in conveying effects, from s to t. While precise chopping algorithms for sequential programs are known, no chopping algorithm... 详细信息
来源: 评论
Maintaining Fine-grained code Metadata Regardless of Moving, Copying and Merging
Maintaining Fine-grained Code Metadata Regardless of Moving,...
收藏 引用
9th ieee international working conference on source code analysis and manipulation (scam 2009)
作者: Prause, Christian R. Fraunhofer FIT St Augustin Germany
source code metadata on a file-level granularity is too coarse for certain applications. But fine-grained metadata (e.g. line-by-line authorship) easily gets lost dire to changes like merging, proving or copying code.... 详细信息
来源: 评论
Backporting Java 5 code
Backporting Java 5 Code
收藏 引用
9th ieee international working conference on source code analysis and manipulation (scam 2009)
作者: Gutzmann, Tobias Steijger, Tamara Vaxjo Univ Sch Math & Syst Engn S-35195 Vaxjo Sweden
Java 5 has introduced a number 4 new syntactical language features that make development faster, easier, and safer. However, at the same time, it has also introduced downward incompatibilities: code written for Java 5... 详细信息
来源: 评论
RASCAL: a Domain Specific Language for source code analysis and manipulation
RASCAL: a Domain Specific Language for Source Code Analysis ...
收藏 引用
9th ieee international working conference on source code analysis and manipulation (scam 2009)
作者: Klint, Paul van der Storm, Tijs Vinju, Jurgen Univ Amsterdam Ctr Wiskunde & Informat NL-1012 WX Amsterdam Netherlands
Mane automated software engineering tools require tight integration of techniques for source code analysis and manipulation. State-of-the-art tools exist for both, but the domains have remained notoriously separate be... 详细信息
来源: 评论
A Value analysis for C programs
A Value Analysis for C programs
收藏 引用
9th ieee international working conference on source code analysis and manipulation (scam 2009)
作者: Canet, Geraud Cuoq, Pascal Monate, Benjamin CEA LIST Software Reliabil Labs F-91191 Gif Sur Yvette France
We demonstrate the value analysis of Frama-C. Frama-C is an Open source static analysis framework for the C language. In Frama-C, each static analysis technique, approach or idea can be implemented as a new plug-in, w... 详细信息
来源: 评论
Rascal, 10 Years Later  19
Rascal, 10 Years Later
收藏 引用
19th ieee international working conference on source code analysis and manipulation (scam)
作者: Klint, Paul van der Storm, Tijs Vinju, Jurgen SWATengineering Amsterdam Netherlands CWI Amsterdam Netherlands Univ Groningen Groningen Netherlands TUe Eindhoven Netherlands
When we designed the first version of Rascal in 2009, we jokingly promised ourselves to only write a single paper on the language itself, and see it as vehicle for research from then on,that one paper became the scam ... 详细信息
来源: 评论
Properties of Slicing Definitions
Properties of Slicing Definitions
收藏 引用
9th ieee international working conference on source code analysis and manipulation (scam 2009)
作者: Ward, Martin De Montfort Univ Software Technol Res Lab Leicester LE1 9BH Leics England
Weiser9;s original papers on slicing defined the concept in an informal way. Since then there have been several attempts to formalise slicing using various formal methods and semantics of programs. In this paper we... 详细信息
来源: 评论