码迷,mamicode.com
首页 >  
搜索关键字:bugs    ( 473个结果
上课笔记_单元测试JUnit
单元测试 单元测试就是整合程序代码到系统的其余部分之前先测试以便找出程序代码中的臭虫(bugs),单元测试是白盒测试; 有很多测试工具我们为什么要选择JUnit测试工具? 1. 开源 2. 使用简单 3. 可以扩展功能...
分类:其他好文   时间:2014-06-07 14:29:13    阅读次数:238
POJ 1038 Bugs Integrated, Inc.
Bugs Integrated, Inc. Time Limit: 15000MS   Memory Limit: 30000K Total Submissions: 8825   Accepted: 3381 Case Time Limit: 5000MS Description Bugs Integrated, Inc. i...
分类:其他好文   时间:2014-06-05 12:00:52    阅读次数:348
POJ 1038 Bugs Integrated, Inc. 状态压缩DP
题目来源:1038 Bugs Integrated, Inc. 题意:最多能放多少个2*3的矩形 思路:状态压缩DP啊 初学 看着大牛的代码搞下来的  总算搞懂了 接下来会更轻松吧 3进制代表前2行的状态(i行和i-1行)1代表i-1行占位 2代表i行占位 i-1不管有没有占位都不会影响的0代表i行和i-1行都空闲 然后枚举状态dfs更新状态 话说就不能没写深搜了 有点不会了 #incl...
分类:其他好文   时间:2014-06-03 00:51:45    阅读次数:340
Python中的一些面试题(2)
python有什么工具可以找程序的bug,和分析程序的错误?PyChecker: PyChecker是一个python脚本分析工具,它可以发现python脚本中的bugs Pylint: ylint是一个Python代码分析工具,它分析Python代码中的错误,查找不符合代码风格标准和有潜在问题的代码。 Pylint是一 个Python工具,..
分类:编程语言   时间:2014-05-25 05:09:46    阅读次数:311
ANDROID开发实用小工具
分享一些 Android开发中的实用小工具,你有发现好工具吗? 来这里分享一下呗一、find bugs 静态检查工具http://findbugs.sourceforge.net/FindBugs 是一个静态分析工具,它检查类或者 JAR 文件,将字节码与一组缺陷模式进行对比以发现可能的问题。有了静...
分类:移动开发   时间:2014-05-17 13:10:32    阅读次数:393
win7下bugzilla配置
一。MYSQL安装。1.下载并安装mysql。安装过程中,需要设定root的密码。安装完毕后,从开始中点击mysql 5.5 command line client,会让输入password,输入当时设定的password,即可开始使用mysql。2.创建bugs数据库及bugs@localhost...
分类:Windows程序   时间:2014-05-16 07:15:55    阅读次数:461
Starship Troopers
Problem DescriptionYou, the leader of Starship Troopers, are sent to destroy a base of the bugs. The base is built underground. It is actually a huge ...
分类:其他好文   时间:2014-05-14 04:02:54    阅读次数:336
Constructor and destructor -- Initialization & Cleanup in C++
Why need initialization and cleanup?A large segment of C bugs occur when the programmer forgets to initialize or clean up a variable.The class designe...
分类:编程语言   时间:2014-05-08 19:13:20    阅读次数:326
poj2096之概率DP入门
Collecting Bugs Time Limit: 10000MS   Memory Limit: 64000K Total Submissions: 2041   Accepted: 974 Case Time Limit: 2000MS   Special Judge Description Ivan is fo...
分类:其他好文   时间:2014-05-07 11:32:56    阅读次数:463
[ACM] poj 2096 Collecting Bugs (概率DP,期望)
Collecting Bugs Time Limit: 10000MS   Memory Limit: 64000K Total Submissions: 2026   Accepted: 971 Case Time Limit: 2000MS   Special Judge Description Ivan is fond o...
分类:其他好文   时间:2014-05-07 04:29:43    阅读次数:450
473条   上一页 1 ... 45 46 47 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!