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

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

傳輸網(wǎng)絡(luò)

  • auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench o

    auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench of tools that help a cryptanalist read files encrypted with the BSD4.2 crypt command. Anyone may copy, modify, use, or redistribute this system. It was originally written by Robert W. Baldwin at MIT

    標簽: multi-window integrated Workbench workbench

    上傳時間: 2013-12-10

    上傳用戶:cjl42111

  • matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique fo

    matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf [DIP_dg.rar] - JPEG圖像壓縮像素之掃描方法之一(zigzag scan)這是用的循環法 [imagethreshold.zip] - 老外編寫的閾值分割代碼,非常的好,強烈推薦下載 [contour.rar] - 利用OpenCV進行輪廓提取,很好用!對于初學openCv的人來說是個很好的入門例程 [lu.rar] - 路徑識別

    標簽: Filtering Technique Kalman Filter-Bank-Based

    上傳時間: 2013-12-26

    上傳用戶:417313137

  • 個人開發

    個人開發,以 DirectInput 為基底包成的類別,可同時接收滑鼠、鍵盤、JOYSTICK等輸入裝置。

    標簽:

    上傳時間: 2013-12-13

    上傳用戶:love1314

  • This document is an operation guide for the MPC8XXFADS board. It contains operational, functional a

    This document is an operation guide for the MPC8XXFADS board. It contains operational, functional and general information about the FADS. The MPC8XXFADS is meant to serve as a platform for s/ w and h/w development around the MPC8XX family processors. Using its on-board resources and its associated debugger, a developer is able to download his code, run it, set breakpoints, display memory and registers and connect his own proprietary h/w via the expansion connectors, to be incorporated to a desired system with the MPC8XX processor.

    標簽: operational MPC8XXFADS functional operation

    上傳時間: 2014-03-10

    上傳用戶:zsjinju

  • Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 2)算法描述: a)初始化:d

    Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法結束:dis即為所有點對的最短路徑矩陣 3)算法小結:此算法簡單有效,由于三重循環結構緊湊,對于稠密圖,效率要高于執行|V|次Dijkstra算法。時間復雜度O(n^3)。 考慮下列變形:如(I,j)∈E則dis[I,j]初始為1,else初始為0,這樣的Floyd算法最后的最短路徑矩陣即成為一個判斷I,j是否有通路的矩陣。更簡單的,我們可以把dis設成boolean類型,則每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”來代替算法描述中的藍色部分,可以更直觀地得到I,j的連通情況。

    標簽: Floyd-Warshall Shortest Pairs Paths

    上傳時間: 2013-12-01

    上傳用戶:dyctj

  • 數值分析 解線性方程組算法

    數值分析 解線性方程組算法,高斯列主元消去法,LU分解法,高斯-塞德爾迭代法,SOR迭代法

    標簽: 數值分析 解線性 方程 算法

    上傳時間: 2013-12-21

    上傳用戶:253189838

  • 一套多文件摘要的計算方法

    一套多文件摘要的計算方法,給予每一個新聞群組簡短的摘要,使新聞讀者可以藉由這些簡短的摘要,大略瞭解新聞群組的內容及所要傳達的消息。

    標簽:

    上傳時間: 2016-02-17

    上傳用戶:jqy_china

  • This program is copyrighted by it s author and you are granted a free license to use the program fo

    This program is copyrighted by it s author and you are granted a free license to use the program for non-commercial purposes. If you are interested in using the program for commercial purposes please contact Kevin W. Russell at CIS 71551,253 for licensing information.

    標簽: program copyrighted granted license

    上傳時間: 2016-02-18

    上傳用戶:wangzhen1990

  • unix環境高級編程英文版

    unix環境高級編程英文版,很經典的一本書 Advanced Programming in the UNIX® Environment: Second Edition By W. Richard Stevens, Stephen A. Rago Publisher: Addison Wesley Professional Pub Date: June 17, 2005 ISBN: 0201433079 Pages: 960

    標簽: unix 環境 高級編程 英文

    上傳時間: 2013-12-22

    上傳用戶:qiao8960

  • 編寫一個用SOR法解方程組Ax=b的計算機程序

    編寫一個用SOR法解方程組Ax=b的計算機程序,其中 要求程序中不存系數A,分別對不同的階數(例如n=15,80)取w=1.7,1.8,1.9,進行迭代,記錄近似解 達到 時所用迭代次數k,觀察松弛因子對收斂速度的影響。

    標簽: SOR Ax 編寫 方程

    上傳時間: 2013-12-25

    上傳用戶:wcl168881111111

主站蜘蛛池模板: 水富县| 安吉县| 林西县| 遂平县| 旺苍县| 望江县| 合山市| 方正县| 佛教| 葵青区| 精河县| 新田县| 池州市| 沾化县| 福鼎市| 海宁市| 通城县| 塔河县| 社旗县| 德庆县| 抚远县| 五河县| 庄浪县| 凉城县| 平乡县| 新密市| 博湖县| 绥宁县| 大连市| 德庆县| 黎平县| 乌海市| 永城市| 汝南县| 金阳县| 阿鲁科尔沁旗| 兴业县| 昭通市| 商都县| 伊宁市| 大埔区|