This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
20160622~20160624 | |
���� ��Ȳ : �պκ��� ���������� �κ��� ��¥�� ��������. | |
���ϸ����� 99, 103, 106 �̷� ������ ������ ����. | |
�� ������ ù 8���ڴ� YYYYMMDD | |
��ǥ : ��� ������ ��¥�� ���ϸ����� ��ȯ�Ѵ�. | |
���� ��¥�� ���� ������ �������� ���,�� ó�� ���� ������ ���κп� ���δ�. | |
�ٹٲ�, ���� ����, #ǥ�� ���� ���� �Ƴ��α� �������� ����� ��. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
20160703~20160703 | |
*/ | |
#include <stdio.h> //printf | |
#include <Windows.h> //Beep | |
#include <conio.h> | |
#define _C 261.6256 //���� �� | |
#define _D 293.6648 | |
#define _E 329.6276 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Tetris ver.0 | |
15/06/11 ~ 15/06/21 | |
���� Ư�����ڴ� �簢���� ��+���ڿ�, ������ ��+���ڿ� �ִ�. | |
�������� 1���� ROW-2����, �������� 1���� COL-2������ �������ӿ� ��������. | |
���� ȭ��ǥ�� 72, �Ʒ����� 80,������ 75, �������� 77�̴�. | |
last memo: spin ���� 5 �����. �� ��° ������� �ڼ��� ������ �ٽ� �ٲ���� �Ѵ�. | |
*/ | |
#define _CRT_SECURE_NO_WARNINGS | |
#include<stdio.h> |