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

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

SEARCH

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

    標(biāo)簽: the Publisher you teaches

    上傳時(shí)間: 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

    標(biāo)簽: Christiansen Torkington published Edition

    上傳時(shí)間: 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.

    標(biāo)簽: symbols length Hard-decision Codeword

    上傳時(shí)間: 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

    標(biāo)簽: Traveling Salesman solution Problem

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

    上傳用戶:ruixue198909

  • 用vc實(shí)現(xiàn)的連接sql數(shù)據(jù)庫程序

    用vc實(shí)現(xiàn)的連接sql數(shù)據(jù)庫程序,主要是管理方面的一些。you can add some new student news.And you can SEARCH news that you want.

    標(biāo)簽: sql 連接 數(shù)據(jù)庫 程序

    上傳時(shí)間: 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

    標(biāo)簽: system realization management structure

    上傳時(shí)間: 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.

    標(biāo)簽: frame Tracking provided changes

    上傳時(shí)間: 2015-11-17

    上傳用戶:zgu489

  • Jode Decompiler.安裝方法:點(diǎn)擊Eclipse的Help菜單 --> Software Updates --> Find and install...

    Jode Decompiler.安裝方法:點(diǎn)擊Eclipse的Help菜單 --> Software Updates --> Find and install...,然后選擇:SEARCH for new features to install,在彈出的對話框中點(diǎn)擊"New Remote Site..."菜單。填入:Name: Jode DecomopilerURL: http://www.technoetic.com/eclipse/update點(diǎn)擊"Finish"。之后可以在Window菜單的Preferences --> Java -->Jode Decompiler中配置插件的信息。

    標(biāo)簽: Decompiler Software Eclipse Updates

    上傳時(shí)間: 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.

    標(biāo)簽: arithmetic high-speed ultimately efficient

    上傳時(shí)間: 2014-11-30

    上傳用戶:lizhen9880

  • The concept of Adaptive Memory coupled with advances in neighborhood structures derived from dynami

    The concept of Adaptive Memory coupled with advances in neighborhood structures derived from dynamic and adaptive SEARCH constructions have been the source of numerous important developments in metaheuristic optimization throughout the last decade.

    標(biāo)簽: neighborhood structures Adaptive advances

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

    上傳用戶:784533221

主站蜘蛛池模板: 罗山县| 恩平市| 万宁市| 东宁县| 拜城县| 荥阳市| 元朗区| 临汾市| 榆社县| 通城县| 聂拉木县| 黄骅市| 改则县| 吐鲁番市| 如东县| 绥中县| 无棣县| 城固县| 鹤庆县| 梁河县| 沧州市| 温泉县| 琼海市| 金乡县| 温宿县| 鲁甸县| 阜新| 黄龙县| 丹东市| 噶尔县| 龙岩市| 楚雄市| 杨浦区| 吐鲁番市| 松原市| 乐平市| 明星| 同心县| 泽州县| 牡丹江市| 邛崃市|