로그인

검색

C/C++
2015.10.13 16:40

정신나간 정렬 알고리즘

MoA
조회 수 13558 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄 첨부

1444621361Hhq8lEYmevhJ83smeDdUeSRXbF.png

 

http://rosettacode.org/wiki/Sorting_algorithms/Sleep_sort#C

http://www.todayhumor.co.kr/board/view.php?table=humorbest&no=1132722

 

설명

fork()함수가 실행되면 프로세스가 하나 더 생긴다.

fork()의 return 값은 자식 프로세스인 경우 0, 부모 프로세스는 pid를 갖는다.

즉, 부모 프로세스에서는 while 루프에서 빠져나가고 바로 sleep 실행, 자식 프로세스에서는 while 루프를 한번더 실행한다.

그 뒤 c가 0이 될때까지 반복.

결국 각 프로세스에서 v[c] 밀리초 뒤에 v[c]값이 출력됨.

참고로 fork()는 unix like os에서만 실행됨.

?

  1. Programming 게시판 관련

    Date2014.11.01 CategoryTool/etc ByMoA Views115410
    read more
  2. What's the difference between comma separated joins and join on syntax in MySQL?

    Date2022.06.09 CategoryDatabase ByOBG Views17792
    Read More
  3. Building Pitaya, Wildlife’s own scalable game server framework

    Date2022.06.07 Category서버 ByOBG Views20054
    Read More
  4. How to send dynamic charts with a Slack bot

    Date2022.05.31 CategoryWeb ByOBG Views17762
    Read More
  5. [Javascript] 비동기, Promise, async, await 확실하게 이해하기

    Date2022.05.27 CategoryWeb ByOBG Views10514
    Read More
  6. Address Bar Install for Progressive Web Apps on the Desktop

    Date2021.12.15 CategoryWeb ByOBG Views19755
    Read More
  7. 추천(Recommendation) 시스템 - 알고리즘 Trend 정리

    Date2021.08.03 CategoryDeeplearning ByOBG Views11916
    Read More
  8. What does set -e mean in a bash script?

    Date2021.04.29 CategoryTool/etc ByOBG Views22347
    Read More
  9. What does the last “-” (hyphen) mean in options of `bash`?

    Date2021.04.29 CategoryTool/etc ByOBG Views22879
    Read More
  10. 2016년에 자바스크립트를 배우는 기분

    Date2016.12.27 CategoryTool/etc ByMoA Views11729
    Read More
  11. 서비스중인 게임 DB 설계(쿠키런) 기초

    Date2016.07.12 CategoryDatabase ByMoA Views11626
    Read More
  12. PHP: 잘못된 디자인의 프랙탈

    Date2016.07.10 CategorySite ByMoA Views14335
    Read More
  13. Windows 10 앱 개발(UWP)

    Date2015.10.13 CategoryAPI/MFC ByMoA Views24020
    Read More
  14. 정신나간 정렬 알고리즘

    Date2015.10.13 CategoryC/C++ ByMoA Views13558
    Read More
  15. 비트윈 PC 버전 개발기

    Date2015.10.11 CategorySite ByMoA Views14930
    Read More
  16. Machine Learning for Video Games

    Date2015.07.27 CategoryTool/etc ByMoA Views22150
    Read More
  17. [액션게임 만들기] 10. 캐릭터 기술 구현

    Date2014.05.07 CategoryPython ByMoA Views12632
    Read More
  18. [액션게임 만들기] 9. 캐릭터 액션 구현 2

    Date2014.05.07 CategoryPython ByMoA Views12709
    Read More
  19. [액션게임 만들기] 8. 캐릭터 액션 구현 1

    Date2014.05.07 CategoryPython ByMoA Views12380
    Read More
  20. [액션게임 만들기] 7. 캐릭터 출력

    Date2014.05.07 CategoryPython ByMoA Views12388
    Read More
  21. [액션게임 만들기] 6. 게임 화면 출력

    Date2014.05.07 CategoryPython ByMoA Views12694
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 18 Next
/ 18