摘要: 文字翻译 1.原文 Software engineers shall commit themselves to making the analysis, specification, design, development, testing and maintenance of software a 阅读全文
posted @ 2016-06-05 18:15 搁浅aaaaa 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 1. 从被测试的代码中生成单元测试 1.1创建C#控制台程序,命名为AddUnitText 1.2然后先用一小段很简单的代码练习一下 1 class Program 2 { 3 public int Add(int a, int b) 4 { 5 return a + b; 6 } 7 static 阅读全文
posted @ 2016-06-05 17:35 搁浅aaaaa 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 这次阅读的是c#程序代码,由于没接触过,还查了查c#的使用。不过大致还是能看懂的。阅读代码如下: 问题1:这个程序要找的是符合什么条件的数? 问题2:这样的数存在么?符合这一条件的最小的数是什么? 问题3:在电脑上运行这一程序,你估计多长时间才能输出第一个结果?时间精确到分钟(电脑:单核CPU 4. 阅读全文
posted @ 2016-06-05 17:29 搁浅aaaaa 阅读(170) 评论(0) 推荐(0) 编辑
摘要: // p.cpp : Defines the entry point for the console application.// #include "stdafx.h"#include<stdio.h> #include<string.h> int n_char(FILE *fp) { int n 阅读全文
posted @ 2016-06-05 17:13 搁浅aaaaa 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 微软在Builder 2013开发者大会上发布了Visual Studio 2013预览版,并且发布其程序组件库.NET 4.5.1的预览版。VS2013较以前的VS2012上进行了大量的改进,使用上更加方便简洁,而且添加很多新的功能。之前的安装不是自己一个人独立完成的,今天自己要独立完成安装一次。 阅读全文
posted @ 2016-06-05 12:03 搁浅aaaaa 阅读(856) 评论(0) 推荐(0) 编辑