一維的另一個FDTD仿真程序,仿真圖像可以讓你置身在數學的海洋里。
上傳時間: 2017-06-30
上傳用戶:維子哥哥
傅立葉分析的C原碼,幫助您提升數值演算功力。
標簽: 分
上傳時間: 2014-01-11
上傳用戶:3到15
嚴格按照BP網絡計算公式來設計的一個matlab程序,對BP網絡進行了優化設計 優化1:設計了yyy,即在o(k)計算公式時,當網絡進入平坦區時(<0.0001)學習率加大,出來后學習率又還原 優化2:v(i,j)=v(i,j)+deltv(i,j)+a*dv(i,j)
上傳時間: 2014-11-30
上傳用戶:妄想演繹師
AHP toolbox AHPCALC Perform a complete AHP calculation. AHPHIER One-step hierarchical assembly of AHP weighting vector. AHPREORDER Internal reordering function called by AHPCALC. AHPVECTOR Calculate the AHP ranking or weighting vector from an AHP reciproal matrix. AHPMAKEMAT Turn a vector of comparisons into an AHP reciprocal matrix. Copyright (C) 2001 Michael J. Scott
標簽: calculation hierarchic AHP One-step
上傳時間: 2013-11-28
上傳用戶:PresidentHuang
JavaServer Faces (JSF) is the “offcial” component-based view technology in the Java EE web tier. JSF includes a set of predefned UI components, an event-driven programming model, and the ability to add third-party components. JSF is designed to be extensible, easy to use, and toolable. This refcard describes the JSF development process, standard JSF tags, the JSF expression language, and the faces-confg.xml confguration fle.
標簽: component-based JavaServer technology the
上傳時間: 2014-01-12
上傳用戶:songyue1991
移位運算器SHIFTER 使用Verilog HDL 語言編寫,其輸入輸出端分別與鍵盤/顯示器LED 連接。移位運算器是時序電路,在J鐘信號到來時狀態產生變化, CLK 為其時鐘脈沖。由S0、S1 、M 控制移位運算的功能狀態,具有數據裝入、數據保持、循環右移、帶進位循環右移,循環左移、帶進位循環左移等功能。 CLK 是時鐘脈沖輸入,通過鍵5 產生高低電平M 控制工作模式, M=l 時帶進位循環移位,由鍵8 控制CO 為允許帶進位移位輸入,由鍵7 控制:S 控制移位模式0-3 ,由鍵6 控制,顯示在數碼管LED8 上 D[7..0]是移位數據輸入,由鍵2 和1 控制,顯示在數碼管2 和1 上 QB[7..0]是移位數據輸出,顯示在數碼管6 和5 上:cn 是移位數據輸出進位,顯示在數碼管7 上。
上傳時間: 2014-01-16
上傳用戶:wys0120
這是個prolog程式,能解決4x4的數獨問題 例: ?- sudoku ([4,2,0,0]/[0,1,0,2]/[0,0,1,0]/[1,0,0,4], Solution). Solution = [[4,2,3,1]/[3,1,4,2]/[2,4,1,3]/[1,3,2,4]]
上傳時間: 2017-07-21
上傳用戶:rocwangdp
This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It shows how to implement Hartley and Zisserman s "DLT" algorithm for estimating a homography from point correspondences
標簽: function computer tutorial another
上傳時間: 2013-12-21
上傳用戶:ruixue198909
g a w k或GNU awk是由Alfred V. A h o,Peter J.We i n b e rg e r和Brian W. K e r n i g h a n于1 9 7 7年為U N I X創建的a w k編程語言的較新版本之一。a w k出自創建者姓的首字母。a w k語言(在其所有的版本中)是一種具有很強能力的模式匹配和過程語言。a w k獲取一個文件(或多個文件)來查找匹配特定模式的記錄。當查到匹配后,即執行所指定的動作。作為一個程序員,你不必操心通過文件打開、循環讀每個記錄,控制文件的結束,或執行完后關閉文件。
上傳時間: 2014-01-02
上傳用戶:hwl453472107
Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem. To use this program you should change in *.bat / *.sh files the java path according in your computer
標簽: application resolve written Client
上傳時間: 2013-12-03
上傳用戶:hxy200501