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

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

Low-Complexity

  • The second volume in the Write Great Code series supplies the critical information that today s comp

    The second volume in the Write Great Code series supplies the critical information that today s computer science students don t often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level, teaches software engineers how compilers translate high-level language statements and data structures into machine code. Armed with this knowledge, a software engineer can make an informed choice concerning the use of those high-level structures to help the compiler produce far better machine code--all without having to give up the productivity and portability benefits of using a high-level language

    標簽: information the critical supplies

    上傳時間: 2014-02-21

    上傳用戶:luke5347

  • This manual describes Freescale’s IEEE™ 802.15.4 Standard compliant MAC/PHY software. The Frees

    This manual describes Freescale’s IEEE™ 802.15.4 Standard compliant MAC/PHY software. The Freescale 802.15.4 MAC/PHY software is designed for use with the Freescale MC1319x and MC1320x, family of short range, low power, 2.4 GHz Industrial, Scientific, and Medical (ISM) band transceivers, designed for use with the HCS08 Family of MCUs. The MAC/PHY software also works with the MC1321x family of short range, low power, 2.4 GHz ISM band transceivers that incorporate a low power 2.4 GHz radio frequency transceiver and an 8-bit microcontroller into a single LGA package. Throughout this manual, the term transceiver refers to either the MC1319x, MC1320x, or the internal counterpart inside the MC1321x System in a Package (SiP).

    標簽: Freescale describes compliant Standard

    上傳時間: 2016-04-17

    上傳用戶:caiiicc

  • /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k

    /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage

    標簽: table hash The the

    上傳時間: 2014-01-07

    上傳用戶:gtf1207

  • This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

    This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).

    標簽: LDPC introduction simulation software

    上傳時間: 2014-01-14

    上傳用戶:大融融rr

  • 1、提取原蛋白質相互作用網絡的所有節點 2、分別計算原蛋白質相互作用網絡每個節點的度 3、從所有節點中選擇具有最高度的節點

    1、提取原蛋白質相互作用網絡的所有節點 2、分別計算原蛋白質相互作用網絡每個節點的度 3、從所有節點中選擇具有最高度的節點,反復的添加邊,直到它的度值等于原蛋白質相互作用網絡該節點的度值 4、在為節點添加邊時,從剩余節點中選擇節點的方法是其度分布近似服從power-low分布 5、令t的值為零,則每個節點被選到的可能性都是相同的,由于在原蛋白質相互作用網絡存在大量的低度節點,所以集散節點會優先連接低度節點。 這樣創建的網絡就為負相關蛋白質互作網絡

    標簽: 節點 蛋白質 網絡

    上傳時間: 2014-01-13

    上傳用戶:skfreeman

  • This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

    This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).

    標簽: LDPC introduction simulation software

    上傳時間: 2014-12-05

    上傳用戶:change0329

  • JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the p

    JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity from one-line aliases to high-level algorithms for certain specialized tasks. These have been collected together and made publicly available for you to use, modify, and --- subject to certain very reasonable constraints --- to redistribute. Some of the highlights are: a suite of functions for the rapid manipulation of multi-component, potentially multi-dimensional datasets a systematic way of dealing with datasets having components of non-uniform length tools for fine-tuning figures using compact, straightforward statements and specialized functions for spectral and time / frequency analysis, including advanced wavelet algorithms developed by myself and collaborators.

    標簽: co-written functions the fifteen

    上傳時間: 2014-01-26

    上傳用戶:hjshhyy

  • 用fpga實現的DA轉換器

    用fpga實現的DA轉換器,有說明和源碼,VDHL文件。 A PLD Based Delta-Sigma DAC Delta-Sigma modulation is the simple, yet powerful, technique responsible for the extraordinary performance and low cost of today s audio CD players. The simplest Delta-Sigma DAC consists of a Delta-Sigma modulator and a one bit DAC. Since, both of these components can be realized using digital circuits, it is possible to implement a low precision Delta-Sigma DAC using a PLD.

    標簽: fpga DA轉換器

    上傳時間: 2016-06-10

    上傳用戶:bjgaofei

  • DESCRIPTION : BIN to seven segments converter -- segment encoding -- a -- +---+ -- f | | b --

    DESCRIPTION : BIN to seven segments converter -- segment encoding -- a -- +---+ -- f | | b -- +---+ <- g -- e | | c -- +---+ -- d -- Enable (EN) active : high -- Outputs (data_out) active : low

    標簽: DESCRIPTION converter segments encoding

    上傳時間: 2016-08-17

    上傳用戶:ainimao

  • The main features of the considered identification problem are that there is no an a priori separati

    The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the given time series and a time series that is consistent with the approximate model. The misfit is equal to zero if and only if the model is exact and the smaller the misfit is (by definition) the more accurate the model is. The considered model class consists of all linear time-invariant systems of bounded complexity and the complexity is specified by the number of inputs and the smallest number of lags in a difference equation representation. We present a Matlab function for approximate identification based on misfit minimization. Although the problem formulation is representation independent, we use input/state/output representations of the system in order

    標簽: identification considered features separati

    上傳時間: 2016-09-20

    上傳用戶:FreeSky

主站蜘蛛池模板: 青神县| 临漳县| 观塘区| 资溪县| 英超| 诏安县| 上栗县| 大邑县| 莲花县| 民乐县| 通海县| 盐边县| 格尔木市| 石林| 胶州市| 鄂尔多斯市| 鄢陵县| 长春市| 乐昌市| 顺昌县| 友谊县| 庆云县| 乃东县| 武乡县| 沁源县| 屏东县| 阿鲁科尔沁旗| 兴国县| 赤城县| 文水县| 余庆县| 抚松县| 雷州市| 海伦市| 高唐县| 黄石市| 苏尼特右旗| 黑水县| 汉中市| 施秉县| 泾阳县|