求標準偏差 > 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