c 언어 시계 코드

#include /* graphic.h 소개 */

#include /* math.h 소개 */

#include /*dos.h 소개 */

#define pi 3.1415926 /*Define pi=3.14159*/

#define X(a,b, c) x=a*cos(b*c*pi/180-pi/2)+300;

#define Y(a,b,c) y=a*sin(b*c* pi/180-pi/2)+240;

#define d(a,b,c) X(a,b,c);Y(a,b,c);line(300,240, x,y) /*정의...*/

void init() /*초기화 프로그램*/

{int i,l,x1,x2,y1,y2; / *정의...*/

setbkcolor(1); /*색상 설정*/

Circle(300,240,200) /*정원 가꾸기*/

Circle (300,240,205);

Circle(300,240,5);

for(i=0;i<60;i++) /*루프(시간 계산)*/

{if(i%5==0) l=15;

else l=5;

x1=200*cos(i*6*pi/180 ) +300;

y1=200*sin(i*6*pi/180)+240;

x2=(200-l)*cos(i*6*pi / 180)+300;

y2=(200-l)*sin(i*6*pi/180)+240;

line(x1,y1,x2,y2 ) ;

}

}

main()

{

int x,y;

int gd=VGA,gm=2;

unsigned char h,m,s /*정의*/

구조체 시간 t[1];

initgraph(&gd,&gm,"d:\\tc");

init();

setwritemode(1);

gettime(t);

h=t[0].ti_hour;

m=t[0].ti_min;

s=t[0] . ti_sec; /*시간, 분, 초 정의*/

setcolor(7) /*색상 설정*/

d(150,h,30);

setcolor(14);

d(170,m,6);

setcolor(4);

d(190,s, 6);

while(!kbhit()) /*키보드 응답 가져오기*/

{while(t[0].ti_sec==s)

gettime(t ); /*C 언어로 시간을 가져오는 함수*/

sound(400) /*시간 계산...*/

Delay(70);

사운드(200);

지연(30);

p>

nosound();

setcolor(4);

d(190,s,6);

s=t[0] .ti_sec;

d(190,s,6);

if (t[0].ti_min!=m)

{

setcolor(14);

d(170,m,6);

m=t[0].ti_min;

d(170 ,m,6);

}

if (t[0].ti_hour!=h)

{ setcolor(7);

d(150,h,30);

h=t[0].ti_hour;

d(150,h,30);

사운드(1000);

지연(240);

nosound();

지연(140);

사운드( 2000);

지연(240);

nosound();

}

}

getch (); /*공백 설정 후 종료*/

closegraph();

}

특정. . 시간을 계산하려면 여러 함수를 적용하면 됩니다. .

이렇게 긴 걸 겁내지 마세요 사실 대부분이 이 시계를 그리고 있어요~

어서~

上篇: Midea 에어컨용 Gree 커패시터 3개 下篇: 16 진수 편집기 여는 방법
관련 내용