performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix
標(biāo)簽: alpha beta matrix-vector operations
上傳時(shí)間: 2014-08-17
上傳用戶:qlpqlq
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions % if x,y are matrices, rather than vectors, columns are % assumed to correspond to independent realizations, % overlap is set to 0, and samp_seg to the row dimension. % maxlag - maximum lag to be computed [default = 0] % samp_seg - samples per segment [default = data_length] % overlap - percentage overlap of segments [default = 0] % overlap is clipped to the allowed range of [0,99].
標(biāo)簽: cum2x y_cum Cross-covariance function
上傳時(shí)間: 2015-09-08
上傳用戶:xieguodong1234
yx-em-sy485讀寫器模塊 y x-em-sy485讀寫器模塊
標(biāo)簽: 485 yx-em-sy x-em-sy 讀寫器
上傳時(shí)間: 2014-06-09
上傳用戶:chens000
該程序模擬UNIX中save與resume函數(shù),并介紹在VC中如何使用匯編進(jìn)行機(jī)器級(jí)的操作. 主函數(shù)很簡單首先引入兩個(gè)外部函數(shù),extern "C"表示按傳統(tǒng)C命名習(xí)慣.函數(shù)save將程序指針保存在(*s)中并返回0,為什么有 if(save(&sp)){...} if后的語句看起來永遠(yuǎn)都不會(huì)被執(zhí)行,但是運(yùn)行結(jié)果表明它被執(zhí)行了.這個(gè)問題同UNIX中處理機(jī)調(diào)度函數(shù)(switch)的那個(gè)if語句(第一句)一樣. 程序執(zhí)行完save(&sp)后得到因?yàn)闂l件為假而執(zhí)行else語句,卻在判斷之前將程序指針保存在sp中了. else語句中的resume(&sp),該函數(shù)很狡猾將堆棧中的返回地址改變了,改到了sp所指出,即將程序指針改到了執(zhí)行條件判斷前.resume返回1,條件滿足,執(zhí)行if語句. save函數(shù)堆棧: eip ebp+8 s ebp+4 ebp ebp+0 resume函數(shù)堆棧與save的相同. 新建一個(gè)win32的工程,將unixc.cpp和unix.obj加入過程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.
標(biāo)簽: save resume extern 函數(shù)
上傳時(shí)間: 2015-09-10
上傳用戶:變形金剛
Ghost60 不錯(cuò)的備份工具 Ghost60 不錯(cuò)的備份工具
上傳時(shí)間: 2014-01-10
上傳用戶:songyue1991
說明: 此計(jì)算機(jī)可以計(jì)算同時(shí)超過多個(gè)操作項(xiàng)的什. 例如: y = 3 + 64 * (2 + 3^5) + sinPI 的值, 用括號(hào)區(qū)分優(yōu)先級(jí),如果有大量很長的算式需要計(jì)算,可以試一下這個(gè)計(jì)算器. 開發(fā)語言: C#語言,用Stack原理實(shí)現(xiàn)
標(biāo)簽: sinPI 64 計(jì)算機(jī) 計(jì)算
上傳時(shí)間: 2013-12-22
上傳用戶:change0329
初等數(shù)學(xué)隸屬度 y用初等數(shù)學(xué)計(jì)算隸屬度
標(biāo)簽: 計(jì)算
上傳時(shí)間: 2015-09-15
上傳用戶:2467478207
在matlab中生成單邊指數(shù)調(diào)幅信號(hào). y=amexpols(N,t0)N生成信號(hào)的點(diǎn)數(shù),t0函數(shù)的起始點(diǎn),y返回信號(hào).
標(biāo)簽: amexpols matlab 調(diào)幅信號(hào) 信號(hào)
上傳時(shí)間: 2014-11-27
上傳用戶:ikemada
生成以t0為中心的雙指數(shù)調(diào)幅信號(hào) y=amexpo2s(N,t0),N產(chǎn)生信號(hào)的點(diǎn)數(shù),t0時(shí)間中心,y返回產(chǎn)生的信號(hào).
標(biāo)簽: amexpo 調(diào)幅信號(hào) 信號(hào)
上傳時(shí)間: 2015-09-19
上傳用戶:lindor
生成以t0為中心的高斯調(diào)幅信號(hào). y=AMGAUSS(N,t0),N產(chǎn)生信號(hào)的點(diǎn)數(shù),t0時(shí)間中心,y返回信號(hào)產(chǎn)生的信號(hào).
標(biāo)簽: AMGAUSS 高斯 調(diào)幅信號(hào) 信號(hào)
上傳時(shí)間: 2015-09-19
上傳用戶:xuanjie
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1