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

SEARCH

  • describes the most common terms used in radarsystems, such as range, range resolution, Doppler frequ

    describes the most common terms used in radarsystems, such as range, range resolution, Doppler frequency, and coherency. The second part of this chapter develops the radar range equation in many of its forms. This presentation includes the low PRF, high PRF,SEARCH, bistatic radar, and radar equation with jamming.

    标签: range radarsystems resolution describes

    上传时间: 2015-08-05

    上传用户:宋桃子

  • From the Publisher Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to di

    From the Publisher Focus on 2D in Direct3D? teaches you all of the tools and tips you ll need to dive right in and begin creating your own games. If you have some knowledge of C or C++ and have been SEARCHing for a guide that will take your 2D programming into the third dimension, then SEARCH no more! In this book you ll learn the skills you ll need to move from the 2D API to Direct3D. Written from the point of view of a 2D programmer, Focus on 2D in Direct3D presents the fundamentals of the Direct3D API in an easy-to-use-and-understand format. Get ready to jump into the world of Direct3D!

    标签: the Publisher you teaches

    上传时间: 2015-09-01

    上传用户:ve3344

  • By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998

    By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998. (See the catalog page for this book.) SEARCH the text of Perl Cookbook. Table of Contents Copyright Page Foreword Preface Chapter 1: Strings Chapter 2: Numbers Chapter 3: Dates and Times Chapter 4: Arrays Chapter 5: Hashes Chapter 6: Pattern Matching Chapter 7: File Access Chapter 8: File Contents Chapter 9: Directories Chapter 10: Subroutines Chapter 11: References and Records Chapter 12: Packages, Libraries, and Modules Chapter 13: Classes, Objects, and Ties Chapter 14: Database Access Chapter 15: User Interfaces Chapter 16: Process Management and Communication Chapter 17: Sockets Chapter 18: Internet Services Chapter 19: CGI Programming Chapter 20: Web Automation Index Colophon

    标签: Christiansen Torkington published Edition

    上传时间: 2014-02-20

    上传用户:yyq123456789

  • Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols.

    Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien SEARCH and Error Evaluator), Controller and FIFO Register.

    标签: symbols length Hard-decision Codeword

    上传时间: 2014-07-08

    上传用户:曹云鹏

  • this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up

    this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to SEARCH for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included 2. Inputs can be specified in any order, so long as the parameter pairs are specified as a parameter , value

    标签: Traveling Salesman solution Problem

    上传时间: 2013-12-22

    上传用户:ruixue198909

  • 用vc实现的连接sql数据库程序

    用vc实现的连接sql数据库程序,主要是管理方面的一些。you can add some new student news.And you can SEARCH news that you want.

    标签: sql 连接 数据库 程序

    上传时间: 2014-11-24

    上传用户:lgnf

  • Student result management system Use the C language realization system 2, the data structure mak

    Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, SEARCH, insert, row preface etc. basic function 4, the each function mold piece request of system use the form of function realization 5, completion design mission combine write a course a design report. 6, student the existence document of the result information in

    标签: system realization management structure

    上传时间: 2013-11-29

    上传用户:1966640071

  • Tracking a moving object through several frames, provided changes from frame to frame are on the ord

    Tracking a moving object through several frames, provided changes from frame to frame are on the order of +-(10 + "X Range") pixels in the X direction and +-(10 + "Y Range") in the Y direction is done automatically because of a relatively large area of exploration during the SEARCH for an optimal (new) position for a particular control point and a very strong force exerted by large values of the image gradient.

    标签: frame Tracking provided changes

    上传时间: 2015-11-17

    上传用户:zgu489

  • Jode Decompiler.安装方法:点击Eclipse的Help菜单 --> Software Updates --> Find and install...

    Jode Decompiler.安装方法:点击Eclipse的Help菜单 --> Software Updates --> Find and install...,然后选择:SEARCH for new features to install,在弹出的对话框中点击"New Remote Site..."菜单。填入:Name: Jode DecomopilerURL: http://www.technoetic.com/eclipse/update点击"Finish"。之后可以在Window菜单的Preferences --> Java -->Jode Decompiler中配置插件的信息。

    标签: Decompiler Software Eclipse Updates

    上传时间: 2015-11-19

    上传用户:cuibaigao

  • The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowled

    The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the result of a long and frustrating SEARCH for information on writing arithmetic routines for real-time embedded systems. With instruction cycle times coming down and clock rates going up, it would seem that speed is not a problem in writing fast routines. In addition, math coprocessors are becoming more popular and less expensive than ever before and are readily available. These factors make arithmetic easier and faster to use and implement. However, for many of you the systems that you are working on do not include the latest chips or the faster processors. Some of the most widely used microcontrollers used today are not Digital Signal Processors (DSP), but simple eight-bit controllers such as the Intel 8051 or 8048 microprocessors.

    标签: arithmetic high-speed ultimately efficient

    上传时间: 2014-11-30

    上传用户:lizhen9880