2011年7月23日
摘要:
Exercise 1.12 Write a procedure that computes the elements of Pascal's triangle by means of a recursive process.Solution: A rather simple task. Apparently the RULE is: the numbers of edge are 1, and the other are the sum of the two numbers above it. In this way it seems easier to understand:11 1 阅读全文
posted @ 2011-07-23 23:52
hodezx
阅读(83)
评论(0)
推荐(0)
浙公网安备 33010602011771号