应用层协议原理 principles of network applications
网络应用体系结构(application architecture):
- 客户-服务器体系结构(client-server architecture)
server:
- always-on host
- permanent IP address
- data centers for scaling
(并行与分布式计算七)
Arithmetic Computations
m阶线性递推式(linear recurrece of order m):
$yi$ 由 $ y{i-1}, y{i-2}, …, y{i-m} $ 的线性组合生成
A = ($ a_0, a_1, …, a_n $)是多项式$ p(x) = a_0x^n + a1x^{n-1 + … + a{n-1}x} + a_n $的系数数组,给定点$x_0$计算$p(x_0)$
(并行与分布式计算二)
The list-ranking problem is to determine the distance of each node i from the end of the list
思想: