亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

蟻群聚類(lèi)

  • 自組織映射網(wǎng)路(SOM)

    自組織映射網(wǎng)路(SOM) ,一種以競爭架構(gòu)為學(xué)習(xí)基礎(chǔ)的類神經(jīng)網(wǎng)路模式 SOM網(wǎng)路是模仿腦神經(jīng)細(xì)胞『物以類聚』的特性

    標(biāo)簽: SOM 映射

    上傳時間: 2017-01-07

    上傳用戶:x4587

  • Instead of finding the longest common subsequence, let us try to determine the length of the LCS.

    Instead of finding the longest common subsequence, let us try to determine the length of the LCS. 􀂄 Then tracking back to find the LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. 􀂄 Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn 􀂄 Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. 􀂄 Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.

    標(biāo)簽: the subsequence determine Instead

    上傳時間: 2013-12-17

    上傳用戶:evil

  • 使用ASP元件(請自行下載、安裝或登錄) AspUpload+AspJpeg+Jmail[或AspMail] 整合JS與FLASH套件 Highslide JS+SWFUpload+Titl

    使用ASP元件(請自行下載、安裝或登錄) AspUpload+AspJpeg+Jmail[或AspMail] 整合JS與FLASH套件 Highslide JS+SWFUpload+TitleView+FPV4[請自行下載] 新增相薄圖檔後[Web上傳或FTP上傳後批次新增],自動生成TitleView/FPV4,使用的XML腳本檔。刪除或搬移圖檔,同樣更新XML腳本檔。 使用 4.1_先用記事本設(shè)定編輯config.asp/menu.asp 4.2_瀏覽器進(jìn)入addphoto.asp新增相簿分類(請事先作好規(guī)劃) 4.3_瀏覽器進(jìn)入index.asp[被轉(zhuǎn)到NewPhoto.asp],簽入後按上傳圖檔,按新增相片後上傳圖檔 更詳細(xì)解說: http://www.chome.idv.tw/article.asp?id=158

    標(biāo)簽: AspUpload Highslide SWFUpload AspJpeg

    上傳時間: 2013-12-21

    上傳用戶:84425894

  • 6中AI算法

    6中AI算法,包括路徑規(guī)劃與移動技術(shù)、有限狀態(tài)機,腳本技術(shù),群聚技術(shù),遺傳算法,神經(jīng)網(wǎng)絡(luò),每個算法中都有例子程序。

    標(biāo)簽: 算法

    上傳時間: 2013-12-16

    上傳用戶:邶刖

  • MATLAB code to perform Monte Carlo simulation for getting price of an European swaption under the Li

    MATLAB code to perform Monte Carlo simulation for getting price of an European swaption under the Libor Market Model (LMM) framework.

    標(biāo)簽: simulation European swaption perform

    上傳時間: 2014-11-30

    上傳用戶:shus521

  • 充電器方案,為SLA

    充電器方案,為SLA,NICd,NiMH和Li-Lon電池設(shè)計的充電器

    標(biāo)簽: SLA 充電器 方案

    上傳時間: 2013-12-28

    上傳用戶:zhouli

  • 幫助系統(tǒng)工程師

    幫助系統(tǒng)工程師,設(shè)計者,管理者在電視廣播上可以順利的傳輸類比訊號至數(shù)位訊號之基礎(chǔ)技術(shù)

    標(biāo)簽: 系統(tǒng) 工程

    上傳時間: 2014-01-07

    上傳用戶:lht618

  • 哈夫曼樹又稱最優(yōu)二叉樹

    哈夫曼樹又稱最優(yōu)二叉樹,是一種帶權(quán)路徑長度最短的二叉樹。所謂樹的帶權(quán)路徑長度,就是樹中所有的葉結(jié)點的權(quán)值乘上其到根結(jié)點的路徑長度(若根結(jié)點為0層,葉結(jié)點到根結(jié)點的路徑長度為葉結(jié)點的層數(shù))。樹的帶權(quán)路徑長度記為WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N個權(quán)值Wi(i=1,2,...n)構(gòu)成一棵有N個葉結(jié)點的二叉樹,相應(yīng)的葉結(jié)點的路徑長度為Li(i=1,2,...n)。可以證明哈夫曼樹的WPL是最小的。

    標(biāo)簽: 二叉樹

    上傳時間: 2017-06-09

    上傳用戶:wang5829

  • VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in li

    VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in library-like form All needed components up to, including the round/key schedule circuits are implemented, giving the flexibility to be combined in different architectures (iterative, rolled out/pipelined etc). Manual in English is included with more details about how to use the components and/or how to optimize some of them. All testbenches are provided (tables, variable key/text, ECB/CBC monte carlo) for 128, 192 and 256 bit key sizes, along with their respective vector files.

    標(biāo)簽: implementation twofish cipher VHDL

    上傳時間: 2017-06-25

    上傳用戶:王小奇

  • On the implementation and usage of SDPT3 – a Matlab software package for semidefinite-quadratic-li

    On the implementation and usage of SDPT3 – a Matlab software package for semidefinite-quadratic-linear programming, version 4.0

    標(biāo)簽: semidefinite-quadratic-li implementation software package

    上傳時間: 2014-11-30

    上傳用戶:ayfeixiao

主站蜘蛛池模板: 多伦县| 古浪县| 广南县| 黔西| 喀喇沁旗| 平安县| 鄄城县| 绥德县| 陇南市| 蓝田县| 兴海县| 东山县| 仲巴县| 滦南县| 商都县| 昌宁县| 东阿县| 东兰县| 金寨县| 社旗县| 武宣县| 南江县| 星子县| 三亚市| 中宁县| 青海省| 衢州市| 潢川县| 莱阳市| 金乡县| 南平市| 呼玛县| 丹棱县| 南投市| 仁怀市| 沅陵县| 临城县| 莎车县| 裕民县| 北川| 甘谷县|