《单元测试的艺术(第2版)》基本信息作者: (以)Roy Osherove译者: 金迎丛书名: 图灵程序设计丛书出版社:人民邮电出版社ISBN:9787115360359上架时间:2014-7-25出版日期:2014 年8月开本:16开页码:1版次:1-1所属分类:计算机 > 软件工程及软件方法学 ...
分类:
其他好文 时间:
2014-08-04 17:24:27
阅读次数:
281
Match for Bonus
Time Limit: 2 Seconds Memory Limit: 65536 KB
Roy played a game with his roommates the other day.
His roommates wrote 2 strings of characters, and gave each character a b...
分类:
其他好文 时间:
2014-08-02 18:20:33
阅读次数:
256
Problem Description
The aspiring Roy the Robber has seen a lot of American movies, and knows that the bad guys usually gets caught in the end, often because they become too greedy. He has decided t...
分类:
其他好文 时间:
2014-08-01 16:10:21
阅读次数:
184
源码下载地址:http://download.csdn.net/source/1662193一. 认识REST REST软件架构是由Roy Thomas Fielding博士在2000年首次提出的。他为我们描绘了开发基于互联网的网络软件的蓝图。REST软件架构是一个抽象的概念,是一种为了实现这一互联...
分类:
其他好文 时间:
2014-07-22 00:10:37
阅读次数:
362
Robberies
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 11294 Accepted Submission(s): 4188
Problem Description
The aspiring Ro...
分类:
其他好文 时间:
2014-07-20 00:25:06
阅读次数:
247
/*
—————————————————————————————————————————————————————————————————————————————
author : Grant Yuan
time : 2014.7.19
aldorithm: 01背包+卡精度
——————————————————...
分类:
其他好文 时间:
2014-07-19 23:47:28
阅读次数:
372
Robberies
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 11291 Accepted Submission(s): 4187
Problem Description
The aspiring Ro...
分类:
其他好文 时间:
2014-07-19 14:02:38
阅读次数:
255
HTTP 我们将只聚焦在于与创建 Web APIs有关的部分。HTTP 是信息系统中的一个应用层协议,是Web的支柱。 其原先由 Berners-Lee,Roy Fielding 和 Henrik Frystyk Nielsen 三位计算机科学家们创作的。HTTP 为客户端与服务器端之间跨网络相互传...
原文在这:http://www.4js.com/en/company/ibm-i4gl-to-genero/four-js-and-i4gl不想翻译了。自己看吧。IBM® Informix® 4GL was developed in 1985 by Chris Maloney and Roy Har...
分类:
Web程序 时间:
2014-06-23 07:57:51
阅读次数:
588
题目:
链接:点击打开链接
题意:
roy抢银行,知道每个银行的存款和被抓的概率,以及Roy能够被抓的概率,求他能够抢劫的最多的money。
思路:
dp[i]表示抢劫i块钱不被抓的概率,当i==0时,一定不会被抓,即dp[0] = 1;
代码:
#include
#include
#include
using namespace std;
#define M...
分类:
其他好文 时间:
2014-05-15 23:05:08
阅读次数:
266