搜索结果
找到约 45 项符合
FLAG 的查询结果
按分类筛选
- 全部分类
- matlab例程 (3)
- 单片机开发 (3)
- Linux/Unix编程 (3)
- 其他 (3)
- 技术资料 (3)
- DSP编程 (2)
- 其他书籍 (2)
- 单片机编程 (2)
- 源码 (2)
- 开发工具 (1)
- 仿真技术 (1)
- 加密解密 (1)
- 串口编程 (1)
- 电子书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 软件设计/软件工程 (1)
- uCOS (1)
- 数据库系统 (1)
- 其他行业 (1)
- 微处理器开发 (1)
- 操作系统开发 (1)
- VHDL/FPGA/Verilog (1)
- Java编程 (1)
- 人工智能/神经网络 (1)
- 金融证券系统 (1)
- Delphi控件源码 (1)
- 数据结构 (1)
- Linux/uClinux/Unix编程 (1)
- 接口技术 (1)
- 手册 (1)
- VIP专区 (1)
DSP编程 ADI公司ADSP-TS101S的FLAG信号控制编程
ADI公司ADSP-TS101S的FLAG信号控制编程
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,则显示中间过程
软件设计/软件工程 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 ...
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 ...
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
uCOS 这次发个ucos270的flag
这次发个ucos270的flag,其他代码我会陆续发送,请等待
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 ...
其他 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
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.
VHDL/FPGA/Verilog 使用verilog作为CPU设计语言实现单数据通路五级流水线的CPU。具有32个通用寄存器、一个程序计数器PC、一个标志寄存器FLAG
使用verilog作为CPU设计语言实现单数据通路五级流水线的CPU。具有32个通用寄存器、一个程序计数器PC、一个标志寄存器FLAG,一个堆栈寄存器STACK。存储器寻址粒度为字节。数据存储以32位字对准。采用32位定长指令格式,采用Load/Store结构,ALU指令采用三地址格式。支持有符号和无符号整数加、减、乘、除运算,并支持浮点数 ...