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

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

wm-<b>time</b>r

  • 假近鄰法(False Nearest Neighbor, FNN)計算嵌入維的Matlab程序 文件夾說明: Main_FNN.m - 程序主函數

    假近鄰法(False Nearest Neighbor, FNN)計算嵌入維的Matlab程序 文件夾說明: Main_FNN.m - 程序主函數,直接運行此文件即可 LorenzData.dll - 產生Lorenz時間序列 PhaSpaRecon.m - 相空間重構 fnn_luzhenbo.dll - 假近鄰計算主函數 SearchNN.dll - 近鄰點搜索 buffer_SearchNN_1.dll - 近鄰點搜索緩存1 buffer_SearchNN_2.dll - 近鄰點搜索緩存2 參考文獻: M.B.Kennel, R.Brown, H.D.I.Abarbanel. Determining embedding dimension for phase-space reconstruction using a geometrical construction[J]. Phys. Rev. A 1992,45:3403.

    標簽: Main_FNN Neighbor Nearest Matlab

    上傳時間: 2013-12-10

    上傳用戶:songnanhua

  • palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/J

    palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools

    標簽: Programming Developer oreilly safari

    上傳時間: 2013-12-10

    上傳用戶:litianchu

  • SCSI-2也稱為Fast-SCSI

    SCSI-2也稱為Fast-SCSI,傳輸速率為10MB/s。 后采用擴展總線寬度來增加數據流量的方式,提高整 體傳輸速率,于是SCSI-2規定了16位、32位數據總 線,使傳輸速率進一步提高為20MB/S,也就是Wide -SCSI,或是稱作Fast SCSI-2。 Wide-SCSI采用4 位定址,使可連接的設備達到了15個。在接口電纜上, 為兼容SCSI-l所使用的A電纜,SCSI-2標準在A 電纜的基礎上增加一條68pin的扁平電纜,稱為B電 纜。目前還有不少SCSI的CD-ROM、CD-R、CD- RW還是使用SCSI-2界面。

    標簽: SCSI Fast

    上傳時間: 2014-12-03

    上傳用戶:change0329

  • crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC

    crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC,Cyclic Redundancy Code)是采用多項式的 編碼方式,這種方法把要發送的數據看成是一個多項式的系數 ,數據為bn-1bn-2…b1b0 (其中為0或1),則其對應的多項式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數據“10010101”可以寫為多項式 X7+X4+X2+1。 循環冗余校驗CRC 循環冗余校驗方法的原理如下: (1) 設要發送的數據對應的多項式為P(x)。 (2) 發送方和接收方約定一個生成多項式G(x),設該生成多項式 的最高次冪為r。 (3) 在數據塊的末尾添加r個0,則其相對應的多項式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運算,T(x)所對應的數據是在原數 據塊的末尾加上余式所對應的數據得到的。 (6) 發送T(x)所對應的數據。 (7) 設接收端接收到的數據對應的多項式為T’(x),將T’(x)除以G(x) ,若余式為0,則認為沒有錯誤,否則認為有錯

    標簽: crc CRC 多項式 位運算

    上傳時間: 2014-01-16

    上傳用戶:hphh

  • acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight o

    acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. The setup times are associated with cleaning operations and changing tools and shapes in the machine. The setup times of the woodworking machine are given as follows: (a) The setup time for the first wooden stick is 1 minute. (b) Right after processing a stick of length l and weight w , the machine will need no setup time for a stick of length l and weight w if l<=l and w<=w . Otherwise, it will need 1 minute for setup.

    標簽: WoodenSticks Description length wooden

    上傳時間: 2014-03-08

    上傳用戶:netwolf

  • In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discrete-dat

    In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discrete-data linear filtering problem. Since that time, due in large part to advances in digital computing, the Kalman filter has been the subject of extensive research and application, particularly in the area of autonomous or assisted navigation.

    標簽: R.E. discrete-dat describing published

    上傳時間: 2015-10-22

    上傳用戶:2404

  • In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discretedata

    In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discretedata linear filtering problem [Kalman60]. Since that time, due in large part to advances in digital computing, the Kalman filter has been the subject of extensive research and application, particularly in the area of autonomous or assisted navigation. A very “friendly” introduction to the general idea of the Kalman filter can be found in Chapter 1 of [Maybeck79], while a more complete introductory discussion can be found in [Sorenson70], which also contains some interesting historical narrative.

    標簽: R.E. discretedata describing published

    上傳時間: 2015-10-22

    上傳用戶:a673761058

  • 一 . 需求分析: 1) 輸入形式和輸入值范圍: 輸入形式是某集體的“人名”

    一 . 需求分析: 1) 輸入形式和輸入值范圍: 輸入形式是某集體的“人名”,輸入的是人名的拼音,而且字符長度不超過19。 2) 輸出形式: 輸出相應的“人名”哈希表,并實現查找的功能,且平均查找長度不超R. 3) 程序所能達到的功能: 利用哈希函數對“人名”拼音做編碼,建立哈希表。并實現查找的功能,且平均查找長度不超R。 4)測試數據:(包括正確的輸入數據及其輸出結果和含有錯誤輸入及其輸出結果) 測試輸入是不是有效的。進行條件判斷,實現錯誤處理。 如果輸入是正確的話,就會按程序的5個功能一步步建立起哈希表、查看哈希表、哈希表的查找。否則用函數MessageBox提示錯誤。然后進行更正。 二 . 概要設計: 1) 哈希表的特點 a) 據哈希函數和處理沖突的方法將一組關鍵字映像到一個有限的區間上 b) 以關鍵字在地址集中的“像”作為記錄在表中的存儲位置 c) 不經過任何比較,一次存取便能得到所查記錄

    標簽: 輸入

    上傳時間: 2014-01-08

    上傳用戶:498732662

  • 單片機RS232/RS485串行發送實驗(雙機通訊)。 實驗步驟: (1)

    單片機RS232/RS485串行發送實驗(雙機通訊)。 實驗步驟: (1),準備兩臺598K實驗機,確定1號機為發送,2號機為接收; (2),當作RS232接口實驗時,1號機和2號機的P3.0和P3.1交叉相連,且兩機共地; (3),當作RS485接口實驗時,1號機和2號機的A、B作對應連接,同時1,2號機的R/TEN接P1.0, P3.0接R0, P3.1接DI。 (4),先運行2號機,鍵入[27]-->[EV]使2號機處于接收狀態P。,后運行1號機[26]-->[EV]使1號機處于發送狀態,P。會閃爍,在1號機鍵盤上按動數字鍵,在2號機的數碼管上應顯示對應的數字鍵值。

    標簽: RS 232 485 實驗

    上傳時間: 2015-11-27

    上傳用戶:thinode

  • 本題的算法中涉及的三個函數: double bbp(int n,int k,int l) 其中n為十六進制位第n位

    本題的算法中涉及的三個函數: double bbp(int n,int k,int l) 其中n為十六進制位第n位,k取值范圍為0到n+7,用來計算16nS1,16nS2,16nS3,16nS4小數部分的每一項。返回每一項的小數部分。 void pi(int m,int n,int p[]) 計算從n位開始的連續m位的十六進制數字。其中p為存儲十六進制數字的數組。 void div(int p[]) void add(int a[],int b[]) 這兩個函數都是為最后把十六進制數字轉換為十進制數字服務的。 最后把1000個數字分別存儲在整型數組r[]中,輸出就是按順序輸出該數組。

    標簽: int double bbp 算法

    上傳時間: 2014-01-05

    上傳用戶:xcy122677

主站蜘蛛池模板: 淮滨县| 郧西县| 肃北| 晋江市| 青铜峡市| 嘉祥县| 洪江市| 图们市| 五峰| 大名县| 安宁市| 昌平区| 吴堡县| 玛沁县| 南安市| 叶城县| 土默特右旗| 西藏| 莱州市| 湾仔区| 鱼台县| 荥阳市| 保德县| 宜章县| 惠来县| 淳化县| 麻江县| 荣昌县| 枞阳县| 黄龙县| 莎车县| 石柱| 青州市| 海南省| 石景山区| 日土县| 宁国市| 文山县| 大姚县| 清水河县| 万安县|