会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
文小浩
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2017年8月13日
局部加权线性回归
该文被密码保护。
阅读全文
posted @ 2017-08-13 10:38 我是文小浩
阅读(1)
评论(0)
推荐(0)
编辑
参数选择算法和非参数选择算法
该文被密码保护。
阅读全文
posted @ 2017-08-13 09:58 我是文小浩
阅读(0)
评论(0)
推荐(0)
编辑
2016年3月30日
软件测试4
摘要: Use the following method printPrimes() for questions a–d. 题目代码如下: a.控制流图 b.令MAXPRIMES=4,这样t2会测试出越界错误,t1不会。 c.输入n=1 d. 1.节点覆盖 {1,2,3,4,5,6,7,8,9,10,11,
阅读全文
posted @ 2016-03-30 02:48 我是文小浩
阅读(274)
评论(0)
推荐(0)
编辑
2016年3月19日
软件测试3
摘要: 小试:利用junit、eclemma测试代码 1.安装junit 将下载的jar加载进新建的项目即可 右键项目->properties->java build path->libraries->add external jars 选择jar的位置即可 2.安装eclemma 下载eclemma->h
阅读全文
posted @ 2016-03-19 00:44 我是文小浩
阅读(189)
评论(0)
推荐(0)
编辑
2016年3月10日
软件测试2
摘要: 解决2个软件测试的小问题 解答: 一.程序1 1.错误:i>0 改为i>=0 //数组索引从0开始,应该包含0 2.test=NULL; y=1 expected: NullPointerException 3.test=[1,2,3]; y=3 expected:2 4.test=[1,2,3];
阅读全文
posted @ 2016-03-10 22:28 我是文小浩
阅读(122)
评论(0)
推荐(0)
编辑
2016年3月7日
软件测试1
摘要: 在对编程的学习过程中,我遇到了许多的问题。 1.C++中大小写有区别。 声明类一般都是大写字母开头,比如Student类,可是使用时可能误写成STudent,就会报错。 2.取余%需要都是整数。 double a=5.5%3;是错误的。 3.=和== =是赋值,==是关系运算符,在写条件语句使用==
阅读全文
posted @ 2016-03-07 15:44 我是文小浩
阅读(140)
评论(0)
推荐(0)
编辑
2015年5月25日
Problem Statement
摘要: Revision HistoryDateIssueDescriptionAuthor10/May/2015WinPhone8.1App首先开始WinPhone8.1的创作,想创意,边写代码边学习。温浩12/May/2015Windows8.1App将代码转换到Win8.1上,内容相近,改起来很方便...
阅读全文
posted @ 2015-05-25 21:10 我是文小浩
阅读(202)
评论(0)
推荐(0)
编辑
Supplementary Specifications
摘要: Course Registration System Supplementary SpecificationVersion 4.2 Revision HistoryDateIssueDescriptionAuthor 10/May/2015WinPhone8.1App首先开始WinPhone8.1的...
阅读全文
posted @ 2015-05-25 21:07 我是文小浩
阅读(301)
评论(0)
推荐(0)
编辑
Glossary
摘要: Revision HistoryDateIssueDescriptionAuthor10/May/2015WinPhone8.1App首先开始WinPhone8.1的创作,想创意,边写代码边学习。温浩12/May/2015Windows8.1App将代码转换到Win8.1上,内容相近,改起来很方便...
阅读全文
posted @ 2015-05-25 20:43 我是文小浩
阅读(250)
评论(0)
推荐(0)
编辑
2015年5月18日
c#9
摘要: 本次博客内容为实验过程中学习到的新知识。用C#编写WindowPhone1.页面跳转private void Button_Click(object sender, RoutedEventArgs e) { Frame.Navigate(typeof(BlankPage1),t); }这是一个But...
阅读全文
posted @ 2015-05-18 12:35 我是文小浩
阅读(285)
评论(1)
推荐(0)
编辑
上一页
1
2
3
下一页
公告