An open API service indexing awesome lists of open source software.

https://github.com/zlfn/bitwiseshiftmultiplication

비트시프트 연산을 통한 곱셈속도비교.
https://github.com/zlfn/bitwiseshiftmultiplication

Last synced: about 1 month ago
JSON representation

비트시프트 연산을 통한 곱셈속도비교.

Awesome Lists containing this project

README

          

# Bitwiseshift_Multiplication
비트시프트 연산을 통한 곱셈속도비교.

정보 발표를 위해 만들었습니다.

source.cpp를 그대로 복사해서 DevC++이나 뭐 그런데 복사해서 컴파일 하면

a랑 b값, 반복횟수 수정하면서 재밌게 갖고 놀 수 있습니다.