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 | 31 |
Tags
- Container
- 춤 유사도 평가
- ubuntu
- ceasor
- ubuntu에서 docker 사용
- 한글깨짐해결
- AI
- deep learning
- flower classification
- 시저암호 코딩
- pill classification
- 오목앱 만들기
- docker container
- dji tello
- aws code pipeline
- Python
- drone control
- pill ai
- token check
- 369게임 만들기
- 긍부정문 판별
- 오목게임앱
- C
- Java
- iris dataset
- 360게임 만들기 with c
- yolo mask
- docker in ubuntu
- mask image training
- docker
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