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

series-chinese

  • In computer vision, sets of data acquired by sampling the same scene or object at different times, o

    In computer vision, sets of data acquired by sampling the same scene or object at different times, or from different perspectives, will be in different coordinate systems. Image registration is the process of transforming the different sets of data into one coordinate system. Registration is necessary in order to be able to compare or integrate the data obtained from different measurements. Image registration is the process of transforming the different sets of data into one coordinate system. To be precise it involves finding transformations that relate spatial information conveyed in one image to that in another or in physical space. Image registration is performed on a series of at least two images, where one of these images is the reference image to which all the others will be registered. The other images are referred to as target images.

    标签: different computer acquired sampling

    上传时间: 2013-12-28

    上传用户:来茴

  • Fortran has always been the principal language used in the fields of scientific, numerical, and en

    Fortran has always been the principal language used in the fields of scientific, numerical, and engineering programming, and a series of revisions to the standard defining successive versions of the language has progressively enhanced its power and kept it competitive with several generations of rivals. Beginning in 1978, the technical committee responsible for the development of Fortran standards, X3J3 (now called J3), laboured to produce a new, much- needed modern version of the language, Fortran 90. Its purpose is to "promote portability, reliability, maintainability, and efficient execution... on a variety of computing systems". The standard was published in 1991, and work began in 1993 on a minor revision, known informally as Fortran 95. Now this revised

    标签: scientific the principal numerical

    上传时间: 2017-04-12

    上传用户:a3318966

  • python 中文显示

    python 中文显示,py chinese

    标签: python

    上传时间: 2017-05-11

    上传用户:leehom61

  • CANopen Programmer鈥檚 Manual - This manual describes the CANopen implementation developed by Copley C

    CANopen Programmer鈥檚 Manual - This manual describes the CANopen implementation developed by Copley Controls Corporation for the Accelnet, Xenus, R-Series, and Stepnet amplifiers.

    标签: CANopen implementation Programmer describes

    上传时间: 2013-12-21

    上传用户:stampede

  • The aip file contains few Matlab routines for 1D line scan analysis, 1D scaling, 2D scaling, image b

    The aip file contains few Matlab routines for 1D line scan analysis, 1D scaling, 2D scaling, image brightness or contrast variation routine and rouitne for finding area between zero cossings of 1D times series.

    标签: scaling contains analysis routines

    上传时间: 2014-01-19

    上传用户:xmsmh

  • XML Copy Editor is free software released under the GNU General Public License. It is available in C

    XML Copy Editor is free software released under the GNU General Public License. It is available in Chinese (simplified and traditional), English, French, German, Italian, Slovak, Swedish and Ukrainian. There are Linux packages for Arch, Fedora, Gentoo, Slackware and Ubuntu.

    标签: available software released General

    上传时间: 2013-12-20

    上传用户:lizhizheng88

  • Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of oth

    Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.

    标签: Exceptional engineering software example

    上传时间: 2017-06-07

    上传用户:yt1993410

  • 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,

    迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more grid (diagonal * jump is not allowed). * Your program should print a series of grid coordinates that start from m[0][0] * and go to m[9][9] * Hint: No need to find the shortest path, only need to find one path that gets * you to desitination. */

    标签: Starting point means maze

    上传时间: 2013-12-27

    上传用户:Divine

  • ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes (MHD) for use in astrophysics,

    ZEUS is a family of Eulerian (grid based) Magneto-Hydrodynamic codes (MHD) for use in astrophysics, described in a series of papers by Stone and Norman (1, 2, 3). It may be used in Cartesian (XYZ), cylindrical (ZRP), and spherical (RTP) coordinates.

    标签: Magneto-Hydrodynamic astrophysics Eulerian family

    上传时间: 2013-12-19

    上传用户:maizezhen

  • Two scripts are included here. 1. convsys.m - combines the state space representation of two syst

    Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.

    标签: representation included combines scripts

    上传时间: 2017-07-25

    上传用户:semi1981