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

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

J-LINK

  • DWT變換源代碼

    DWT變換源代碼,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other files to produce an executable, this file does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License.

    標(biāo)簽: DWT 變換 源代碼

    上傳時間: 2014-12-05

    上傳用戶:ynsnjs

  • MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 %needs optimization toolbox %Modified b

    MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 %needs optimization toolbox %Modified by Bruce Land %--Data via globals to anaylsis programs %--3D plotting with color coded groups %--Mapping of MDS space to spike train temporal profiles as described in %Aronov, et.al. "Neural coding of spatial phase in V1 of the Macaque" in %press J. Neurophysiology

    標(biāo)簽: MULTIDIMENSIONAL optimization Modified Steyvers

    上傳時間: 2015-08-26

    上傳用戶:kytqcool

  • TI DSP tms320c6416 EDMA測試代碼

    TI DSP tms320c6416 EDMA測試代碼,包括QEDMA、EDMA Link功能、Chain功能。這是學(xué)習(xí)EDMA的最生動教材。

    標(biāo)簽: c6416 320c 6416 EDMA

    上傳時間: 2014-01-20

    上傳用戶:sssl

  • JAVA游戲編程

    JAVA游戲編程,j n l p文件類型

    標(biāo)簽: 游戲編程

    上傳時間: 2014-08-15

    上傳用戶:gengxiaochao

  • DES( Data Encryption Standard)算法

    DES( Data Encryption Standard)算法,于1977年得到美國政府的正式許可,是一種用56位密鑰來加密64位數(shù)據(jù)的方法。 IDEA是International Data Encryption Algorithm 的縮寫,是1990年由瑞士聯(lián)邦技術(shù)學(xué)院來學(xué)嘉X.J.Lai 和Massey提出的建議標(biāo)準(zhǔn)算法稱作PES( Proposed Encryption Standard) 。Lai 和Massey 在1992 年進(jìn)行了改進(jìn)強化了抗差分分析的能力改稱為IDEA 它也是對64bit大小的數(shù)據(jù)塊加密的分組加密算法密鑰長度為128位它基于“相異代數(shù)群上的混合運算”設(shè)計思想算法用硬件和軟件實現(xiàn)都很容易且比DES在實現(xiàn)上快的多。IDEA自問世以來,已經(jīng)經(jīng)歷了大量的詳細(xì)審查,對密碼分析具有很強的抵抗能力,在多種商業(yè)產(chǎn)品中被使用。

    標(biāo)簽: Encryption Standard Data DES

    上傳時間: 2015-08-27

    上傳用戶:Avoid98

  • 英文版,pdf格式。 詳細(xì)說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa

    英文版,pdf格式。 詳細(xì)說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標(biāo)簽: Programming Reference Standard Tutorial

    上傳時間: 2015-09-02

    上傳用戶:Breathe0125

  • 1.24位真彩色->256色灰度圖。 2.預(yù)處理:中值濾波。 3.二值化:用一個初始閾值T對圖像A進(jìn)行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-G

    1.24位真彩色->256色灰度圖。 2.預(yù)處理:中值濾波。 3.二值化:用一個初始閾值T對圖像A進(jìn)行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分別是最高、最低灰度值。 該閾值對不同牌照有一定的適應(yīng)性,能夠保證背景基本被置為0,以突出牌照區(qū)域。 4.削弱背景干擾。對圖像B做簡單的相鄰像素灰度值相減,得到新的圖像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左邊緣直接賦值,不會影響整體效果。 5.用自定義模板進(jìn)行中值濾波 區(qū)域灰度基本被賦值為0??紤]到文字是由許多短豎線組成,而背景噪聲有一大部分是孤立噪聲,用模板(1,1,1,1,1)T對G進(jìn)行中值濾波,能夠得到除掉了大部分干擾的圖像C。 6.牌照搜索:利用水平投影法檢測車牌水平位置,利用垂直投影法檢測車牌垂直位置。 7.區(qū)域裁剪,截取車牌圖像。

    標(biāo)簽: Gmax-G 1.24 Gmax 閾值

    上傳時間: 2014-01-08

    上傳用戶:songrui

  • 編制函數(shù)prime

    編制函數(shù)prime,用來判斷整數(shù)n是否為素數(shù):bool prime(int n); 而后編制主函數(shù),任意輸入一個大于4的偶數(shù)n,找出滿足n=i+j的所有數(shù)對,其中要求i與j均為素數(shù)(通過調(diào)用prime來判斷素數(shù))。如偶數(shù)18可以分解為11+7以及13+5;而偶數(shù)80可以分解為:43+37、61+19、67+13、73+7。

    標(biāo)簽: prime 編制 函數(shù)

    上傳時間: 2015-09-09

    上傳用戶:jennyzai

  • OpenSG is a scenegraph system for realtime rendering, e.g. for Virtual Reality applications. It is j

    OpenSG is a scenegraph system for realtime rendering, e.g. for Virtual Reality applications. It is just a library, not a full application. This documentation contains descriptions of the internal classes and concepts, as well as a tutorial that explains how to use the system.

    標(biāo)簽: e.g. applications scenegraph for

    上傳時間: 2015-09-13

    上傳用戶:bruce

  • 本書介紹了JavssciPt的程序設(shè)計技術(shù)。書中從最基本的Javascr加編程概念談起

    本書介紹了JavssciPt的程序設(shè)計技術(shù)。書中從最基本的Javascr加編程概念談起, 詳細(xì)介紹了J帥她的中可使用的各種對象,討論了如何用J帥SciPt操作HTML文檔 中的各個元素,從而獲得更靈活、交互性更強的web頁,接著說明了多媒體的處理技術(shù), 最后介紹了Javascdpt與JaM、cGI、肋等工具的結(jié)合技術(shù)以及JsMscr加的未來。本書 循序漸進(jìn),幾乎覆蓋了Ja陰scr加編程的各個細(xì)節(jié),并且包含大量新穎實用的示例,以及 Jav:sc6pt中各種結(jié)構(gòu)、對象和函數(shù)的詳細(xì)說明,具有很好的參考價值。

    標(biāo)簽: JavssciPt Javascr 程序 設(shè)計技術(shù)

    上傳時間: 2015-09-13

    上傳用戶:wanqunsheng

主站蜘蛛池模板: 万盛区| 伊吾县| 普洱| 邳州市| 宁陕县| 九台市| 噶尔县| 绵阳市| 金山区| 大竹县| 铜梁县| 托里县| 博白县| 苏尼特左旗| 吉安县| 东安县| 汾阳市| 常熟市| 山西省| 广饶县| 固始县| 肇州县| 鄄城县| 定兴县| 巴彦县| 崇阳县| 龙江县| 陕西省| 乐清市| 襄汾县| 怀来县| 施甸县| 修武县| 临洮县| 温州市| 仙游县| 会理县| 宁都县| 常州市| 阳泉市| 商洛市|