企業(yè)內(nèi)部的很多業(yè)務(wù)都可以抽象為一個(gè)或者若干個(gè)工作流,最典型的是收發(fā)文工作流。一個(gè)發(fā)文流程可能要經(jīng)歷起草,審批,校對(duì),領(lǐng)導(dǎo)簽字,傳閱等步驟。傳統(tǒng)的辦公模式完成此流程需要投入很多人力,而且運(yùn)轉(zhuǎn)起來較慢,容易出錯(cuò),如果采用辦公自動(dòng)化系統(tǒng),公文的流轉(zhuǎn)就可以自動(dòng)化,顯然有很多好處。 UML(Unified moDEling Language)是一種面向?qū)ο蟮慕UZ(yǔ)言,它已經(jīng)廣泛用于面向?qū)ο笙到y(tǒng)的分析和設(shè)計(jì)。統(tǒng)一過程(Unified Process)是一種軟件工程方法,它將軟件開發(fā)過程分為一系列的工作流程(Workflow),充分發(fā)揮了迭代的開發(fā)思想,是軟件開發(fā)成功的重要因素。 Struts是基于JAVA的一個(gè)開源項(xiàng)目,采用模塊化的設(shè)計(jì)思想將業(yè)務(wù)邏輯,數(shù)據(jù)存儲(chǔ)和用戶界面分離,簡(jiǎn)化了企業(yè)級(jí)應(yīng)用程序的構(gòu)建。 本文描述了葫蘆島鋅廠的辦公自動(dòng)化系統(tǒng)的開發(fā)過程,依據(jù)統(tǒng)一過程的開發(fā)思想,利用UML構(gòu)建和描述系統(tǒng)的結(jié)構(gòu)與行為,并用Struts完成了系統(tǒng)的最終實(shí)現(xiàn)。
標(biāo)簽: 多業(yè)務(wù) 抽象
上傳時(shí)間: 2015-11-01
上傳用戶:ljmwh2000
隨著計(jì)算機(jī)技術(shù)和網(wǎng)絡(luò)技術(shù)的發(fā)展,在線教育平臺(tái)為校園網(wǎng)的數(shù)字化提供了技術(shù)支持。它能夠有效地將信息技術(shù)融入教學(xué)的環(huán)境當(dāng)中,從而推動(dòng)的傳統(tǒng)教育的改革。 Struts是Apache軟件組織提供的一項(xiàng)開放源代碼項(xiàng)目,它為Java Web的開發(fā)提供了模型-視圖-控制器(Model-View-Controller, MVC)框架,尤其適用于開發(fā)大型可擴(kuò)展的Web應(yīng)用,并且為其提供了一個(gè)通用的框架,使得開發(fā)人員可以把精力集中在如何解決實(shí)際業(yè)務(wù)問題上,比較適合大型團(tuán)隊(duì)開發(fā)。 UML(Unified moDEling Language)是一種可視化的建模語(yǔ)言,功能強(qiáng)大,易于使用,便于開發(fā)人員之間的溝通。它已經(jīng)廣泛用于面向?qū)ο笙到y(tǒng)的分析、設(shè)計(jì)和實(shí)現(xiàn)。RUP(Rational Unified Process)是一種軟件工程方法,描述了軟件迭代的開發(fā)過程。 本文描述了在線教育平臺(tái)的開發(fā)過程,遵循RUP的思想,利用UML對(duì)系統(tǒng)進(jìn)行需求、分析和設(shè)計(jì),并通過使用Struts框架對(duì)系統(tǒng)進(jìn)行實(shí)現(xiàn)。
標(biāo)簽: 計(jì)算機(jī)技術(shù) 網(wǎng)絡(luò)技術(shù) 發(fā)展
上傳時(shí)間: 2013-12-12
上傳用戶:dianxin61
本書由知名的C++專家Matthew H.Austern執(zhí)筆,引導(dǎo)你進(jìn)入泛型編程思維模型,并將你帶往此一模型的最重要成品:C++ Standard Template Library(STL)。本書揭示STL的奧秘,告訴你STL不僅僅是一組方便運(yùn)用的容器類(container classes)。對(duì)于泛型組件和可交互作用的組件而言,STL是一個(gè)具備擴(kuò)充能力的框架(framework)、 《泛型編程與STL》闡述了泛型編程的中心思想:concepts、moDEling、refinement,并為你展示這些思想如何導(dǎo)出STL的基礎(chǔ)概念:iterators、containers、function objects。循此路線,你可以把STL想像為一個(gè)由concepts(而非明確之functions或classes)組成的程序庫(kù):、你將學(xué)習(xí)其正式結(jié)構(gòu)并因此獲得其潛在威力所帶來的完整優(yōu)勢(shì)。本書使你能夠: ●以你自己的“可移植組件”及“可交互作用之泛型組件”擴(kuò)充STL; ●產(chǎn)生一些算法,讓它們和它們所處理之型別(types)及數(shù)據(jù)結(jié)構(gòu)徹底劃清界線; ●撰寫更精致、更高效、更有效力的代碼,可跨平臺(tái)重復(fù)使用。
上傳時(shí)間: 2014-01-06
上傳用戶:Avoid98
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology moDEling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.
標(biāo)簽: implementation structural for alignment
上傳時(shí)間: 2014-01-11
上傳用戶:chenbhdt
This submission includes the presentation and model files that were used in delivering a webinar on 12-15-05 that covered the topic of moDEling Hybrid Electric Vehicles. Hybrid electric vehicles (HEVs) have proven they can substantially improve fuel economy and reduce emissions. Because HEVs combine an electric drive with the internal combustion engine (ICE) in the powertrain, the vehicle?s kinetic energy can be captured during braking and transformed into electrical energy in the battery. The dual power source also means that the ICE can be reduced in size and can operate at its most efficient speeds.
標(biāo)簽: presentation submission delivering includes
上傳時(shí)間: 2015-12-24
上傳用戶:zl5712176
Carrier-phase synchronization can be approached in a general manner by estimating the multiplicative distortion (MD) to which a baseband received signal in an RF or coherent optical transmission system is subjected. This paper presents a unified moDEling and estimation of the MD in finite-alphabet digital communication systems. A simple form of MD is the camer phase exp GO) which has to be estimated and compensated for in a coherent receiver. A more general case with fading must, however, allow for amplitude as well as phase variations of the MD. We assume a state-variable model for the MD and generally obtain a nonlinear estimation problem with additional randomly-varying system parameters such as received signal power, frequency offset, and Doppler spread. An extended Kalman filter is then applied as a near-optimal solution to the adaptive MD and channel parameter estimation problem. Examples are given to show the use and some advantages of this scheme.
標(biāo)簽: synchronization Carrier-phase multiplicativ approached
上傳時(shí)間: 2013-11-28
上傳用戶:windwolf2000
Data mining (DM) is the extraction of hidden predictive information from large databases (DBs). With the automatic discovery of knowledge implicit within DBs, DM uses sophisticated statistical analysis and moDEling techniques to uncover patterns and relationships hidden in organizational DBs. Over the last 40 years, the tools and techniques to process structured information have continued to evolve from DBs to data warehousing (DW) to DM. DW applications have become business-critical. DM can extract even more value out of these huge repositories of information.
標(biāo)簽: information extraction predictive databases
上傳時(shí)間: 2016-03-19
上傳用戶:啊颯颯大師的
From helping to assess the value of new medical treatments to evaluating the factors that affect our opinions and behaviors, analysts today are finding myriad uses for categorical data methods. In this book we introduce these methods and the theory behind them. Statistical methods for categorical responses were late in gaining the level of sophistication achieved early in the twentieth century by methods for continuous responses. Despite influential work around 1900 by the British statistician Karl Pearson, relatively little development of models for categorical responses occurred until the 1960s. In this book we describe the early fundamental work that still has importance today but place primary emphasis on more recent moDEling approaches. Before outlining
標(biāo)簽: evaluating treatments the helping
上傳時(shí)間: 2014-01-25
上傳用戶:jennyzai
使用Matlab在通信系統(tǒng)的建模與仿真,論文形式,含有源代碼 -use Matlab in communications systems moDEling and simulation, paper form, containing the source code
標(biāo)簽: Matlab 通信系統(tǒng) 建模 仿真
上傳時(shí)間: 2013-12-18
上傳用戶:凌云御清風(fēng)
Detecting Network Intrusions via Sampling_A Game Theoretic Approach Internet Quarantine_Requirements for Containing Self-Propagating Code moDEling Malware Spreading Dynamics moDEling the Spread of Active Worms
標(biāo)簽: Quarantine_Requireme Intrusions Sampling_A Detecting
上傳時(shí)間: 2013-11-30
上傳用戶:xc216
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1