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

正文內(nèi)容

c學(xué)生管理系統(tǒng)源代碼-資料下載頁

2025-01-21 03:45本頁面

【導(dǎo)讀】//--------------------驗(yàn)證默認(rèn)文件------------------------------. cout<<"\n\n\n默認(rèn)文件不存在!)//在這里為了防止亂輸入,對(duì)輸入進(jìn)行了判斷。cout<<"錯(cuò)誤操作,請重新輸入:";

  

【正文】 file ┌──┬ ────┬ ────┬ ────┬ ────┬ ────┬ ────┬ ────┐ endl 。 file │ 科目 │ 。 for ( int i = 0 。 i 7 。 i ++ ) file setw(8) sub[i].subname │ 。 file endl 。 file ├ ──┼ ────┼ ────┼ ────┼ ────┼ ────┼ ────┼ ────┤ endl 。 file │ 成績 │ 。 for ( int i = 0 。 i 7 。 i ++ ) file setw(8) sub[i].marks │ 。 file endl 。 file └──┴ ────┴ ────┴ ────┴ ────┴ ────┴ ────┴ ────┘ endl 。 // file \n 。 file 歡迎使用學(xué)生管理系統(tǒng)( 測試版) \n 。 file 作者:永恒真理 \n 。 file 如有問題請與本人聯(lián)系 @ 。 } //顯示學(xué)生成績,參數(shù)為學(xué)科 void Student :: show_mark ( string sname ) //屏幕輸出 { int i = 0 , j = 0 。 //判斷指示符,判斷能否找到所要科目 for ( i = 0 。 i 7 。 i ++ ) { if( sub[i].subname == sname ) { j = 1 。 break 。 } } if ( !j ) return 。 cout │ setw(14) num │ setw(10) name │ setw(10) sub[i].marks │ endl 。 } void Student :: show_mark ( string sname , fstream amp。 file ) //文本輸出 { int i = 0 , j = 0 。 //判斷指示符,判斷能否找到所 要科目 for ( i = 0 。 i 7 。 i ++ ) { if( sub[i].subname == sname ) { j = 1 。 break 。 } } if ( !j ) return 。 file │ setw(14) num │ setw(10) name │ setw(10) sub[i].marks │ endl 。 } //基本信息修改 void Student :: c_inf ( int p ) { while ( 1 ) { system (cls) 。 cout 學(xué)生信息修改: \n 。 cout ┌────────────────────────────────┐ \n 。 cout │ 學(xué)號(hào): : │ \n 。 cout │ │ \n 。 cout │ : 3. 籍貫: │ \n 。 cout │ │ \n 。 cout │ : 5. 短號(hào): │ \n 。 cout │ │ \n 。 cout │ : │ \n 。 cout │ │ \n 。 if ( p ) { cout │ : : │ \n │ │ \n │ : 學(xué)科: │ \n ┌┴ ───┬ ────┬ ────┬ ────┬ ────┬ ────┬ ───┴ ┐\n │ 11 │ 12 │ 13 │ 14 │ 15 │ 16 │ 17 │\n ├ ────┼ ────┼ ────┼ ────┼ ────┼ ────┼ ────┤ \n │ │ │ │ │ │ │ │\n └────┴ ────┴ ────┴ ────┴ ────┴ ────┴ ────┘ endl 。 } cout │ │ \n 。 cout └────────────────────────────────┘ \n 。 = strlen( │ 學(xué)號(hào): )。 = 2 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout num 。 = strlen( │ 學(xué)號(hào): : )。 = 2 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout name 。 GetConsoleScreenBufferInfo(hOut, amp。bInfo)。 = strlen( │ 學(xué)號(hào): )。 = 4 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout birthday 。 GetConsoleScreenBufferInfo(hOut, amp。bInfo)。 = strlen( │ 學(xué)號(hào): : )。 = 4 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout address 。 GetConsoleScreenBufferInfo(hOut, amp。bInfo)。 = strlen( │ 學(xué)號(hào): )。 = 6 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout phone 。 GetConsoleScreenBufferInfo(hOut, amp。bInfo)。 = strlen( │ 學(xué)號(hào): : )。 = 6 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout s_phone 。 GetConsoleScreenBufferInfo(hOut, amp。bInfo)。 = strlen( │ 學(xué)號(hào): )。 = 8 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout qq 。 if ( p ) { = strlen( │ 學(xué)號(hào): )。 = 10 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout schname 。 = strlen( │ 學(xué)號(hào): : )。 = 10 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout remark 。 = strlen( │ 學(xué)號(hào): )。 = 12 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout dorm 。 = 0 。 = 16 。 SetConsoleCursorPosition( hStdout, cursorPos )。 cout │ 。 for ( int i = 0 。 i 7 。 i ++ ) { cout setw(8) sub[i].subname │ 。 } } cout \n\n\n\n 。 cout \n 。 cout 請選擇: (標(biāo)有數(shù)字部分為可修改項(xiàng)目 )\n 。 cout ==============================================================================\n 。 GetConsoleScreenBufferInfo(hOut, amp。bInfo)。 = strlen( 請選擇: )。 = 2 。 SetConsoleCursorPosition( hStdout, cursorPos )。 int c 。 while ( !( cin c) || c 0 || c 17 ) clearcin () 。 switch ( c ) { case 0 : cout \n你所做的操作只有在選擇保存后才會(huì)生效! \n 。 return 。 case 1 : { = strlen( │ 學(xué)號(hào): 名: )。 = 2 。 Se
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1