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

正文內(nèi)容

基于web技術(shù)的工作流管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)說明書(已修改)

2025-09-24 09:16 本頁面
 

【正文】 四 川 大 學(xué) 碩 士 學(xué) 位 論 文 題 目 基于 WEB 技術(shù)的工作流管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn) 作 者 劉福順 完成日期 2020 年 4 月 培 養(yǎng) 單 位 四 川 大 學(xué) 指 導(dǎo) 教 師 唐寧九 教 授 專 業(yè) 計(jì)算機(jī)軟件與理論 研 究 方 向 軟件工程 授于學(xué)位日期 年 月 日 四川大 學(xué)碩士學(xué)位論文 —— 基于 WEB 技術(shù)的工作流管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn) 基于 WEB 技術(shù)的 工作流管理系統(tǒng) 設(shè)計(jì)與實(shí)現(xiàn) 計(jì)算機(jī)軟件與理論 專業(yè) 研究生 劉福順 指導(dǎo)教師 唐寧九 工作流是一類能夠完全或者部分自動(dòng)執(zhí)行的經(jīng)營過程,它根據(jù)一系列過程規(guī)則,文檔、信息或任務(wù)能夠在不同的執(zhí)行者之間進(jìn)行傳遞與執(zhí)行。 工作流管理系統(tǒng)是一個(gè)軟件系統(tǒng),它完成工作流的定義和管理,并按照在計(jì)算機(jī)中預(yù)先定義好的工作流邏輯推進(jìn)工作流實(shí)例的執(zhí)行。一個(gè)完整的工作流管理系統(tǒng)是由工作流執(zhí)行部件、工作流功能 部件和外部應(yīng)用系統(tǒng)構(gòu)成的。 工作流執(zhí)行部件,即工作流引擎, 是 工作流管理系統(tǒng)的核心。工作流引擎負(fù)責(zé)解釋過程定義、創(chuàng)建模型實(shí)例、調(diào)度模型實(shí)例任務(wù)、推進(jìn)流程等功能。一個(gè)過程模型就是企業(yè)經(jīng)營過程中業(yè)務(wù)流程的一個(gè)抽象模型,當(dāng)使用諸如 Petri 網(wǎng)這樣的形式語言來描述一個(gè)企業(yè)經(jīng)營過程時(shí),就形成了過程定義。過程定義被工作流引擎解釋轉(zhuǎn)換為能 被 工作流引擎執(zhí)行的過程模型,創(chuàng)建運(yùn)行時(shí) 模型 實(shí)例并依據(jù)特定的調(diào)度算法,例如經(jīng)典 Petri 網(wǎng)調(diào)度算法,對(duì)過程 實(shí)例 中的活動(dòng)進(jìn)行調(diào)度。 工作流技術(shù)在企業(yè)中的應(yīng)用范圍主要有兩類,一類是在以公文流轉(zhuǎn)為 功能主體的辦公自動(dòng)化系統(tǒng)中的應(yīng)用,另一類則是為企業(yè)業(yè)務(wù)系統(tǒng)提供運(yùn)行支撐平臺(tái)的工作流管理系統(tǒng)。不同的應(yīng)用對(duì)工作流引擎的功能要求也是不同的,作為一個(gè)功能完善的工作流引擎,核心調(diào)度能力要靈活,同時(shí)要能夠支持常見的流程模型,例如:固定流程、自由流程以及嵌套流程等。 本文 論述的是一個(gè)基于 WEB 技術(shù)的工作流管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn),提出了一種將工作流技術(shù)應(yīng)用于企業(yè)的工作流管理系統(tǒng)的通用架構(gòu),闡述了經(jīng)典 petri網(wǎng)調(diào)度算法在工作流引擎中的應(yīng)用 與 實(shí)現(xiàn),分析并實(shí)現(xiàn)了工作流引擎對(duì)三種常見的流程模型的支持。 四川大 學(xué)碩士學(xué)位論文 —— 基于 WEB 技術(shù)的工作流管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn) 關(guān)鍵詞 :工作流;工作流 管理系統(tǒng); Petri 網(wǎng);工作流引擎 Webbased Workflow Management System Design and Implementation LiuFushun( Computer Software amp。 Theory ) Directed by TangNingjiu Workflow is the automation of a business process, in whole or part, during which documents, information or tasks are passed from one participant to another for action, according to a set of procedural rules. Workflow management system is a system that defines, creates and manages the execution of workflows through the use of soft ware, running on one or more workflow engines, which is able to interpret the process definition, interact with workflow participants and, where required, invoke the use of IT tools and applications. A whole workflow management system consists of workflow enactment ponent, workflow function ponent and external application system. Workflow enactment ponent, socalled workflow engine, is the kernel of a workflow management system. All functions such as the interpretation of process definition, the instantiation of process model and the schedule of activity are all under the charge of workflow engine. A process model is a pure model of business workflow in enterprise running process. When an enterprise running process is modeled using formal language such as Petri, a process model es into being. The scope of workflow technology application in enterprise involved in two categories, one is OA system with document transition as its main foundation, and another is workflow management system serves as the running platform of enterprise business systems. Different applications require different functions of workflow engine. Being a wellfunctional workflow engine, its kernel schedule arithmetic should be flexible. At the same time, it should be able to support three kinds of process model such as fixed process, freedom process and nested process. In this paper, we discuss the design and implementation of a webbased workflow management system。 give out a mon workflow management system structure which is useful when you want to apply workflow technology to enterprise application。 expound the application and implementation of classical Petri schedule arithmetic in workflow engine。 analyze the support of three kinds of process model in workflow engine. 四川大 學(xué)碩士學(xué)位論文 —— 基于 WEB 技術(shù)的工作流管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn) Key Words: Workflow。 Workflow Management System。 Petri。 Workflow Engine 四川大 學(xué)碩士學(xué)位論文 —— 基于 WEB 技術(shù)的工作流管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn) 目 錄 1 緒論 ............................................................................................................................ 1 工作流的起源 .................................................................................................. 1 本文結(jié)構(gòu)安排 .................................................................................................. 1 2 基本理論 .................................................................................................................... 2 工作流 ............................................................................................................. 2 工作流參考模型 .............................................................................................. 3 工作流管理系統(tǒng) .............................................................................................. 6 工作流管理系統(tǒng)架構(gòu) ...................................................................................... 8 工作流管理系統(tǒng)組成部分 .................................................................... 8 工作流管理系統(tǒng)組件說明 .................................................................... 9 Petri 網(wǎng) ........................................................................................................... 10 Petri 網(wǎng)的基本元素 ............................................................................. 10 庫所 .......................................................................................... 11 變遷 .......................................................................................... 12 弧 .............................................................................................. 13 標(biāo)記 .......................................................................................... 13 Petri 網(wǎng)的觸發(fā)器 ................................................................................. 14 四川大 學(xué)碩士學(xué)位論文 —— 基于 WEB 技術(shù)的工作流管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn) Petri 網(wǎng)的路由 ..................................................................................... 15 Petri 網(wǎng)的發(fā)散和 匯聚 ......................................................................... 16 3 相關(guān)工作 .................................................................................................................. 18 工作流發(fā)展現(xiàn)狀 ...............................
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1