![圖書管理系統(tǒng)畢業(yè)論文_第1頁](http://file2.renrendoc.com/fileroot_temp3/2021-9/1/8a848984-25ab-4995-9489-94c3d77ada1c/8a848984-25ab-4995-9489-94c3d77ada1c1.gif)
![圖書管理系統(tǒng)畢業(yè)論文_第2頁](http://file2.renrendoc.com/fileroot_temp3/2021-9/1/8a848984-25ab-4995-9489-94c3d77ada1c/8a848984-25ab-4995-9489-94c3d77ada1c2.gif)
![圖書管理系統(tǒng)畢業(yè)論文_第3頁](http://file2.renrendoc.com/fileroot_temp3/2021-9/1/8a848984-25ab-4995-9489-94c3d77ada1c/8a848984-25ab-4995-9489-94c3d77ada1c3.gif)
![圖書管理系統(tǒng)畢業(yè)論文_第4頁](http://file2.renrendoc.com/fileroot_temp3/2021-9/1/8a848984-25ab-4995-9489-94c3d77ada1c/8a848984-25ab-4995-9489-94c3d77ada1c4.gif)
![圖書管理系統(tǒng)畢業(yè)論文_第5頁](http://file2.renrendoc.com/fileroot_temp3/2021-9/1/8a848984-25ab-4995-9489-94c3d77ada1c/8a848984-25ab-4995-9489-94c3d77ada1c5.gif)
版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、湖北工業(yè)大學商貿學院-計科本畢業(yè)論文(設計) 圖書管理信息系統(tǒng)圖書管理信息系統(tǒng)摘 要 這篇論文主要講述關于圖書館管理信息系統(tǒng)的信息,特別是討論了關于設計該系統(tǒng)時的思想、方法和過程,以及在細節(jié)上分析函數(shù)和方法的實現(xiàn)思想。在本論文中講述的圖書館管理信息系統(tǒng)擁有一個交互式的界面、邏輯的數(shù)據(jù)庫結構。并且在設計數(shù)據(jù)庫時還考慮到了實體完整性約束、參照完整性約束、及盡量減少數(shù)據(jù)的冗余,在數(shù)據(jù)庫里有包括表、過程、函數(shù)、觸發(fā)器等5個數(shù)據(jù)庫對象。許多涉及到圖書、讀者的信息的功能在本系統(tǒng)中都有實現(xiàn)。例如,你可以將新書的信息插入到數(shù)據(jù)庫的圖書基本情況表里;還可以對已經插入的關于圖書的信息進行修改;更重要的是,讀者可以
2、從圖書館里借閱書籍。經過多次的測試和運行,本系統(tǒng)能實現(xiàn)其在設計時的所有功能?!娟P鍵字】圖書、讀者、管理系統(tǒng)、數(shù)據(jù)庫books management information systemabstract this dissertation mainly talk about information about the system of library, particularly discusses the design thinking ,method and process of creating a library management information system and ana
3、lyses the function and method of realization in detail. this system , which is implemented in our project talked about in this dissertation has a very interactive interface , a very logical database architecture. what has been taken into account most are entity integrity , reference integrity and re
4、duction of data redundancy. there are 5 database objects in total, including tables , procedure , trigger and so on. many kinds of functions related to book or reader closely have been implemented in our system .for example: you can insert the information of a new book into database, you can also al
5、ter the information which has been inserted , more important ,the reader can borrow book from the library.after being tested many times ,the system can be run well !【keywords】book、reader、management system、database 目錄第一章 系統(tǒng)概述11.1 系統(tǒng)開發(fā)背景和意義11.2 開發(fā)環(huán)境1第二章 系統(tǒng)需求分析12.1 任務概述12.2 數(shù)據(jù)描述(數(shù)據(jù)流圖+數(shù)據(jù)字典)22.3 功能需求62.4
6、性能需求6第三章 系統(tǒng)總體設計73.1 新的業(yè)務流程73.2 系統(tǒng)功能模塊圖73.3 系統(tǒng)的流程圖8第四章 詳細設計104.1 程序流程圖104.2 程序輸入輸出描述114.2.1 主模塊114.2.1 學生管理模塊124.2.2 圖書管理模塊124.2.3 借閱管理模塊124.2.4 歸還管理模塊124.2.5 管理措施設置模塊124.3 程序接口描述124.3.1 外部接口124.3.2 內部接口124.4 數(shù)據(jù)庫的設計134.4.1 數(shù)據(jù)庫的邏輯設計13第五章 編碼實現(xiàn)145.1 程序編碼14第六章 測試分析報告316.1 測試計劃和要點316.1.1 主模塊測試要點326.1.2 借閱
7、模塊測試要點326.1.3 學生查詢模塊測試要點326.1.4 圖書查詢模塊測試要點326.1.5 圖書歸還模塊測試要點326.2 測試用例336.2.1 主模塊測試用例336.2.2 借閱模塊測試用例336.2.3 學生查詢模塊測試用例346.2.4 圖書塊測試用例356.2.5 圖書歸還模塊測查詢模試用例356.3 測試結果及結論366.3.1 測試的結果366.3.2 缺陷分析及改進386.3.3 測試結論38總結39參考文獻405第一章 系統(tǒng)概述1.1 系統(tǒng)開發(fā)背景和意義圖書管理是高校內每一個系部或院部都必須切實面對的工作,但一直以來人們使用傳統(tǒng)的人工方式管理圖書資料。這種方式存在著許
8、多缺點,如效率低、保密性差且較為繁瑣。另外,隨著圖書資料數(shù)量的增加,其工作量也將大大增加,這必將增加圖書資料管理者的工作量和勞動強度,這將給圖書資料信息的查找、更新和維護都帶來了很多困難。經過詳細的調查,目前我國各類高等學校中有相當一部分單位圖書資料管理還停留在人工管理的基礎上。這樣的管理機制已經不能適應時代的發(fā)展,其管理方法將浪費許多人力和物力。隨著科學技術的不斷提高,這種傳統(tǒng)的手工管理方法必然被以計算機為基礎的信息管理方法所取代。圖書管理作為計算機應用的一個分支,有著手工管理無法比擬的優(yōu)點,如檢索迅速、查找方便、可靠性高、存儲量大、保密性好、壽命長、成本低等。這些優(yōu)點能夠極大地提高圖書管理
9、的效率。因此,開發(fā)一套能夠為用戶提供充足的信息和快捷的查詢手段的圖書管理系統(tǒng),將是非常必要的,也是十分及時的。1.2 開發(fā)環(huán)境開發(fā)環(huán)境的選擇會影響到數(shù)據(jù)庫的設計,所以在這里給出圖書管理系統(tǒng)開發(fā)與運行環(huán)境的選擇如下:開發(fā)環(huán)境:windows xp開發(fā)工具:myeclipse7.5 +visio數(shù)據(jù)庫系統(tǒng): mysql5.0web服務器:tomcat6.0第二章 系統(tǒng)需求分析2.1 任務概述經過對我校詳細調查,并多次與負責圖書管理的老師進行研討后,加深了對現(xiàn)行圖書管理業(yè)務的深刻了解,與此同時,將整個圖書管理的業(yè)務流程抽象描述如下:1.新的圖書購進后,分門別類地進行歸并并匯總,加以編號。2.新書編號
10、后,上到書架以備學生借閱。3.如某學生需要借閱圖書,則在其本人的借閱登記表上進行登記,記錄相關借閱信息與借閱日期。4.學生借閱圖書后,應及時歸還圖書,并在本人的借閱登記表上注明還書日期和時間。根據(jù)以上調查分析,可以給出其現(xiàn)行業(yè)務流程圖如圖2.1所示。圖2.1 現(xiàn)行圖書管理業(yè)務流程圖2.2 數(shù)據(jù)描述(數(shù)據(jù)流圖+數(shù)據(jù)字典)經過詳細的調查,我們已經清楚了解了現(xiàn)行的業(yè)務流程,接下來給出系統(tǒng)的邏輯模型。構造系統(tǒng)邏輯模型的工具是數(shù)據(jù)流圖和數(shù)據(jù)字典。根據(jù)現(xiàn)行圖書管理的業(yè)務流程,首先把數(shù)據(jù)流圖中的源點和終點都選定為學生,因此可以得到圖書管理系統(tǒng)的基本系統(tǒng)模型,如圖2.2所示。圖2.2 圖書管理系統(tǒng)的基本系統(tǒng)模
11、型根據(jù)基本系統(tǒng)模型,對其逐步細化,得到描述邏輯系統(tǒng)細化后的數(shù)據(jù)流圖,如圖2.3所示。圖2.3 圖書管理系統(tǒng)數(shù)據(jù)流圖(頂層dfd圖)對頂層dfd圖中的一個加工“學生管理”進行展開,如圖2.4。圖2.4 細化后數(shù)據(jù)流圖對頂層dfd圖中的一個加工“圖書管理”進行展開,如圖2.5。圖2.5 “圖書管理”展開對第1層dfd圖中的加工進一步進行展開,如圖2.6。(1)(2)圖2.6 進一步細化數(shù)據(jù)流圖有了系統(tǒng)的數(shù)據(jù)流圖后,還有相當多的數(shù)據(jù)信息如圖書、借閱、歸還等信息需要進一步描述,這就是需要定義數(shù)據(jù)字典,才能把現(xiàn)有的系統(tǒng)描述清楚。圖2.7列出了系統(tǒng)的主要數(shù)據(jù)字典。西安培華學院本科畢業(yè)論文(設計) 圖書管理
12、系統(tǒng)的設計圖2.7 系統(tǒng)主要數(shù)據(jù)字典2.3 功能需求經過以上詳細的用戶調查,在現(xiàn)行業(yè)務流程和數(shù)據(jù)分析的基礎上,基本可以確定系統(tǒng)設計必須達到的目標。 以下是圖書管理系統(tǒng)必須具備的功能:1.新進圖書的登記功能:對于購進的新書,系統(tǒng)必須具備圖書信息資料的錄入功能。2.圖書的查詢修改功能:當圖書資料發(fā)生變化,如圖書丟失或有錯誤信息輸入時,則應能夠及時對數(shù)據(jù)進行修改和補充。3.借閱的登記,歸還的登記功能:系統(tǒng)的主要功能之一,供本校學生借閱圖書、歸還圖書,并進行登記。4.學生信息的增加、刪除和修改功能:系統(tǒng)主要功能之一,建立學生信息,并對其進行維護。2.4性能需求為了保證系統(tǒng)能夠長期、安全、穩(wěn)定、可靠、高
13、效的運行,圖書管理系統(tǒng)應該滿足以下的性能需求:1、系統(tǒng)處理的準確性和及時性系統(tǒng)處理的準確性和及時性是系統(tǒng)的必要性能。在系統(tǒng)設計和開發(fā)過程中,要充分考慮系統(tǒng)當前和將來可能承受的工作量,使系統(tǒng)的處理能力和響應時間能夠滿足學校對信息處理的需求。2、系統(tǒng)的開放性和系統(tǒng)的可擴充性圖書管理系統(tǒng)在開發(fā)過程中,應該充分考慮以后的可擴充性。例如用戶查詢的需求也會不斷的更新和完善。3、系統(tǒng)的易用性和易維護性圖書管理系統(tǒng)是直接面對使用人員的,而使用人員往往對計算機并不時非常熟悉。這就要求系統(tǒng)能夠提供良好的用戶接口,易用的人機交互界面。要實現(xiàn)這一點,就要求系統(tǒng)應該盡量使用用戶熟悉的術語和中文信息的界面;針對用戶可能出
14、現(xiàn)的使用問題,要提供足夠的在線幫助,縮短用戶對系統(tǒng)熟悉的過程。4、系統(tǒng)的標準性系統(tǒng)在設計開發(fā)使用過程中都要涉及到很多計算機硬件、軟件。所有這些都要符合主流國際、國家和行業(yè)標準。5、系統(tǒng)的先進性目前計算系統(tǒng)的技術發(fā)展相當快,做為圖書管理系統(tǒng)工程,在系統(tǒng)的生命周期盡量做到系統(tǒng)的先進,充分完成企業(yè)信息處理的要求而不至于落后。這一方面通過系統(tǒng)的開放性和可擴充性,不斷改善系統(tǒng)的功能完成。另一方面,在系統(tǒng)設計和開發(fā)的過程中,應在考慮成本的基礎上盡量采用當前主流并先進且有良好發(fā)展前途的產品。6、系統(tǒng)的響應速度圖書管理系統(tǒng)系統(tǒng)在日常處理中的響應速度為秒級,達到實時要求,以及時反饋信息。在進行統(tǒng)計分析時,根據(jù)所
15、需數(shù)據(jù)量的不同而從秒級到分鐘級,原則是保證操作人員不會因為速度問題而影響工作效率。第三章 系統(tǒng)總體設計3.1 新的業(yè)務流程根據(jù)需求分析的得到的現(xiàn)行業(yè)務處理流程,在用戶反復研究后,首先確定目標系統(tǒng)的業(yè)務流程,其處理流程如圖3.1。圖3.1 圖書管理系統(tǒng)的業(yè)務流程針對新的業(yè)務流程,現(xiàn)具體描述其功能如下:1.用戶登錄:系統(tǒng)對用戶合法性進行檢查。2.圖書入庫:對新購進的圖書分類進行編號,并把圖書基本信息錄入計算機。3.圖書借閱:對已入庫的圖書,學生可以借閱,并進行登記。4.圖書歸還:對學生已歸還的圖書進行歸還登記。 5.信息查詢:即對所有圖書的借閱情況,或學生的基本情況和借閱情況進行查詢。6.管理措施
16、:定義系統(tǒng)規(guī)定的借閱圖書超期時間、超期處罰辦法和丟失賠償辦法。3.2 系統(tǒng)功能模塊圖依據(jù)需求分析階段得到的數(shù)據(jù)流圖,采用軟件工程中軟件設計的概念和原理,與用戶成分協(xié)商后,在保證系統(tǒng)基本功能要求的前提下,結合系統(tǒng)新的業(yè)務流程確定系統(tǒng)必須具備的所有功能,由此給出圖書管理系統(tǒng)的系統(tǒng)功能模塊圖如圖3.2所示。圖3.2 圖書管理系統(tǒng)功能模塊圖3.3 系統(tǒng)的流程圖依據(jù)軟件工程的基本原理,綜合以上分析給出系統(tǒng)流程圖如圖3.4所示。圖3.4 系統(tǒng)流程圖第四章 詳細設計4.1 程序流程圖依據(jù)軟件工程的基本原理,詳細設計階段的根本任務是確定應該怎樣具體實現(xiàn)所要求的系統(tǒng),也就是說,經過這個階段的設計工作,應該得出對
17、目標系統(tǒng)的精確描述,從而在系統(tǒng)實現(xiàn)階段可以把這個描述直接翻譯成用某種程序設計語言書寫的程序。具體來說就是把經過總體設計得到的各個模塊詳細的加以描述。由于本系統(tǒng)采用支持面向對象的visual basic 6.0作為開發(fā)工具,而visual basic 6.0采用事件驅動的編程機制,所以在此給出軟件系統(tǒng)的主程序流程圖,如圖4.1所示。圖4.1 主程序流程圖根據(jù)以上主程序的流程圖,我們可以得出下面的關于各個模塊的程序流程圖,如圖4.2所示。 圖4.2 程序流程圖4.2 程序輸入輸出描述4.2.1 主模塊1.輸入項目:操作系統(tǒng)傳遞至的各種消息以及用戶的輸入數(shù)據(jù)。2.輸出項目:用戶界面顯示。4.2.1
18、學生管理模塊1.輸入項目:與學生管理操作子對話框有關的用戶輸入及系統(tǒng)消息。2.輸出項目:操作結果顯示。4.2.2 圖書管理模塊1.輸入項目:用戶口令。2.輸出項目:相應的界面。4.2.3 借閱管理模塊1.輸入項目:學生學號、圖書編號。2.輸出項目:學生信息、相關借書信息。4.2.4 歸還管理模塊1.輸入項目:圖書編號。2.輸出項目:相關學生信息。4.2.5 管理措施設置模塊1.輸入項目:用戶的輸入。2.輸出項目:根據(jù)用戶的輸入顯示相應的對話框。4.3 程序接口描述4.3.1 外部接口按windows應用軟件用戶界面的規(guī)范來設計,使用以對話框為主的用戶界面,便于用戶使用。4.3.2 內部接口模塊
19、間接口采用數(shù)據(jù)耦合方式,通過參數(shù)表傳送數(shù)據(jù),交換信息。4.4 數(shù)據(jù)庫的設計4.4.1 數(shù)據(jù)庫的邏輯設計在需求分析階段已完成該系統(tǒng)所有的數(shù)據(jù)分析。根據(jù)該階段所建立的概念模型,已經得出滿足系統(tǒng)設計要求的幾個關系描述,該階段的主要工作就是把前一階段的成果轉化為具體的數(shù)據(jù)庫。下面給出概念結構設計得e-r圖如圖4.3所示。(1) 分e-r圖(2) 總e-r圖圖4.3 概念結構設計e-r圖實體:圖書(圖書編號,書名,作者,出版社,定價,圖書類別,圖書isbn號,圖書數(shù)量) 學生(學生學號,學生姓名,性別,入校時間,畢業(yè)時間) 管理員(編號,名字,密碼,加入時間)聯(lián)系:學生管理(圖書管理員,學生姓名,學生密
20、碼) 圖書管理(圖書管理員,借閱號,歸還號) 查詢(圖書編號,借閱證號,圖書管理員,學生)第五章 編碼實現(xiàn)5.1 程序編碼登陸界面如圖5.1所示。圖5.1 登陸界面程序代碼如下:function check_password(byval username as string, byval userpassword as string) as integer on error goto er2: if connecttoserver = true then set objrs = new recordset strsql = select coperatorpassword from toper
21、ators where coperatorname= & trim(cboname.text) & getdata strsql reference function to get data if objrs.eof then check_password = 0 this operator not exist else if txtpassword.text trim(objrs.fields(coperatorpassword).value) then check_password = 1 password error else check_password = 2 password ok
22、 currentopname = trim(cboname.text) currentoppassword = objrs.fields(coperatorpassword).value here can save a operator grade for expand end if end if objcon.close exit functioner2: msgbox err.description check_password = 255 end ifend functionprivate sub cmdcancel_click() unload me endend subprivate
23、 sub cmdok_click() dim intcheck as integer static intlogtimes to save user login times static intlogtimes as integer intlogtimes = intlogtimes + 1 save login times if intlogtimes maxlogtimes then over allowed login times then list information msgbox you have over allowed loghin times,login failure !
24、, vbcritical, loginerror unload me else intcheck = check_password(trim(txtpassword), trim(cboname) select case intcheck case 0 msgbox your are not a system user !, vbinformation + vbokonly, loginerror case 1 msgbox password error ,please check your password !, vbinformation + vbokonly, loginerror ca
25、se 2 unload me if currentopname = admin and currentoppassword = 1 then mainwin.mnuop.visible = true else mainwin.mnuop.visible = false end if load mainwin mainwin.show end select end ifend sub主界面如圖5.2所示。圖5.2 程序主界面程序代碼如下:option explicitprivate sub mdiform_activate() if currentopname = admin then stat
26、usbar2.panels(1).text = 管理員: & currentopname toolbar1.buttons(1).visible = true toolbar1.buttons(2).visible = true else statusbar2.panels(1).text = 操作員: & currentopname toolbar1.buttons(1).visible = false toolbar1.buttons(2).visible = false end ifend subprivate sub mdiform_mousedown(button as intege
27、r, shift as integer, x as single, y as single) if button = vbrightbutton then popupmenu mnuoperation design popup menu end ifend subprivate sub mdiform_unload(cancel as integer) checkconnect reference function to make objcon break if connection is openend subprivate sub mnuabout_click() frmabout.sho
28、wend subprivate sub mnubookquery_click() checkconnect reference function to make objcon break if connection is open load frmbookquery frmbookquery.showend subprivate sub mnubookregist_click() checkconnect reference function to make objcon break if connection is open load frmbookreg frmbookreg.showen
29、d subprivate sub mnuborrowquery_click() checkconnect reference function to make objcon break if connection is open load frmreadquery frmreadquery.showend subprivate sub mnuexit_click() checkconnect reference function to make objcon break if connection is open unload me endend subprivate sub mnurelog
30、in_click() checkconnect reference function to make objcon break if connection is open unload me load frmlogin frmlogin.showend subprivate sub mnuvipquery_click() checkconnect reference function to make objcon break if connection is open load frmvipquery frmvipquery.showend subprivate sub mnuvipregis
31、t_click() checkconnect reference function to make objcon break if connection is open load frmvipreg frmvipreg.showend subprivate sub munreadregist_click() checkconnect reference function to make objcon break if connection is open load frmreadregist frmreadregist.showend subprivate sub toolbar1_butto
32、nclick(byval button as mscomctllib.button)select case button.key case operatorreg checkconnect reference function to make objcon break if connection is open load frmadmin frmadmin.show case vipreg checkconnect reference function to make objcon break if connection is open load frmvipreg frmvipreg.sho
33、w case vipquery checkconnect reference function to make objcon break if connection is open load frmvipquery frmvipquery.show case bookreg checkconnect reference function to make objcon break if connection is open load frmbookreg frmbookreg.show case bookquery checkconnect reference function to make
34、objcon break if connection is open load frmbookquery frmbookquery.show case readreg checkconnect reference function to make objcon break if connection is open load frmreadregist frmreadregist.show case readquery checkconnect reference function to make objcon break if connection is open load frmreadq
35、uery frmreadquery.showend selectend sub操作員管理界面如圖5.3所示。圖5.3 操作員管理界面代碼如下:option explicitsub settextempty()this function is set all text to empty txtopid.text = txtopname.text = txtoppwd.text = cboopgrade.text = txtopaddtime.text = end subsub refreshoperator()this function is to refresh text txtopid.te
36、xt = objrs.fields(0).value txtopname.text = objrs.fields(1).value txtoppwd.text = objrs.fields(2).value cboopgrade.text = objrs.fields(3).value txtopaddtime.text = objrs.fields(4).valueend subprivate sub cmdadd_click() txtopid.enabled = true you dont change datagrid untill you add data finish dgdop.
37、enabled = false if cmdadd.caption = 添加 then cmdadd.caption = 確定 settextempty reference settextempty founction to set empty cmddel.enabled = false cmdmodify.enabled = false cmdrefresh.enabled = false txtopid.setfocus else if trim(txtopname.text) = then msgbox operator name must not null ,please input
38、 operator name !, vbinformation + vbokonly txtopname.setfocus exit sub elseif trim(txtopid.text) = then msgbox operator id must not null ,please input operator id !, vbinformation + vbokonly txtopid.setfocus exit sub elseif trim(txtoppwd.text) = then msgbox operator password must not null ,please in
39、put operator password !, vbinformation + vbokonly txtoppwd.setfocus exit sub else with objrs checkaddnew = true .filter = coperatorid= & trim(txtopid.text) & if .recordcount 0 then msgbox this operator has been exist ! txtopid.text = txtopid.setfocus .filter = coperatorid cmdrefresh.value = true to
40、executer refresh once checkaddnew = false cmddel.enabled = true cmdmodify.enabled = true cmdadd.caption = 添加(&a) txtopid.enabled = false cmdrefresh.enabled = true dgdop.enabled = true checkaddnew = false exit sub end if checkaddnew = true .addnew .fields(0).value = trim(txtopid.text) .fields(1).valu
41、e = trim(txtopname.text) .fields(2).value = trim(txtoppwd.text) .fields(3).value = trim(cboopgrade.text) .fields(4).value = trim(txtopaddtime.text) .update msgbox operator add success !, vbinformation + vbokonly .filter = coperatorid cmdrefresh.value = true to executer refresh once end with checkadd
42、new = false -there will reference a founction to set empty txtopid.enabled = false cmddel.enabled = true cmdmodify.enabled = true cmdrefresh.enabled = true cmdadd.caption = 添加 dgdop.enabled = true you can use datagrid after add finish end if end ifend subprivate sub cmddel_click() if empty_check = t
43、rue then exit sub reference function to check if your database is null if not objrs.eof and objrs.recordcount 0 then if msgbox(the : & txtopname & s data will delete continue ?, vbyesno + vbinformation) = vbyes then objrs.delete end if end ifend subprivate sub cmdmodify_click() if empty_check = true
44、 then exit sub reference function to check if your database is null dgdop.enabled = false if txtopid.text objrs.fields(0).value then exit sub to check operator id if cmdmodify.caption = 修改 then cmdmodify.caption = 確定 cmddel.enabled = false cmdadd.enabled = false else with objrs .fields(0).value = trim(txtopid.text) .fields(1).value = trim(txtopname.text) .fields(2).value = trim(txtoppwd.text) .fields(3).value = trim(cboopgrade.text) .
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- racemic-6-7-Epoxy-cannabichromene-生命科學試劑-MCE-6900
- Gluconapin-生命科學試劑-MCE-5096
- 25B-NB3OMe-hydrochloride-生命科學試劑-MCE-6391
- 施工日志填寫樣本外墻裝飾工程
- 跨代溝通與家庭關系中的文化融合
- DB15T 3843-2025新能源分布式電源并網(wǎng)技術規(guī)范
- 云計算建設項目服務合同
- 事業(yè)單位與員工停薪留職合同范本
- 個人車位交易合同范例
- 個人企業(yè)房屋租賃合同模板
- DZ/T 0430-2023 固體礦產資源儲量核實報告編寫規(guī)范(正式版)
- (高清版)WST 442-2024 臨床實驗室生物安全指南
- 歷史時間軸全
- 高速行業(yè)網(wǎng)絡安全與維護
- (2024年)房地產銷售人員心態(tài)培訓
- T-BJCC 1003-2024 首店、首發(fā)活動、首發(fā)中心界定標準
- 外科手術及護理常規(guī)
- 鐵嶺衛(wèi)生職業(yè)學院單招參考試題庫(含答案)
- 出口潛力分析報告
- 大美陜西歡迎你-最全面的陜西省簡介課件
- 三位數(shù)減三位數(shù)的減法計算題 200道
評論
0/150
提交評論