Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您部署由 1,000 台计算机和 18 台路由器组成的网络(企业规模)时,我们决定使用蜂窝拓扑(cell-topology)。通过切换到环形拓扑可以显着减少多少次内部流量?
与网状拓扑相比,环形拓扑中的流量不应减少。如果有的话,从效率的角度来看,路由全机械拓扑在理论上是最佳的,并且无法改进。
我有一个 C++ 头文件,其中包含以下定义:
#define CACHE_NUM_WAYS (1<<1) #define CACHE_DATA_SIZE (1<<8)
它在其余代码中用作整数。
这是什么意思?它的价值是什么?