職工資訊管理系統 C語言版

2021-09-29 13:09:42 字數 1557 閱讀 3165

話不多說,先上**。(ps:當時沒學資料結構,剛學完c語言。也沒有進行傳參,**實在過於粗糙了些)第一次寫系統,有許多的不足。

#include

#include

#include

struct bossa[

1000];

int n;

void

menu()

;void

lr1();

void

look1()

;void

chaxun1()

;void

paixu1()

;//

void

xiugai1()

;//

void

shanchu1()

;void

menu()

intmain()

else

}while

(flag==0)

;while

(flag==1)

putchar

('\n');

getchar()

;// 接受 回車

printf

("是否繼續? 是---y, 否----n");

putchar

('\n');

scanf

("%c"

,&c);if

(c==

'y')

else}}

void

lr1(

)putchar

('\n');

printf

("建立完畢。");

}void

look1()

}void

chaxun1()

}if(flag==1)

printf

("無");

}void

paixu1()

}}}if

(m==2)

}}}for

(i=0

;i)printf

("%s %d\n"

,a[i]

.name,a[i]

.gz);}

void

xiugai1()

}if(f==1)

printf

("查無此人!\n");

if(f==0)

if(l==2)

if(l==3)

if(l==4)

if(l==5)

if(l==6)

if(l==7)

if(l==8)

}printf

("------瀏覽修改後的資訊--------\n ");

look1()

;}}void

shanchu1()

}if(flag==0)

if(flag==1)

printf

("刪除後的資訊:\n");

look1()

;}}

自己第一次寫出這個系統,還是蠻有成就感的。

職工資訊管理系統

職工資訊管理系統需求 1.存在乙個資料檔案,用來儲存職工各種資訊 職工號,姓名,年齡,性別,郵編,部門,工資 2.可以註冊新職工 3.允許修改職工資訊 4.允許刪除職工資訊 5,按照按照姓名和部門查詢職工資訊 6.可以按照工資多少進行排名,7.可以瀏覽所有職工資訊 8.有乙個主介面,供選擇和呼叫上述...

學生資訊管理系統(C語言版本)

這是我個人寫的乙個學生管理系統,這是我僅僅用來練手的 要知道鍊錶可是你在面試過程中最大機率會考到的,我是陸續從單向鍊錶入門,然後採用雙向鍊錶寫的 如有bug,請指正,讓我們 共同進步!1 include2 include3 include 4struct student5 14 typedef st...

C語言課程設計職工資訊管理系統

include include include define size 2 struct worker type worker size int i 0 void input if fp fopen d worker.dat w null for i 0 ifread worker i sizeof...