초코동동
초코동동
  • Видео 102
  • Просмотров 57 049
텍사스 홀덤 싱글 플레이 (Texas Holdem Single Play)
Texas Holdem Single Play Game, 2019.6
- 무작위 셔플을 통한 싱글 플레이
- PyGame 라이브러리 사용
- 배팅 없음
게임 프로그래밍 설명 (Explanation of game programming)
actruce.com/pygame-texasholdem-single-play-version/
Source Repository:
github.com/actruce/Pygame/tree/master/TexasHoldemSinglePlay
Просмотров: 122

Видео

BeeSimulator (C#) - 2009.11
Просмотров 9Год назад
Bee Simulator, Example from Head First C# 2nd edition
Pandas 강의(4) - Advanced Selecting & Indexing (Label, Position 섞어 쓰기)
Просмотров 84Год назад
Pandas 강의 (4) - Label 과 Position 을 섞어서 indexing 에 사용하는 방법 - .loc 실습 : single position, slicing, fancy indexing - .iloc 실습 : single label, slicing, fancy indexing - Real Data Example ※ 16:38 에 나오는 "Using .loc" 는 "Using .iloc" 로 정정합니다.
Pandas 강의(3) - Selecting & Indexing
Просмотров 48Год назад
Pandas 강의 (3) - 대괄호 [] 인덱싱 - .loc 인덱싱 - Selection by Label - .iloc 인덱싱 - Selection by Position reference: pandas.pydata.org/docs/user_guide/indexing.html
Pandas 강의(2) - Creating & Viewing
Просмотров 57Год назад
Pandas 강의 (2) - Series and DataFrame - 단순 생성 - read_csv, read_excel, encoding - 데이터 확인하기
Pandas 강의(1) - What is Pandas ?
Просмотров 154Год назад
Pandas 강의를 시작합니다! Pandas 강의 (1) - 판다스란 무엇인가? - 시리즈와 데이터프레임 - 간단 실습 - baseball.csv 10 minutes to pandas link, pandas.pydata.org/docs/user_guide/10min.html
Hanoi Tower Recursive (재귀)
Просмотров 482 года назад
HanoiTower 문제를 재귀적으로 프로그래밍 하기 - Hanoi Tower 문제의 일반화 - 재귀 프로그램을 위한 접근 - 의사코드 작성 및 프로그래밍 - 실행 링크 0. 하노이 타워 그림, ko.khanacademy.org/computing/computer-science/algorithms/towers-of-hanoi/a/towers-of-hanoi 1. 문제 정의, docs.google.com/document/d/1nxyaXL5tf_FfJJFxd9Zb2JvLSZGt3Pque4j92hPc6nM/edit?usp=sharing 2. 하노이타워 재귀 프로그램 소스, drive.google.com/file/d/1gtZ-V1VzWChTAZIm2kA7cH9laMwN3Q39/view?usp=sharing
Hanoi Tower 문제 풀기 1탄 - 콘솔 프로그램
Просмотров 672 года назад
HanoiTower 문제를 어떻게 코딩할 것인가? - Hanoi Tower 란? - 프로그램 Description - 실전 코딩 (Console Programming) 링크 0. 하노이 타워 그림, ko.khanacademy.org/computing/computer-science/algorithms/towers-of-hanoi/a/towers-of-hanoi 1. 문제 정의, docs.google.com/document/d/1nxyaXL5tf_FfJJFxd9Zb2JvLSZGt3Pque4j92hPc6nM/edit?usp=sharing 2. 하노이타워 콘솔 프로그램 소스, drive.google.com/file/d/1CZKrmmWf-AyM-QmxX4pWJlDNkDldiCot/view?usp=sharing
Remote Docker Container Debugging with VSCode (어디서도 알려주지 않는...)
Просмотров 3,9 тыс.3 года назад
Remote Docker Container 를 VSCode 상에서 Debugging 하는 방법에 대해 알아보자. (설명이 끝나고 영상 뒷부분에 빠르게 훑어보기 영상이 준비되어 있습니다.) (The overall procedures without explanation will be continued after the explanation.) Procedures: docs.google.com/presentation/d/1ViKoQNlWbgDolt_Im1QffU1sjTsamfpoStnPDTYqT-Y/edit?usp=sharing 1. In VSCode, add settings.json ex) "docker.host": "tcp://localhost:23750" 2. In Terminal, "ssh -NL l...
딥러닝을 위한 Docker 설치 - 그대로 따라하기
Просмотров 1,7 тыс.3 года назад
딥러닝을 위한 Docker 설치에 대한 내용입니다. 시간이 없으신 분들은 아래 블로그 내용을 그대로 따라가셔도 무방합니다. 1. Docker 설치 및 Nvidia-Docker 2 설치 방법 medium.com/@linhlinhle997/how-to-install-docker-and-nvidia-docker-2-0-on-ubuntu-18-04-da3eac6ec494 2. docker-ce 버전과 docker -ee 버전 비교 boxboat.com/2018/12/07/docker-ce-vs-docker-ee/ 3. docker 에서 GPU 를 사용하는 3가지 방법 docs.nvidia.com/deeplearning/frameworks/user-guide/index.html#enable-gpu-support
겨울철 별자리 쉽게 찾는 법!
Просмотров 2 тыс.3 года назад
겨울철 밤하늘은 1등성이 많아서 별자리를 찾기 좋습니다. 1등성으로 이루어진 '겨울철 다이아몬드'를 찾는 방법을 알아 보고, 대표적인 겨울철 별자리인 오리온 자리, 황소 자리, 마차부 자리, 쌍둥이 자리, 작은 개 자리, 큰 개 자리에 대해서 알아 보는 시간을 가져 봅시다.
OOStyle Matplotlib - 16. An Example
Просмотров 593 года назад
강수량 측정값을 QuadTree 로 나타내 보자. 16. 강수량 Quadtree 표시 16.1. QuadTree Background 14.2. QuadTree Implementation 14.3. Draw plots 참고자료 1. QuadTree Background - scipython.com/blog/quadtree-1-background/ 2. QuadTree Implementation - scipython.com/blog/quadtrees-2-implementation-in-python/
OOStyle Matplotlib - 15. Artist 의 기본
Просмотров 633 года назад
OOStyle Matplotlib - 15. Artist 의 기본
OOStyle Matplotlib - 14. Colormap; 새로운 Colormap 만들기
Просмотров 1353 года назад
OOStyle Matplotlib - 14. Colormap; 새로운 Colormap 만들기
OOStyle Matplotlib - 13. Colorbar 와 cmap normalize (어디서도 못들어본 강의)
Просмотров 663 года назад
OOStyle Matplotlib - 13. Colorbar 와 cmap normalize (어디서도 못들어본 강의)
OOStyle Matplotlib - 12. Colorbar 와 ScalarMappable (어디서도 못들어본 강의)
Просмотров 833 года назад
OOStyle Matplotlib - 12. Colorbar 와 ScalarMappable (어디서도 못들어본 강의)
OOStyle Matplotlib - 11. Placing a Colorbar (어디서도 못들어본 강의)
Просмотров 1043 года назад
OOStyle Matplotlib - 11. Placing a Colorbar (어디서도 못들어본 강의)
OOStyle Matplotlib - 10. Colorbar 시작하기 (어디서도 못들어본 강의)
Просмотров 1523 года назад
OOStyle Matplotlib - 10. Colorbar 시작하기 (어디서도 못들어본 강의)
OOStyle Matplotlib - 9. Ticks (Locator, Formatter)
Просмотров 983 года назад
OOStyle Matplotlib - 9. Ticks (Locator, Formatter)
OOStyle Matplotlib - 8. Grid, Axis, Spine
Просмотров 823 года назад
OOStyle Matplotlib - 8. Grid, Axis, Spine
OOStyle Matplotlib - 7. bbox_to_anchor 뽀개기
Просмотров 523 года назад
OOStyle Matplotlib - 7. bbox_to_anchor 뽀개기
OOStyle Matplotlib - 6. LegendBox 설정하기
Просмотров 433 года назад
OOStyle Matplotlib - 6. LegendBox 설정하기
별의 일주운동 - 별들은 대체 왜 도는? 걸까
Просмотров 1463 года назад
별의 일주운동 - 별들은 대체 왜 도는? 걸까
OOStyle Matplotlib - 5. Multiple Subplots 의 3가지 방법 비교
Просмотров 653 года назад
OOStyle Matplotlib - 5. Multiple Subplots 의 3가지 방법 비교
OOStyle Matplotlib - 4. Multiple Subplots 를 생성 방법
Просмотров 653 года назад
OOStyle Matplotlib - 4. Multiple Subplots 를 생성 방법
OOStyle Matplotlib - 3. Figure 객체와 Axes 객체, 그리고 Axes 객체를 생성하는 3가지 방법
Просмотров 1403 года назад
OOStyle Matplotlib - 3. Figure 객체와 Axes 객체, 그리고 Axes 객체를 생성하는 3가지 방법
OOStyle Matplotlib - 2. OO Style vs MATLAB Style
Просмотров 1073 года назад
OOStyle Matplotlib - 2. OO Style vs MATLAB Style