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

POINT

Polymer Optical INterconnect Technology  --  聚合物光纤互连技术
  • This getting started exercise will guide you through the step-by-step process of transforming a MATL

    This getting started exercise will guide you through the step-by-step process of transforming a MATLAB floating-POINT model into a hardware module that can be implemented in silicon (FPGA or ASIC). The design is a general purpose FIR filter taken from the AccelDSP Examples directory.

    标签: step-by-step transforming exercise getting

    上传时间: 2014-01-17

    上传用户:VRMMO

  • AppWizard has created this SEEDDEC2XXX application for you. This application not only demonstrates

    AppWizard has created this SEEDDEC2XXX application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting POINT for writing your application.

    标签: application demonstrates SEEDDEC2XXX AppWizard

    上传时间: 2015-09-29

    上传用户:zuozuo1215

  • CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s

    CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input signal. Array x, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating POINT. Array y, in first step, is the input signal produced by programme, in next step, is the input signal get from A/D, the length is 128, 32-bit floating POINT. Array cor is the Correlation result, the length is 255, 32-bit floating POINT.

    标签: Correlation Algorithm programme the

    上传时间: 2013-12-21

    上传用户:leixinzhuo

  • GPR matlab The function should work with MATLAB v 5 and above. Please do not hesitate to contact me

    GPR matlab The function should work with MATLAB v 5 and above. Please do not hesitate to contact me with any ideas for improving it or to POINT out any bugs that you find.

    标签: function hesitate contact matlab

    上传时间: 2014-01-10

    上传用户:zhoujunzhen

  • 实现一个类

    实现一个类,描述二维平面的直线Line。 描述属性:私有属性  直线所通过的点:POINT p;  直线的斜率:double m 实现方法:  直线的构建;  返回直线的两个属性;  返回直线在Y轴上的截距:yIntercept ;  判断两条直线是否相等;  显示直线的内容:y = mx + b  isParallelTo(Line line2),判断本直线与直线line2是否平行;  isPeroendicularTo(Line line2),判断本直线与直线line2是否垂直;  translate(double dx, double dy),将直线向右移动dx单位,向上移动dy单位;  rarate(double ta),将直线沿逆时针方向旋转ta度

    标签:

    上传时间: 2015-10-24

    上传用户:Divine

  • %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma

    %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible POINT nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:

    标签: BIQPBOX reflective Bisection search

    上传时间: 2013-12-17

    上传用户:sk5201314

  • Developers use algorithms and data structures every day of their working lives. Having a good under-

    Developers use algorithms and data structures every day of their working lives. Having a good under-standing of these algorithms and knowledge of when to apply them is essential to producing softwarethat not only works correctly, but also performs efficiently. This book aims to explain those algorithms and data structures most commonly encountered in day-to-day software development, while remaining at all times practical, concise, and to the POINT, with little orno verbiage to distract from the core concepts and examples.

    标签: Developers algorithms structures working

    上传时间: 2015-11-03

    上传用户:wyc199288

  • A one-dimensional calibration object consists of three or more collinear POINTs with known relative

    A one-dimensional calibration object consists of three or more collinear POINTs with known relative positions. It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates around a ¯ xed POINT. In this paper, it is proved that when a multi-camera is observing a 1D object undergoing general rigid motions synchronously, the camera set can be linearly calibrated. A linear algorithm for the camera set calibration is proposed,and then the linear estimation is further re¯ ned using the maximum likelihood criteria. The simulated and real image experiments show that the proposed algorithm is valid and robust.

    标签: one-dimensional calibration collinear consists

    上传时间: 2014-01-12

    上传用户:璇珠官人

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

    标签: frame Tracking provided changes

    上传时间: 2015-11-17

    上传用户:zgu489

  • 原理:对Pe文件的.data节

    原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry POINT使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码

    标签: data

    上传时间: 2013-12-12

    上传用户:dave520l