自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Redcap's Coding World

a place for a beginner in programming to share his learning experience

  • 博客(5)
  • 收藏
  • 关注

原创 [SICP Notes] 1.1 The Elements of Programming

About the BookTo know more about programming, I have decided to start reading the famous Structure and Interpretation of Computer Programs (SICP, or the Wizard Book), which is first published by M

2014-07-26 00:14:34 892

原创 UVa 151 - Power Crisis

The ProblemDuring the power crisis in New Zealand this winter (caused by ashortage of rain and hence low levels in the hydro dams), acontingency scheme was developed to turn off the power to areas o

2014-07-23 21:15:20 944

原创 A Simple Example About Privileged Methods in JavaScript

Douglas Crockford classified the "class methods" in JavaScript into three types:private, privileged and public.Public methods have an obvious meaning: they can be accessed by the public.Priv

2014-07-19 01:28:34 1470

原创 Prototype and Constructor in JavaScript

The concept of prototype in JavaScript is very confusing, especially to those who come with a C++/JAVA/... background. As an OOP langauge, JavaScript is very different from the languages with class. I

2014-07-08 23:26:43 996 1

原创 Difference Between == and === : A Simple Comparison

Beginners in JavaScript may be confused with the two equal operators, === and ==. So what is the difference between them?

2014-07-05 01:59:12 812

空空如也

空空如也

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

TA关注的人

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