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

正文內(nèi)容

人事管理系統(tǒng)源代碼-文庫吧

2024-10-29 00:21 本頁面


【正文】 em[i].sf)。}fclose(fq)。printf(“n信息已成功讀?。?n”)。}system(“pause”)。} void searchgz(){int dcbh。int sfjx=1。while(sfjx!=0){printf(“n請輸入一個待查員工編號(身份證號從小到大的順序):”)。scanf(“%d”,amp。dcbh)。if(dcbhCurrentCount)printf(“查無此人??!n”)。else{printf(“n此人工資信息如下:n”)。printf(“基本工資: %f 考勤: %f 獎金: %f 扣款: %f 個人所得稅: %f 實(shí)發(fā)工資:%fn”,mem[dcbh].jbgz,mem[dcbh].cql,mem[dcbh].jj,mem[dcbh].kk,mem[dcbh].grsd,mem[dcbh].sf)。}printf(“n是否繼續(xù)(0結(jié)束,其它繼續(xù)):”)。scanf(“%d”,amp。sfjx)。}system(“pause”)。} void delgz(){int dcbh。int sfjx=1,j。while(sfjx!=0){printf(“n請輸入一個待刪工資的編號:”)。scanf(“%d”,amp。dcbh)。if(dcbhCurrentCount)printf(“查無此人??!n”)。else{printf(“n此人工資信息如下:n”)。printf(“基本工資: %f 考勤: %f 獎金: %f 扣款: %f 個人所得稅: %f 實(shí)發(fā)工資:%fn”,mem[dcbh].jbgz,mem[dcbh].cql,mem[dcbh].jj,mem[dcbh].kk,mem[dcbh].grsd,mem[dcbh].sf)。printf(“n按任意鍵開始刪除......n”)。system(“pause”)。for(j=dcbh+1。jmem[j1]=mem[j]。CurrentCount。printf(“n已成功刪除......n”)。system(“pause”)。}printf(“n是否繼續(xù)(0結(jié)束,其它繼續(xù)):”)。scanf(“%d”,amp。sfjx)。}system(“pause”)。} void modifygz(){int dcbh。int sfjx=1。while(sfjx!=0){printf(“n請輸入一個待修改工資員工的編號:”)。scanf(“%d”,amp。dcbh)。if(dcbhCurrentCount)printf(“查無此人?。”)。else{printf(“n此人工資信息如下:n”)。printf(“基本工資: %f 考勤: %f 獎金: %f 扣款: %f 個人所得稅: %f 實(shí)發(fā)工資:%fn”,mem[dcbh].jbgz,mem[dcbh].cql,mem[dcbh].jj,mem[dcbh].kk,mem[dcbh].grsd,mem[dcbh].sf)。printf(“n請輸入新內(nèi)容......n”)。printf(“n請輸入人員工資信息(基本工資 考勤 獎金 扣款 個人所得稅 實(shí)發(fā)工資):”)。scanf(“%f%f%f%f”,amp。mem[CurrentCount].jbgz,amp。mem[dcbh].cql,amp。mem[dcbh].jj,amp。mem[dcbh].kk,amp。mem[dcbh].grsd,amp。mem[dcbh].sf)。printf(“n已成功修改......n”)。system(“pause”)。}printf(“n是否繼續(xù)(0結(jié)束,其它繼續(xù)):”)。scanf(“%d”,amp。sfjx)。}system(“pause”)。} void listgz(){ int i。printf(“n員工工資信息表n”)。printf(“ 序號 基本工資 考勤 獎金 扣款 個人所得稅 實(shí)發(fā)工資n”)。for(i=1。iprintf(“%4d %8f%8f%8f%8f”,i,mem[i].jbgz,mem[i].cql,mem[i].jj,mem[i].kk,mem[i].grsd,mem[i].sf)。system(“pause”)。}void main(){int xz=1。printf(“*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*n”)。printf(“*歡迎使用人事工資管理系統(tǒng)*n”)。printf(“***************************************nnn”)。if(check()!=0){printf(“n你無權(quán)使用本系統(tǒng)......nn”)。system(“pause”)。}else{while(xz!=0){printf(“n請選擇相應(yīng)功能:n”)。printf(“1錄入n2查詢n3修改n4刪除n5保存n6讀取n7輸入員工工資n8保存工資信息n9讀取工資信息n10修改工資信息n11刪除工資信息n12工資列表n0結(jié)束n請輸入選擇:”)。scanf(“%d”,amp。xz)。switch(xz){case 1:input()。break。case 2:search()。break。case 3:modify()。break。case 4:del()。break。case 5:save()。break。case 6:read()。break。case 7:inputgz()。break。case 8:savegz()。break。case 9:readgz()。break。case 10:modifygz()。break。case 11:delgz()。break。case 12:listgz()。break。case 0:printf(“nn謝謝使用本系統(tǒng)!nn”)。system(“pause”)。break。default:printf(“n無此功能,請重新選擇......n”)。system(“pause”)。}}} }第二篇:人事管理系統(tǒng)數(shù)據(jù)庫源代碼using System。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。namespace WebApplication1 { public partial class WebForm1 : { protected void Page_Load(object sender, EventArgs e){}protected void Button1_Click(object sender, EventArgs e){ (“~/”)。}protected void Button2_Click(object sender, EventArgs e){ (“~/”)。}protected void Button3_Click(object sender, EventArgs e){ (“~/”)。}protected void Button4_Click(object sender, EventArgs e){ (“~/”)。}protected void Button5_Click(object sender, EventArgs e){ (“~/”)。} } }using System。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。namespace WebApplication1 { public partial class 部門信息 : { protected void Page_Load(object sender, EventArgs e){}protected void Button1_Click(object sender, EventArgs e){ bool find =false。SqlConnection con=new SqlConnection(“server=localhost。Integrated Security=SSPI。database=人事管理系統(tǒng)”)。()。string cmdstr=“select * from 部門表”。SqlDataAdapter da=new SqlDataAdapter(cmdstr,con)。DataSet ds=new DataSet()。(ds)。for(int i=0。i=[0].Rows[i][“部門代碼”].ToString()。=[0].Rows[i][“部門名稱”].ToString()。find=true。}} } if(find == false){ (“”)。()。} }protected void Button2_Click(object sender, EventArgs e){ (“~/”)。} } }using System。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。namespace WebApplication1 { public partial class _Default : { protected void Page_Load(object sender, EventArgs e){}protected void TextBox1_TextChanged(object sender, EventArgs e){}protected void Button1_Click(object sender, EventArgs e){SqlConnection con = new SqlConnection(“server=localhost。Integrated Security=SSPI。database=人事管理系統(tǒng)”)。string strCount。strCount = “select * from 人事表”。()。SqlCommand = new SqlCommand(strCount, con)。SqlDataReader dr = ()。string strUsername = “, strPassword = ”“。while(()){ if( == dr[”編號“].ToString()|| == dr[”用戶密碼“].ToString()){ strUsername = dr[”編號“].ToString()。strPassword = dr[”用戶密碼“].ToString()。break。} } ()。()。if(strUsername == ”“){ (”“)。return。}}protected void Button2_Click(object sender, EventArgs e){ (”~/“)。} } }using System。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。using 。namespace WebApplication1 { public partial class 工資信息 : { protected void Page_Load(object sender, EventArgs e){}protected void TextBox2_TextChanged(object sender, EventArgs e){}protected void TextBox5_TextChanged(object sender, EventArgs e){}protected void Button1_Click(object sender, EventArgs e){ bool find = false。SqlConnection con = new SqlConnection(”server=localhost。Integrated Security=SSPI。database=人事管理系統(tǒng)“)。()。string cmdstr = ”select * from 工資表“。SqlDataAdapter da = new SqlDataAdapter(cmdstr, con)。DataSet ds = new DataSet()。(ds)。for(int i = 0。i [0].。i++){ for(int j = 0。j [0].。j++){ String data =([0].Rows[i][j].ToString()).Trim()。if(data == ()){ = [0].Rows[i][”應(yīng)發(fā)工資“].ToString()。 = [0].Rows[i][”崗位津貼“].ToString()。 = [0].Rows[i][”獎勵“].ToString()。 = [0].Rows[i][”保險“].ToString()。find = true。}} } if(find == false){ (”“)。()。}}protected void Button2_Click(object sender, EventArgs e){ (”~/“)。} } }using System。using 。using 。using 。using 。usin
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1