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

feedback

  • This preface introduces the Advanced Microcontroller Bus Architecture (AMBA) specification. It cont

    This preface introduces the Advanced Microcontroller Bus Architecture (AMBA) specification. It contains the following sections: • About this document on page iv • feedback on page vii.

    标签: Microcontroller specification Architecture introduces

    上传时间: 2016-06-29

    上传用户:frank1234

  • Get more out of your legacy systems: more performance, functionality, reliability, and manageability

    Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts.

    标签: more functionality manageability performance

    上传时间: 2013-12-12

    上传用户:semi1981

  • Tricks of the Windows Game Programmin Gurus, 2E takes the reader through Win32 programming, covering

    Tricks of the Windows Game Programmin Gurus, 2E takes the reader through Win32 programming, covering all the major components of DirectX including DirectDraw, DirectSound, DirectInput (including Force feedback), and DirectMusic. Andre teaches the reader 2D graphics and rasterization techniques. Finally, Andre provides the most intense coverage of game algorithms, multithreaded programming, artificial intelligence (including fuzzy logic, neural nets, and genetic algorithms), and physics modeling you have ever seen in a game book.

    标签: programming Programmin the covering

    上传时间: 2014-01-02

    上传用户:wangchong

  • The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA i

    The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.

    标签: diffusion-limited-aggregation DLA generates 320x240

    上传时间: 2014-01-15

    上传用户:225588

  • 15篇光流配准经典文献

    15篇光流配准经典文献,目录如下: 1、A Local Approach for Robust Optical Flow Estimation under Varying 2、A New Method for Computing Optical Flow 3、Accuracy vs. Efficiency Trade-offs in Optical Flow Algorithms 4、all about direct methods 5、An Introduction to OpenCV and Optical Flow 6、Bayesian Real-time Optical Flow 7、Color Optical Flow 8、Computation of Smooth Optical Flow in a feedback Connected Analog Network 9、Computing optical flow with physical models of brightness Variation 10、Dense estimation and object-based segmentation of the optical flow with robust techniques 11、Example Goal Standard methods Our solution Optical flow under 12、Exploiting Discontinuities in Optical Flow 13、Optical flow for Validating Medical Image Registration 14、Tutorial Computing 2D and 3D Optical Flow.pdf 15、The computation of optical flow

    标签: 光流

    上传时间: 2014-11-21

    上传用户:fanboynet

  • A combined space鈥搕ime block coding (STBC) and eigen-space tracking (EST) scheme in multiple-input-m

    A combined space鈥搕ime block coding (STBC) and eigen-space tracking (EST) scheme in multiple-input-multiple-output systems is proposed. It is proved that the STBC-EST is capable of shifting hardware complexity from the receiver to the transmitter without any bit error rate (BER) performance loss. A computation efficient EST algorithm is also proposed, which makes the STBC-EST affordable. Simulation results show that the STBC-EST with a modest feedback requirement results in a negligible BER performance loss compared with a dual system configuration.

    标签: multiple-input-m eigen-space combined tracking

    上传时间: 2014-01-12

    上传用户:磊子226

  • The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wi

    The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wikipedia.org/wiki/CBIR). It enables you to do Query By Example (QBE: http://en.wikipedia.org/wiki/QBE) on images, giving you the opportunity to improve query results by relevance feedback. For processing your queries the program relies entirely on the content of the images, freeing you from the need to annotate all images before querying the collection.

    标签: Image-Finding Retrieval Content System

    上传时间: 2014-01-11

    上传用户:咔乐坞

  • In this paper, the feasibility of replacing a chaos source by an equivalent digital pseudo-random ge

    In this paper, the feasibility of replacing a chaos source by an equivalent digital pseudo-random generator realized using Linear feedback Shift Register (LFSR) is studied. Particular emphasis is given on the digital implementation Piece-Wise Linear Affine Maps (PWAM). As an application, an FPGA implementation of four different maps has been experimentally verified in a FM-DCSK test radio system.

    标签: pseudo-random feasibility equivalent replacing

    上传时间: 2013-12-13

    上传用户:从此走出阴霾

  • A fractal is generally "a rough or fragmented geometric shape that can be split into parts, each of

    A fractal is generally "a rough or fragmented geometric shape that can be split into parts, each of which is (at least approximately) a reduced-size copy of the whole,"[1] a property called self-similarity. The term was coined by Benoî t Mandelbrot in 1975 and was derived from the Latin fractus meaning "broken" or "fractured." A mathematical fractal is based on an equation that undergoes iteration, a form of feedback based on recursion.[2]

    标签: fragmented generally geometric fractal

    上传时间: 2014-01-17

    上传用户:as275944189

  • Two scripts are included here. 1. convsys.m - combines the state space representation of two syst

    Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.

    标签: representation included combines scripts

    上传时间: 2017-07-25

    上传用户:semi1981