求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
标签: gt myfunction function numel
上传时间: 2013-12-26
上传用户:dreamboy36
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
标签: gt myfunction function numel
上传时间: 2016-06-28
上传用户:change0329
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
标签: gt myfunction function numel
上传时间: 2014-09-03
上传用户:jjj0202
pashload是应用在linux下的网络带宽测试源程序精确度比较高 ///////////////////////////////////// Pathload is a tool for estimating the available bandwidth of an end-to-end path from a host S (sender) to a host R (receiver). The available bandwidth is the maximum IP-layer throughput that a flow can get in the path from S to R, without reducing the rate of the rest of the traffic in the path.
标签: pashload Pathload linux tool
上传时间: 2016-06-29
上传用户:xzt
libftdi - A library (using libusb) to talk to FTDI s FT2232C, FT232BM and FT245BM type chips including the popular bitbang mode.
上传时间: 2016-06-30
上传用户:lhw888
Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been tested on linux and windows. It allows a user to call from one PC to another on a local area network, using SIP/SDP/RTP with Ulaw encoding for voice.
标签: minimalistic User-Agent softphone written
上传时间: 2014-12-02
上传用户:cainaifa
经典的模糊神经网路m程序,采用T-S模型,自适应反传算法
上传时间: 2013-12-24
上传用户:xcy122677
RunExp.m: -Changed script into a function. -Coded to accept the numberofRuns as an Argument. -Added code for automatic Exit from Matlab and Shutdown of WindowsPC.
标签: numberofRuns Argument function Changed
上传时间: 2014-07-29
上传用户:ryb
坦克大战小游戏 控制说明: 玩家1相关控制: A/W/S/D:控制方向 F:开火 1 :玩家1复活 玩家2相关控制: UP/LEFT/RIGHT/DOWN:控制方向 0 :开火 2 :玩家2复活 ESC:返回Menu ENTER:任务完成/失败后的确认按键 功能说明: 将敌方坦克消灭完则任务完成,进入下一关,每过1关,障碍物减少1个,电脑 坦克总数增加5辆,一次出现最多的电脑坦克数目增加1. 我方坦克被消灭完则任务失败,任务从第一关重新开始. 击毁一辆红色坦克,会产生一个宝物,获取后可以根据宝物的类型完成相应 的功能. 宝物功能描述: 1.奖励玩家一辆坦克 2.炸毁当前显示的所有敌方坦克 3.所有敌方坦克被暂停运动和开火,持续10秒 4.玩家坦克处于无敌状态,持续15秒 具备多玩家游戏的功能,目前暂定最多支持2人游戏,按1,2,若相应玩家坦克 已全部被摧毁,则复活该玩家的坦克,并设定该玩家坦克数量为3,总分清0. 其它说明: 作者:朱波 QQ:443581450 Email:kyozb2004@yahoo.com.cn
上传时间: 2016-07-14
上传用户:小草123
博弈论教程 作者: M. J. Osborne (Canada) A. Rubinstein (USA) 译者:魏玉根 出版社:中国社会科学出版社
标签: M. J. A. Rubinstein
上传时间: 2016-07-15
上传用户:zhaiye