版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)
文檔簡介
成績評定表學(xué)生姓名田雯班級學(xué)號專業(yè)電子信息科學(xué)與技術(shù)課程設(shè)計題目員工工資管理系統(tǒng)評語組長簽字:成績?nèi)掌?月日課程設(shè)計任務(wù)書學(xué)院信息科學(xué)與工程學(xué)院專業(yè)電子信息科學(xué)與技術(shù)學(xué)生姓名田雯班級學(xué)號課程設(shè)計題目員工工資管理系統(tǒng)實踐教學(xué)規(guī)定與任務(wù):設(shè)計目學(xué)生依照所學(xué)數(shù)據(jù)庫原理與程序設(shè)計知識,可以針對一種小型數(shù)據(jù)庫管理系統(tǒng),進行系統(tǒng)需求分析,系統(tǒng)設(shè)計,數(shù)據(jù)庫設(shè)計,編碼,測試等,完畢題目規(guī)定功能,從而達到掌握開發(fā)一種小型數(shù)據(jù)庫目。設(shè)計內(nèi)容設(shè)計一種小型員工工資管理系統(tǒng),提供信息涉及:員工基本信息:用于員工基本信息管理,涉及:員工號,工種號,工種名稱,基本工資和部門。員工工資基本信息:用于核對員工當(dāng)月工資,涉及:員工號,工資,基本工資,獎金,工種號,總工資。員工津貼信息:用于員工當(dāng)月所得及所扣津貼管理,涉及:員工號,加班時間,加班費用,誤工數(shù),誤工費。員工補貼信息:用于員工當(dāng)月所得補貼管理,涉及工種號,取暖補貼,衛(wèi)生補貼,煤氣補貼,住房補貼。所設(shè)計工資管理系統(tǒng)應(yīng)當(dāng)實現(xiàn)對員工基本信息添加、刪除和修改以及對工資基本信息,津貼信息和補貼信息查詢和刪除。工作籌劃與進度安排解說設(shè)計內(nèi)容及規(guī)定3月23(1-4節(jié))編寫程序代碼3月24(1-4節(jié))程序測試及調(diào)試3月24(5-8節(jié))答辯驗收3月31(1-4節(jié))指引教師:沈紅年3月日專業(yè)負(fù)責(zé)人:年3月日學(xué)院教學(xué)副院長:年3月日TOC\o"1-3"\h\u目錄106151.概述 4134871.1設(shè)計背景 4197521.2設(shè)計目 44611.3設(shè)計內(nèi)容 593122.需求分析 528302.1功能分析 5317462.2工作流圖 5188452.3數(shù)據(jù)字典 543702.3.1管理員顧客表 6135212.3.2員工信息表 6313382.3.3員工工資信息表 6311192.3.4津貼管理表 794762.3.5員工補貼表 776543.概念模型分析 781083.1管理員顧客表E-R圖 7313703.2員工信息表E-R圖 864163.3員工工資信息表E-R圖 82723.4津貼管理表E-R圖 9193383.5員工補貼表E-R圖 9156414.邏輯設(shè)計 9112994.1關(guān)系圖 10122424.2視圖 1078235.源代碼及運營成果截圖 11246865.1登錄界面 11159295.1.1代碼: 11202855.1.2截圖: 13326235.2主窗體 14288925.2.1代碼: 14252145.2.2截圖: 1661555.3查詢界面 168885.3.1代碼: 16232055.3.2截圖: 1840165.4工資查詢界面 18276585.4.1代碼: 1889505.4.2截圖: 1979275.5津貼查詢界面 21313845.5.1代碼: 21298295.5.2截圖: 23180555.6補貼查詢界面 25153615.6.1代碼: 25305815.6.2截圖: 27180555.7顯示所有界面 27153615.7.1代碼: 27254485.7.2截圖: 29220815.8添加員工界面 30186405.8.1代碼: 30138985.8.2截圖 3255615.9刪除員工界面 3377025.9.1代碼: 33212945.9.2截圖: 35170955.10修改界面 3669215.10.1代碼: 36251035.10.2截圖: 3937896.總結(jié) 40285627.參照文獻 40員工工資管理系統(tǒng)1.概述1.1設(shè)計背景隨著計算機技術(shù)飛速發(fā)展和經(jīng)濟體制改革不斷進一步,老式公司管理辦法、手段以及工作效率已不能適應(yīng)新發(fā)展需要,無法較好地完畢員工工資管理工作。提高公司公司管理水平重要途徑是更新管理者思想,增強對管理活動科學(xué)結(jié)識?;贑#與SQLserver數(shù)據(jù)庫技術(shù)建立一種職工工資管理系統(tǒng),該系統(tǒng)提供了查詢、增長記錄、刪除等功能,功能比較齊全,基本上能滿足管理員和公司規(guī)定。1.2設(shè)計目(1)強化和鞏固理論基本,掌握數(shù)據(jù)庫編程基本技巧;(2)規(guī)定用C#語言或其他語言及相應(yīng)開發(fā)環(huán)境,實現(xiàn)一種小型完整程序設(shè)計與開發(fā);(3)鞏固深化所學(xué)課程知識,培養(yǎng)學(xué)生運用知識,分析和解決實際問題能力。1.3設(shè)計內(nèi)容進行需求分析,編寫數(shù)據(jù)字典。設(shè)計E-R圖。實現(xiàn)新進員工數(shù)據(jù)錄入以及對員工信息刪除和修改。實現(xiàn)對所有員工工資、津貼、補貼查詢。2.需求分析2.1功能分析該通用工資管理系統(tǒng)具備下列功能:管理員通過輸入顧客名和密碼進入該系統(tǒng)后,可以進行某些基本查詢(員工工資信息查詢、員工津貼信息查詢、員工補貼信息查詢)、員工信息管理(添加、刪除、修改員工信息)。詳細功能詳細描述如下:顧客名和密碼即可進入主窗體,在其中選取要進行操作。點擊[進入查詢界面]功能窗體,選取要查詢內(nèi)容。點擊[工資查詢界面]功能窗體,輸入員工號即可查詢員工工資信息。點擊[津貼查詢界面]功能窗體,輸入員工號即可查詢員工津貼信息。點擊[補貼查詢界面]功能窗體,輸入工種號即可查詢員工補貼信息。點擊[添加員工數(shù)據(jù)]功能窗體,輸入員工號和基本工資,點擊迅速添加即可添加員工。點擊[修改員工數(shù)據(jù)]功能窗體,輸入員工號即可修改員工信息表中數(shù)據(jù)。點擊[刪除員工數(shù)據(jù)]功能窗體,輸入員工號或工種號,選取想要刪除選項,即可刪除相應(yīng)表中員工數(shù)據(jù)。點擊[返回登錄界面]功能窗體,即可返回到最初登錄界面2.2工作流圖操作數(shù)據(jù)庫登錄顧客登錄信息尋找信息錯誤信息返回信息操作數(shù)據(jù)庫登錄顧客2.3數(shù)據(jù)字典數(shù)據(jù)庫由如下五個數(shù)據(jù)表構(gòu)成:第一種是管理員顧客表,第二個是員工信息表,第三個是員工工資信息表,第四個是津貼管理表,第五個是員工補貼表,下面設(shè)計它們詳細字段。2.3.1管理員顧客表2.3.2員工信息表2.3.3員工工資信息表2.3.4津貼管理表2.3.5員工補貼表3.概念模型分析密碼顧客顧客號3.1管理員顧客表E-R圖密碼顧客顧客號管理員顧客表管理員顧客表3.2員工信息表E-R圖員工信息表工種號工種名稱工種號部門基本工資3.3員工工資信息表E-R圖員工工資信息表員工工資信息表員工號工資總工資獎金基本工資工種號3.4津貼管理表E-R圖津貼管理表員工號加班時間誤工數(shù)誤工費加班費用3.5員工補貼表E-R圖員工補貼表工種號取暖補貼衛(wèi)生補貼煤氣補貼住房補貼4.邏輯設(shè)計依照上面概念構(gòu)造設(shè)計階段得到E-R圖,下一步應(yīng)當(dāng)將它轉(zhuǎn)化為關(guān)系模型??梢缘玫较鄳?yīng)關(guān)系模式為:管理員顧客表(顧客號,顧客,密碼)員工信息表(員工號,工種號,工種名稱,基本工資,部門)員工工資信息表(員工號,工資,基本工資,獎金,工種號,總工資)津貼管理表(員工號,加班時間,加班費用,誤工數(shù),誤工費)員工補貼表(工種號,取暖補貼,衛(wèi)生補貼,煤氣補貼,住房補貼)4.1關(guān)系圖4.2視圖5.源代碼及運營成果截圖5.1登錄界面5.1.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass登錄:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public登錄(){InitializeComponent();}privatevoid登錄_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){Stringstrsql=string.Format("selectcount(*)from管理員顧客表where顧客='{0}'and密碼='{1}'",textBox1.Text.ToString(),textBox2.Text.ToString());connection.Open();SqlCommandcd=newSqlCommand(strsql,connection);intcount1=(int)cd.ExecuteScalar();try{if(count1>0){MessageBox.Show("歡迎登錄!");主窗體cx=new主窗體();cx.ShowDialog();this.Visible=false;}else{MessageBox.Show("密碼錯誤");}}catch{MessageBox.Show("數(shù)據(jù)庫連接失敗");}finally{connection.Close();}}privatevoidbutton2_Click(objectsender,EventArgse){this.Close();}}}5.1.2截圖:5.2主窗體5.2.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass主窗體:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public主窗體(){InitializeComponent();}privatevoidForm2_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){connection.Open();this.Hide();查詢界面cx=new查詢界面();cx.ShowDialog();}privatevoidbutton2_Click_1(objectsender,EventArgse){connection.Open();this.Hide();顯示所有界面cx=new顯示所有界面();cx.ShowDialog();}privatevoidbutton3_Click_1(objectsender,EventArgse){connection.Open();this.Hide();添加員工界面cx=new添加員工界面();cx.ShowDialog();}privatevoidbutton4_Click(objectsender,EventArgse){connection.Open();this.Hide();刪除員工界面cx=new刪除員工界面();cx.ShowDialog();}privatevoidbutton6_Click(objectsender,EventArgse){connection.Open();this.Hide();登錄cx=new登錄();cx.ShowDialog();}privatevoidbutton5_Click(objectsender,EventArgse){connection.Open();this.Hide();修改界面cx=new修改界面();cx.ShowDialog();}}}5.2.2截圖:5.3查詢界面5.3.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass查詢界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public查詢界面(){InitializeComponent();}privatevoidbutton1_Click(objectsender,EventArgse){connection.Open();this.Hide();工資查詢界面cx=new工資查詢界面();cx.ShowDialog();}privatevoidbutton2_Click_1(objectsender,EventArgse){connection.Open();this.Hide();津貼查詢界面cx=new津貼查詢界面();cx.ShowDialog();}privatevoidbutton3_Click_1(objectsender,EventArgse){connection.Open();this.Hide();補貼查詢界面cx=new補貼查詢界面();cx.ShowDialog();}privatevoid查詢界面_Load(objectsender,EventArgse){}privatevoidbutton4_Click(objectsender,EventArgse){connection.Open();this.Hide();主窗體cx=new主窗體();cx.ShowDialog();}}}5.3.2截圖:5.4工資查詢界面5.4.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass工資查詢界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public工資查詢界面(){InitializeComponent();}privatevoidForm3_Load(objectsender,EventArgse){}privatevoiddataGridView1_CellContentClick(objectsender,DataGridViewCellEventArgse){}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();查詢界面cx=new查詢界面();cx.ShowDialog();}privatevoidbutton1_Click(objectsender,EventArgse){try{connection.Open();SqlConnectionconnction=newSqlConnection();SqlDataAdapterad=newSqlDataAdapter("USE職工工資管理系統(tǒng)SELECT員工號,工資,基本工資,獎金,工種號,總工資FROM員工工資信息表where員工號='"+textBox1.Text+"'",connection);DataSetds=newDataSet();ad.Fill(ds,"員工工資信息表");dataGridView1.DataSource=ds.Tables["員工工資信息表"];connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}}}5.4.2截圖:5.5津貼查詢界面5.5.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass津貼查詢界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public津貼查詢界面(){InitializeComponent();}privatevoiddataGridView1_CellContentClick(objectsender,DataGridViewCellEventArgse){}privatevoidForm4_Load(objectsender,EventArgse){}privatevoiddataGridView1_CellContentClick_2(objectsender,DataGridViewCellEventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){try{connection.Open();SqlConnectionconnction=newSqlConnection();SqlDataAdapterad1=newSqlDataAdapter("USE職工工資管理系統(tǒng)SELECT員工號,加班時間,加班費用,誤工數(shù),誤工費FROM津貼管理表where員工號='"+textBox1.Text+"'",connection);DataSetds1=newDataSet();ad1.Fill(ds1,"津貼管理表");dataGridView1.DataSource=ds1.Tables["津貼管理表"];connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();查詢界面cx=new查詢界面();cx.ShowDialog();}}}5.5.2截圖:5.6補貼查詢界面5.6.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass補貼查詢界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public補貼查詢界面(){InitializeComponent();}privatevoidForm8_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){try{connection.Open();SqlConnectionconnction=newSqlConnection();SqlDataAdapterad1=newSqlDataAdapter("USE職工工資管理系統(tǒng)SELECT工種號,取暖補貼,衛(wèi)生補貼,煤氣補貼,住房補貼FROM員工補貼表where工種號='"+textBox1.Text+"'",connection);DataSetds2=newDataSet();ad1.Fill(ds2,"員工補貼表");dataGridView1.DataSource=ds2.Tables["員工補貼表"];connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();查詢界面cx=new查詢界面();cx.ShowDialog();}}}5.6.2截圖:5.7顯示所有界面5.7.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass顯示所有界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public顯示所有界面(){InitializeComponent();}privatevoidForm7_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){Try{connection.Open();SqlDataAdapterad=newSqlDataAdapter("USE職工工資管理系統(tǒng)SELECT員工號,工資,基本工資,獎金,工種號,總工資FROM員工工資信息表",connection);DataSetds=newDataSet();ad.Fill(ds);DataTabletable=ds.Tables[0];dataGridView1.DataSource=table;}catch(Exceptionce){MessageBox.Show(ce.Message);}Finally{}}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();主窗體cx=new主窗體();cx.ShowDialog();}}}5.7.2截圖:5.8添加員工界面5.8.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass添加員工界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public添加員工界面(){InitializeComponent();}privatevoidForm5_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){string員工號=textBox1.Text.Trim();string基本工資=textBox2.Text.Trim();SqlConnectionconnection=newSqlConnection();connection.ConnectionString=connString;try{connection.Open();stringsql=string.Format("insertinto員工信息表(員工號,基本工資)values('{0}',{1})",textBox1.Text.ToString(),textBox2.Text.ToString());SqlCommandcd=newSqlCommand(sql,connection);cd.ExecuteNonQuery();MessageBox.Show("添加成功!");}catch(Exceptione2){MessageBox.Show(e2.Message);}}privatevoidbutton2_Click(objectsender,EventArgse){this.Hide();主窗體cx=new主窗體();cx.ShowDialog();}}}5.8.2截圖5.9刪除員工界面5.9.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass刪除員工界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public刪除員工界面(){InitializeComponent();}privatevoidForm6_Load(objectsender,EventArgse){}privatevoidbutton1_Click(objectsender,EventArgse){try{connection.Open();stringsql=string.Format("deletefrom職工工資信息表where員工號='{0}'",textBox1.Text.ToString());SqlCommandcmd=newSqlCommand(sql,connection);cmd.ExecuteNonQuery();MessageBox.Show("刪除成功");connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}privatevoidbutton2_Click(objectsender,EventArgse){try{//SqlConnectionconnection=newSqlConnection();connection.Open();SqlCommandcmd=newSqlCommand();cmd.CommandText="deletefrom津貼管理表where員工號="+this.textBox1.Text+"";cmd.Connection=connection;cmd.ExecuteNonQuery();MessageBox.Show("刪除成功");connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}}privatevoidbutton3_Click(objectsender,EventArgse){try{connection.Open();stringsql=string.Format("deletefrom員工補貼表where工種號='{0}'",textBox1.Text.ToString());SqlCommandcmd=newSqlCommand(sql,connection);cmd.ExecuteNonQuery();MessageBox.Show("刪除成功");connection.Close();}catch(Exceptionce){MessageBox.Show(ce.Message);}finally{}}privatevoidbutton4_Click(objectsender,EventArgse){this.Hide();主窗體cx=new主窗體();cx.ShowDialog();}}}5.9.2截圖:刪除前:刪除后:5.10修改界面5.10.1代碼:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceWindowsFormsApplication4{publicpartialclass修改界面:Form{staticstringconnString="DataSource=.;InitialCatalog=職工工資管理系統(tǒng);IntegratedSecurity=True";SqlConnectionconnection=newSqlConnection(connString);public修改界面(){InitializeComponent();}privatevoid修改界面_Load(o
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 拓展人脈圈課程設(shè)計
- 鋁產(chǎn)業(yè)的并購與整合趨勢
- 旋轉(zhuǎn)舞臺設(shè)計課程設(shè)計
- 土地權(quán)屬界線劃分技術(shù)報告
- 青少年心理健康教育的有效策略與實踐路徑
- 浸潤耕讀文化的策略及實施路徑
- 古法造紙實踐課程設(shè)計
- 幼兒游戲理論課程設(shè)計
- 電子商務(wù)平臺客戶服務(wù)質(zhì)量提升研究匯報
- 小腳丫FPGA課程設(shè)計
- 商務(wù)服務(wù)機器人技術(shù)現(xiàn)狀與未來發(fā)展趨勢研究
- 工業(yè)物聯(lián)網(wǎng)(IIoT)行業(yè)發(fā)展全景調(diào)研與投資趨勢預(yù)測研究報告
- 金融數(shù)據(jù)分析-以Python為工具 課件 一、金融數(shù)據(jù)分析概覽
- 佛山市、三水區(qū)2022-2023學(xué)年七年級上學(xué)期期末地理試題【帶答案】
- 2024屆湖北高三元月調(diào)考數(shù)學(xué)試卷含答案
- DL∕T 1476-2023電力安全工器具預(yù)防性試驗規(guī)程
- 西方園林史智慧樹知到期末考試答案章節(jié)答案2024年內(nèi)蒙古農(nóng)業(yè)大學(xué)
- 學(xué)年上學(xué)期期末職業(yè)高中高二年級數(shù)學(xué)練習(xí)試卷2
- 工程部設(shè)計部崗位職責(zé)
- 華為MA5800配置及調(diào)試手冊
- 學(xué)校后備干部培養(yǎng)選拔實施方案
評論
0/150
提交評論