虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Out

  • This book enunciates and illustrates features and basic principles of C++. It is aimed at experienc

    This book enunciates and illustrates features and basic principles of C++. It is aimed at experienced C users who wish to learn C++. It can also be interesting for beginner C++ users who leaved Out some possibilities of the language.

    标签: illustrates enunciates principles and

    上传时间: 2014-02-16

    上传用户:aix008

  • FIFO电路(first in

    FIFO电路(first in,first Out),内部藏有16bit×16word的Dual port RAM,依次读出已经写入的数据。因为不存在Address输入,所以请自行设计内藏的读写指针。由FIFO电路输出的EF信号(表示RAM内部的数据为空)和FF信号(表示RAM内部的数据为满)来表示RAM内部的状态,并且控制FIFO的输入信号WEN(写使能)和REN(读使能)。以及为了更好得控制FIFO电路,AEF(表示RAM内部的数据即将空)信号也同时输出。

    标签: first FIFO in 电路

    上传时间: 2016-02-06

    上传用户:zhoujunzhen

  • 主要使用与C6000平台下

    主要使用与C6000平台下,可以通过网络下载编译器生成的.Out文件,不需要使用其它的工具对.Out文件进行加工后使用CCS工具进行下载目标代码

    标签: C6000

    上传时间: 2016-02-12

    上传用户:nanxia

  • This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. U

    This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/Out with cmdln utility.

    标签: virtual driver implements generic

    上传时间: 2016-02-19

    上传用户:xiaoxiang

  • These templates are based on the documented Outlines from Tim Ryan s "The Anatomy of a Design Docum

    These templates are based on the documented Outlines from Tim Ryan s "The Anatomy of a Design Document" articles (published on Gamasutra). The filler text comes straight from the articles, and have been slightly edited for clarity (and to use the British spelling NMP). To read the articles (which I would highly suggest), check Out these links: http://www.gamasutra.com/features/19991019/ryan_01.htm -- Part 1 http://www.gamasutra.com/features/19991217/ryan_01.htm -- Part 2

    标签: documented templates Outlines Anatomy

    上传时间: 2014-01-02

    上传用户:13215175592

  • The first task at hand is to set up the endpoints appropriately for this example. The following code

    The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk Out endpoint, 4x buffered of size 512, and EP6 as a Bulk IN endpoint, also 4x buffered of size 512. This set-up utilizes the maximum allotted 4-KB FIFO space. It also sets up the FIFOs for manual mode, word-wide operation, and goes through a FIFO reset and arming sequence to ensure that they are ready for data operations

    标签: appropriately The endpoints following

    上传时间: 2013-12-02

    上传用户:dianxin61

  • 工具:Dynamips, VPCS 结点: R1: 10.0.0.0/8, 90.0.0.0/8 R2: 20.0.0.0/8, 90.0.0.0/8 S1: ethsw(以太网交换机) H

    工具:Dynamips, VPCS 结点: R1: 10.0.0.0/8, 90.0.0.0/8 R2: 20.0.0.0/8, 90.0.0.0/8 S1: ethsw(以太网交换机) H1: 10.0.0.2 H2: 20.0.0.2 H3: 10.0.0.3 要求: 在R1的E2/0上部署Out扩展ACL只禁止10.0.0.3访问90.0.0.2 在R2的E0/0上部署Out标准ACL只禁止来自10.0.0.2的流量 在R2的E2/0上部署反身(reflexive)ACL 允许E2/0接口接收由20.0.0.0子网主动发起的返回流量 允许E2/0接口连接的其他网络可以主动访问R2自己 禁止其他流量

    标签: Dynamips ethsw 90 VPCS

    上传时间: 2016-03-10

    上传用户:heart520beat

  • 实验十一 数/模转换器 一、实验目的 了解数/模转换器的基本原理

    实验十一 数/模转换器 一、实验目的 了解数/模转换器的基本原理,掌握DAC0832芯片的使用方法。 二、实验内容 1、实验电路原理如图11-1,DAC0832采用单缓冲方式,具有单双极性输入端(图中的Ua、Ub),利用debug输出命令(Out 290 数据)输出数据 给DAC0832,用万用表测量单极性输出端Ua及双极性输出端Ub的电压,验证数字与电压之间的线性关系。 2、编程产生以下波形(从Ub输出,用示波器观察) (1)正弦波 三、编程提示 1、8位D/A转换器DAC0832的口地址为290H,输入数据与输出电压的关系参考实验指导原理图: 2、产生锯齿波只须将输出到DAC0832的数据由0循环递增。产生正弦波可根据正弦函数建一个下弦数字量表,取值范围为一个周期,表中数 据个数在16个以上。

    标签: 实验 模转换器

    上传时间: 2013-12-16

    上传用户:colinal

  • 一、实验目的 了解数/模转换器的基本原理

    一、实验目的 了解数/模转换器的基本原理,掌握DAC0832芯片的使用方法。 二、实验内容 1、实验电路原理如图36,DAC0832采用单缓冲方式,具有单双极性输入端(图中的Ua、Ub),利用debug输出命令(Out 290 数据)输出数据给DAC0832,用万用表测量单极性输出端Ua及双极性输出端Ub的电压,验证数字与电压之间的线性关系。 2、编程产生以下波形(从Ub输出,用示波器观察) (1)锯齿波 三、编程提示 1、8位D/A转换器DAC0832的口地址为290H,输入数据与输出电压的关系为: (UREF表示参考电压,N表示数数据),这里的参考电压为PC机的+5V电源。 2、产生锯齿波只须将输出到DAC0832的数据由0循环递增。

    标签: 实验 模转换器

    上传时间: 2016-03-12

    上传用户:ywqaxiwang

  • 基于OFDM的无线宽带系统仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.

    基于OFDM的无线宽带系统仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator. Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found Out. The Output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation. System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.

    标签: simulator i.e. system-level link-level

    上传时间: 2016-03-15

    上传用户:xsnjzljj