對二維粘性不可壓N-S方程求解,生成O型網格
上傳時間: 2014-01-04
上傳用戶:chongcongying
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution % % compute the forward/backward Campbell/specgtrogram % % INPUT: % y (n x 2) each column is measured from a different sensor % /////// % __ % |s1| y(:,1) % |__| % __ % / \ ________|/ % | | | s2 |/ y(:,2) % \____/ --------|/ % % Fs Sampling frequnecy % % OUTPUT: % B spectrogram/Campbel diagram % x x-axis coordinate vector (time or Speed) % y y-axis coordinate vector (frequency [Hz])
標簽: experience elliptical decompose important
上傳時間: 2015-06-23
上傳用戶:372825274
vxWorks下的can總線驅動,已經將can設備抽象為I/O設備,對can的訪問可以像普通I/O一樣操作
上傳時間: 2015-07-01
上傳用戶:海陸空653
This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and TMS320C6711 DSP Starter Kits (DSKs). The device driver model presented here has now been superceded with an updated version that supports not only block oriented devices, but also devices such as UARTs, PCI and USB buses and Multimedia cards. Documentation on the updated driver model as well as example drivers and source code can be found in the Device Driver Developer s Kit product now available for download from the TI Developer s Village.
標簽: block-oriented application developing describes
上傳時間: 2015-07-07
上傳用戶:kelimu
設計一個O(n2)時間的算法,找出由n個數組成的序列的最長單調遞增子序列。
上傳時間: 2015-07-15
上傳用戶:qq21508895
n皇后問題,rar格式,運行環境c++,n〉=1
標簽:
上傳時間: 2015-08-16
上傳用戶:helmos
編譯命令 cc -o fget fget.c -lcurses 此程序適用于SCO UNIX主機系統,客戶端為任意平臺。 以Windows客戶為例,以下簡要說明其使用方法。 1、直接撥號方式 先進入Windows的終端仿真器, 使用ATDT命令向UNIX主機撥號,當主機連通時, 運行主機的FGET程序,格式為 FGET 下載文件名。然后,從終端仿真器的"傳輸"菜單選"接收二進制文件"選項,輸入本地文件名后,即可接收文件。 2、internet連接方式 先將FGET文件在主機上編譯通過, 然后用Netterm之類的telnet軟件連接到主機上,當主機連通時,運行主機的FGET程序,格式為FGET 下載文件名。 然后從菜單選"接收文件"選項,輸入本地文件名后,即可接收文件。
上傳時間: 2014-11-10
上傳用戶:xuan‘nian
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
曲譜存貯格式 unsigned char code MusicName{音高,音長,音高,音長...., 0,0} 末尾:0,0 表示結束(Important) 音高由三位數字組成: 個位是表示 1~7 這七個音符 十位是表示音符所在的音區:1-低音,2-中音,3-高音 百位表示這個音符是否要升半音: 0-不升,1-升半音。 音長最多由三位數字組成: 個位表示音符的時值,其對應關系是: |數值(n): |0 |1 |2 |3 | 4 | 5 | 6 |幾分音符: |1 |2 |4 |8 |16 |32 |64 音符=2^n 十位表示音符的演奏效果(0-2): 0-普通,1-連音,2-頓音 百位是符點位: 0-無符點,1-有符點 調用演奏子程序的格式 Play(樂曲名,調號,升降八度,演奏速度) |樂曲名 : 要播放的樂曲指針,結尾以(0,0)結束 |調號(0-11) : 是指樂曲升多少個半音演奏 |升降八度(1-3) : 1:降八度, 2:不升不降, 3:升八度 |演奏速度(1-12000): 值越大速度越快
標簽: MusicName unsigned char code
上傳時間: 2013-12-15
上傳用戶:671145514
Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a distribution of 100 uniform random numbers between 1 and 10, such that the sum of numbers is 500. ./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500 Idem with 200 numbers between 1 and 100 following a power law with exponent -
標簽: generator distributions Distribution simple
上傳時間: 2014-01-27
上傳用戶:sammi