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

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

space-frequency

  • RTX51 TINY Version 2 has been completly restructured to gain flexiblity, accelarate performance, an

    RTX51 TINY Version 2 has been completly restructured to gain flexiblity, accelarate performance, and reduce code/data space requirements. Also several new features are added to this popular Real-Time Kernal.

    標(biāo)簽: restructured performance accelarate flexiblity

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

    上傳用戶:ikemada

  • MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces t

    MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms 1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction of quincunx filter banks with perfect reconstruction, linear phase, high coding gain, certain vanishing moments properties, and good frequency selectivity. The code can be used to design quincunx filter banks with two, three, or four lifting steps. The SeDuMi Matlab toolbox [3] is used to solve the second-order cone programming subproblems in the two algorithms, and must be installed in order for this code to work.

    標(biāo)簽: introduces Quincunx Optimal MATLAB

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

    上傳用戶:cc1

  • DDR SDRAM控制器的VHDL源代碼

    DDR SDRAM控制器的VHDL源代碼,含詳細(xì)設(shè)計(jì)文檔。 The DDR, DCM, and SelectI/O™ features in the Virtex™ -II architecture make it the perfect choice for implementing a controller of a Double Data Rate (DDR) SDRAM. The Digital Clock Manager (DCM) provides the required Delay Locked Loop (DLL), Digital Phase Shift (DPS), and Digital Frequency Synthesis (DFS) functions. This application note describes a controller design for a 16-bit DDR SDRAM. The application note and reference design are enhanced versions of XAPP200 targeted to the Virtex-II series of FPGAs. At a clock rate of 133 MHz, 16-bit data changes at both clock edges. The reference design is fully synthesizable and achieves 133 MHz performance with automatic place and route tools.

    標(biāo)簽: SDRAM VHDL DDR 控制器

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

    上傳用戶:l254587896

  • The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kerne

    The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible with National Instrument s GPIB library. The Linux GPIB Package is licensed under the GNU General Public License . Requirements: Linux kernel version 2.4.x (use Linux-GPIB version 3.1.x). Earlier kernel versions are not supported.

    標(biāo)簽: package GPIB The contains

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

    上傳用戶:cccole0605

  • *** *** *** *** *** *** ***** ** Two wire/I2C Bus READ/WRITE Sample Routines of Microchip s ** 2

    *** *** *** *** *** *** ***** ** Two wire/I2C Bus READ/WRITE Sample Routines of Microchip s ** 24Cxx / 85Cxx serial CMOS EEPROM interfacing to a ** PIC16C54 8-bit CMOS single chip microcomputer ** Revsied Version 2.0 (4/2/92). ** ** Part use = PIC16C54-XT/JW ** Note: 1) All timings are based on a reference crystal frequency of 2MHz ** which is equivalent to an instruction cycle time of 2 usec. ** 2) Address and literal values are read in octal unless otherwise ** specified.

    標(biāo)簽: Microchip Routines Sample WRITE

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

    上傳用戶:ljmwh2000

  • We address the problem of predicting a word from previous words in a sample of text. In particular,

    We address the problem of predicting a word from previous words in a sample of text. In particular, we discuss n-gram models based on classes of words. We also discuss several statistical algorithms for assigning words to classes based on the frequency of their co-occurrence with other words. We find that we are able to extract classes that have the flavor of either syntactically based groupings or semantically based groupings, depending on the nature of the underlying statistics.

    標(biāo)簽: predicting particular previous address

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

    上傳用戶:xfbs821

  • ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free spac

    ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free space. If boundaries are in the Dielectric medium then the ABC fail. Dielectric medium begin and end can be specified with the code

    標(biāo)簽: ABC_FDTD_Die Implements simulation Gaussian

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

    上傳用戶:caiiicc

  • ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free spac

    ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free space. If boundaries are in the Dielectric medium then the ABC fail. Dielectric medium begin and end can be specified with the code

    標(biāo)簽: ABC_FDTD_Die Implements simulation Gaussian

    上傳時(shí)間: 2014-07-27

    上傳用戶:LIKE

  • 粒子效果演示(附代碼) 利用C++所提供的一些標(biāo)準(zhǔn)容器很容易實(shí)現(xiàn)粒子效果. 簡(jiǎn)單的說(shuō)就是,將粒子數(shù)據(jù)寫(xiě)在一個(gè)類里面,有一個(gè)粒子源,不停地生成粒子,然后放入一個(gè)stl::list中(push

    粒子效果演示(附代碼) 利用C++所提供的一些標(biāo)準(zhǔn)容器很容易實(shí)現(xiàn)粒子效果. 簡(jiǎn)單的說(shuō)就是,將粒子數(shù)據(jù)寫(xiě)在一個(gè)類里面,有一個(gè)粒子源,不停地生成粒子,然后放入一個(gè)stl::list中(push_back()方法), 然后在一個(gè)循環(huán)中遍例粒子鏈表,并渲染粒子,粒子的參數(shù)并不斷更新,如果粒子的ALPHA值小于0,即不可見(jiàn)了,即代表粒子已經(jīng)死亡, 即從list中刪去(erase()方法), 銷(xiāo)毀死去的粒子很重要, 如果搞忘了這一步, 你的內(nèi)存很快就會(huì)被吃掉干凈了. 第一個(gè)版本是用交錯(cuò)平面畫(huà)的粒子. 第二個(gè)版本是用Point Spirit(點(diǎn)精靈)畫(huà)的粒子, 可以看看效果上面的區(qū)別 SPACE - 暫停粒子源發(fā)射粒子 LINK中忘記去掉cg.lib cgGL.lib 了, 此程序不需要CG, 如果要編譯請(qǐng)去掉.

    標(biāo)簽: list push stl 代碼

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

    上傳用戶:jing911003

  • A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a

    A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked seasoned assembly programmers about the term before and most of them had not heard of it. If it is new to you, do not worry, you are not the only one. It is a term that is scarcely used and is only useful in a reverse engineering context. Furthermore, is it "codecave" or "code cave"? I am not quite sure, but I will try my best to refer to it consistently as a "codecave". A space may sneak in there from time to time

    標(biāo)簽: engineering code-what chances reverse

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

    上傳用戶:hn891122

主站蜘蛛池模板: 武平县| 阳山县| 孝昌县| 西乌珠穆沁旗| 安宁市| 浦江县| 山西省| 青海省| 来安县| 稷山县| 宁远县| 克拉玛依市| 额尔古纳市| 南川市| 博爱县| 三门峡市| 旬阳县| 沾益县| 鄢陵县| 五寨县| 怀宁县| 绍兴市| 西盟| 扬州市| 江北区| 望谟县| 海门市| 垣曲县| 根河市| 拜城县| 民勤县| 齐河县| 淮北市| 张掖市| 永济市| 昆山市| 留坝县| 都安| 池州市| 柏乡县| 汝州市|