비트 연산 활용한 PS 꿀팁 1 - 기본편
by Arq.Dev5igner 2024. 10. 16. 16:33
날아감 ㅎㅎ...;;
Transfer numbers from one number system to any other online (binary2hex.com)
Transfer numbers from one number system to any other online
let\'s translate to decimal like this: 1∙87+0∙86+1∙85+0∙84+1∙83+0∙82+0∙81+1∙80+1∙8-1+0∙8-2+1∙8-3 = 1∙2097152+0∙262144+1∙32768+0∙4096+1∙512+0∙64+0∙8+1∙1+1∙0.125+0∙0.015625+1∙0.001953125 = 2097152+0+32768+0+512+0+0
binary2hex.com
비트 연산 활용한 PS 꿀팁 2 - 활용편
2024.10.16
[C++] 표준 입출력 버퍼 , 코딩테스트 입출력 cin, cin.get(), getline()
2023.10.19
[GAMEAI] FSM을 이용한 몬스터 인공지능의 구현
2022.11.30
디자인 패턴 요약
2022.11.29