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

Test-Bus_Controller

  • 其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工

    其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。 Sound1.c用于将录音保存在test.wav文件中,并利用cast test.wav > /dev/sound/dsp回放文件。此处需要注意的是,录音频率必须是44100才能正确回放。否则就会出现类似快放的效果。分析应该是cast方式利用了dsp的默认播放频率44100,所以如果录音的时候低于这个频率,这放的时候就会快放。 此外,设置采样率的时候必须设置成16bit,否则会提示出错。原因尚不知道,估计是与声卡有关。

    标签: sound 回放 全双工 声卡

    上传时间: 2013-12-31

    上传用户:cc1

  • verilog语言编写的FPGA代码。功能为pc机通过epp不断写数到sram中

    verilog语言编写的FPGA代码。功能为pc机通过epp不断写数到sram中,然后pc发送中断信号打断写过程读取sram中的数据。rar包中包含epp协议,模块文件和测试文件(test)。

    标签: verilog FPGA sram epp

    上传时间: 2013-12-17

    上传用户:1966640071

  • With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to s

    With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distributions, experiment with buggy software, and even test security. Now, for the first time, the creator and maintainer of User Mode Linux shows how to put it to work hands-on. Jeff Dike covers everything from getting started through running enterprise-class User Mode Linux servers. You ll find authoritative advice on bootup, compilation, administration, specialized configurations, and much more.

    标签: Linux computer machines virtual

    上传时间: 2013-12-19

    上传用户:xinzhch

  • 图象的压缩编码

    图象的压缩编码,JPEG压缩编码标准 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在

    标签: 图象 压缩编码

    上传时间: 2013-12-18

    上传用户:zsjinju

  • We propose a novel approach for head tracking, which combines particle filters with Isomap. The part

    We propose a novel approach for head tracking, which combines particle filters with Isomap. The particle filter works on the low-dimensional embedding of training images. It indexes into the Isomap with its state variables to find the closest template for each particle. The most weighted particle approximates the location of head. We develop a synthetic video sequence to test our technique. The results we get show that the tracker tracks the head which changes position, poses and lighting conditions.

    标签: approach combines particle tracking

    上传时间: 2016-01-02

    上传用户:yy541071797

  • 基于 xinlinx 写的DES加密算法

    基于 xinlinx 写的DES加密算法,内涵test bench,加密解密都有

    标签: xinlinx DES 加密算法

    上传时间: 2016-01-04

    上传用户:dreamboy36

  • radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo

    radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upon the UdpStack which is available in the radius{version}/util directory. A minimal set of VSAs (Vendor Specific Attributes are supported by this stack). The Radius Stack should be used as a base class. In order to implement a larger set of VSAs, one will need to subclass from the Radius Stack and implement the functionality within the virtual function processVsa(). The Radius Stack supports mostly accounting messages. The authentcation messages will be supported in a future release. A test program has been provided in the radius directory. This program shows how to subclass from the RadiusStack and how to use the api.

    标签: Radius implementation connect radius

    上传时间: 2013-12-12

    上传用户:坏天使kk

  • openfans 0.1 using: eclipse, maven, spring, hibernate, mysql,common-validator,sitemesh.....

    openfans 0.1 using: eclipse, maven, spring, hibernate, mysql,common-validator,sitemesh..... Introduction ============ 提供web2.0应用的基本模型,能够方便的在各个领域使用 Getting Started =============== 需要下载maven,http://maven.apache.org/download.html,如果初次使用maven,配置好后,运行mvn install 如果使用eclipse,在项目根目录,运行mvn eclipse:eclipse(如初次使用,会花较长时间到网上下载plugin和jar,建议去喝杯咖啡) 使用mvn test运行所有测试,mvn package打包 有任何问题请到http://groups.google.com/group/openfans

    标签: common-validator hibernate openfans sitemesh

    上传时间: 2013-12-19

    上传用户:wuyuying

  • 视频捕捉示例程序

    视频捕捉示例程序,可以参考一下,呵呵。videocap test sample.

    标签: 视频 程序

    上传时间: 2013-12-01

    上传用户:虫虫虫虫虫虫

  • This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose

    This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.

    标签: directory the contains firmware

    上传时间: 2013-12-16

    上传用户:gdgzhym