The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.
標簽: least-squares unconstrained Statisti Applied
上傳時間: 2015-05-14
上傳用戶:aig85
支持ACCESS數據庫的數據的查詢、打印、統計等,初始用戶:test,密碼:123456
上傳時間: 2015-05-15
上傳用戶:LIKE
RSA公開密鑰算法C源代碼,包括源代碼、文檔、安裝程序、TEST程序以及分別在WINDOWS和UNIX_LINUX下的編譯SCRIP,值得下載
上傳時間: 2014-01-04
上傳用戶:曹云鵬
J2MEUI設計Demo,其中包含UI中的界面實例,Test,Command等控件
上傳時間: 2013-11-27
上傳用戶:wendy15
BCB 編寫的一些簡單函數用于SQL的擴展存儲過程. -檢查文件是否存在Select dbo.FileExist( c:\boot.ini ) --刪除文件Select dbo.FileDelete( C:\X.txt ) --服務狀態Select dbo.ServerStat( awhost32 ,1) --建立目錄Select dbo.MKDIR( C:\Test\test ,1) --文件復制Select dbo.FileCopy( C:\boot.ini , c:\Boot\YYY.ini ,1) --刪除目錄Select dbo.RDDIR( C:\Text ,1) --鎖定計算機Select dbo.LockPc() --結束程序Select dbo.KillPorg( Notepad.exe ) --執行程序Select dbo.StartPorg( Notepad.exe ) --得到IP地址Select dbo.GetIP() --分解字符Select dbo.TextPart( 123*456*789 , * ,0) QQ:254082939 Email:haihong5995037@163.com
標簽: Select FileDelete FileExist dbo
上傳時間: 2014-01-22
上傳用戶:1109003457
該系統是一個使用Java語言開發,以國內開源Web MVC框架EasyJWeb作系統引擎的Java Web應用系統.系統主要實現的功能有訂單錄入、打印、銷售匯總、原料管理、客戶管理、生產配料計算、報表打印、匯總、系統數據管理及維護等功能,是一個使用非常簡單的編碼方式實現的Web開源應用系統。 系統采用面向對象的設計方法,頁面設計及系統邏輯分離,具有較好的擴展性。系統使用數據庫中間件技術,支持My SQL、MS SQL Server等多種數據庫系統平臺。系統涉及到復雜表單數據提交、AJAX無刷新數據提交、WEB打印等常用應用軟件中涉及到的技術。 系統在線演示地址:asp.easyjf.com 用戶名:test 密碼:test 源碼下載 安裝說明 技術交流 系統開發單位:EasyJF開源團隊 系統官方網址:www.easyjf.com
上傳時間: 2015-05-21
上傳用戶:xymbian
短信PDU的編碼(代碼)呵呵,短信發送分兩種方式,一種是TEST,一種就是PDU,PDU是一種編碼方式
上傳時間: 2013-12-23
上傳用戶:hzy5825468
它是VC++6.0下面的一個項目,該目錄包括PL/0編譯器的源代碼。 PL0/debug下面是已經編譯成功的PL/0編譯器:PL0.exe。該小編譯器可以處理一些簡單的 利用PL/0語言書寫的程序。例如,PL0/debug下面的test.PL0就是一個簡單的 PL/0 程序。 運行PL0.exe, 并把test.pl0提供給PL0.exe,處理結果將保存在test.out 中。 注:test.pl0 和 test.out 可以用Notepad(記事本)軟件打開。
上傳時間: 2015-06-02
上傳用戶:wangzhen1990
圖論:圖的M著色問題 GraphM.h GraphOpr.h mColor.cpp mColor.dsp mColor.dsw mColor.h mColor.ncb mColor.opt mColor.plg test test.gph
標簽: mColor GraphOpr GraphM cpp
上傳時間: 2015-06-03
上傳用戶:franktu
Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default, tcc is installed in /usr/local/bin. ./configure --help shows configuration options.
標簽: Installation Everywhere Scripting Compiler
上傳時間: 2013-12-19
上傳用戶:zhangzhenyu