SIMULINK是 MATLAB 中動態系統建模、仿真和分析的一個集成環境 , 文中按照仿真過程基本步驟用 MATLAB 的仿真工具 SIMULINK實現了數字信號基帶傳輸系統的仿真過程 , 對系統性能進行了分析
上傳時間: 2015-10-21
上傳用戶:luopoguixiong
書名:基本商業程序的建模 Essential Business Process Modeling (Paperback) 作者: Mike Havey 出版商:O Reilly 1 edition (August 18, 2005) 內容介紹: Ten years ago, groupware bundled with email and calendar applications helped track the flow of work from person to person within an organization. Workflow in today s enterprise means more monitoring and orchestrating massive systems. A new technology called Business Process Management, or BPM, helps software architects and developers design, code, run, administer, and monitor complex network-based business processes. BPM replaces those sketchy flowchart diagrams that business analysts draw on whiteboards with a precise model that uses standard graphical and XML representations, and an architecture that allows it converse with other services, systems, and users.
標簽: Essential Paperback Business Modeling
上傳時間: 2015-10-21
上傳用戶:zhangyigenius
本題采用的計算方法為:主要求解三對角陣方程組得解。采用的計算方法為“追趕法”。 算法思路為:求解方程Ly=d(追)——〉求解Ux=y(趕)
上傳時間: 2014-01-09
上傳用戶:笨小孩
單級旋轉倒立擺的建模與控制仿真,屬于一般文獻
上傳時間: 2014-12-02
上傳用戶:風之驕子
首先簡單介紹了GPS 接收機串口通信的基本概念, 然后通過實例詳細介紹了計算機與GPS 接收機進行 數據傳輸的兩種方法: 一種是使用W in32 A P I 通信函數的文件讀寫方式 另一種是通過VC+ + 6. 0 提供的 M SComm 控件實現。
上傳時間: 2015-10-23
上傳用戶:xuan‘nian
代入法的啟發示搜索 我的代碼實現是:按照自然語言各字母出現頻率的大小從高到低(已經有人作國統計分析了)先生成一張字母出現頻率統計表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再對密文字母計算頻率,并按頻率從高到低生成一張輸入密文字母的統計表(B),通過兩張表的對應關系,不斷用A中的字母去替換B中的字母,搜索不成功時就回退,在這里回朔是一個關鍵。
上傳時間: 2015-10-24
上傳用戶:wanqunsheng
黑白點的匹配貪心算法 設平面上分布著n個白點和n個黑點,每個點用一對坐標(x, y)表示。一個黑點b=(xb,yb)支配一個白點w=(xw, yw)當且僅當xb>=xw和yb>=yw。若黑點b支配白點w,則黑點b和白點w可匹配(可形成一個匹配對)。在一個黑點最多只能與一個白點匹配,一個白點最多只能與一個黑點匹配的前提下,求n個白點和n個黑點的最大匹配對數。
上傳時間: 2015-10-25
上傳用戶:zhliu007
DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format("拖放的位置:(%d %d)",pt.x,pt.y) SetDlgItemText(IDC_FILEPOS,strPos)
標簽: strPos DragQueryPoint hDropInfo pt
上傳時間: 2015-10-26
上傳用戶:xsnjzljj
%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:
標簽: BIQPBOX reflective Bisection search
上傳時間: 2013-12-17
上傳用戶:sk5201314
用最小二乘法擬合曲線y=a0+a1*x+a2*x^2+a3*x^3+...+an*x^n 的vc源碼
上傳時間: 2015-10-27
上傳用戶:ryb