求标准偏差 > 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
完成cnc系统的T曲线控制,较好的完成数控加工
上传时间: 2014-11-23
上传用户:sxdtlqqjl
System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.out.print(a) System.out.print(b) System.out.print(c) System.out.println(d) x=0x5f20 y=0x5f35 z=0xffff System.out.print(x) System.out.print(y) System.out.println(z)
上传时间: 2016-07-01
上传用户:日光微澜
J T AG 接口插座与DSP芯片的距离:为了保证JTAG信号不受干扰,需 要注意两者之间的距离不超过六英寸(15甲24厘米),超过这个距离,就需要在中 间加缓冲芯片。本设计中使用了244作为缓冲芯片,但其原因不是由于器件之间 距离过长,而是考虑到仿真器工作在5V电压,DSP引脚为3.3V,为了电平兼容 性而进行的电压转换功能。
上传时间: 2013-12-18
上传用户:fnhhs
vc通过ARP攻击源码,用到winpcap,运行环境DOS
上传时间: 2014-01-18
上传用户:wanqunsheng
ARP欺骗程序 写程序时遇到俩问题 第一个问题: 打开网卡时失败 弄了俩天了..此问题非常之变态. .后来有个 有位老师告诉我说网上的 取网卡的名字都是错的 网上大部分用的是 PacketGetAdapterNames 取所有网卡名字的字符串 而 老师告诉我 正确的应该用 GetAdaptersInfo 来取 其网卡信息 然后再 从相关结构体中取出 这个问题算是解决了 花了我2天时间 郁闷 第二个问题: 自己构造的 ARP包是能正确发送了..但是没有效果... 哇靠 然后 又去问 朋友 朋友帮忙看了下源代码...发现 字节问题...一个ARP包 的字节是 多少来着 不记得了 但是我的2个结构体加起来 是超过了那个 字节 为什么会这样呢 ? 因为结构体 有自动 数据对齐的功能 详细情况 大家也应该清楚 然后我就自己设置 了 下 对齐的字节 包发送了..而且也有效果了
上传时间: 2016-07-08
上传用户:Breathe0125
本代码实现了利用SNMP修改ARP表,适合初学者学习ARP
上传时间: 2016-07-09
上传用户:66666
T-kernel 的extension源代码,是日本最著名的T-kernel所独有的,适合开发T-kernel的朋友们使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)
上传时间: 2014-01-20
上传用户:czl10052678
可以识别字符串是否符合以下文法: (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i
上传时间: 2013-12-03
上传用户:songrui