Набор битов вращения C++ [закрыто] ⇐ C++
-
Anonymous
Набор битов вращения C++ [закрыто]
I'm trying to rotate a portion of a bits in c++11 with
inline void rotateL(std::bitset& b, unsigned m, int lastStep) { b = b >> m | b
Источник: https://stackoverflow.com/questions/781 ... ate-bitset
I'm trying to rotate a portion of a bits in c++11 with
inline void rotateL(std::bitset& b, unsigned m, int lastStep) { b = b >> m | b
Источник: https://stackoverflow.com/questions/781 ... ate-bitset
Мобильная версия