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

UP-C<b>UP</b>2440实验指导书(LINUX)V2.0 20110818

  • PIC单片机课程设计指导书_江和

    《PIC单片机课程设计》是电气工程及其自动化专业及相近专业的一门重要的专业实践课,本课程在《PIC 单片机》课程的基础上,通过硬件设计与软件编程与调试的实践,进一步掌握PIC 单片机的 应用方法,熟练PIC 单片机的C 程序的编写与调试,是毕业设计前的一次重要的实践,为今后走上工作岗位打下坚实的单片机应用基础。

    标签: PIC 单片机 设计指导

    上传时间: 2014-12-31

    上传用户:pzw421125

  • FPGA设计应用实验指导手册

    有用的资料,分享一下!

    标签: FPGA 实验指导

    上传时间: 2014-01-13

    上传用户:zcs023047

  • 基于verilog的串口通信实验指导和源程序

    uart接口串行传输详细分析

    标签: verilog 串口通信 实验指导 源程序

    上传时间: 2013-10-26

    上传用户:dxxx

  • 采用高速串行收发器Rocket I/O实现数据率为2.5 G

    摘要: 串行传输技术具有更高的传输速率和更低的设计成本, 已成为业界首选, 被广泛应用于高速通信领域。提出了一种新的高速串行传输接口的设计方案, 改进了Aurora 协议数据帧格式定义的弊端, 并采用高速串行收发器Rocket I/O, 实现数据率为2.5 Gbps的高速串行传输。关键词: 高速串行传输; Rocket I/O; Aurora 协议 为促使FPGA 芯片与串行传输技术更好地结合以满足市场需求, Xilinx 公司适时推出了内嵌高速串行收发器RocketI/O 的Virtex II Pro 系列FPGA 和可升级的小型链路层协议———Aurora 协议。Rocket I/O支持从622 Mbps 至3.125 Gbps的全双工传输速率, 还具有8 B/10 B 编解码、时钟生成及恢复等功能, 可以理想地适用于芯片之间或背板的高速串行数据传输。Aurora 协议是为专有上层协议或行业标准的上层协议提供透明接口的第一款串行互连协议, 可用于高速线性通路之间的点到点串行数据传输, 同时其可扩展的带宽, 为系统设计人员提供了所需要的灵活性[4]。但该协议帧格式的定义存在弊端,会导致系统资源的浪费。本文提出的设计方案可以改进Aurora 协议的固有缺陷,提高系统性能, 实现数据率为2.5 Gbps 的高速串行传输, 具有良好的可行性和广阔的应用前景。

    标签: Rocket 2.5 高速串行 收发器

    上传时间: 2013-10-13

    上传用户:lml1234lml

  • 正弦波发生器

    正弦波发生器,c语言编制的DSP实验测试程序。

    标签: 正弦波发生器

    上传时间: 2015-03-14

    上传用户:wqxstar

  • (E-Book) Linux C++ Programming.zip

    (E-Book) Linux C++ Programming.zip,for those who like linux programming

    标签: Programming E-Book Linux zip

    上传时间: 2013-11-30

    上传用户:牛津鞋

  • Simple C Compiler, Release 0.1.6 Simple C is a portable C compiler based on Small C/386. It is desi

    Simple C Compiler, Release 0.1.6 Simple C is a portable C compiler based on Small C/386. It is designed to run on Linux, but it should be usable on any Unix-like operating system for the x86 with minimal effort.

    标签: Simple Compiler compiler portable

    上传时间: 2015-04-12

    上传用户:pompey

  • 是有c关语言编程的书籍

    是有c关语言编程的书籍,书里面有大量的源程序

    标签: 语言编程 书籍

    上传时间: 2013-12-10

    上传用户:sz_hjbf

  • arm教程

    arm教程,实验指导,里面有很多关于arm的文档和其他教程。可以用了做arm的学习。

    标签: arm 教程

    上传时间: 2015-04-30

    上传用户:84425894

  • 数字运算

    数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    标签: 数字 运算

    上传时间: 2015-05-21

    上传用户:daguda