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

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

vectorS

  • This Two-Category Classifier Using Discriminant Functions to separeate two classes. The Classifier

    This Two-Category Classifier Using Discriminant Functions to separeate two classes. The Classifier is designed on classes which has two feature vectorS and other case it has one feature vector.

    標簽: Classifier Discriminant Two-Category Functions

    上傳時間: 2016-04-23

    上傳用戶:2525775

  • PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo

    PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectorS or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated. Output: h - a handle to the patch object The axes are also plotted: positive x axis is red positive y axis is green positive z axis is blue

    標簽: PlotSphereIntensity elevation azimuth intensity

    上傳時間: 2014-01-15

    上傳用戶:ruan2570406

  • % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da

    % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectorS of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %

    標簽: multidimensional estimation algorithm Gaussian

    上傳時間: 2013-12-03

    上傳用戶:我們的船長

  • The CoinUtils project is a collection of open-source utilities developed and used by a variety of ot

    The CoinUtils project is a collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse matrices and vectorS, performing matrix factorization, parsing input files in standard formats, building representations of mathematical programs, comparing floating point numbers with a tolerance, performing simple presolve operations, and warm starting algorithms for mathematical programs, among others.

    標簽: open-source collection CoinUtils developed

    上傳時間: 2013-12-19

    上傳用戶:xmsmh

  • 在進入正題之前

    在進入正題之前,我想先把ARM920T的異常向量表(Exception vectorS)做一個簡短的介紹。

    標簽:

    上傳時間: 2013-12-19

    上傳用戶:nanshan

  • CppReference 對于c/c++的詳盡說明 C/C++ Reference General C/C++ Pre-processor commands Operator P

    CppReference 對于c/c++的詳盡說明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions All C Functions C++ C++ I/O C++ Strings C++ String Streams Miscellaneous C++ C++ Standard Template Library C++ Algorithms C++ vectorS C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators All C++ Functions

    標簽: Pre-processor CppReference Reference Operator

    上傳時間: 2016-10-26

    上傳用戶:aeiouetla

  • The files in this directory comprise ANSI-C language reference implementations of the CCITT (Intern

    The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. They have been tested on Sun SPARCstations and passed 82 out of 84 test vectorS published by CCITT (Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectorS, which the G.721 decoder implementation for u-law samples did not pass, may be in error because they are identical to two other vectorS for G.723_40.]

    標簽: implementations directory reference comprise

    上傳時間: 2014-01-22

    上傳用戶:Breathe0125

  • Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace

    Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectorS corresponding to the angles in the vector angles.

    標簽: Description algorithm estimates proposed

    上傳時間: 2013-12-08

    上傳用戶:hgy9473

  • 密碼學界牛人Victor Shoup用C++編寫數論類庫。 NTL is a high-performance, portable C++ library providing data struct

    密碼學界牛人Victor Shoup用C++編寫數論類庫。 NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectorS, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic. NTL provides high quality implementations of state-of-the-art algorithms for: * arbitrary length integer arithmetic and arbitrary precision floating point arithmetic * polynomial arithmetic over the integers and finite fields including basic arithmetic, polynomial factorization, irreducibility testing, computation of minimal polynomials, traces, norms, and more * lattice basis reduction, including very robust and fast implementations of Schnorr-Euchner, block Korkin-Zolotarev reduction, and the new Schnorr-Horner pruning heuristic for block Korkin-Zolotarev * basic linear algebra over the integers, finite fields, and arbitrary precision floating point numbers.

    標簽: high-performance providing portable library

    上傳時間: 2014-01-04

    上傳用戶:exxxds

  • DSP嵌入式系統開發典型案例 (1)3-1.asm對應第三章AD測試程序代碼; (2)3-2.asm對應第三章AD測試程序中斷向量代碼; (3)3-3.cmd對應第三章AD測試程序配

    DSP嵌入式系統開發典型案例 (1)3-1.asm對應第三章AD測試程序代碼; (2)3-2.asm對應第三章AD測試程序中斷向量代碼; (3)3-3.cmd對應第三章AD測試程序配置文件代碼; (4)3-4.asm對應第三章DA測試程序代碼; (5)3-5.cmd對應第三章DA測試程序配置文件代碼; (6)3-6.asm對應第三章寫Flash程序代碼; (7)3-7.cmd對應第三章寫Flash配置文件代碼; (8)3-8.asm對應第三章寫FLAS中斷向量代碼; (9)3-9.asm對應第三章AD/DA聯合調試程序代碼; (10)3-10.asm對應第三章數據濾波程序代碼 (11)vectorS.asm為以上程序需要的文件,書中沒有原代碼。

    標簽: asm 測試程序 DSP cmd

    上傳時間: 2017-02-17

    上傳用戶:變形金剛

主站蜘蛛池模板: 铁岭县| 增城市| 柳州市| 虹口区| 东兰县| 视频| 洪江市| 阿合奇县| 西宁市| 淮南市| 砀山县| 北辰区| 阜城县| 西青区| 蚌埠市| 正宁县| 凤凰县| 富顺县| 江山市| 荥阳市| 象山县| 拉萨市| 龙南县| 甘洛县| 上栗县| 梁平县| 漳州市| 建昌县| 鲜城| 南充市| 科技| 罗山县| 合水县| 蛟河市| 田东县| 吉隆县| 紫金县| 水城县| 淮安市| 平遥县| 中阳县|