自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

丹尼斯的技術江湖

on the road to be strong

  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

转载 Iteration vs. Recursion in Java

1. RecursionConsider the factorial function: n!=n*(n-1)*(n-2)*...*1There are many ways to compute factorials. One way is that n! is equal to n*(n-1)!. Therefore the program can be directly wri

2013-11-28 14:31:51 1228 1

转载 Top 10 Algorithms for Coding Interview

The original address is here: http://www.programcreek.com/2012/11/top-10-algorithms-for-coding-interview/The following are top 10 algorithms related concepts in coding interview. I will try to ill

2013-11-28 13:58:55 796

原创 Pascal Triangle

题目是杨辉三角的分布,形如:                               1                              1 1                            1 2 1                           1 3 3 1                          1 4 6 4 1

2013-11-20 11:04:57 1077

原创 The trip on Taiwan

去程:南京-台北 MU5001 2013-10-02 14:30-16:20 逍遥行国际 010-53571492返程:台北-南京 MU5002 2013-10-15 17:20-19:20 天泰航空 010-53571136【飞机花费】RMB7200【通行证/入台证花费】RMB700【国际驾照花费】RMB300【臺鐵、高鐵】10.05 台北-花蓮 NT83610.10

2013-11-19 07:21:52 6056

原创 [Python] modify *.c -> *.java script

! /usr/bin/pythondef mod(filename): if filename.endswith(".c"): filename = filename[:filename.index(".c")]+".java" return filename else:

2013-11-07 17:52:16 1117

cplusplus reference

C++

2014-10-17

空空如也

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

TA关注的人

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