咨询与建议

限定检索结果

文献类型

  • 69 篇 会议
  • 51 篇 期刊文献
  • 4 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 114 篇 工学
    • 89 篇 软件工程
    • 83 篇 计算机科学与技术...
    • 17 篇 电气工程
    • 6 篇 控制科学与工程
    • 1 篇 机械工程
    • 1 篇 仪器科学与技术
    • 1 篇 信息与通信工程
    • 1 篇 建筑学
  • 9 篇 理学
    • 7 篇 数学
    • 2 篇 化学
  • 1 篇 军事学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...
  • 1 篇 艺术学
    • 1 篇 设计学(可授艺术学...

主题

  • 124 篇 software model c...
  • 19 篇 verification
  • 11 篇 program analysis
  • 11 篇 software verific...
  • 10 篇 predicate abstra...
  • 10 篇 formal verificat...
  • 9 篇 reliability
  • 8 篇 program verifica...
  • 7 篇 languages
  • 6 篇 abstraction
  • 6 篇 software testing
  • 6 篇 abstraction refi...
  • 5 篇 liveness
  • 5 篇 formal methods
  • 4 篇 state explosion
  • 4 篇 algorithms
  • 4 篇 static analysis
  • 4 篇 symbolic model c...
  • 4 篇 program speciali...
  • 3 篇 constraint logic...

机构

  • 5 篇 ludwig maximilia...
  • 4 篇 univ fed amazona...
  • 3 篇 uppsala univ upp...
  • 3 篇 univ oxford oxfo...
  • 3 篇 univ calif los a...
  • 3 篇 univ manchester ...
  • 3 篇 aist risec amaga...
  • 3 篇 carnegie mellon ...
  • 3 篇 xidian univ ictt...
  • 3 篇 univ passau pass...
  • 3 篇 univ michigan de...
  • 2 篇 epfl
  • 2 篇 univ wisconsin d...
  • 2 篇 chiba inst techn...
  • 2 篇 microsoft corp r...
  • 2 篇 chiba univ chiba
  • 2 篇 univ calif los a...
  • 2 篇 natl inst inform...
  • 2 篇 max planck inst ...
  • 2 篇 univ tokyo

作者

  • 10 篇 artho cyrille
  • 8 篇 beyer dirk
  • 6 篇 hagiya masami
  • 6 篇 tanabe yoshinori
  • 5 篇 yamamoto mitsuha...
  • 5 篇 sagonas konstant...
  • 4 篇 majumdar rupak
  • 4 篇 fioravanti f.
  • 4 篇 de angelis e.
  • 4 篇 pettorossi a.
  • 4 篇 proietti m.
  • 4 篇 boyapati chandra...
  • 3 篇 tian cong
  • 3 篇 abe tatsuya
  • 3 篇 leungwattanakit ...
  • 3 篇 stahlbauer andre...
  • 3 篇 podelski andreas
  • 3 篇 darga paul t.
  • 3 篇 rajamani sriram ...
  • 3 篇 kroening daniel

语言

  • 110 篇 英文
  • 10 篇 其他
  • 4 篇 德文
检索条件"主题词=Software Model Checking"
124 条 记 录,以下是111-120 订阅
排序:
model checking Linear Programs with Arrays
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2006年 第3期144卷 79-94页
作者: Armando, Alessandro Benerecetti, Massimo Mantovani, Jacopo Univ Genoa DIST AI Lab Genoa Italy Univ Naples Federico II Dipartimento Sci Fis Naples Italy
In previous work we proposed Linear Programs as a fine grained model for imperative programs, and showed how the model checking procedure used in SLAM can be generalised to a model checking procedure for Linear Progra... 详细信息
来源: 评论
Dynamic partial-order reduction for model checking software  05
Dynamic partial-order reduction for model checking software
收藏 引用
32nd ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
作者: Flanagan, C Godefroid, P Univ Calif Santa Cruz Santa Cruz CA 95064 USA
We present a new approach to partial-order reduction for model checking software. This approach is based on initially exploring an arbitrary interleaving of the various concurrent processes/threads, and dynamically tr... 详细信息
来源: 评论
Transition predicate abstraction and fair termination  05
Transition predicate abstraction and fair termination
收藏 引用
32nd ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
作者: Podelski, A Rybalchenko, A Max Planck Inst Informat Saarbrucken Germany
Predicate abstraction is the basis of many program verification tools. Until now, the only known way to overcome the inherent limitation of predicate abstraction to safety properties was to manually annotate the finit... 详细信息
来源: 评论
Formal verification of software source code through semi-automatic modeling
收藏 引用
software and Systems modeling 2005年 第1期4卷 14-31页
作者: Eisner, Cindy IBM Haifa Research Laboratory Mount Carmel Haifa 31905 Haifa University Campus Israel
We describe the experience of modeling and formally verifying a software cache algorithm using the model checker RuleBase. Contrary to prevailing wisdom, we used a highly detailed model created directly from the C cod... 详细信息
来源: 评论
Dynamic component substitutability analysis
收藏 引用
13th International Symposium of Formal Methods Europe
作者: Sharygina, N Chaki, S Clarke, E Sinha, N Carnegie Mellon Univ Pittsburgh PA 15213 USA
This paper presents an automated and compositional procedure to solve the substitutability problem in the context of evolving software systems. Our solution contributes two techniques for checking correctness of softw... 详细信息
来源: 评论
Polymorphic predicate abstraction
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2005年 第2期27卷 314-343页
作者: Ball, T Millstein, T Rajamani, SK Microsoft Corp Redmond WA 98052 USA Univ Calif Los Angeles Dept Comp Sci Los Angeles CA 90095 USA
Predicate abstraction is a technique for creating abstract models of software that are amenable to model checking algorithms. We show how polymorphism, a well-known concept in programming languages and program analysi... 详细信息
来源: 评论
Introductory paper
收藏 引用
International Journal on software Tools for Technology Transfer 2004年 第4期6卷 257-259页
作者: Dwyer, Matthew Leue, Stefan Department of Computer Science and Engineering University of Nebraska 256 Avery Hall Lincoln NE 68588-0115 United States Department of Computer and Information Science University of Konstanz 78457 Konstanz Germany
来源: 评论
Exploiting object escape and locking information in partial-order reductions for concurrent object-oriented programs
收藏 引用
FORMAL METHODS IN SYSTEM DESIGN 2004年 第2-3期25卷 199-240页
作者: Dwyer, MB Hatcliff, J Robby Ranganath, VP Kansas State Univ Dept Comp & Informat Sci Manhattan KS 66506 USA
Explicit-state model checking tools often incorporate partial-order reductions to reduce the number of system states explored ( and thus the time and memory required) for verification. As model checking techniques are... 详细信息
来源: 评论
Race checking by context inference
Race checking by context inference
收藏 引用
Conference on Programming Language Design and Implementation
作者: Henzinger, TA Jhala, R Majumdar, R Univ Calif Berkeley EECS Dept Berkeley CA 94720 USA Univ Calif Berkeley CS Dept Berkeley CA 94720 USA
software model checking has been successful for sequential programs, where predicate abstraction offers suitable models, and counterexample-guided abstraction refinement permits the automatic inference of models. When... 详细信息
来源: 评论
Abstractions from proofs  04
Abstractions from proofs
收藏 引用
31st Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
作者: Henzinger, TA Jhala, R Majumdar, R McMillan, KL Univ Calif Berkeley Dept EECS Berkeley CA 94720 USA Cadence Berkeley Labs Berkeley CA USA
The success of model checking for large programs depends crucially on the ability to efficiently construct parsimonious abstractions. A predicate abstraction is parsimonious if at each control location, it specifies o... 详细信息
来源: 评论