freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

c學(xué)生管理系統(tǒng)源代碼word版(已改無(wú)錯(cuò)字)

2023-03-05 03:50:58 本頁(yè)面
  

【正文】 window(12,5,65,25)。/*公共信息窗口 */ textbackground(WHITE)。 textcolor(BLACK)。 clrscr()。 listClass()。 system(CLS)。 teacher()。 } case 5:{ window(X7,Y7,(X7+X7_LENTH),(Y7+Y7_LENTH))。/*重繪首頁(yè)彈出框圖 */ textbackground(LIGHTGRAY)。 clrscr()。 window(12,5,65,25)。/*公共信息窗口 */ textbackground(WHITE)。 textcolor(BLACK)。 clrscr()。 seekClass()。 system(CLS)。 teacher()。 } case 6:{system(CLS)。 teacher()。} } }。 if(key_BOARD==KEY_E) { exit(0)。/*離開(kāi) */ }。 } } /*訪客類(lèi) */ void guest() { int i,key_BOARD,x,y,l。 int y_code。 char *menu[]={Head, , , ,Exit}。 /* 主菜單各項(xiàng) */ char *red[]={H, , , ,E}。 window(1,1,80,25)。 textbackground(WHITE)。 clrscr()。 window(1,1,80,1)。 gotoxy(8,1)。 for(i=0,l=0。i5。i++) { textcolor(BLACK)。 x=wherex()。 y=wherey()。 cprintf(%s,menu[i])。 l=strlen(menu[i])。 gotoxy(x,y)。 textcolor(RED)。 cprintf(%s,red[i])。 x=x+l+8。 gotoxy(x,y)。 } while(1) { key_BOARD=key()。 if(key_BOARD==KEY_H) { y_code=head_file()。/*返回首頁(yè)函數(shù) */ switch(y_code) { case 2:{window(X4,Y4,(X4+X4_LENTH),(Y4+Y4_LENTH))。 /*重繪首頁(yè)彈出框圖 */ textbackground(LIGHTGRAY)。 clrscr()。 window(22,7,65,25)。/*公共信息窗口 */ textbackground(WHITE)。 textcolor(BLACK)。 clrscr()。 cprintf(Notice\r\n)。 cprintf(1. This is new,please wait anything\r\n)。 /*公共信息 */ cprintf(2. This is new,please wait anything\r\n)。 cprintf(3. This is new,please wait anything\r\n)。 cprintf(4. This is new,please wait anything\r\n)。 cprintf(5. This is new,please wait anything\r\n)。 cprintf(6. This is new,please wait anything\r\n)。 cprintf(7. This is new,please wait anything\r\n)。 cprintf(8. This is new,please wait anything\r\n)。 cprintf(9. This is new,please wait anything\r\n\r\n)。 cprintf( You choice is )。 /*公共信息查詢(xún) */ getchar()。 cprintf(\r\nPlease wait it pete)。 getch()。 system(CLS)。 guest()。} case 3:{system(CLS)。 guest()。} } }。 if(key_BOARD==KEY_E) { exit(0)。/*離開(kāi) */ }。 } } /*學(xué)生用戶(hù)信息函數(shù) */ int information_file() { int key_BOARD,y,x,x1_lenth。 window(X1,Y1,(X1+X1_LENTH),(Y1+Y1_LENTH))。 textbackground(LIGHTGRAY)。 clrscr()。 textcolor(WHITE)。 cprintf(\r\n)。 cprintf()。 x=X1。 y=Y1。 x1_lenth=X1_LENTH。 nowbar_file(x,y,x1_lenth)。 gotoxy(1,1)。 for(。key_BOARD!=KEY_ENTER。) { key_BOARD=key()。 switch(key_BOARD){ case KEY_DOWN:{ ++y。 if(y==(Y1+Y1_LENTH+1)) y=Y1。 nowbar_file(x,y,x1_lenth)。 if(y!=Y1) nowbardown_file(x,y,x1_lenth)。 else nowbardown_file(x,Y1+Y1_LENTH+1,x1_lenth)。 gotoxy(1,(yY1+1))。 break。} case KEY_UP:{ y。 if(y==(Y11)) y=Y1+Y1_LENTH。 nowbar_file(x,y,x1_lenth)。 if(y!=(Y1+Y1_LENTH)) nowbarup_file(x,y,x1_lenth)。 else nowbarup_file(x,Y11,x1_lenth)。 gotoxy(1,(yY1+1))。 break。} } }。 return y。 } void nowbar_file(int x,int y,int z) { int i。 typedef struct textl_struct { unsigned char ch。 unsigned char attr。 }texel。 texel t。 for(i=x。i=x+z。i++) { gettext(i,y,i,y,amp。t)。 =(WHITE4)+BLACK。 puttext(i,y,i,y,amp。t)。 }。 return。 } void nowbardown_file(int x,int y,int z) { int i。 typedef struct textl_struct { unsigned char ch。 unsigned char attr。 }texel。 texel t。 y。 for(i=x。i=x+z。i++) { gettext(i,y,i,y,amp。t)。 =(LIGHTGRAY4)+WHITE。 puttext(i,y,i,y,amp。t)。 }。 return。 } void nowbarup_file(int x,int y,int z) { int i。 typedef struct textl_struct { unsigned char ch。 unsigned char attr。 }texel。 texel t。 y++。 for(i=x。i=x+z。i++) { gettext(i,y,i,y,amp。t)。 =(LIGHTGRAY4)+WHITE。 puttext(i,y,i,y,amp。t)。 }。 return。 } /*學(xué)生成績(jī)搜索函數(shù) */ int mark_file() { int key_BOARD,y,x,x2_lenth。 window(X2,Y2,(X2+X2_LENTH),(Y2+Y2_LENTH))。 textbackground(LIGHTGRAY)。 clrscr()。 textcolor(WHITE)。 cprintf(\r\n)。 cprintf()。 x=X2。 y=Y2。 x2_lenth=X2_LENTH。 nowbar_file(x,y,x2_lenth)。 gotoxy(1,1)。 for(。key_BOARD!=KEY_ENTER。) { key_BOARD=key()。 switch(key_BOARD){ case KEY_DOWN:{ ++y。 if(y==(Y2+Y2_LENTH+1)) y=Y2。
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1