C-C方法及改進的C-C方法重構相空間的matlab程序
--------------------------------
性能:
3000數據耗時3分鐘
--------------------------------
參考文獻:
1、Nonlinear dynamics, delay times, and embedding windows.pdf
2、基于改進的C-C方法的相空間重構參數選擇4.pdf
--------------------------------
文件夾說明:
1、C_C_Method_luzhenbo2.m - 程序主文件,直接運行此文件即可!
2、LorenzData.dll - 產生Lorenz離散數據
3、DuffingData.dll - 產生Duffing離散數據
4、RosslerData.dll - 產生Rossler離散數據
5、ccFunction.dll - 計算S(m,N,r,t) - 原C-C方法中計算S(m,N,r,t),改進的C-C方法中計算S2(m,N,r,t)
6、ccFunction_luzhenbo.dll - 計算S(m,N,r,t) - 改進的C-C方法中計算S1(m,N,r,t)
--------------------------------
致謝:
此稿本次修改的部分靈感來源于與研學論壇網友“張文鴿”和“yangfanboy”的討論,在此表示感謝!
標簽:
C-C
matlab
3000
程序
上傳時間:
2015-06-08
上傳用戶:lo25643
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d .
Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet.
Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1.
Definition
標簽:
government
streamline
important
alphabet
上傳時間:
2015-06-09
上傳用戶:weixiao99