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

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

MSP-TEST

  • Universal Serial Bus Implementers Forum Full and Low Speed Electrical and Interoperability Compl

    Universal Serial Bus Implementers Forum Full and Low Speed Electrical and Interoperability Compliance Test Procedure

    標簽: Interoperability Implementers Electrical Universal

    上傳時間: 2015-11-18

    上傳用戶:cc1915

  • In addition to individual algorithm, Demonstration System is a "data structure" (C language version)

    In addition to individual algorithm, Demonstration System is a "data structure" (C language version) book algorithm corresponding to the code (CPP) and the test operating procedures (VC + +6.0 to the EXE). Through the system can demonstrate that the algorithm source code and operating results

    標簽: Demonstration individual algorithm structure

    上傳時間: 2013-12-24

    上傳用戶:change0329

  • Software Testing, Second Edition provides practical insight into the world of software testing and q

    Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.

    標簽: practical Software provides software

    上傳時間: 2014-08-01

    上傳用戶:zhaiyanzhong

  • linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes

    linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes for Linux. These disks can be used as rescue disks or to test new system components. You should be reasonably familiar with system administration tasks before attempting to build a bootdisk. If you just want a rescue disk to have for emergencies,

    標簽: bootdisk-howto filesystem describes diskettes

    上傳時間: 2015-11-22

    上傳用戶:wanghui2438

  • This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR

    This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOTE: the test bench cannot be simulated with DDR enabled because the Altera pads do not have the correct delay models. * How to program the flash prom with a FPGA programming file 1. Create a hex file of the programming file with Quartus. 2. Convert it to srecord and adjust the load address: objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec 3. Program the flash memory using grmon: flash erase 0x800000 0xb00000 flash load fpga.srec

    標簽: Development Startix2 tailored Altera

    上傳時間: 2014-01-19

    上傳用戶:chongcongying

  • 其中sound.c 用于錄音和回放。其中特別需要注意的是:1。目前聲卡似乎不能打開全雙工

    其中sound.c 用于錄音和回放。其中特別需要注意的是:1。目前聲卡似乎不能打開全雙工,所以如果fd = open("/dev/dsp", O_RDWR) ,則無法錄音和回放。只能分別設(shè)置RDONLY和WRONLY。即半雙工方式。否則,就是在錄音的時候可以聽見,但是無法回放。分析下來似乎是IIC總線中只分配了一個通道給聲卡,或者是只啟用了一個通道,所以無法錄音和放音同步進行。解決方法就是分別以RDONLY方式打開進行錄音和WRONLY方式打開進行放音。 Sound1.c用于將錄音保存在test.wav文件中,并利用cast test.wav > /dev/sound/dsp回放文件。此處需要注意的是,錄音頻率必須是44100才能正確回放。否則就會出現(xiàn)類似快放的效果。分析應(yīng)該是cast方式利用了dsp的默認播放頻率44100,所以如果錄音的時候低于這個頻率,這放的時候就會快放。 此外,設(shè)置采樣率的時候必須設(shè)置成16bit,否則會提示出錯。原因尚不知道,估計是與聲卡有關(guān)。

    標簽: sound 回放 全雙工 聲卡

    上傳時間: 2013-12-31

    上傳用戶:cc1

  • verilog語言編寫的FPGA代碼。功能為pc機通過epp不斷寫數(shù)到sram中

    verilog語言編寫的FPGA代碼。功能為pc機通過epp不斷寫數(shù)到sram中,然后pc發(fā)送中斷信號打斷寫過程讀取sram中的數(shù)據(jù)。rar包中包含epp協(xié)議,模塊文件和測試文件(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

主站蜘蛛池模板: 汾阳市| 景谷| 德安县| 赤水市| 任丘市| 九龙县| 磴口县| 平罗县| 微博| 陆丰市| 郎溪县| 北海市| 金坛市| 东港市| 任丘市| 松桃| 阿克| 涟源市| 称多县| 祁门县| 德保县| 黑水县| 额敏县| 唐河县| 武冈市| 绵竹市| 长沙市| 无为县| 屯昌县| 饶阳县| 九寨沟县| 丰顺县| 通化县| 泸水县| 芜湖县| 舒城县| 唐海县| 临漳县| 栖霞市| 轮台县| 南丰县|