搜索结果

找到约 45 项符合 FLAG 的查询结果

DSP编程 ADI公司ADSP-TS101S的FLAG信号控制编程

ADI公司ADSP-TS101S的FLAG信号控制编程
https://www.eeworm.com/dl/516/126596.html
下载: 80
查看: 1027

matlab例程 matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,fl

matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
https://www.eeworm.com/dl/665/163126.html
下载: 93
查看: 2096

软件设计/软件工程 function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x

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 real ...
https://www.eeworm.com/dl/684/194297.html
下载: 65
查看: 1114

matlab例程 %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,

%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 % a ...
https://www.eeworm.com/dl/665/214093.html
下载: 181
查看: 1104

matlab例程 function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function

function [sys,x0,str,ts] = csfunc(t,x,u,flag) % 定义一个连续系统的 S-function
https://www.eeworm.com/dl/665/218205.html
下载: 132
查看: 1934

uCOS 这次发个ucos270的flag

这次发个ucos270的flag,其他代码我会陆续发送,请等待
https://www.eeworm.com/dl/649/223605.html
下载: 63
查看: 1037

Linux/Unix编程 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.

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 in ...
https://www.eeworm.com/dl/619/242873.html
下载: 47
查看: 1056

其他 huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }

huffman 编码。typedef struct { int weight int flag int parent int lchild int rchild }hnodetype
https://www.eeworm.com/dl/534/255740.html
下载: 49
查看: 1028

DSP编程 This program uses the HF flag of a FIFO to trigger reads, guaranteeing that the FIFO is never blocke

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.
https://www.eeworm.com/dl/516/292195.html
下载: 81
查看: 1056

VHDL/FPGA/Verilog 使用verilog作为CPU设计语言实现单数据通路五级流水线的CPU。具有32个通用寄存器、一个程序计数器PC、一个标志寄存器FLAG

使用verilog作为CPU设计语言实现单数据通路五级流水线的CPU。具有32个通用寄存器、一个程序计数器PC、一个标志寄存器FLAG,一个堆栈寄存器STACK。存储器寻址粒度为字节。数据存储以32位字对准。采用32位定长指令格式,采用Load/Store结构,ALU指令采用三地址格式。支持有符号和无符号整数加、减、乘、除运算,并支持浮点数 ...
https://www.eeworm.com/dl/663/321145.html
下载: 129
查看: 2212