国产精品婷婷久久久久久,日本中文字幕平台,天天躁夜夜躁av天天爽,国内极度色诱视频网站

醫(yī)藥批發(fā)管理系統(tǒng).rar

RAR格式版權(quán)申訴手機打開展開

醫(yī)藥批發(fā)管理系統(tǒng),7.6萬字 81頁摘要本論文是一篇主要關(guān)于軟件的整個開發(fā)設計的論文。它詳細的介紹了如何針對軟件的開發(fā)背景及用戶的設計目標或功能要求,來設計系統(tǒng)軟件。從任何進行需求分析,到數(shù)據(jù)庫模型方案的分析,比較,刷選,直到最后完整的數(shù)據(jù)庫結(jié)構(gòu)及其基本表的建立。同時也包括作者所從事的應用程序整體框架設計...
編號:50-31739大小:812.90K
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會員 200306 發(fā)布

醫(yī)藥批發(fā)管理系統(tǒng)
7.6萬字 81頁



摘 要

本論文是一篇主要關(guān)于醫(yī)藥批發(fā)管理系統(tǒng)軟件的整個開發(fā)設計的論文。它詳細的介紹了如何針對軟件的開發(fā)背景及用戶的設計目標或功能要求,來設計系統(tǒng)軟件。從任何進行需求分析,到數(shù)據(jù)庫模型方案的分析,比較,刷選,直到最后完整的數(shù)據(jù)庫結(jié)構(gòu)及其基本表的建立。同時也包括作者所從事的應用程序整體框架設計部分的工作。這里包含從需求分析和業(yè)務流程分析中如何組織整個程序的信息流程,各個程序模塊的功能分配,以及程序界面和數(shù)據(jù)庫的連接等問題。
這篇論文的重點在于數(shù)據(jù)庫結(jié)構(gòu)的開發(fā)設計和應用程序整體界面的構(gòu)建兩大部分。這里主要包括它們的設計思想,方案的比較,選擇等問題。
[關(guān)鍵字] 瀑布模型 ; 開發(fā)式數(shù)據(jù)互連(ODBC) ; 數(shù)據(jù)庫管理系統(tǒng)(DBMS)


ABSTRACT

This thesis is a paper of the development design that mainly concerning medicine wholesale manage the system software. It detailedly introduces how to aim at the background of development of the software and the design target of function of the customers’ request. Analyzing from requirement analysis, the database model project, comparing, selection, to the last complete database construction and its basic forms, establish, including the applied procedure with the author engaged in. And here also include how to organize the information process of whole programmer, which form the need and the business requirement analysis, how to organize the function assigning of each procedure and the connection of a procedure interface with database and so on.
The point of this thesis consists of two big part-the structured development in database design and the whole instruction frame of the applied procedure. Including their design thought primarily here, the comparison of the project, choice and so forth.
[key word] Waterfall Method; Open Database Connection;
Database Manage System







目 錄
1 緒論……………………………………………………………………………1
1.1 軟件簡介…………………………………………………………………1
1.1.1 開發(fā)背景…………………………………………………………1
1.1.2 實現(xiàn)目標…………………………………………………………1
1.2 軟件的技術(shù)特點和應用前景……………………………………………1
2 設計方案的分析……………………………………………………………3
2.1 軟件設計簡述……………………………………………………………3
2.2 過程模型的分析…………………………………………………………3
2.2.1 “瀑布”模型……………………………………………………4
2.2.2 進化式開發(fā)…………………………………………………….5
2.2.3 形式化系統(tǒng)開發(fā)……………………………………………….6
2.2.4 面向復用的開發(fā)……………………………………………….7
2.2.5 增量式開發(fā)…………………………………………………….8
3 數(shù)據(jù)庫的開發(fā)……………………………………………………………………11
3.1 業(yè)務流程分析……………………………………………………………11
3.2 需求分析…………………………………………………………………12
3.3 數(shù)據(jù)庫結(jié)構(gòu)設計…………………………………………………………12
3.3.1 數(shù)據(jù)庫模型的分析……………………………………………12
3.3.2 數(shù)據(jù)庫設計方法的選擇………………………………………13
3.3.3 數(shù)據(jù)庫基本表極其功能…………………………………….13
4 程序界面的設計……………………………………………………………..15
4.1 系統(tǒng)結(jié)構(gòu)圖………………………………………………………………15
4.2 軟件的流程圖……………………………………………………………15
4.3 關(guān)鍵技術(shù)…………………………………………………………………15
4.3.1 如何在SQL Server 中實現(xiàn)數(shù)據(jù)的模糊查詢…………………15
4.3.2 如何在SQL Server 中對某一時間段的入庫商品進行查詢…16
4. 3. 3 如何實現(xiàn)客戶掛帳管理……………………………………….16
4.4 應用程序設計……………………………………………………………16
4.4.1 公共模塊的設計……………………………………………….16
4.4.2 主程序界面的設計…………………………………………….17
4.4.3 藥品銷售模塊的設計………………………………………….18
4.4.4 醫(yī)藥銷售退貨模塊的設計…………………………………….20
4.4.5 藥品查詢模塊的設計………………………………………….20
4.4.6 藥品入庫登記模塊的設計…………………………………….21
4.4.7 入庫退貨模塊的設計………………………………………….22
4.4.8 庫存查詢模塊的設計………………………………………… 22
4.4.9 庫存盤點模塊的設計………………………………………….23
4.4.10 調(diào)入登記和調(diào)出登記模塊的設計……………………………24
4.4.11 調(diào)貨查詢模計…………………………………………………24
4.4.12 收款單模塊的設計……………………………………………25
4.4.13 收款查詢模塊的設計…………………………………………27
4.4.14 付款單及其查詢模塊的設計…………………………………28
5 數(shù)據(jù)庫與程序界面的連接………………………………………………….30
5.1 ODBC數(shù)據(jù)源的建立……………………………………………………30
5.1.1 ODBC的簡述…………………………………………………30
5.1.2 通過管理器設置數(shù)據(jù)源……………………………………….31
5.2 ADO Data 控件的設置…………………………………………….34
6 結(jié) 論………………………………………………………………………35
附 錄………………………………………………………………………..36
附錄1 部分程序代碼:………………………………………………………36
1.1 主窗體frm_main 代碼……………………………………………….36
1.2 銷售登記 main_xsgl_dj 代碼…………………………………….41
1.3 調(diào)貨查詢main_dhgl_cx 代碼………………………………………51…
附錄2 數(shù)據(jù)庫基本表…………………………………………………………54
附錄3 相關(guān)的英文資料………………………………………………………64
附錄4 開題報告………………………………………………………………76
附錄5 中期答辯………………………………………………………………77
附錄6 參考文獻………………………………………………………………77




參考文獻:
1.《需求工程》 Requirement Engineering (英)Ian Somerville, Pete Sawyer 著 趙文耘 葉思等譯 機械工業(yè)出版社
2. 《SQL Server 2000 數(shù)據(jù)庫設計權(quán)威指南》 (美) Louis Davidson 鄺勁筠 葉乃文譯 中國電力出版社