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

Implementation

  • 多机器人路径规划算法

    多机器人路径规划算法,The RVO Library provides an easy-to-use Implementation of the Reciprocal Velocity Obstacle (RVO) framework for multi-agent simulation.

    标签: 多机器人 路径规划 算法

    上传时间: 2014-01-25

    上传用户:busterman

  • 虚拟机设计与实现——C/C++

    虚拟机设计与实现——C/C++,即Virtual Machine Design and Implementation in C/C++ ,随书光盘源码,HEC虚拟机的源代码

    标签: 虚拟机

    上传时间: 2016-12-22

    上传用户:洛木卓

  • I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked

    I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an Implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good choice for an example driver. The current status is a working read-only driver that supports caching of file data, the create functionallity still needs some work but I m releasing it due to the high public demand.

    标签: provide Windows example driver

    上传时间: 2013-12-19

    上传用户:zsjzc

  • PDTDFB toolbox The filter bank is described in: The Shiftable Complex Directional Pyramid—Pa

    PDTDFB toolbox The filter bank is described in: The Shiftable Complex Directional Pyramid—Part I: Theoretical Aspects The Shiftable Complex Directional Pyramid—Part II: Implementation and Applications IEEE transaction on singnal processing, Oct. 2008 Other related papers and software are available at: nttruong.googlepages.com Acknowledgement: The code development is based on the matlab code of the contourlet toolbox and the steerable pyramid.

    标签: Directional The Shiftable described

    上传时间: 2017-01-08

    上传用户:924484786

  • 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.

    标签: Visual-to-Audio Electronic download project

    上传时间: 2017-02-01

    上传用户:笨小孩

  • MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising

    MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising of a cross-section between industry and research representatives), MPI is a standardized API typically used for parallel and/or distributed computing. The MPI standard is comprised of 2 documents: MPI-1 (published in 1994) and MPI-2 (published in 1996). MPI-2 is, for the most part, additions and extensions to the original MPI-1 specification. The MPI-1 and MPI-2 documents can be downloaded from the official MPI Forum web site: http://www.mpi-forum.org/. Open MPI is an open source, freely available Implementation of both the MPI-1 and MPI-2 documents. The Open MPI software achieves high performance the Open MPI project is quite receptive to community input.

    标签: comprising MPI Interface committee

    上传时间: 2013-12-22

    上传用户:爺的气质

  • 游戏开发数据结构Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For

    游戏开发数据结构Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For example, there are the four 3rd-Party libraries used in the book, SDL, SDL_TTF, FreeType (which SDL_TTF uses), and STLPort, which is one Implementation of the Standard Template Library. Also, there are four articles on trees and SDL in the articles directory. These supplement the material in the book.

    标签: Programmers Structures Directory contains

    上传时间: 2017-02-12

    上传用户:qoovoop

  • What is Verilog? ➥ Verilog HDL is a Hardware Description Language (HDL) ➥ Verilog HDL

    What is Verilog? ➥ Verilog HDL is a Hardware Description Language (HDL) ➥ Verilog HDL allows describe designs at a high level of abstraction as well as the lower Implementation levels ➥ Primary use of HDLs is the simulation of designs ➥ Verilog is a discrete event time simulator  What is VeriWell? ➥ VeriWell is a comprehensive Implementation of Verilog HDL

    标签: Verilog HDL 10149 Description

    上传时间: 2017-02-18

    上传用户:

  • The files included implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m impleme

    The files included implement the M3 Enigma machine. Rotors.m implements the GUI and enigma.m implements the cipher substitutions. The Implementation can be used as an aid to teaching the enigma machine. Also, the source can be used to show how to implement an enigma machine. The files are thoroughly commented and the application can run in MATLAB by just typing rotors

    标签: implements implement the included

    上传时间: 2017-02-24

    上传用户:lixinxiang

  • cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used

    cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the Implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.

    标签: essentially algorithm describe suitably

    上传时间: 2017-03-02

    上传用户:litianchu