!逐步回歸分析程序: ! M:輸入變量,M=N+1,其中N為自變量的個數;M包括的因變量個數 ! K:輸入變量,觀測點數; ! F1:引入因子時顯著性的F-分布值; ! F2:剔除因子時顯著性的F-分布值; ! XX:存放自變量和因變量的平均值; ! B:存放回歸系數; ! V:存放偏回歸平方和和殘差平方和Q; ! S:存放回歸系數的標準偏差和估計的標準偏差; ! C:存放復相關系數; ! F:存放F-檢驗值;
上傳時間: 2013-12-12
上傳用戶:zaizaibang
GSM MODEM的收發短信息,并支持中文! Q:89773
上傳時間: 2016-06-17
上傳用戶:wqxstar
數值分析算法源碼(java) 這個學期一邊學習java一邊學習數值分析,因此用java寫了一個數值分析算法的軟件包numericalAnalysis. [說明] 適合使用者:會java的,想要學習數值分析算法的人. 本代碼對照書:數值分析第二版,史萬明等編,北京理工大學出版社. 本代碼盡量按書中描述的來寫,可以提供參考. [使用方法] 在java的ide中新建一個項目,把numericalAnalysis包直接拷貝到此項目的源文件夾中,然后要解決什么問題,就相應的編譯運行什么包. 另外有這些類的API提供參考,可以自己根據自己要求寫驅動類.運行API文件夾中的index.html文件就行. [包的結構] numericalAnalysis包中又含有9個包,除function包的是接口外,其余包都含有一個獨立的數值分析問題的類以及其驅動類.9個包如下: differential:微分問題 equation:方程 function:只含一個接口,用來讓用戶寫自己的函數 functionApproximation:離散情況下函數逼近問題 integration:積分問題 interpolation:插值問題 linearEquationGroup:線性方程組問題(包括過定方程組) norm:求解向量和矩陣的范數 ode:常微分方程數值解的求解
標簽: java numericalAnalysis 數值分析 算法
上傳時間: 2014-01-04
上傳用戶:wff
用JSP+SQL開發的在線考試系統..希望可以幫到一些人,有不清楚的可以+我Q.470854597
上傳時間: 2016-06-21
上傳用戶:zhuyibin
Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button
標簽: the password machine Client
上傳時間: 2016-06-27
上傳用戶:xsnjzljj
本文介紹了VHDL硬件描述語言基礎,包括: 1.簡介 2.基本結構 3.基本數據類型 4.設計組合電路 5.設計時序電路 6.設計狀態機 7.大規模電路的層次化設計 8.Function and Procedure
上傳時間: 2013-12-16
上傳用戶:541657925
/*快速排序采用分治算法,將所需要排序的內容從文件讀入放入數組a[p:r],按以下三個步驟進行排序 以a[p]為基準元素將數組分為三段,將大于基準元素的放到后面的單元,小的放到前面的單元, 再用遞歸對a[p:q-1],a[q+1:r]進行排序,最后合并 時間復雜度:最壞時間復雜度:O(n2) 平均時間復雜度:O(nlogn) */
上傳時間: 2016-06-29
上傳用戶:chenbhdt
Viterbi Algorithm & Viterbi Decoder Matlab Code.(Provided both soft & hard decision ability). Note: The main function is viterbi.m
標簽: Viterbi Algorithm Provided decision
上傳時間: 2013-12-21
上傳用戶:yd19890720
MD5變換動態鏈接庫文件調用:(delphi例子) ========================================================================= function transfer(tran:widestring):widestring stdcall external md5.dll name transfer //edit1為輸入字符,edit2為輸出md5摘要 procedure TForm1.Button1Click(Sender: TObject) begin edit2.text:=transfer(edit1.Text) end
上傳時間: 2016-07-04
上傳用戶:lijianyu172
報時小鬧鐘 本程序是一個用匯編編的精致的圖形時鐘,運行時雙擊clock圖標即可, 鐘表顯示的時間為本機系統的時間。 按b鍵可擴大畫面 ;按s鍵可縮小畫面;按c鍵可改變顏色;按e鍵可聽音樂; 按q鍵退出本程序.
上傳時間: 2016-07-09
上傳用戶:笨小孩