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

represent

  • CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional s

    CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional surface. Package ope.carsim contains classes that represent the problem domain: cars and locations. Package ope.carsim.gui contains a user interface for the application.

    标签: two-dimensional application simulating simplified

    上传时间: 2013-12-22

    上传用户:gaome

  • * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli

    * CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should be 2 * times the size of the input data type.

    标签: CONSTRAINTS considered module handle

    上传时间: 2015-09-07

    上传用户:qunquan

  • The purpose of this application note is to describe the main elements of an RS-422 and RS-485 syste

    The purpose of this application note is to describe the main elements of an RS-422 and RS-485 system. This application note attempts to cover enough technical details so that the system designer will have considered all the important aspects in his data system design. Since both RS-422 and RS- 485 are data transmission systems that use balanced differential signals, it is appropriate to discuss both systems in the same application note. Throughout this application note the generic terms of RS-422 and RS-485 will be used to represent the EIA/TIA-422 and EIA/TIA-485 Standards.

    标签: application describe elements purpose

    上传时间: 2013-12-29

    上传用户:sxdtlqqjl

  • Resampling is the operation of converting from audio represented at one sampling rate to a represent

    Resampling is the operation of converting from audio represented at one sampling rate to a representation at another sample rate with minimum losses.

    标签: represented Resampling converting operation

    上传时间: 2013-12-24

    上传用户:moshushi0009

  • 北京大学ACM比赛题 The game of Scrabble is played with tiles. A tile either has a single letter written on

    北京大学ACM比赛题 The game of Scrabble is played with tiles. A tile either has a single letter written on it, or it is blank. In the latter case, the tile may be used to represent a letter of your choice. On your turn, you arrange the tiles to form a word. Each tile may be used at most once, but not all tiles need to be used. Given several Scrabble tiles and a dictionary, determine how many words in the dictionary can be formed using the given Scrabble tiles.

    标签: Scrabble written either letter

    上传时间: 2016-04-22

    上传用户:dancnc

  • 独立flash播放器!This the developer’s wiki for Gnash and related projects. Content on these pages may not

    独立flash播放器!This the developer’s wiki for Gnash and related projects. Content on these pages may not represent the official position of the Gnash team. You must register and be given access by the administrator to be able to write to the wiki registration is free, it’s friendly, and it stops spammers.

    标签: developer projects Content related

    上传时间: 2016-08-21

    上传用户:hebmuljb

  • Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimen

    Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimensions than two). For an introduction, refer to the Wikipedia article on Quaternions. Quaternion toolbox for Matlab® extends Matlab® to allow calculation with matrices of quaternions in almost the same way that one calculates with matrices of complex numbers. This is achieved by defining a private type to represent quaternion matrices and overloadings of many standard Matlab® functions. The toolbox supports real and complex quaternions (that is quaternions with four real or complex components).

    标签: numbers generalizations hypercomplex Quaternions

    上传时间: 2014-11-27

    上传用户:jhksyghr

  • A website for keeping track of wishes for your character in WoW Users are able to make a user accoun

    A website for keeping track of wishes for your character in WoW Users are able to make a user account, register their in-game characters, make wishes that represent their in-game goals, and match them against other players.

    标签: for character website keeping

    上传时间: 2014-01-05

    上传用户:古谷仁美

  • Model for Opnet. Use this model to generate traffic between source and destination pairs. The resul

    Model for Opnet. Use this model to generate traffic between source and destination pairs. The resultant traffic file can then be imported into the networks to mimic traffic patterns and represent background loading on a network

    标签: destination generate between traffic

    上传时间: 2017-08-06

    上传用户:gaome

  • LatentSVM论文

    The object detector described below has been initially proposed by P.F. Felzenszwalb in [Felzenszwalb2010]. It is based on a Dalal-Triggs detector that uses a single filter on histogram of oriented gradients (HOG) features to represent an object category. This detector uses a sliding window approach, where a filter is applied at all positions and scales of an image. The first innovation is enriching the Dalal-Triggs model using a star-structured part-based model defined by a “root” filter (analogous to the Dalal-Triggs filter) plus a set of parts filters and associated deformation models. The score of one of star models at a particular position and scale within an image is the score of the root filter at the given location plus the sum over parts of the maximum, over placements of that part, of the part filter score on its location minus a deformation cost easuring the deviation of the part from its ideal location relative to the root. Both root and part filter scores are defined by the dot product between a filter (a set of weights) and a subwindow of a feature pyramid computed from the input image. Another improvement is a representation of the class of models by a mixture of star models. The score of a mixture model at a particular position and scale is the maximum over components, of the score of that component model at the given location.

    标签: 计算机视觉

    上传时间: 2015-03-15

    上传用户:sb_zhang