Number letter counts
Problem 17
If the numbers 1 to 5 are written out in words: one, two, three, four, five, then there are 3 + 3 + 5 + 4 + 4 = 19 letters used in total.
If all the numbers fr...
分类:
其他好文 时间:
2014-12-05 19:27:00
阅读次数:
177
http://erldoc.com/doc/otp-design-principles/index.html原文:OTP Design Principles翻译:ShiningRay有任何问题请到这里留言。目录概述监督树行为应用发布发布处理Gen_Server行为客户端-服务器端原理例子启动一个Ge...
分类:
其他好文 时间:
2014-12-01 15:37:15
阅读次数:
407
The PrimesIOI'94In the square below, each row, each column and the two diagonals canbe read as a five digit prime number. The rows are read from lef.....
分类:
其他好文 时间:
2014-11-25 23:18:19
阅读次数:
199
You can recover MySQL database server password with following five easy steps. Step # 1: Stop the MySQL server process. Step # 2: Start the MySQL (mys...
分类:
数据库 时间:
2014-11-23 23:01:13
阅读次数:
390
这是观看Cousera上的课程《Principles of Reactive Programming》中week1里的Monad一节所做的笔记。What is a Monad?What is a Monad?A monad is a parametric type M[T] with two ope...
分类:
其他好文 时间:
2014-11-18 00:04:01
阅读次数:
258
http://www.aqee.net/14-lessons-after-five-years-of-professional-programming/本文由“外刊IT评论”网(www.aqee.net)荣誉出品排列不分先后:1. 当性能遇到问题时,如果能在应用层进行计算和处理,那就把它从数据库层拿...
分类:
其他好文 时间:
2014-11-15 16:43:19
阅读次数:
139
题目链接:HDU 3131 One…Two…Five! (暴力搜索)
题意:给出一串数字,要求用加,减,乘,除(5/2=2)连接(计算无优先级:5+3*6=8*6=48),求所有结果中,含有‘3’且该数字出现频率最大,若频率相等,输出数字最大的。
暴力解决之
AC代码:
#include
#include
#include
#include
#def...
分类:
其他好文 时间:
2014-11-15 11:30:10
阅读次数:
170
转:http://www.jb51.net/article/25863.htm首先建立一个测试的类复制代码代码如下:public class MyClass{public int one { set; get; }public int two { set; get; }public int five...
CreatinganMFCBasedGameFromStarttoFinishCprogramming.com
By Ben Marchant Foreword to Same Game In this five part series, we'll be creating a version of...
分类:
编程语言 时间:
2014-11-03 10:08:58
阅读次数:
392
已经确定做C++后台的工作了,因此,要对C++要越来越熟悉才行,今天,在此列出学习和温习C++书籍的顺序,从而由浅入深地学习C++。1. 《C++ primer》 2. 《Accelerated C++》3. 《Programming: Principles and Practice Using C...
分类:
编程语言 时间:
2014-10-27 00:11:18
阅读次数:
243