C語(yǔ)言實(shí)現(xiàn)電子時(shí)鐘程序
更新時(shí)間:2022年03月31日 16:11:28 作者:Yan_Less
這篇文章主要為大家詳細(xì)介紹了C語(yǔ)言實(shí)現(xiàn)電子時(shí)鐘程序,文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下
本文實(shí)例為大家分享了C語(yǔ)言實(shí)現(xiàn)電子時(shí)鐘程序的具體代碼,供大家參考,具體內(nèi)容如下
Qt 里面運(yùn)行
#include<windows.h> #include <stdio.h> #include <stdlib.h> #include <conio.h> #include <time.h> typedef struct { int x; int y; }Point; time_t now; struct tm *pt, t1, t2; int printpoint(Point p) { Point p1; p1.x = p.x + 2; p1.y = p.y + 4; gotoxy(p1.x, p1.y); printf("%c%c", 2, 2); gotoxy(p1.x, p1.y + 1); printf("%c%c", 2, 2); p1.y += 4; gotoxy(p1.x, p1.y); printf("%c%c", 2, 2); gotoxy(p1.x, p1.y + 1); printf("%c%c", 2, 2); return 0; } int print0(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); if (i == 0 || i == 12) printf("%c%c%c%c%c%c", 2, 2, 2, 2, 2, 2); else printf("%c%4s%c", 2, " ", 2); } return 0; } int print1(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); printf("%5s%c", " ", 2); } return 0; } int print2(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); if (i == 0 || i == 6 || i == 12) printf("%c%c%c%c%c%c", 2, 2, 2, 2, 2, 2); else if (i>0 && i<6) printf("%5s%c", " ", 2); else printf("%c", 2); } return 0; } int print3(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); if (i == 0 || i == 6 || i == 12) printf("%c%c%c%c%c%c", 2, 2, 2, 2, 2, 2); else printf("%5s%c", " ", 2); } return 0; } int print4(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); if (i<6) printf("%c%4s%c", 2, " ", 2); else if (i == 6) printf("%c%c%c%c%c%c", 2, 2, 2, 2, 2, 2); else printf("%5s%c", " ", 2); } return 0; } int print5(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); if (i == 0 || i == 6 || i == 12) printf("%c%c%c%c%c%c", 2, 2, 2, 2, 2, 2); else if (i>0 && i<6) printf("%c", 2); else printf("%5s%c", " ", 2); } return 0; } int print6(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); if (i == 0 || i == 6 || i == 12) printf("%c%c%c%c%c%c", 2, 2, 2, 2, 2, 2); else if (i>0 && i<6) printf("%c", 2); else printf("%c%4s%c", 2, " ", 2); } return 0; } int print7(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); if (i == 0) printf("%c%c%c%c%c%c", 2, 2, 2, 2, 2, 2); else printf("%5s%c", " ", 2); } return 0; } int print8(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); if (i == 0 || i == 6 || i == 12) printf("%c%c%c%c%c%c", 2, 2, 2, 2, 2, 2); else printf("%c%4s%c", 2, " ", 2); } return 0; } int print9(Point p) { int i = 0; for (; i<13; i++) { gotoxy(p.x + 1, p.y + i); if (i == 0 || i == 6 || i == 12) printf("%c%c%c%c%c%c", 2, 2, 2, 2, 2, 2); else if (i>0 && i<6) printf("%c%4s%c", 2, " ", 2); else printf("%5s%c", " ", 2); } return 0; } int clear(Point p) { int i = 0; for (; i<13; i++) gotoxy(p.x, p.y + i); printf("%16s", " "); return 0; } int printtime(Point p, int n) { int a, b; Point pp; a = n / 10, b = n % 10; pp.x = p.x + 8, pp.y = p.y; switch (a) { case 0: print0(p); break; case 1: print1(p); break; case 2: print2(p); break; case 3: print3(p); break; case 4: print4(p); break; case 5: print5(p); break; } switch (b) { case 0: print0(pp); break; case 1: print1(pp); break; case 2: print2(pp); break; case 3: print3(pp); break; case 4: print4(pp); break; case 5: print5(pp); break; case 6: print6(pp); break; case 7: print7(pp); break; case 8: print8(pp); break; case 9: print9(pp); break; } return 0; } int main() { Point phour, pmin, psec, point1, point2; phour.x = 9, pmin.x = 32, psec.x = 55; phour.y = pmin.y = psec.y = 7; point1.x = 25, point2.x = 49; point1.y = point2.y = 7; clrscr(); textbackground(YELLOW); /* 設(shè)置背景顏色*/ textcolor(RED); /* 設(shè)置數(shù)字顯示顏色*/ now = time(0); pt = localtime(&now); t1 = *pt; printtime(phour, t1.tm_hour); printpoint(point1); printtime(pmin, t1.tm_min); printpoint(point2); printtime(psec, t1.tm_sec); while (1) { now = time(0); pt = localtime(&now); t2 = *pt; if (t2.tm_sec != t1.tm_sec) { t1 = t2; clrscr(); printtime(phour, t1.tm_hour); printpoint(point1); printtime(pmin, t1.tm_min); printpoint(point2); printtime(psec, t1.tm_sec); } if (bioskey(1) == 0) continue; else exit(0); } return 0; }
以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。
相關(guān)文章
C++?Boost?CircularBuffer算法超詳細(xì)精講
Boost是為C++語(yǔ)言標(biāo)準(zhǔn)庫(kù)提供擴(kuò)展的一些C++程序庫(kù)的總稱(chēng)。Boost庫(kù)是一個(gè)可移植、提供源代碼的C++庫(kù),作為標(biāo)準(zhǔn)庫(kù)的后備,是C++標(biāo)準(zhǔn)化進(jìn)程的開(kāi)發(fā)引擎之一,是為C++語(yǔ)言標(biāo)準(zhǔn)庫(kù)提供擴(kuò)展的一些C++程序庫(kù)的總稱(chēng)2022-11-11C++類(lèi)的空指針調(diào)用成員函數(shù)的代碼
這篇文章主要介紹了C++類(lèi)的空指針調(diào)用成員函數(shù),本文給大家介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友可以參考下2020-07-07C/C++實(shí)現(xiàn)MD5校驗(yàn)學(xué)習(xí)
MD5全程Message-Digest?Algorithm?5,即消息摘要算法第五版,是屬于hash算法的一種,本文主要介紹了如何在C++中實(shí)現(xiàn)MD5校驗(yàn),需要的可以了解下2024-03-03