功能:编写的计算皮亚诺相关系数 开发语言:ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = correlate(b,c) # 0.8221970228 puts c1#,c2,c3
上传时间: 2013-12-18
上传用户:skfreeman
网上选课程序:a.使用JSP/Servlet开发,b.数据保存可使用文件,最好使用数据库。
上传时间: 2013-12-25
上传用户:ynwbosss
Visual tracking is one of the key components for robots to accomplish a given task in a dynamic environment, especially when independently moving objects are included. This paper proposes an extension of Adaptive Visual Servoing (hereafter, AVS) for unknown moving object tracking. The method utilizes binocular stereo vision, but does not need the knowledge of camera parameters. Only one assumption is that the system need stationary references in the both images by which the system can predict the motion of unknown moving objects. The basic ideas how we extended the AVS method such that it can track unknown moving objects are given and formalized into a new AVS system. The experimental results with proposed control architecture are shown and a discussion is given.
标签: components accomplish tracking dynamic
上传时间: 2013-12-11
上传用户:lizhen9880
Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-world tasks than any other major language used today. Java I/O is the first and still the only book to fully expose the power and sophistication of this library.
标签: cross-platform language powerful provide
上传时间: 2014-01-07
上传用户:pompey
用双向链表实现任意位数的正负整数或小数的加法、减法和乘法运算以及对文件的相关操作。 文件说明: 给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生的结果存储在sub*.txt中,乘法产生的结果存储在mult*.txt中,*为对应的一组数据。
上传时间: 2014-01-09
上传用户:zhouchang199
In order to install DotNetNuke and a supporting database you will need either Windows 2003 Server or Windows XP (development only). This book covers a basic install of DotNetNuke using a SQL Server database as the Data Provider. You will need to have access to either SQL Server 2000 or MSDE (develop- ment only) on the same machine or a remote machine. To participate in the development chapters, you will need Visual Studio .NET 2003.
标签: DotNetNuke supporting database install
上传时间: 2013-11-25
上传用户:onewq
用类编写的连续输出几个小写英文字母a,如果继续则输出b,如果不继续则终止。以此类推。
上传时间: 2017-06-25
上传用户:变形金刚
目前流行的功率放大器除采用集成电路功放外几乎都是用分立元件构成的OCL电路。基本电路由差动输入级、电压放大级、电流放大级(推动级)、功率输出级和保护电路组成。附图A是结构框、图B是实用电路例图,有结构简单的基本电路形式,也有增加了辅助电路和补偿电路的复杂电路形式。
标签: 功放电路图
上传时间: 2013-08-05
上传用户:change0329
"'龍門'智能中医处方平台"是由龍門中医软件工作室开发的免费软件,1.0版包括如下功能:a生成、管理中医处方.b根据《药典》对用药剂量、配伍禁忌进行检查c调用方剂一千四百余首;根据病名查看中医内、妇、儿、外科教科书281种疾病的常见分型及治疗方法.d支持用户录入自拟方及自己的证治经验;等等。注意:运行此软件需要先下载安装access runtime 2007,这是微软提供的一款免费软件。详情请看:http://zhan.renren.com/longmensoft
上传时间: 2013-08-01
上传用户:谁偷了我的麦兜
计算方法: 1) A值(相位)的计算:根据设置的相位值D(单位为度,0度-360度可设置),由公式A=D/360,得出A值,按四舍五入的方法得出相位A的最终值; 2) B偏移量值的计算:按B=512*(1/2VPP-VDC+20)/5; 3) C峰峰值的计算:按C=VPP/20V*4095;
上传时间: 2013-11-18
上传用户:xdqm