摘要: 题目来自于COMP20003 Tutorial 2: Program m ing Challenge 2.2 The technology stack at Hidebound Inc. uses a subset of C w hich doesn't have the '.' or '->'op 阅读全文
posted @ 2018-12-01 12:42 落星无尘_Will 阅读(848) 评论(0) 推荐(0) 编辑
摘要: The upper bound Big-O: Definition: f(n) is in O(g(n)) if there are constants c0 and N0 such that f(n) < c0*g(n) for all n>N0. We are only interested i 阅读全文
posted @ 2018-11-26 12:22 落星无尘_Will 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Programming 1.3 In this problem, you'll be asked to find all the prime numbers from 1 to 1000. Prime numbers are used in allkinds of circumstances, pa 阅读全文
posted @ 2018-11-25 05:59 落星无尘_Will 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 对材料C Programming Style for Engineering Computation的总结。 原文如下: 总结: 阅读全文
posted @ 2018-11-19 09:53 落星无尘_Will 阅读(178) 评论(0) 推荐(0) 编辑