https://github.com/zlfn/bitwiseshiftmultiplication
비트시프트 연산을 통한 곱셈속도비교.
https://github.com/zlfn/bitwiseshiftmultiplication
Last synced: about 1 month ago
JSON representation
비트시프트 연산을 통한 곱셈속도비교.
- Host: GitHub
- URL: https://github.com/zlfn/bitwiseshiftmultiplication
- Owner: zlfn
- License: gpl-3.0
- Created: 2021-04-07T10:55:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T11:04:57.000Z (about 5 years ago)
- Last Synced: 2025-12-31T01:58:03.526Z (5 months ago)
- Language: C++
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitwiseshift_Multiplication
비트시프트 연산을 통한 곱셈속도비교.
정보 발표를 위해 만들었습니다.
source.cpp를 그대로 복사해서 DevC++이나 뭐 그런데 복사해서 컴파일 하면
a랑 b값, 반복횟수 수정하면서 재밌게 갖고 놀 수 있습니다.