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

Line

  • a new method for identification of fast fading mobile channels. Estimates both the channel statistic

    a new method for identification of fast fading mobile channels. Estimates both the channel statistics and the time varying channel impulse respone on -Line.

    标签: identification Estimates statistic channels

    上传时间: 2014-12-22

    上传用户:lz4v4

  • In this paper, it is designed a platform for least deviation Linear interpolation with two axis Line

    In this paper, it is designed a platform for least deviation Linear interpolation with two axis Linear guides, and it realizes the Linear interpolator by PIC microprocessor with MPLAB C language in PIC microprocessor.

    标签: interpolation deviation designed platform

    上传时间: 2017-07-24

    上传用户:维子哥哥

  • 本文的主旨以讨论 EMACS 的入门为主

    本文的主旨以讨论 EMACS 的入门为主,其内容包括 EMACS 发展的概述, EMACS 整合 环境的简介以及 EMACS 的基石 - editor 的详谈。本文在结构上分成八章,第一章讨论有 关 EMACS 的源起、发展历史以及 EMACS 的特性简介。 第二章讨论 EMACS 的 on-Line help。第三章则简单介绍 EMACS 的整合环境。接下来就是本文的重点,探讨 EMACS 的 本质。

    标签: EMACS

    上传时间: 2013-12-16

    上传用户:wff

  • Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state

    Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first Line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 Line blank. See examples EightPuzzle.INP

    标签: state algorithme Program problem

    上传时间: 2017-08-12

    上传用户:jjj0202

  • Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

    Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first Line contains the number of vertices (n) and the number of arcs (m). Then, there exist m Lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single Line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5

    标签: Implementation calculates algorithm Edmonds

    上传时间: 2014-01-04

    上传用户:kiklkook

  • PseudoQ is an open source java application for creating, playing and solving SuDoku puzzles of vario

    PseudoQ is an open source java application for creating, playing and solving SuDoku puzzles of various types. It features both a Swing GUI and command-Line operation. The automatic solving of puzzles uses "smart" techniques rather than a brute force search of every possible combination.

    标签: application creating PseudoQ playing

    上传时间: 2014-01-06

    上传用户:yiwen213

  • AVR single-chip developed by a very low threshold, as long as the computer will be able to study the

    AVR single-chip developed by a very low threshold, as long as the computer will be able to study the development of AVR microcontroller. Only a single-chip ISP download beginners Line, the editing, debugging of software programs through a direct Line into the AVR microcontroller, which can develop AVR Series Single-chip package of a variety of devices. AVR single-chip microcomputer in the industry known as "front-Line struggle to seize state power."

    标签: single-chip developed threshold the

    上传时间: 2017-09-12

    上传用户:shinesyh

  • AVR single-chip developed by a very low threshold, as long as the computer will be able to study the

    AVR single-chip developed by a very low threshold, as long as the computer will be able to study the development of AVR microcontroller. Only a single-chip ISP download beginners Line, the editing, debugging of software programs through a direct Line into the AVR microcontroller, which can develop AVR Series Single-chip package of a variety of devices. AVR single-chip microcomputer in the industry known as "front-Line struggle to seize state power."

    标签: single-chip developed threshold the

    上传时间: 2013-12-09

    上传用户:invtnewer

  • TdcHintEx Provides your users with a cool transparent hint. It replaces standard Delphi hint wind

    TdcHintEx Provides your users with a cool transparent hint. It replaces standard Delphi hint window. Just drop a TdcHintEx in your main form. Set Enabled to True. And run your application. Oh btw, please set ShowHint to True.. :) Drop me a Line, and tell me what you think of it. Antony Hoon antony7777@telkom.net

    标签: hint transparent TdcHintEx Provides

    上传时间: 2014-01-12

    上传用户:181992417

  • Matlab 画三维立体图形

    Matlab 画三维立体图形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, Lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms.      Some features of the library are:   - creation of various shapes (3D points, 3D Lines, planes, polyhedra...)     through an intuitive syntax.      Ex: createPlane(p1, p2, p3) to create a plane through 3 points.     - derivation of new shapes: intersection between 2 planes, intersection between     a plane and a Line, between a sphere and a Line...   - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces     arrays (face array contain indices of vertices), and support faces with any     number of vertices. Some basic models are provided (createOctaedron,     createCubeoctaedron...), as well as some computation (like faceNormal or     centroid)      - manipulation of planar transformation. Ex.:     ROT = createRotationOx(THETA);     P2  = transformPoint3d(P1, ROT);     - direct drawing of shapes with specialized functions. Clipping is performed      automatically for infinite shapes such as Lines or rays. Ex:     drawPoint3d([50 50 25; 20 70 10], 'ro');    % draw some points     drawLine3d([X0 Y0 Z0 DX DY DZ]);            % clip and draw straight Line Some functions require the geom2d package.       Additional help is provided in geom3d/Contents.m file, as well as summary files     like 'points3d.m' or 'Lines3d.m'.

    标签: Matlab 画三维立体图形

    上传时间: 2015-11-02

    上传用户:A1321