Please read this document before attempting to compile and run the libraries and applications! The projects must be compiled in a particular order. Standard support questions are about compiler and/or linker errors that are generated when users try to compile the projects in the wrong order. Other information of interest is available here, so read the entire document fi rst. Wild Magic Version 2.1 is what ships with the fi rst printing of the Game Physics book. Some of the applications that are referenced in the book did not make it onto the CD–ROM for the book. Version 2.2 contains those applications, plus more
標簽: applications attempting and libraries
上傳時間: 2014-01-16
上傳用戶:Late_Li
用S51單片機控制驅動芯片L298程序(C語言) 有六個端口,輸入端口分別為P1.0,P1.1,P1.2,P1.3,P1.4,P1.5. 六個輸出端口分別為P0.0,P0.1,P0.2,P0.3,P2.4,P2.5. 其中P0.0,P0.2,P2.5輸出高低電平.P0.1,P0.3,P2.4輸出PWM脈沖信號. 程序要求 只要P1.0-P1.5中任一個為"1",則P0.0,P0.2輸出高電平 當P1.2或P1.3為"1",P0.1,P0.3輸出占空比相同的PWM信號
上傳時間: 2013-12-18
上傳用戶:
一、 進程控制 1、 定義PCB(可以采用靜態結構或動態結構):包括理論PCB中的基本內容,如ID、進程狀態、隊列指針。由于無法實現真正的進程創建功能,在實驗中只需建立PCB,用它代表完整的進程。 2、 定義進程狀態轉換方式:進程的狀態轉換是由進程內部操作或操作系統的控制引起,由于無法實現這些功能,學生可以采用隨機數方法或鍵盤控制方法模擬,并實現對應的控制程序。隨機方法指產生1-6的隨機數,分別代表創建進程(c)、結束進程(e)、進程阻塞(b)、激活進程(w)、調度進程(p)、時間片到(t)等事件;鍵盤模擬方法指定義6種按鍵代表以上6種事件。 3、 根據四種事件處理就緒隊列、阻塞隊列和當前執行中的進程。 每次事件處理后應形象地顯示出當前系統中的執行進程是哪一個,就緒隊列和阻塞隊列分別包含哪些進程。
上傳時間: 2016-12-23
上傳用戶:wyc199288
7279鍵盤程序 設0--9數字鍵,A--F功能鍵 開機時在最高位顯示‘P’ 第一次按數字鍵在最高位顯示數據,第2次按數字鍵在最次位顯示數據,。。。。。。第8次按數字鍵在最低位顯示數據 第9次按數字鍵在最高位顯示數據。。。。。。按任意功能鍵則系統回到初始狀態。
上傳時間: 2016-12-23
上傳用戶:784533221
An adaptive fuzzy integral sliding mode controller for mismatched time-varying linear systems is presented in this paper. The proposed fuzzy integral sliding mode controller is designed to have zero steady state system error under step inputs and alleviate the undesired chattering around the sliding surface
標簽: time-varying controller mismatched adaptive
上傳時間: 2014-12-04
上傳用戶:luopoguixiong
信號量也稱為信號鎖,主要應用于進程間的同步和互斥,在用于互斥時,通常作為資源鎖。信號量通常通過兩個原子操作wait(P)和signal(V)來訪問。wait操作使信號量的值+1,signal操作使信號量的值-1。本程序模擬了操作系統的pv操作
上傳時間: 2016-12-25
上傳用戶:jjj0202
Matlab實現: Erlang B model(M/M/n/n)與 Erlang C model排隊系統的模擬,并畫出阻塞概率(P)與負載(A=lamda/miu in Erlang)的關系圖。用法:運行RunMe
上傳時間: 2014-01-02
上傳用戶:wcl168881111111
(1 . Higher Educati on Admissi on Committee Office of L ianyungang,L ianyungang 222006, China 2 . Modern Educati on Technique Center, Huaihai I nstitute of Technol ogy, L ianyungang 222005, China) Abstract: The outbreak ofARP cheating virus interferes with the nor mal functi oning of LAN. On the basis of thoroughly und standing of the p rinci p les, this paper analyzes the p rinci p les, pattern and classificati ons ofARP in details . And it also discu the tactics t o take strict p recauti ons ofARP fr om t wo sides— — —the administrati on ofLAN and Client Host . The pur pose of the cussi on is t o guarantee the normal running of LAN users . Key words: virus p rinci p les LAN client host
標簽: ianyungang Committee Educati Admissi
上傳時間: 2013-12-23
上傳用戶:zhangyigenius
% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % [W1,W2,critvec,iteration,lambda]=marq(NetDef,W1,W2,PHI,Y,trparms) % trains the network with the Levenberg-Marquardt method. % % The activation functions can be either linear or tanh. The % network architecture is defined by the matrix NetDef which % has two rows. The first row specifies the hidden layer and the % second row specifies the output layer.
標簽: Levenberg-Marquardt desired network neural
上傳時間: 2016-12-27
上傳用戶:jcljkh
1、 采用原始變量法,即以速度U、V及壓力P作為直接求解的變量 2、 守恒型的差分格式,離散方程系對守恒型的控制方程通過對控制容積作積分而得出的,無論網格疏密程度如何,均滿足在計算區域內守恒的條件; 3、 采用區域離散化方法B,即先定控制體界面、再定節點位置 4、 采用交叉網格,速度U、V與其他變量分別存儲于三套網格系統中; 5、 不同的項在空間離散化過程中去不同的型線假設,源項采用局部線性化方法;擴散——對流項采用乘方格式(但很容易轉化為中心差分、迎風差分或混合格式);街面上的擴散系數采用調和平均法,而密度與流速則用線性插值; 6、 不穩態問題采用全隱格式,以保證在任何時間步長下均可獲得具有物理意義的解; 7、 邊界條件采用附加源項法處理; 8、 耦合的流速與壓力采用SIMPLE算法來求解; 9、 迭代式的求解方法,對非線性問題,整個求解過程具有迭代性質;對于代數方程也采用迭代法求解; 10、 采用交替方向先迭代法求解代數方程并補以塊修正技術以促進收斂。
標簽: 變量
上傳時間: 2013-12-18
上傳用戶:時代電子小智