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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

column

  • 法國(guó)cromda編寫的新版本MATRICE 2(矩陣和矢量運(yùn)算單元)。 // ----------------------------------------------------------

    法國(guó)cromda編寫的新版本MATRICE 2(矩陣和矢量運(yùn)算單元)。 // ---------------------------------------------------------- // 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6) // All routines now operate on rectangular matrix, except (InvMat and SysLin) // No more need to use the InitMat procedure (suppressed) : // - the routines detect automaticaly the dimensions of matrix and vector // - error code MatDimNul is generated if zero lines or column in matrix and vector (See DimensionMatrice and DimensionVecteur) // - error code MatMauvDim is generated if the dimensions of matrix/vector don t allow valid result // - // The result matrix is dimensioned automaticaly

    標(biāo)簽: MATRICE cromda 法國(guó) 編寫

    上傳時(shí)間: 2014-01-23

    上傳用戶:sy_jiadeyi

  • matlab關(guān)于魯棒控制的例子

    matlab關(guān)于魯棒控制的例子,設(shè)計(jì)Distillation column,有源代碼,和設(shè)計(jì)過(guò)程詳解。適合一定的基礎(chǔ)的人

    標(biāo)簽: matlab 魯棒控制

    上傳時(shí)間: 2013-11-28

    上傳用戶:x4587

  • I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are p

    I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have total control over the code and of course its usability. Superlist supports drag drop column customisation, grouping as well as handling thousands of entries smoothly. It s also highly customisable if you want to change its look and feel. In this article I ll explain how to use and extend the control in a demo project. If you download the source, you can find demo project under the Tests/SuperListTest directory.

    標(biāo)簽: developing Superlist FeedGhost Although

    上傳時(shí)間: 2016-04-15

    上傳用戶:佳期如夢(mèng)

  • ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noi

    ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noise variance % Mt - number of Tx antennas % Mr - number of Rx antennas % x - vector of complex input symbols (for MIMO, this is a matrix, where each column % is the value of the antenna outputs at a single time instance) % H - frequency selective channel - represented in block-Toeplitz form for MIMO transmission % N - number of symbols transmitted in OFDM frame % % outputs: % y - vector of channel outputs (matrix for MIMO again, just like x matrix) % create noise vector sequence (each row is a different antenna, each column is a % different time index) note: noise is spatially and temporally white

    標(biāo)簽: transmission simulator Channel inputs

    上傳時(shí)間: 2016-07-22

    上傳用戶:kelimu

  • * The keyboard is assumed to be a matrix having 4 rows by 6 columns. However, this code works for an

    * The keyboard is assumed to be a matrix having 4 rows by 6 columns. However, this code works for any * matrix arrangements up to an 8 x 8 matrix. By using from one to three of the column inputs, the driver * can support "SHIFT" keys. These keys are: SHIFT1, SHIFT2 and SHIFT3.

    標(biāo)簽: keyboard However assumed columns

    上傳時(shí)間: 2016-11-14

    上傳用戶:ardager

  • This software is a Matlab implementation of restricted sampling from Gaussian distribution, and samp

    This software is a Matlab implementation of restricted sampling from Gaussian distribution, and sample x (column vector) from N(x_mu, x_var), restricted in x_min<=x<=x_max.

    標(biāo)簽: implementation distribution restricted Gaussian

    上傳時(shí)間: 2016-12-30

    上傳用戶:6546544

  • 本文檔介紹了如何使用各種內(nèi)嵌工具

    本文檔介紹了如何使用各種內(nèi)嵌工具,函數(shù)和其他一些小技巧來(lái)加強(qiáng)使用matlab的速度和效率,是廣大愛(ài)好者必讀的文檔。具體內(nèi)容請(qǐng)參閱文檔。 Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat. Contents: * The Profiler * Array Preallocation * JIT Acceleration * Vectorization * Inlining Simple Functions * Referencing Operations * Numerical Integration * Signal Processing * Miscellaneous Tricks

    標(biāo)簽: 文檔 如何使用 內(nèi)嵌

    上傳時(shí)間: 2013-12-11

    上傳用戶:cuiyashuo

  • Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two

    Traveling Salesperson Problem Our branch-and-strategy splits a branch and bound solution into two groups: one group including a particular arc and the other excluding this arc. 1.Each splitting incurs a lower bound and we shall traverse the searching tree with the "lower" lower bound. 2.If a constant subtracted from any row or any column of the cost matrix, an optimal solution does not change.

    標(biāo)簽: branch-and-strategy Salesperson Traveling solution

    上傳時(shí)間: 2013-12-29

    上傳用戶:璇珠官人

  • Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2

    Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair Playfair Key Matrix 1.a 5X5 matrix of letters based on a keyword 2.fill in letters of keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair

    標(biāo)簽: monoalphabetic Playfair provides security

    上傳時(shí)間: 2017-05-25

    上傳用戶:變形金剛

  • This is program with source code to convert ascii text files to the maxicode barcode standard.

    This is program with source code to convert ascii text files to the maxicode barcode standard. The input file consists of two columns. The first column represents a code and the second column is a string enclosed in quotes. The codes for the first column are as follows: PM, SM, CC, MO, SC, and PC.

    標(biāo)簽: maxicode standard barcode convert

    上傳時(shí)間: 2017-06-07

    上傳用戶:ardager

主站蜘蛛池模板: 神池县| 海伦市| 九寨沟县| 定陶县| 渝北区| 梧州市| 平顺县| 潞西市| 黄山市| 治县。| 上栗县| 临西县| 琼中| 新平| 牡丹江市| 临漳县| 托克托县| 涟源市| 商洛市| 黔东| 乐安县| 墨江| 五常市| 崇仁县| 阳谷县| 台江县| 宣城市| 策勒县| 丽江市| 安西县| 淮南市| 临城县| 嘉定区| 三都| 临泽县| 阜阳市| 福贡县| 佛冈县| 老河口市| 永昌县| 东方市|