Jaehun's Blog

For Efficient AI


  • 홈

  • 카테고리

  • 태그

  • 아카이브

  • About

  • 검색

inplace_swap

작성일 2021-02-11 | In linux
Reading time 0
void inplace_swap(int *x,int *y)
{
 *y=*x^*y;
 *x=*x^*y;
 *y=*x^*y;
 }
jupyter notebook 다른python이 실행될 시
ElementryOS mouch pad Using it like a Mac Touch Gestures (Loki,Juno)

Related Posts

ElementryOS mouch pad Using it like a Mac Touch Gestures (Loki,Juno)
Logitech MX anywhere 2s 우분투에서 제스쳐 사용하기
ubuntu에서 parallel gzip사용하여 빠르게 압축하기(pigz)
Ubuntu pdf 를 이미지로 변환
류재훈

류재훈

495 포스트
34 카테고리
247 태그
RSS
e-mail Linkedin
0%
© 2020 - 2025 류재훈
Powered by Jekyll
Theme - NexT.Mist