自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(9)
  • 资源 (7)
  • 收藏
  • 关注

原创 Problem 20:Factorial digit sum

原题链接:http://projecteuler.net/problem=20 n! means n  (n  1)  ...  3  2  1 For example, 10! = 10  9  ...  3  2  1 = 3628800, and the sum of the digits in the number 10! is 3 + 6 + 2 + 8 + 8 +

2013-09-11 23:35:11 1081

原创 Problem 19:Counting Sundays

原题链接:http://projecteuler.net/problem=19 You are given the following information, but you may prefer to do some research for yourself. 1 Jan 1900 was a Monday.Thirty days has September, Apri

2013-09-11 23:09:36 884

原创 Problem 18:Maximum path sum I

原题链接:http://projecteuler.net/problem=18 By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23. 3 7 4 2 4 6

2013-09-08 23:06:59 1209

原创 Problem 17:Number letter counts

原题链接:http://projecteuler.net/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 n

2013-09-08 22:36:51 1317 2

原创 Problem 16:Power digit sum

原题链接:http://projecteuler.net/problem=16 215 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26. What is the sum of the digits of the number 21000? 题目大意是: 215 = 32768 并且其各位之和为 is 3

2013-09-08 22:15:01 893

原创 Problem 15:Lattice paths

原题链接:http://projecteuler.net/problem=15 Starting in the top left corner of a 22 grid, and only being able to move to the right and down, there are exactly 6 routes to the bottom right corner.

2013-09-08 20:51:11 1048

原创 Problem 14:Longest Collatz sequence

原题链接:http://projecteuler.net/problem=14 The following iterative sequence is defined for the set of positive integers: n  n/2 (n is even) n  3n + 1 (n is odd) Using the rule above and sta

2013-09-08 19:38:29 921

原创 Problem 13:Large sum

原题链接:http://projecteuler.net/problem=13 Work out the first ten digits of the sum of the following one-hundred 50-digit numbers. 37107287533902102798797998220837590246510135740250 463769376774

2013-09-08 18:57:51 739

原创 Problem 12:Highly divisible triangular number

原题链接:http://projecteuler.net/problem=12 The sequence of triangle numbers is generated by adding the natural numbers. So the 7th triangle number would be 1 + 2 + 3 + 4 + 5 + 6 + 7 = 28. The firs

2013-09-08 18:20:48 1102

mongodb+replica+sets+intro

MongoDB副本集的配置示例,过程简明易懂

2013-05-08

phpredis for windows

phpredis的windows扩展,适用于php5.2

2012-04-06

中小企业园区网建设的拓扑图

网络工程的中小企业园区网建设实验的拓扑图,这个图片比较清晰,另外一个是packet tracer产生的拓扑图文件,格式是pkt。

2011-12-15

python简明教程

是python的入门教程,教程里的字体比较清晰,并且容易上手

2011-09-07

vc++游戏编程的简单入门

vc++游戏编程的简单介绍,用实例详细分析游戏编程的过程

2010-05-06

数据结构(c语言版)源代码

数据结构教科书的源代码,算法丰富,解释详细,

2010-05-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除