咨询与建议

限定检索结果

文献类型

  • 32 篇 期刊文献
  • 28 篇 会议
  • 1 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 54 篇 工学
    • 40 篇 计算机科学与技术...
    • 33 篇 软件工程
    • 9 篇 电气工程
    • 5 篇 控制科学与工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 电子科学与技术(可...
    • 1 篇 信息与通信工程
    • 1 篇 交通运输工程
    • 1 篇 安全科学与工程
  • 3 篇 理学
    • 2 篇 数学
  • 2 篇 管理学
    • 2 篇 管理科学与工程(可...
    • 1 篇 工商管理
  • 1 篇 经济学
    • 1 篇 应用经济学
  • 1 篇 医学
    • 1 篇 护理学(可授医学、...

主题

  • 61 篇 concurrent progr...
  • 7 篇 data race
  • 4 篇 model checking
  • 4 篇 software testing
  • 3 篇 reliability
  • 3 篇 program dependen...
  • 3 篇 languages
  • 3 篇 program slicing
  • 3 篇 debugging
  • 3 篇 correctness
  • 3 篇 concurrency bug
  • 3 篇 verification
  • 3 篇 fault localizati...
  • 3 篇 temporal logic
  • 3 篇 dynamic analysis
  • 2 篇 program debuggin...
  • 2 篇 performance
  • 2 篇 stack
  • 2 篇 synchronism sche...
  • 2 篇 control flow gra...

机构

  • 3 篇 natl univ def te...
  • 2 篇 china three gorg...
  • 2 篇 univ illinois de...
  • 2 篇 harbin engn univ...
  • 2 篇 univ illinois de...
  • 1 篇 nanyang technol ...
  • 1 篇 harbin normal un...
  • 1 篇 new jersey inst ...
  • 1 篇 zhejiang sci tec...
  • 1 篇 center for resea...
  • 1 篇 systems & softwa...
  • 1 篇 univ lugano luga...
  • 1 篇 shanghai jiao to...
  • 1 篇 wuhan digital en...
  • 1 篇 sharif universit...
  • 1 篇 department of co...
  • 1 篇 natl univ def te...
  • 1 篇 college of compu...
  • 1 篇 department of co...
  • 1 篇 china univ min &...

作者

  • 4 篇 wu zhendong
  • 4 篇 wang xiaoping
  • 4 篇 lu kai
  • 3 篇 chen chen
  • 3 篇 zhou xu
  • 3 篇 lu shan
  • 2 篇 chen l
  • 2 篇 wang zy
  • 2 篇 zhou yuanyuan
  • 2 篇 ma zhong
  • 2 篇 mall r
  • 2 篇 wahl thomas
  • 2 篇 abdulla parosh a...
  • 2 篇 dai xinfa
  • 2 篇 yu tingting
  • 2 篇 ding zuohua
  • 2 篇 liu peizun
  • 2 篇 ding xiaobo
  • 2 篇 zhang yang
  • 1 篇 wang shouguang

语言

  • 58 篇 英文
  • 2 篇 其他
  • 1 篇 中文
检索条件"主题词=Concurrent Program"
61 条 记 录,以下是1-10 订阅
排序:
Detecting Bugs of concurrent programs With program Invariants
收藏 引用
IEEE TRANSACTIONS ON RELIABILITY 2017年 第2期66卷 425-439页
作者: Wang, Rong Ding, Zuohua Gui, Ning Liu, Yang Zhejiang Sci Tech Univ Sch Informat Sci Hangzhou 310018 Zhejiang Peoples R China Nanyang Technol Univ Sch Comp Engn Singapore 639798 Singapore
Concurrency bug detection is a time-consuming activity in the debugging process for concurrent programs. Existing techniques mainly focus on detecting data race bugs with pattern analysis;however, the number of interl... 详细信息
来源: 评论
A Novel Approach to Efficiently Verify Sequential Consistency in concurrent programs
收藏 引用
COMPUTERS 2025年 第3期14卷 110-110页
作者: Abdulwahhab, Mohammed H. Abdulla, Parosh Aziz Jacksi, Karwan Univ Zakho Dept Comp Sci Zakho 42002 Iraq Uppsala Univ Dept Informat Technol S-75237 Uppsala Sweden Univ Zakho Res Ctr Semant Web Lab Duhok 42002 Iraq
Verifying sequential consistency (SC) in concurrent programs is computationally challenging due to the exponential growth of possible interleavings among read and write operations. Many of these interleavings produce ... 详细信息
来源: 评论
Matching Logic for concurrent programs Based on Rely/Guarantee and Abstract Patterns
收藏 引用
INTERNATIONAL JOURNAL OF SOFTWARE ENGINEERING AND KNOWLEDGE ENGINEERING 2023年 第2期33卷 257-288页
作者: Wang, ShangBei Dong, WeiYu Nanjing Univ Aeronaut & Astronaut Nanjing Peoples R China Informat Engn Univ Dept Zhengzhou Zhengzhou Peoples R China State Key Lab Math Engn & Adv Comp Zhengzhou Peoples R China
This paper combines rely/guarantee, abstract patterns and matching logic to reason about concurrent programs in a modular and compositional manner. According to the separation property, the state can be divided into t... 详细信息
来源: 评论
PIChecker: A POR and Interpolation based Verifier for concurrent programs (Competition Contribution)  29th
PIChecker: A POR and Interpolation based Verifier for Concur...
收藏 引用
29th International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS)
作者: Su, Jie Yang, Zuchao Xing, Hengrui Yang, Jiyu Tian, Cong Duan, Zhenhua Xidian Univ ICTT Xian 710071 Peoples R China Xidian Univ ISN Lab Xian 710071 Peoples R China
PIChecker is a tool for verifying reachability properties of concurrent C programs. It moderates the trace-space explosion problem, aggravated by thread alternation, through utilizing the PC-DPOR and C-Intp techniques... 详细信息
来源: 评论
Information Retrieval-based Fault Localization for concurrent programs  38
Information Retrieval-based Fault Localization for Concurren...
收藏 引用
38th IEEE/ACM International Conference on Automated Software Engineering (ASE)
作者: Shao, Shuai Yu, Tingting Univ Connecticut Dept Comp Sci & Engn Storrs CT 06269 USA
Information retrieval-based fault localization (IRFL) techniques have been proposed as a solution to identify the files that are likely to contain faults that are root causes of failures reported by users. These techn... 详细信息
来源: 评论
Dynamic Model Checking for Real-time Embedded Systems concurrent program
Dynamic Model Checking for Real-time Embedded Systems Concur...
收藏 引用
第十一届中国通信学会学术年会
作者: Fu xiufeng Ai Yunfeng Institute 706 Second of China Aerospace Science and Industry Corporation College of Engineering & Information Technology University of Chinese Academy of Sciences
In recent years, the complexity of designing real-time embedded systems continues to increase with their growing automation. concurrent programming methods have been widely used in designing. However, due to real-time... 详细信息
来源: 评论
RaceHunter Dynamic Data Race Detector
收藏 引用
programMING AND COMPUTER SOFTWARE 2024年 第6期50卷 467-481页
作者: Gerlits, E. A. Russian Acad Sci Ivannikov Inst Syst Programming Ul Solzhenitsyna 25 Moscow 109004 Russia
Data races represent a class of concurrency errors when two threads access a shared memory location without proper synchronization. Data races are hard to reveal and debug. This paper presents RaceHunter, a dynamic da... 详细信息
来源: 评论
Information Retrieval-Based Fault Localization for concurrent programs  23
Information Retrieval-Based Fault Localization for Concurren...
收藏 引用
Proceedings of the 38th IEEE/ACM International Conference on Automated Software Engineering
作者: Shuai Shao Tingting Yu Department of Computer Science and Engineering University of Connecticut Storrs CT USA
Information retrieval-based fault localization (IRFL) techniques have been proposed as a solution to identify the files that are likely to contain faults that are root causes of failures reported by users. These techn... 详细信息
来源: 评论
Effective fault localization and context-aware debugging for concurrent programs
收藏 引用
SOFTWARE TESTING VERIFICATION & RELIABILITY 2022年 第1期32卷
作者: Chu, Justin Yu, Tingting Hayes, Jane Huffman Han, Xue Zhao, Yu Univ Kentucky Dept Comp Sci Lexington KY USA Univ Cincinnati Dept Elect Engn & Comp Sci Cincinnati OH 45221 USA Univ Southern Indiana Comp Sci Dept Evansville IN USA Univ Cent Missouri Sch Comp Sci & Math Warrensburg MO USA
concurrent programs are difficult to debug because concurrency faults usually occur under specific inputs and thread interleavings. Fault localization techniques for sequential programs are often ineffective because t... 详细信息
来源: 评论
A Search-Based Test Data Generation Method for concurrent programs
收藏 引用
INTERNATIONAL JOURNAL OF COMPUTATIONAL INTELLIGENCE SYSTEMS 2020年 第1期13卷 1161-1175页
作者: Mirhosseini, Seyed Mohsen Haghighi, Hassan Shahid Beheshti Univ Fac Comp Sci & Engn GC Tehran Iran
concurrent programs are being widely adopted]. a development of multi-core and many-core processors. However., these types of programs present some features such as concurrency, communication and synchronization which... 详细信息
来源: 评论