自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

GodLike

世界上最遥远的距离不是牛 A 和 牛 C 之间的狭小空隙而是我们当中有人在通往牛 B 的路上一路狂奔而有人中途就放弃了

  • 博客(15)
  • 资源 (8)
  • 收藏
  • 关注

原创 projecteuler---->problem=34----Digit factorials

Problem 34145 is a curious number, as 1! + 4! + 5! = 1 + 24 + 120 = 145.Find the sum of all numbers which are equal to the sum of the factorial of their digits.Note: as 1! = 1 and 2! = 2 are

2014-08-25 10:05:11 1121

原创 projecteuler---->problem=36----Double-base palindromes

Problem 36The decimal number, 585 = 10010010012 (binary), is palindromic in both bases.Find the sum of all numbers, less than one million, which are palindromic in base 10 and base 2.(Please

2014-08-25 09:21:20 1136

原创 projecteuler---->problem=35----Circular primes

Problem 35The number, 197, is called a circular prime because all rotations of the digits: 197, 971, and 719, are themselves prime.There are thirteen such primes below 100: 2, 3, 5, 7, 11, 13,

2014-08-22 17:05:15 1374

原创 projecteuler---->problem=33----Digit canceling fractions

Problem 33The fraction 49/98 is a curious fraction, as an inexperienced mathematician in attempting to simplify it may incorrectly believe that49/98 = 4/8, which is correct, is obtained by cance

2014-08-22 16:07:49 1231

原创 projecteuler---->problem=32----Pandigital products

Problem 32We shall say that an n-digit number is pandigital if it makes use of all the digits 1 to n exactly once; for example, the 5-digit number, 15234, is 1 through 5 pandigital.The produ

2014-08-22 15:28:57 1403

原创 projecteuler---->problem=31----Coin sums 无限背包计算可能存在的次数

Problem 31In England the currency is made up of pound, £, and pence, p, and there are eight coins in general circulation:1p, 2p, 5p, 10p, 20p, 50p, £1 (100p) and £2 (200p).It is possible to

2014-08-21 11:09:46 1431

原创 projecteuler---->problem=30----Digit fifth powers

Problem 30Surprisingly there are only three numbers that can be written as the sum of fourth powers of their digits:1634 = 14 + 64 + 34 + 448208 = 84 + 24 + 04 + 849474 = 94 + 44 + 74 + 44

2014-08-21 09:36:07 1146

原创 projecteuler---->problem=29----Distinct powers

Problem 29Consider all integer combinations of ab for 2 ≤ a ≤ 5 and 2 ≤ b ≤ 5:22=4, 23=8, 24=16, 25=3232=9, 33=27, 34=81, 35=24342=16, 43=64, 44=256, 45=102452=25, 53=125, 54=625, 55=312

2014-08-21 08:21:10 1118

转载 Python集合(set)类型的操作

python的set和其他语言类似, 是一个无序不重复元素集, 基本功能包括关系测试和消除重复元素. 集合对象还支持union(联合), intersection(交), difference(差)和sysmmetric difference(对称差集)等数学运算.sets 支持 x in set, len(set),和 for x in set。作为一个无序的集合,sets不记录元素位置或者

2014-08-21 08:07:28 583

原创 projecteuler---->problem=28----Number spiral diagonals

Problem 28Starting with the number 1 and moving to the right in a clockwise direction a 5 by 5 spiral is formed as follows:21 22 23 24 2520  7  8  9 1019  6  1  2 1118  5  4  3 1217 16

2014-08-20 17:00:28 979

原创 projecteuler---->problem=27----Quadratic primes

Euler discovered the remarkable quadratic formula:n² + n + 41It turns out that the formula will produce 40 primes for the consecutive values n = 0 to 39. However, when n = 40, 402 + 40 + 41 = 40

2014-08-20 16:06:43 1110

原创 Project Euler 26 计算小数位循环的位数

A unit fraction contains 1 in the numerator. The decimal representation of the unit fractions with denominators 2 to 10 are given:1/2= 0.51/3= 0.(3)1/4= 0.251/5

2014-08-20 15:34:30 1556

转载 mac 配置 tomcat

第一步:下载Tomcat      这里Himi下载的tomcat version:7.0.27直接上下载地址:http://tomcat.apache.org/download-70.cgi直接下载如下选中即可:第二步:   下载完成后 ,然后随意放目录吧,这里Himi放入    /usr/local/右键你的mac的Finder->前往文件夹->

2014-08-20 08:45:03 2457 1

原创 LeetCode 2 Evaluate Reverse Polish Notation

Evaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, *, /. Each operand may be an integer or another expression.Some examples: ["2", "1",

2014-08-18 16:42:31 766

原创 LeetCode 第一题剪彩自己的leetCode之路

Reverse Words in a String Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click to show clarification.

2014-08-18 16:01:18 1331

用JAVA语言处理AutoCAD图形数据的研究

用JAVA语言处理AutoCAD图形数据的研究

2013-12-24

java俄罗斯方块初级版

java俄罗斯方块初级版 多多交流,希望大家多多发现bug

2013-05-08

深入解析SQL Server 2008

深入解析SQL Server 2008 的第二部分

2013-04-19

深入解析SQL Server 2008.part1

深入解析SQL Server 2008 数据库中的巨作,你懂的! 这个文件要两个压缩文件

2013-04-19

数据库系统实现

里面描写的是数据库底层的操作和实现,对于想深入了解数据库的人来说,这本书会是一个很大的帮助!

2013-04-01

java api 中文版 chm 格式

java api 中文版 chm 格式 javase 的api 查询文档,.chm格式,使用与window 操作系统

2012-12-20

java 关键字查询文档

java 的关键字查询文档以网页的形式来模仿API力图实现方便,快捷,详细于一体!

2012-10-07

空空如也

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

TA关注的人

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