咨询与建议

限定检索结果

文献类型

  • 4 篇 期刊文献
  • 3 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 7 篇 工学
    • 5 篇 计算机科学与技术...
    • 3 篇 电气工程
    • 2 篇 软件工程
    • 1 篇 电子科学与技术(可...
    • 1 篇 信息与通信工程
    • 1 篇 控制科学与工程
  • 1 篇 理学
    • 1 篇 生物学
  • 1 篇 农学

主题

  • 7 篇 control dependen...
  • 2 篇 program dependen...
  • 2 篇 control flow gra...
  • 2 篇 program slicing
  • 2 篇 code coverage
  • 2 篇 dynamic slicing
  • 1 篇 program debuggin...
  • 1 篇 iwd
  • 1 篇 reliability
  • 1 篇 activecallslice
  • 1 篇 smart contracts
  • 1 篇 intelligent wate...
  • 1 篇 virtual nodes
  • 1 篇 follow region
  • 1 篇 forward slicing
  • 1 篇 cdg
  • 1 篇 test case genera...
  • 1 篇 activecontrolsli...
  • 1 篇 test case
  • 1 篇 recursion

机构

  • 1 篇 kalinga inst ind...
  • 1 篇 kalinga inst ind...
  • 1 篇 natl inst techno...
  • 1 篇 srm inst sci & t...
  • 1 篇 osaka univ fac e...
  • 1 篇 bits dept comp s...
  • 1 篇 wuhan univ sch c...
  • 1 篇 nara womens univ...
  • 1 篇 indian inst tech...

作者

  • 1 篇 srivastava prave...
  • 1 篇 pani santosh kum...
  • 1 篇 ueda r
  • 1 篇 lian l
  • 1 篇 agarwal komal
  • 1 篇 torii k
  • 1 篇 han zhe
  • 1 篇 chen shihong
  • 1 篇 mund g. b.
  • 1 篇 sujeetha r.
  • 1 篇 goyal manish
  • 1 篇 mall rajib
  • 1 篇 mohanty mahamaya
  • 1 篇 akila k.
  • 1 篇 mohapatra durga ...
  • 1 篇 ray mitrabinda

语言

  • 6 篇 英文
  • 1 篇 其他
检索条件"主题词=Control Dependence Graph"
7 条 记 录,以下是1-10 订阅
排序:
Code coverage using intelligent water drop (IWD)
收藏 引用
INTERNATIONAL JOURNAL OF BIO-INSPIRED COMPUTATION 2012年 第6期4卷 392-402页
作者: Agarwal, Komal Goyal, Manish Srivastava, Praveen Ranjan BITS Dept Comp Sci & Informat Syst Pilani 333031 Rajasthan India
Software testing is one of the most challenging and arduous phase of software development life cycle (SDLC) which helps in determining the software quality. Code coverage is a widely used testing paradigm, which descr... 详细信息
来源: 评论
An algorithm for computing slices for recursive program
收藏 引用
SYSTEMS AND COMPUTERS IN JAPAN 1996年 第3期27卷 46-59页
作者: Ueda, R Lian, L Torii, K OSAKA UNIV FAC ENGN SCITOYONAKAOSAKA 560JAPAN NARA WOMENS UNIV DEPT FOOD SCI & NUTRIKOMANARA 630JAPAN
Program slicing is a useful technique for debugging, testing and program integration. Intuitively, by the slice of a program P is meant, for a point n and a variable v in P, the set of statements and expressions in P ... 详细信息
来源: 评论
Improving Coverage and Vulnerability Detection in Smart Contract Testing Using Self-Adaptive Learning GA
收藏 引用
IETE JOURNAL OF RESEARCH 2024年 第2期70卷 1593-1606页
作者: Sujeetha, R. Akila, K. SRM Inst Sci & Technol Coll Engn & Technol Dept Comp Sci & Engn 1 Jawaharlal Nehru RdVadapalani Campus Chennai Tamil Nadu India
In the domain of software testing, the generation of test cases is a critical process for detecting system errors and bugs. However, automated test case generation for smart contracts often encounters challenges relat... 详细信息
来源: 评论
An efficient interprocedural dynamic slicing method
收藏 引用
JOURNAL OF SYSTEMS AND SOFTWARE 2006年 第6期79卷 791-806页
作者: Mund, G. B. Mall, Rajib Kalinga Inst Ind Technol Dept Comp Sci & Engn Bhubaneswar 751024 Orissa India Indian Inst Technol Dept Comp Sci & Engn Kharagpur 721302 W Bengal India
We present an efficient interprocedural dynamic slicing algorithm for structured programs. We first propose an intraprocedural dynamic slicing algorithm, and subsequently extend it to handle interprocedural calls. Our... 详细信息
来源: 评论
A Revitalized Interprocedural Slicing in the Presence of Derived and User Defined Data Types
A Revitalized Interprocedural Slicing in the Presence of Der...
收藏 引用
2nd International Advance Computing Conference
作者: Pani, Santosh Kumar Mohanty, Mahamaya Kalinga Inst Ind Technol Sch Comp Engn Bhubaneswar Orissa India
We propose an innovative approach for handling dynamic memory, arrays, pointers, structures and union by interprocedural dynamic slicing technique which combines the basic techniques from past and current trends of dy... 详细信息
来源: 评论
Reliability Improvement Based on Prioritization of Source Code
Reliability Improvement Based on Prioritization of Source Co...
收藏 引用
6th International Conference on Distributed Computing and Internet Technology
作者: Ray, Mitrabinda Mohapatra, Durga Prasad Natl Inst Technol Rourkela Dept Comp Sci & Engn Rourkela 769008 Orissa India
Even after thorough testing of a program, usually a few bugs still remain. These residual bugs are randomly distributed through out the code. It is observed that bugs in some parts of a program can cause more frequent... 详细信息
来源: 评论
Constructing CDG for Program with Transfer Statements
Constructing CDG for Program with Transfer Statements
收藏 引用
2nd International Asia Conference on Informatics in control, Automation and Robotics (CAR)
作者: Han, Zhe Chen, Shihong Wuhan Univ Sch Comp Wuhan 430072 Peoples R China
Program Slicing is a basic technique on Program analysis and converse engineering. The control dependence graph is the basic representation of the source code in Program Slicing. From CDG you can do analysis on contro... 详细信息
来源: 评论