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

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

Low-LEVEL

  • /* * 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

  • The Radio Interface Layer is the name for an interface that was developed especially for the Pocket

    The Radio Interface Layer is the name for an interface that was developed especially for the Pocket PC Phone Edition. It is meant to abstract the interface with a phone/modem device. To achieve this it is closely modelled after the GSM AT command interface. Unfortunately the API was not published officially by Microsoft. Instead more high level API s were published that should be sufficient for developers. Again, unfortunately they are not sufficient. For example the API for receiving notification of incoming SMS messages is arranged for exclusively for one application per type of SMS. Apparently this will be improved upon in Pocket PC 2003. Another area is the availablity of a true AT command modem interface to interact with the GSM modem directly, which is also absent.

    標簽: especially Interface for developed

    上傳時間: 2013-12-02

    上傳用戶:wff

  • INTERFACES FOR DIGITAL COMPONENT VIDEO SIGNALS IN 525-LINE AND 625-LINE TELEVISION SYSTEMS OPERATI

    INTERFACES FOR DIGITAL COMPONENT VIDEO SIGNALS IN 525-LINE AND 625-LINE TELEVISION SYSTEMS OPERATING AT THE 4:2:2 LEVEL OF RECOMMENDATION ITU-R BT.601 (PART A)

    標簽: LINE INTERFACES TELEVISION COMPONENT

    上傳時間: 2013-12-14

    上傳用戶:xiaoxiang

  • 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

  • This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Som

    This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Some of the debugging sections are not done, and not all chapters have exercises. If you have high-level comments about the organization of the book or the topics covered, please send me email at feedback{at}thinkpython{dot}com. It is probably too early for detailed comments like spelling errors.

    標簽: carefully chapters complete version

    上傳時間: 2014-08-29

    上傳用戶:ayfeixiao

  • This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific

    This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information. This sample works on both x86 and Alpha platforms, and is 64-bit compliant. It builds with Microsoft® Visual C® 6.0. It does not implement Plug and Play or Power Management.

    標簽: sample vendor-specific minidriver provides

    上傳時間: 2013-12-20

    上傳用戶:wyc199288

主站蜘蛛池模板: 乌鲁木齐县| 靖江市| 探索| 宁德市| 秦皇岛市| 蒙城县| 杭锦旗| 邓州市| 侯马市| 德惠市| 南木林县| 广汉市| 台安县| 朝阳市| 成武县| 常州市| 汨罗市| 海门市| 吉林省| 肇东市| 玉门市| 钦州市| 天镇县| 武夷山市| 茶陵县| 高陵县| 乳源| 墨竹工卡县| 苏尼特右旗| 出国| 峨山| 会泽县| 庆云县| 获嘉县| 绥芬河市| 峨眉山市| 神木县| 大足县| 凤凰县| 灵璧县| 津南区|