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

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

Member-function

  • 此程序實現構造小波基

    此程序實現構造小波基,希望對大家有用 periodic_wavelet.m function ss=periodic_wavelet

    標簽: 程序

    上傳時間: 2013-12-19

    上傳用戶:thinode

  • Generate the digital AWGN signal n[k] (sampled n(t)) by generating zero mean Gaussian random variab

    Generate the digital AWGN signal n[k] (sampled n(t)) by generating zero mean Gaussian random variables independently (separately) for each k MATLAB function random.

    標簽: generating Generate Gaussian digital

    上傳時間: 2014-01-15

    上傳用戶:sammi

  • 1.. 需要jdom.jar和bsf.jar,否則無法跟spring整合. 2.. dwr生成的javascript函數會自動加一個回調函數的參數,如原來的函數是checkExist(String

    1.. 需要jdom.jar和bsf.jar,否則無法跟spring整合. 2.. dwr生成的javascript函數會自動加一個回調函數的參數,如原來的函數是checkExist(String name),那么生成的javascript函數是checkExist(callbackFunc,String name). 3.. 注意回調函數只能有一個參數,就是服務器的返回值,如function(messFromServer),這里messFromServer是該操作在服務器上的返回值. 4.. util.js里面有很多有用的方法,最好熟悉一下. 5.. convert并不是必須的,只有你的函數需要傳遞非基本數據類型的數據時需要此項. 我需要增強的,dom操作,javascript

    標簽: checkExist javascript jar String

    上傳時間: 2016-05-06

    上傳用戶:壞壞的華仔

  • This folder has some scritps that you may find usefull. All of it comes from questions that I ve r

    This folder has some scritps that you may find usefull. All of it comes from questions that I ve received in my email. If you have a new request/question, feel free to send it to marceloperlin@gmail.com. But please, don t ask me to do your homework. Passing_your_param0 This folder contains instructions (and m files) for passing you own initial parameters to the fitting function. I also included a simple simulation script that will create random initial coefficients (under the proper bounds) and fit the model to the data.

    標簽: that questions scritps usefull

    上傳時間: 2013-12-28

    上傳用戶:netwolf

  • Image Compression A collection of simple routines for image compression using different techniqu

    Image Compression A collection of simple routines for image compression using different techniques. 圖象壓縮的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function "conv2fft" performs a 2D FFT-based convolution. Type "help conv2fft" on Matlab command window for more informations.

    標簽: Compression compression collection different

    上傳時間: 2016-05-11

    上傳用戶:磊子226

  • Abstract:This article elaborats the RFID system

    Abstract:This article elaborats the RFID system,multianalysised the concrete function of RFID middleware,and proposed a kind of RFID data transmission design model with news transmission mechanism,for realizing data transmission more effectively, RFID data transmission design model with news transmission mechanism,for realizing data transmission more effectively,

    標簽: elaborats Abstract article system

    上傳時間: 2014-01-02

    上傳用戶:yd19890720

  • I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s

    I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,since PB does not * // support "Address of Function" , so we can not set new * // WndProc, just makes the object more easy to use. * // 2.Uses structure array instead of Datastore * // 3.Calc width of menuitem at runtime(MEASUREITEM) * // 4.Draw disabled status

    標簽: Encapsulates userobjet changed object

    上傳時間: 2014-01-14

    上傳用戶:lx9076

  • This standard describes a keyed-hash message authentication code (HMAC), a mechanism for message au

    This standard describes a keyed-hash message authentication code (HMAC), a mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative Approved cryptographic hash function, in combination with a shared secret key. The cryptographic strength of HMAC depends on the properties of the underlying hash function. The HMAC specification in this standard is a generalization of Internet RFC 2104, HMAC, Keyed-Hashing for Message Authentication, and ANSI X9.71, Keyed Hash Message Authentication Code.

    標簽: message authentication keyed-hash describes

    上傳時間: 2014-01-07

    上傳用戶:鳳臨西北

  • This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31). SCX31 is an encry

    This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31). SCX31 is an encryption tool. I designed it as my graduation paper work. SCX31 is a symmetric stream cipher built on chaos function, one time pad cipher and inspiration from Ground Effect (aviation). The key length can be up to 40 characters (320 bits).

    標簽: SimplyChaos-X SCX contains Builder

    上傳時間: 2016-06-07

    上傳用戶:nanshan

  • 數值分析算法源碼(java) 這個學期一邊學習java一邊學習數值分析,因此用java寫了一個數值分析算法的軟件包numericalAnalysis. [說明] 適合使用者:會java的

    數值分析算法源碼(java) 這個學期一邊學習java一邊學習數值分析,因此用java寫了一個數值分析算法的軟件包numericalAnalysis. [說明] 適合使用者:會java的,想要學習數值分析算法的人. 本代碼對照書:數值分析第二版,史萬明等編,北京理工大學出版社. 本代碼盡量按書中描述的來寫,可以提供參考. [使用方法] 在java的ide中新建一個項目,把numericalAnalysis包直接拷貝到此項目的源文件夾中,然后要解決什么問題,就相應的編譯運行什么包. 另外有這些類的API提供參考,可以自己根據自己要求寫驅動類.運行API文件夾中的index.html文件就行. [包的結構] numericalAnalysis包中又含有9個包,除function包的是接口外,其余包都含有一個獨立的數值分析問題的類以及其驅動類.9個包如下: differential:微分問題 equation:方程 function:只含一個接口,用來讓用戶寫自己的函數 functionApproximation:離散情況下函數逼近問題 integration:積分問題 interpolation:插值問題 linearEquationGroup:線性方程組問題(包括過定方程組) norm:求解向量和矩陣的范數 ode:常微分方程數值解的求解

    標簽: java numericalAnalysis 數值分析 算法

    上傳時間: 2014-01-04

    上傳用戶:wff

主站蜘蛛池模板: 靖州| 河间市| 万载县| 抚顺县| 江华| 孝昌县| 尼勒克县| 通榆县| 天台县| 淳安县| 乳源| 洛南县| 凤山县| 交口县| 雷山县| 鄂伦春自治旗| 昭觉县| 阜南县| 清镇市| 桂平市| 南投市| 泗洪县| 普兰店市| 五台县| 永靖县| 双鸭山市| 正安县| 安远县| 松阳县| 鸡泽县| 饶阳县| 镇江市| 德兴市| 中江县| 呈贡县| 钟山县| 宽甸| 蒙城县| 霍城县| 屯门区| 嘉定区|