ADI公司ADSP-TS101S的Flag信號控制編程
上傳時間: 2015-03-10
上傳用戶:lanjisu111
matlab解線性方程組的源代碼 function x=nagauss2(a,b,Flag) % 用途:選列主元Gauss消去法解線性方程組ax=b % 格式:x=nagauss2(a,b,Flag) a為系數矩陣,b為右端列向量,Flag若為0,則顯示中間過程
標簽: nagauss function matlab Gauss
上傳時間: 2013-12-22
上傳用戶:exxxds
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].
標簽: cum2x y_cum Cross-covariance function
上傳時間: 2015-09-08
上傳用戶:xieguodong1234
%CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,Flag] = CHECKBOUNDS(X0,LB,UB,nvars) % checks that the upper and lower % bounds are valid (LB <= UB) and the same length as X (pad with -inf/inf % if necessary) warn if too long. Also make LB and UB vectors if not % already. % Finally, inf in LB or -inf in UB throws an error.
標簽: CHECKBOUNDS the initial bounds
上傳時間: 2015-10-26
上傳用戶:caiiicc
function [sys,x0,str,ts] = csfunc(t,x,u,Flag) % 定義一個連續系統的 S-function
標簽: S-function function csfunc Flag
上傳時間: 2014-01-24
上傳用戶:362279997
這次發個ucos270的Flag,其他代碼我會陸續發送,請等待
上傳時間: 2014-12-07
上傳用戶:tianjinfan
2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries. 2.0.10 (April 9th, 2004) - Return "command timeout" status instead of "selection timeout status" to the SCSI mid-layer in response to selection timeouts. While the latter may seem more correct, the mid-layer will not offline devices suffering from persistent selection timeouts. This leads to extremely long recovery times for devices that go missing. Returning command timeout status causes the mid-layer to enter recovery and eventually offline persistently missing devices.
標簽: PF_FREEZE software support suspend
上傳時間: 2016-01-05
上傳用戶:亞亞娟娟123
huffman 編碼。typedef struct { int weight int Flag int parent int lchild int rchild }hnodetype
標簽: int huffman typedef struct
上傳時間: 2016-02-06
上傳用戶:yan2267246
This program uses the HF Flag of a FIFO to trigger reads, guaranteeing that the FIFO is never blocked for the writer, giving high throughput for the reader (bursts of D/2 = 128) and guaranteeing that the the reader will not be stuck in the top half of the FIFO.
標簽: FIFO guaranteeing the program
上傳時間: 2016-05-05
上傳用戶:784533221
使用verilog作為CPU設計語言實現單數據通路五級流水線的CPU。具有32個通用寄存器、一個程序計數器PC、一個標志寄存器Flag,一個堆棧寄存器STACK。存儲器尋址粒度為字節。數據存儲以32位字對準。采用32位定長指令格式,采用Load/Store結構,ALU指令采用三地址格式。支持有符號和無符號整數加、減、乘、除運算,并支持浮點數加、減、乘、除四種運算,支持與、或、異或、非4種邏輯運算,支持邏輯左移、邏輯右移、算術右移、循環右移4種移位運算,支持Load/Store操作,支持地址/立即數加載操作,支持無條件轉移和為0轉移、非0轉移、無符號>轉移、無符號<轉移、有符號>轉移、有符號<轉移等條件轉移。
上傳時間: 2013-12-11
上傳用戶:源弋弋