咨询与建议

限定检索结果

文献类型

  • 11 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 11 篇 工学
    • 11 篇 电气工程
    • 10 篇 软件工程
    • 1 篇 计算机科学与技术...

主题

  • 11 篇 source code soft...
  • 7 篇 software enginee...
  • 5 篇 software develop...
  • 4 篇 software tools
  • 4 篇 source code
  • 3 篇 encoding
  • 2 篇 programming
  • 2 篇 software quality
  • 2 篇 software reliabi...
  • 2 篇 software develop...
  • 2 篇 program testing
  • 2 篇 software
  • 2 篇 testing
  • 2 篇 software mainten...
  • 2 篇 source coding
  • 1 篇 configuration ma...
  • 1 篇 high level summa...
  • 1 篇 compilers
  • 1 篇 many stage compu...
  • 1 篇 declarative unde...

机构

  • 2 篇 google mountain ...
  • 1 篇 travis ci
  • 1 篇 sharif univ tech...
  • 1 篇 microsoft redmon...
  • 1 篇 adacore ny 10001...
  • 1 篇 univ massachuset...
  • 1 篇 microsoft res re...
  • 1 篇 jet prop lab dev...
  • 1 篇 univ southern ca...
  • 1 篇 blekinge inst te...
  • 1 篇 proven informat ...
  • 1 篇 univ victoria co...
  • 1 篇 wageningen univ ...
  • 1 篇 kakao corp
  • 1 篇 google fairbanks...
  • 1 篇 sharif univ tech...
  • 1 篇 synchrotron sole...
  • 1 篇 univ southern ca...
  • 1 篇 univ innsbruck i...

作者

  • 3 篇 fairbanks george
  • 1 篇 greiler michaela
  • 1 篇 holzmann gerard ...
  • 1 篇 macleod laura
  • 1 篇 bang jae young
  • 1 篇 brosgol benjamin...
  • 1 篇 badihi sahar
  • 1 篇 garousi vahid
  • 1 篇 medvidovic nenad
  • 1 篇 hinsen konrad
  • 1 篇 meyer mathias
  • 1 篇 kucuk baris
  • 1 篇 turk matthew
  • 1 篇 brun yuriy
  • 1 篇 bird christian
  • 1 篇 heydarnoori abba...
  • 1 篇 czerwonka jacek
  • 1 篇 storey margaret-...
  • 1 篇 felderer michael

语言

  • 11 篇 英文
检索条件"主题词=Source Code Software"
11 条 记 录,以下是1-10 订阅
How to Succeed in the software Business While Giving Away the source code The AdaCore Experience
收藏 引用
IEEE software 2019年 第6期36卷 17-22页
作者: Brosgol, Benjamin M. AdaCore New York NY 10001 USA
Open source software or, more accurately, freely licensed open source software (FLOSS) at first appears to present a dilemma when adopted as part of a business model. If users are allowed to access, modify, and/or red... 详细信息
来源: 评论
CrowdSummarizer Automated Generation of code Summaries for Java Programs through Crowdsourcing
收藏 引用
IEEE software 2017年 第2期34卷 71-80页
作者: Badihi, Sahar Heydarnoori, Abbas Sharif Univ Technol Software Engn Tehran Iran Sharif Univ Technol Dept Comp Engn Tehran Iran
CrowdSummarizer exploits crowdsourcing, gamification, and natural-language processing to automatically generate high-level summaries of Java program methods. Researchers have implemented it as an Eclipse plug-in toget... 详细信息
来源: 评论
Collabroative-Design Conflicts Costs and Solutions
收藏 引用
IEEE software 2018年 第6期35卷 25-31页
作者: Bang, Jae Young Brun, Yuriy Medvidovic, Nenad Kakao Corp Seoul South Korea Univ Massachusetts Coll Informat & Comp Sci Amherst MA 01003 USA Univ Southern Calif Comp Sci Dept Los Angeles CA USA Univ Southern Calif Informat Program Los Angeles CA USA
Collaborative design exposes software architects to the risk of making conflicting modeling changes that either can’t be merged or, when merged, violate consistency rules, nonfunctional requirements, or other system ... 详细信息
来源: 评论
Continuous Integration and Its Tools
收藏 引用
IEEE software 2014年 第3期31卷 14-16页
作者: Meyer, Mathias Travis CI
Continuous integration has been around for a while now, but the habits it suggests are far from common practice. Automated builds, a thorough test suite, and committing to the mainline branch every day sound simple at... 详细信息
来源: 评论
code Evasion
收藏 引用
IEEE software 2015年 第5期32卷 77-80页
作者: Holzmann, Gerard J. Jet Prop Lab Dev Stronger Methods Software Anal Code Review & Pasadena CA 91109 USA
Programs sometimes tend to lose their structure and clarity through the addition of error handling. Often, more than half of a code base ends up dedicated to various types of error detection and recovery, obscuring th... 详细信息
来源: 评论
Staged Computation: The Technique You Did Not Know You Were Using
收藏 引用
COMPUTING IN SCIENCE & ENGINEERING 2020年 第4期22卷 99-102页
作者: Hinsen, Konrad Turk, Matthew Synchrotron Soleil Ctr Biophys Mol Orl eans St Aubin France
The kind of staged computation that will discuss here is something quite different: It is the very use of compilers. A compiler transforms a program from one notation ("source code") to another notation (&qu... 详细信息
来源: 评论
Better code Reviews With Design by Contract
收藏 引用
IEEE software 2019年 第6期36卷 53-56页
作者: Fairbanks, George Google Mountain View CA 94043 USA
Design by contract (DBC) is a technique that improves the quality of your team's code. It yields code with both a logical and a procedural nature, where the contracts state declaratively what will happen, and the ... 详细信息
来源: 评论
Healthy code Reveals the Problem and Solution
收藏 引用
IEEE software 2019年 第5期36卷 76-79页
作者: Fairbanks, George Google Fairbanks AK 99709 USA
source code reveals abstractions from two places: the problem and the solution. It's easier to design and evolve a system when you understand each of them separately before you combine them in code. With skill, it... 详细信息
来源: 评论
What We Know About Smells in software Test code
收藏 引用
IEEE software 2019年 第3期36卷 61-73页
作者: Garousi, Vahid Kucuk, Baris Felderer, Michael Wageningen Univ Software Engn Wageningen Netherlands Proven Informat Technol Ankara Turkey Univ Innsbruck Innsbruck Austria Blekinge Inst Technol Karlskrona Sweden
Test smells are poorly designed tests and negatively affect the quality of test suites and production code. We present the largest catalog of test smells, along with a summary of guidelines, techniques, and tools used... 详细信息
来源: 评论
code Reviewing in the Trenches Challenges and Best Practices
收藏 引用
IEEE software 2018年 第4期35卷 34-42页
作者: MacLeod, Laura Greiler, Michaela Storey, Margaret-Anne Bird, Christian Czerwonka, Jacek Microsoft Redmond WA 98052 USA Univ Victoria Comp Sci Victoria BC Canada Microsoft Res Redmond WA USA
code review has been widely adopted by and adapted to open source and industrial projects. code review practices have undergone extensive research, with most studies relying on trace data from tool reviews, sometimes ... 详细信息
来源: 评论