darrenhp的读书主页
darrenhp关注的人 · · · ( 全部7 )
最近阅读 · · ·
- 5月8日
- 想读 素数定理的初等证明
- 4月29日
- 想读 稳操胜券(上册)、On Numbers and Games
- 4月27日
- 在读 数学分析八讲
- 读过 程序员修炼之道、程序员修炼之道
- 4月22日
- 读过 大规模Web服务开发技术、Debug Hacks中文版
- 4月21日
- 读过 Thinking in C++、Thinking in C++, Volume 2
- 4月18日
- 在读 这就是搜索引擎
- 4月9日
- 在读 失控
- 4月8日
- 想读 Pattern-Oriented Software Architecture Volume 2
- 3月27日
- 想读 Data-intensive Text Processing With Mapreduce
- 3月23日
- 在读 嵌入式系统的微模块化程序设计
- 3月12日
- 想读 Networks, Crowds, and Markets
- 3月4日
- 想读 C Interfaces and Implementations
- 3月3日
- 想读 计算机系统概论


























第二版的2.79太bt了,搞了半个小时,还是一个很ugly的方法。
1. Write code for a function mul5div8 that, for integer argument x, computes 5*x/8, but following the bit-level integer coding rules (page 154). Your code should replicate the fact that the computation 5*x can cause overflow. 2. 写出函数fiveeighths 的代码 对于整数参数x 计算5...(2回应)