歷年大學(xué)生建模試題:2005年,包括a,b, c,d四題
上傳時間: 2014-01-17
上傳用戶:qb1993225
假近鄰法(False Nearest Neighbor, FNN)計算嵌入維的Matlab程序 文件夾說明: Main_FNN.m - 程序主函數(shù),直接運行此文件即可 LorenzData.dll - 產(chǎn)生Lorenz時間序列 PhaSpaRecon.m - 相空間重構(gòu) fnn_luzhenbo.dll - 假近鄰計算主函數(shù) SearchNN.dll - 近鄰點搜索 buffer_SearchNN_1.dll - 近鄰點搜索緩存1 buffer_SearchNN_2.dll - 近鄰點搜索緩存2 參考文獻: M.B.Kennel, R.Brown, H.D.I.Abarbanel. Determining embedding dimension for phase-space reconstruction using a geometrical construction[J]. Phys. Rev. A 1992,45:3403.
標(biāo)簽: Main_FNN Neighbor Nearest Matlab
上傳時間: 2013-12-10
上傳用戶:songnanhua
The book "The Finite Difference Time Domain for Electromagnetics" by Karl Kunz and Raymond Luebbers, CRC Press, 1993, contains an FDTD code and output files in Appendix B. The same code and output files are contained in this directory.
標(biāo)簽: Electromagnetics Difference The Luebbers
上傳時間: 2013-12-29
上傳用戶:chongcongying
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr
標(biāo)簽: introduction the contains intended
上傳時間: 2013-12-23
上傳用戶:liansi
摘 要: 本文件是C8051單片機DA測試實驗程序;使用外部22.1184MHz晶振. 功能:定義 A ~ F 為功能鍵。 按"A" 鍵,輸出250HZ的方波,按"B" 鍵,輸出250HZ的正弦波形,按"C" 鍵,輸出250HZ的三角波, 按"D" 鍵,輸出250HZ的鋸齒波。用示波器在J6(DAC0)觀測結(jié)果,使用串口觀測按鍵信息。
標(biāo)簽: 22.1184 C8051 MHz 單片機
上傳時間: 2014-01-17
上傳用戶:zxc23456789
摘 要: 本文件是C8051單片機LCD測試程序,功能:定義 A ~ F 為功能鍵。按"A"顯示畫點圖形,按"B" 顯示畫直線圖形, 按"C"顯示畫矩型圖形,按"D"顯示畫矩型圖形,按"E"顯示畫圓形圖形, "F"顯示待機界面. 將跳線器J8短接J16斷開,R44閑置。使用外部22.1184MHz晶振。
上傳時間: 2013-12-02
上傳用戶:xyipie
功能:使用CCU的4個模塊,實現(xiàn)非對稱PWM輸出。 說明:將跳線器J5、J6、J27取出,J3短接到OCD端,在JP6的PWM1、PWM2、PWM3 分別測試模塊A、B、C的輸出,DAOUT是模塊D輸出經(jīng)漏波后的電壓。 通過跳線器J8、J9選擇高頻晶振6MHz。
上傳時間: 2014-01-04
上傳用戶:CHENKAI
該源碼是一個問題的解決方法。問題是給你個長為L的串,串中可以出現(xiàn)n種字符,還給出m個子串,求有多少個長為n的只由這些字串組成的串。輸入例子:4 5 6 ABB BCA BCD CAB CDD DDA 結(jié)果為2.而5 4 5 E D C B A的結(jié)果為625
標(biāo)簽: 源碼
上傳時間: 2014-01-12
上傳用戶:水中浮云
/*** *** *** *** *** *** *** *** *** *** *** *** **/ //**此映射表用來映射LED模塊不譯碼時,顯示的字符和必須輸入的數(shù)據(jù)的關(guān)系 //**每段和對應(yīng)比特位的關(guān)系見示意圖 // g // --- --- // b | a |f | | <---顯示0時點亮的段為gfedcb // --- // c | |e | | 那么寫入數(shù)據(jù)為0x7e // --- --- // d // bit: 7 6 5 4 3 2 1 0 // 段位: g f e d c b a
上傳時間: 2013-11-25
上傳用戶:
1) 復(fù)制libminigui-str-1.6.2.tar.gz至任意用戶目錄。 2) 解壓此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 將zlg7289.c zlg7289.h二文件拷貝入增值版的相應(yīng)目錄中 libminigui-1.6.2-linux/src/ial/ 5) 修改相關(guān)宏定義使上述二文件加入庫編譯。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am 在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h 在37行增加 $(ZLG7289_SRCS) b. 修改libminigui-1.6.2-linux/src/ial/ial.c 在166行加入 #include "zlg7289.h" 在282行的數(shù)組內(nèi)加入 {"zlg7289", InitZLG7289Input, TermZLG7289Input}, c. 進入項目主目錄, 重新配置編譯依賴 cd libminigui-1.6.2-linux 去掉后aclocal和automake后的版本號后,運行此腳本,忽略警告項。 d. 同上配置方法配置MiniGUI 6) 修改運行時配置文件MiniGUI.cfg中的IAL ial_engine=zlg7289
標(biāo)簽: libminigui-str tar gz zxvf
上傳時間: 2013-12-18
上傳用戶:獨孤求源
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1