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

vector-Processor

  • D:Program FilesAltium Designer 6ExamplesProcessor ExamplesARM7 Sharp LH79520 VGAEmbeddedVGA

    D:\Program Files\Altium Designer 6\Examples\Processor Examples\ARM7 Sharp LH79520 VGA\EmbeddedVGA

    标签: 6ExamplesProcessor VGAEmbeddedVGA ExamplesARM7 FilesAltium

    上传时间: 2013-11-29

    上传用户:

  • This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system

    This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola. It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert batch file. This file can then be incorporated with fuzzy.asm to create a fuzzy inference engine. Tool chain ---------- FUDGE -> Fuzzy Rules -> MC68HC11.ASM -> CONVERT.BAT -> RULES.ASM -> MPASM FUZZY.ASM -> INTEL HEX Fuzzy input registers --------------------- current_ins 1..8 x 8-bit raw inputs Fuzzy inference function ------------------------ FuzzyEngine Fuzzy output registers ---------------------- cog_outs 1..8 x 8-bit raw outputs

    标签: fuzzy development implements PIC-based

    上传时间: 2014-01-18

    上传用户:caozhizhi

  • Sensing and planning are at the core of robot motion. Traditionally, mobile robots have been used f

    Sensing and planning are at the core of robot motion. Traditionally, mobile robots have been used for performing various tasks with a general-purpose processor on-board. This book grew out of our research enquiry into alternate architectures for sensor-based robot motion. It describes our research starting early 2002 with the objectives of obtaining a time, space and energy-efficient solution for processing sensor data for various robotic tasks. New algorithms and architectures have been developed for exploration and other aspects of robot motion. The research has also resulted in design and fabrication of an FPGA-based mobile robot equipped with ultrasonic sensors. Numerous experiments with the FPGA-based mobile robot have also been performed and they confirm the efficacy of the alternate architecture.

    标签: Traditionally planning Sensing motion

    上传时间: 2013-12-20

    上传用户:古谷仁美

  • SVDD的工具箱

    SVDD的工具箱,可以很好的处理一类分类问题,详见Support Vector Data Description一文

    标签: SVDD 工具箱

    上传时间: 2014-03-01

    上传用户:songrui

  • DEV C++ 写的一个矩阵类

    DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.

    标签: DEV 矩阵

    上传时间: 2017-06-14

    上传用户:lht618

  • The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

    The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.

    标签: iterations performs Bailey number

    上传时间: 2014-01-05

    上传用户:libenshu01

  • The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains

    The SL11RIDE is a low cost, high speed Universal Serial Bus RISC based Controller board. It contains a 16-bit RISC processor with built in SL11RIDE ROM to greatly reduce firmware development efforts. Its serial flash EEPROM interface offers low cost storage for USB device configuration and customer product specific functions. New functions can be programmed into the I2C by downloading it from a USB Host PC. This unique architecture provides the ability to upgrade products, in the field, without changing the peripheral hardware.

    标签: Controller Universal contains Serial

    上传时间: 2014-01-06

    上传用户:15071087253

  • tinyxml project for Visual Studio 2008. A small xml parser, the result is lib file for embedded ARM

    tinyxml project for Visual Studio 2008. A small xml parser, the result is lib file for embedded ARM processor

    标签: for embedded tinyxml project

    上传时间: 2014-01-08

    上传用户:zxc23456789

  • VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in li

    VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in library-like form All needed components up to, including the round/key schedule circuits are implemented, giving the flexibility to be combined in different architectures (iterative, rolled out/pipelined etc). Manual in English is included with more details about how to use the components and/or how to optimize some of them. All testbenches are provided (tables, variable key/text, ECB/CBC monte carlo) for 128, 192 and 256 bit key sizes, along with their respective vector files.

    标签: implementation twofish cipher VHDL

    上传时间: 2017-06-25

    上传用户:王小奇

  • NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vect

    NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functions (syntax provided) and display the output).

    标签: demonstrate artificial Functions program

    上传时间: 2013-12-30

    上传用户:hfmm633