開發環境:Delphi 簡要說明:TGABase is a abstract class. You must Derivate a sub_class from it. You must override abstract function calculateFitness. By the way, this class can only get minimum solution
標簽: must You sub_class Derivate
上傳時間: 2015-04-12
上傳用戶:liansi
CFAR代碼,CFAR是用于雷達的一種濾波方法,稱為平均值濾波,本程序給出了主程序以及CFAR-function,并且有噪音圖和信號圖,可以進行比較分析
上傳時間: 2014-01-06
上傳用戶:13681659100
This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only has one function with MANY limitations at the moment, but it is desinged for demo purposes only so it don t matter.
標簽: compressor stuffing Kernel simple
上傳時間: 2013-12-24
上傳用戶:13215175592
a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or external). It implements the vendor specific command bRequest = 0xA3. The address to download/upload to/from is specified in the wValue field of the SETUP packet and the length of the transfer in the wLength field. The actual upload/download data is transferred during the DATA stage of the SETUP transfer. This firmware will function on all EZ-USB chips (EZ-USB, EZ-USB FX, FX2, FX2LP, FX1).
標簽: downloading uploading firmware internal
上傳時間: 2013-12-25
上傳用戶:zhaiye
The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of neural networks: 1) Adaptive Linear Network (ADALINE) 2) Multilayer Layer Perceptron with Extended Backpropagation algorithm (EBPA) 3) Radial Basis Functions (RBF) Networks 4) RBF Networks with Extended Minimal Resource Allocating algorithm (EMRAN) 5) RBF and Piecewise Linear Networks with Dynamic Cell Structure (DCS) algorithm A simulink example regarding the approximation of a scalar nonlinear function of 4 variables is included
標簽: Neural collection implement Adaptive
上傳時間: 2013-12-23
上傳用戶:teddysha
delphi 自定義網絡函數:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本機的局域網ip地址 function getlocalip(var localip:string): boolean //通過ip返回機器名 function getnamebyipaddr(ipaddr: string var macname: string): boolean //獲取網絡中sqlserver列表 function getsqlserverlist(var list: tstringlist): boolean //獲取網絡中的所有網絡類型 function getnetlist(var list: tstringlist): boolean //獲取網絡中的工作組
標簽: interface sysutils classes dialogs
上傳時間: 2015-05-09
上傳用戶:wanghui2438
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
心愿音樂系統1.1 測試結果 采用風聲無組件上傳,可以上傳 2m以下的文件 這個可能跟網速有關系,我測試上傳4k/秒 有其他根好上傳組件和好的建議方法請跟我聯系 http://bbs.lt52.com/ qq:112934475 1內核采用風聲無組件上傳類 v2.0 2代碼容易維護采用Macromedia Dreamweaver MX軟件編寫 一 文件說明 conn.asp 連接數據庫,第一次使用修改數據庫名稱 index.asp 音樂系統首頁 player.asp 播放器支持 mp3/wma/asf/rm/ram的格式的播放 error.asp 錯誤提示頁 息 pic文件夾 放網頁圖片資料 風聲無組件上傳類 v2.0幾個重要文件 upload1.asp UpLoadClass.asp function.js UpLoadFile文件夾 上傳專用文件夾 數據庫 UpLoadClass.mdb 版本升級說明 2004-7.29(心愿音樂系統1.1) 添加 推薦歌曲 top歌曲 上傳歌曲 作者菜單導航! 2004-7-27 心愿音樂系統 歡迎大家來測試!1.0 http://bbs.lt52.com/ qq:112934475
上傳時間: 2013-12-17
上傳用戶:ynwbosss
雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(overflow)的情況下,只要一次就可擷取到。
上傳時間: 2013-12-23
上傳用戶:dancnc
FIR Filter Design(有限沖擊響應濾波器設計),包括ideal bandpass filter impulse response、Modified Bessel function、Kaiser window parameters for spectral analysis等12種FIR設計matlab源代碼
上傳時間: 2015-05-20
上傳用戶:Miyuki