Notice
Recent Posts
Link
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- docker container
- yolo mask
- docker
- C
- mask image training
- aws code pipeline
- flower classification
- Container
- 시저암호 코딩
- 360게임 만들기 with c
- Java
- token check
- ubuntu
- docker in ubuntu
- 오목게임앱
- Python
- 한글깨짐해결
- 오목앱 만들기
- dji tello
- 369게임 만들기
- AI
- pill classification
- pill ai
- ubuntu에서 docker 사용
- 춤 유사도 평가
- iris dataset
- ceasor
- deep learning
- 긍부정문 판별
- drone control
Archives
- Today
- Total
목록묵찌빠 게임 만들기 (1)
월레스와 그로밋: 코딩의 날
rsp_game(묵찌빠 게임)
main.c#include "rsp.h"int main(){ main_rsp(); return 0;}rps.h#define _CRT_SECURE_NO_WARNINGS#define LINE printf("--------------------------------------------------------------\n");#include #include #include #include int input_num();int randnum_computer();void main_rsp();void repeat(player_num, computer_num);void main_repeat(int* player_num, int* computer_num);int player_winrsp(player_num, comput..
Etc/C
2025. 1. 26. 18:48