摘要: 8.5 Design the data structures for an online book reader system.这道题OOB的题让我们设计一个在线读书系统,还是没有任何提示,所以发挥空间很大。根据书上的解答,我们设计一个具有基本功能的系统:1. 用户会员的建立和延长2. 搜索书库中的... 阅读全文
posted @ 2015-09-08 10:24 Grandyang 阅读(925) 评论(0) 推荐(0) 编辑
摘要: vtkMatrix4x4是VTK中的一个表示4x4矩阵的一种数据结构,有时候我们想把其保存到一个文件中,那么可以使用如下的代码:void writeVtkMatrix4x4ToFile(const vtkMatrix4x4 *m, char *filename) { ofstream fout... 阅读全文
posted @ 2015-09-08 07:31 Grandyang 阅读(931) 评论(0) 推荐(0) 编辑
摘要: Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.ExampleGiven 4 points:(1,2),(3,6),(0,0),(1,3).The max... 阅读全文
posted @ 2015-09-08 02:39 Grandyang 阅读(1221) 评论(0) 推荐(0) 编辑
摘要: You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the quality c 阅读全文
posted @ 2015-09-08 02:30 Grandyang 阅读(10661) 评论(3) 推荐(0) 编辑
Fork me on GitHub