- 1. Print graphics
- 2. MadLibs
- 3. Calculator
- 4. Applications
- 5. Numbers
- 6. Conjectures
- 7. StudentMIS
- 8. Tickets System
- 9. Sequence List Basic System
- 10. Sequence List Application System
- 11. Link List Basic System
- 12. Link List Application System
- 13. Complexity of Algorithms
- 14. Queue Application System
- 15. Stack Application System
- 16. Sparse Matrix System
- 17. Triangular Matrix System
- 18. Idioms Solitaire(成语接龙)
- 19. Binary Tree System
- 20. Huffman Tree System
- 21. Graph System
- 22. BitOperation
- 23. BigNumber
- More to be coming...
Welcome to C++ Program Design!
For academic exchanges, please add WeChat: 22995321
Projects of C++
C++ Programming and Object-Oriented Design
Project 22. Bit Operation
Click to Download the Executable Files.
Click to Download the Sources Files. (Password Needed)
Name: Bit Operation
Copyright: Seng Dewen
Author: Seng Dewen
Date: Nov. 10, 2022
Description: Bit Operation.
菜单(Press 0 for English Menu)
Menu(按0切换到中文菜单)
1. bit and(&) 按位与(&)
2. bit or(|) 按位或(|)
3. bit xor(^) 按位异或(^)
4. bit not(~) 取反(~)
5. left shift(<<) 左移(<<)
6.right shift(>>) 右移(>>)
7. seperate(&) 分离中英字符(&)
8. swap(^) 交换两个整数(^)
9. Encrypt Integer(^) 加密整数(^)
10. Encrypt String(^) 加密字符串(^)
11.Machine Code(&) 整数机内码(&)
12. Exit(退出程序)
|