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

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

second-Level

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

    標(biāo)簽: range radarsystems resolution describes

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

    上傳用戶:宋桃子

  • Design Specification Introduction Goals and Objectives GameForge is a graphical tool used

    Design Specification Introduction Goals and Objectives GameForge is a graphical tool used to aid in the design and creation of video games. It attempts to bring game development down to a level that any computer savvy user can understand, without requiring masterful programming ability. A user with limited Microsoft DirectX and/or Visual C++ programming knowledge will be able to construct a basic, 2-D arcade game. GameForge limits the amount of actual code written by the user, if not eliminating it completely. It will also assist experienced programmers in generating the Microsoft DirectX and Microsoft Windows9x overhead necessary for basic game construction, allowing them to concentrate on more detailed game design issues and implementation.

    標(biāo)簽: Specification Introduction Objectives GameForge

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

    上傳用戶:wl9454

  • · Develop clear, readable, well-documented and well-designed programs in the C Programming Language.

    · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.

    標(biāo)簽: well-documented well-designed Programming Language

    上傳時(shí)間: 2015-08-16

    上傳用戶:yuchunhai1990

  •  Douglas Comer

     Douglas Comer,《用TCP/IP進(jìn)行網(wǎng)際互連 第3卷:客戶機(jī)-服務(wù)器編程和應(yīng)用(第2版)》 或其英文版 Internetworking With TCP/IP Vol III: Client-Server Programming And Application (Second Edition) 整書源碼

    標(biāo)簽: Douglas 61599 Comer

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

    上傳用戶:685

  • 英文版,pdf格式。 詳細(xì)說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa

    英文版,pdf格式。 詳細(xì)說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標(biāo)簽: Programming Reference Standard Tutorial

    上傳時(shí)間: 2015-09-02

    上傳用戶:Breathe0125

  • Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

    Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.

    標(biāo)簽: Implemented following compile command

    上傳時(shí)間: 2014-01-01

    上傳用戶:lhc9102

  • IT IS FOR YOUR STUDY, IT IS VERY GOOD TEACHING PLAN FOR S3C44B0X ,I LIKE IT,AND IT CAN IMPROVE YOUR

    IT IS FOR YOUR STUDY, IT IS VERY GOOD TEACHING PLAN FOR S3C44B0X ,I LIKE IT,AND IT CAN IMPROVE YOUR LEVEL!

    標(biāo)簽: IT YOUR FOR S3C44B0X

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

    上傳用戶:busterman

  • 解釋綁定的原理

    解釋綁定的原理,Distributed interactive simulation system/High level architrcture

    標(biāo)簽:

    上傳時(shí)間: 2015-09-06

    上傳用戶:jing911003

  • * DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit

    * DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit time values and 4-digit time of day values. Time values are * interpreted as hours-minutes and are valid if all digits are numeric and * 9 or less, except the second-to-last digit must be 5 or less. Time of day * values are valid if they conform to normally accepted clock values of * 1:00 to 12:59 for a 12-hour clock or 00:00 to 23:59 for a 24-hour clock.

    標(biāo)簽: functions DEFINITION accept digit

    上傳時(shí)間: 2014-01-15

    上傳用戶:Divine

  • OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a

    OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. OpenCV has cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external libraries, though it can use some when it is possible. OpenCV is free for both non-commercial and commercial use (see the license for details). OpenCV provides transparent interface to Intel® Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available. More information about IPP can be retrieved at http://www.intel.com/software/products/ipp/index.htm -------------------------------------------------------------------------------- 本文是opencv的入門教程

    標(biāo)簽: collection functions Computer Library

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

    上傳用戶:zhangyi99104144

主站蜘蛛池模板: 新田县| 武夷山市| 齐河县| 吉木萨尔县| 衡山县| 丹阳市| 三门峡市| 香港| 武宣县| 菏泽市| 甘肃省| 巴塘县| 仙桃市| 舒城县| 集安市| 公主岭市| 葵青区| 塘沽区| 闻喜县| 荣成市| 枣阳市| 望都县| 禹城市| 繁昌县| 新干县| 定远县| 师宗县| 华容县| 玛沁县| 将乐县| 玛曲县| 亚东县| 芦山县| 山西省| 元谋县| 黔西| 竹山县| 桦南县| 襄樊市| 聂拉木县| 亳州市|