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

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

device-specific

  • 凌陽SPCE3200 系統(tǒng)開發(fā)板隨機(jī)自帶源程序。共安排了32個(gè)子目錄

    凌陽SPCE3200 系統(tǒng)開發(fā)板隨機(jī)自帶源程序。共安排了32個(gè)子目錄,其中按照SPCE3200實(shí)驗(yàn)指導(dǎo)書(上冊(cè))中的實(shí)驗(yàn)順序存放了實(shí)驗(yàn)程序的源代碼,所有項(xiàng)目代碼均在S+coreIDE v2.1.2下測試通過。此為第16到第23個(gè)試驗(yàn)源代碼。試驗(yàn)內(nèi)容如下: 5.3 實(shí)驗(yàn)十六:Cache 讀寫實(shí)驗(yàn). 5.4 實(shí)驗(yàn)十七:DMA讀寫實(shí)驗(yàn) 5.5 實(shí)驗(yàn)十八:SD卡讀取實(shí)驗(yàn) SPCE3200教學(xué)平臺(tái)通信模塊實(shí)驗(yàn) 6.1 實(shí)驗(yàn)十九:SPI通信實(shí)驗(yàn) 6.2 實(shí)驗(yàn)二十:I2C通信實(shí)驗(yàn). 6.3 實(shí)驗(yàn)二十一:UART異步串行口通訊實(shí)驗(yàn) 6.4 實(shí)驗(yàn)二十二:USB DEVICE實(shí)驗(yàn) 6.5 實(shí)驗(yàn)二十三:USB HOST 實(shí)驗(yàn)

    標(biāo)簽: SPCE 3200 凌陽

    上傳時(shí)間: 2014-12-05

    上傳用戶:thinode

  • ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project

    ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image.

    標(biāo)簽: Visual-to-Audio Electronic download project

    上傳時(shí)間: 2017-02-01

    上傳用戶:笨小孩

  • Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:

    Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encrypts a partition or drive where Windows is installed (pre-boot authentication). * Encryption is automatic, real-time (on-the-fly) and transparent. * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password: 1) Hidden volume (steganography) and hidden operating system. 2) No TrueCrypt volume can be identified (volumes cannot be distinguished from random data). * Encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: XTS. Further information regarding features of the software may be found in the:http://www.truecrypt.org/

    標(biāo)簽: open-source encryption Features software

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

    上傳用戶:123啊

  • Bootloading the TMS320VC5506/C5507/C5509 A digital signal processor (DSP) through the on-chip unive

    Bootloading the TMS320VC5506/C5507/C5509 A digital signal processor (DSP) through the on-chip universal serial bus (USB) peripheral is part of the standard bootloader provided on the device. This document describes the procedures for physically connecting the DSP to a USB host, invoking the USB bootloader on the DSP, generating the correct boot table file, and downloading the boot table from the host to the DSP via USB.

    標(biāo)簽: Bootloading the processor digital

    上傳時(shí)間: 2017-02-11

    上傳用戶:腳趾頭

  • The USB Multi-Interface driver is a replacement driver for the system provided Multi-Interface drive

    The USB Multi-Interface driver is a replacement driver for the system provided Multi-Interface driver. This driver was developed to overcome some bugs that are included in the build in driver and to introduce new features. The driver is compatible to the system provided Multi-Interface driver. If the driver is installed on a system, it does not automatically replace the system provided driver. It exists parallel to the system driver and is assigned to a device during the installation process.

    標(biāo)簽: Multi-Interface driver replacement provided

    上傳時(shí)間: 2017-02-11

    上傳用戶:asddsd

  • This book uses the Python language to teach pro - gramming concepts and problem -solving skills,

    This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student learns how to design the logic of programs and then implement those programs using Python. This book is ideal for an introductory programming course or a programming logic and design course using Python as the language. As with all the boolts in the Starting Out With series, the hallmark of this text is its clear, friendly, and easy -to-understand writing. In addition, it is rich in example programs that are concise and practical. The programs in this book include short examples that highlight specific programming topics, as well as more involved examples that focus on problem solving. Each chapter provides one or more case studies that provide step -by-step analysis of a specific problem and shows the student how to solve it.

    標(biāo)簽: language gramming concepts problem

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

    上傳用戶:獨(dú)孤求源

  • This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size

    This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size Frame Buffer Object (FBO). The Glow effect is performed on a specific part of the screen and can be done only on specific objects of the scene. You can imagine using such a postprocessing effect in CAD/DCC to emphasize some items from a selection or picking for example.

    標(biāo)簽: arbitrary rendering example perform

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

    上傳用戶:liuchee

  • Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard

    Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects 1. Packager 2. Setup1 The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how to compile visual basic project without launching the Vb6 kit and retrieving the dependency Files of any Visual basic project (although roughly done without any specific algorithm), Somebody can help me with this. I don’ t have time for the project, so I don’ t want any comment on the code indentation or arrangement and variable scoping. Comments are in the code therefore it would not be a problem to understand the code. If anyone wants to vote, I will like it Oh! I found some of the setup1 code and modify it with new features, so i have no or less credit for the setup1 project I felt like sharing code with PSCites. Thats why I made it

    標(biāo)簽: Visual Basic Developers Installer

    上傳時(shí)間: 2017-02-26

    上傳用戶:FreeSky

  • Fingerprint Verification System an easy to use library that allows programmers to integrate fingerp

    Fingerprint Verification System an easy to use library that allows programmers to integrate fingerprint technology into their software without specific know-how. Fast, easy to use, and small great for embedded systems.

    標(biāo)簽: Verification Fingerprint programmers integrate

    上傳時(shí)間: 2017-03-03

    上傳用戶:plsee

  • This document describes functionalities of SM VoyagerGX windows ce drivers which support wince 4.x.S

    This document describes functionalities of SM VoyagerGX windows ce drivers which support wince 4.x.SM device drivers are developed in c++.

    標(biāo)簽: functionalities describes VoyagerGX document

    上傳時(shí)間: 2017-03-03

    上傳用戶:qq521

主站蜘蛛池模板: 宣威市| 渭源县| 舞钢市| 炉霍县| 剑河县| 工布江达县| 呼玛县| 蓬安县| 望都县| 兴安县| 从江县| 介休市| 增城市| 包头市| 政和县| 苍南县| 平潭县| 建德市| 中方县| 邹平县| 兴化市| 龙川县| 青冈县| 含山县| 西峡县| 文山县| 涿鹿县| 梁平县| 康马县| 波密县| 安西县| 白河县| 清苑县| 米脂县| 哈尔滨市| 定州市| 保靖县| 安新县| 焦作市| 定州市| 渝中区|