代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/312823/13603764
makefile
# Makefile for sequential decoder test routine
# If you don't have -lm387, simply remove the reference
# Change CC= to the name of your C compiler
CFLAGS=-O4
CC=gcc
seqtest: seqtest.o sim.o fano.o m
www.eeworm.com/read/493294/6400356
m ctranspose.m
%CTRANSPOSE Transpose mapping (sequential or affine)
%
% W = CTRANSPOSE(W)
% W = W'
%
% INPUT
% W Mapping
%
% OUTPUT
% W Transposed mapping
%
% DESCRIPTION
% For the case of affine (linear)
www.eeworm.com/read/477995/6727017
v state3.v
//3-paragraph method to describe FSM
//Describe sequential state transition in the 1st sequential always block
//State transition conditions in the 2nd combinational always block
//Describe the FSM
www.eeworm.com/read/400577/11573235
m ctranspose.m
%CTRANSPOSE Transpose mapping (sequential or affine)
%
% W = CTRANSPOSE(W)
% W = W'
%
% INPUT
% W Mapping
%
% OUTPUT
% W Transposed mapping
%
% DESCRIPTION
% For the case of affine (linear)
www.eeworm.com/read/348108/11611840
cs structures.cs
/*
* DirectShow structures and enumerations
*/
namespace dshow.Core
{
using System;
using System.Runtime.InteropServices;
// Indicates a pin's direction
//
[ComVisible(false)]
publ
www.eeworm.com/read/346065/11771505
vb devicemanagementdeclarations.vb
Option Strict On
Option Explicit On
Imports System.Runtime.InteropServices
Module DeviceManagementApiDeclarations
'API declarations relating to device management (SetupDixxx and
'Re
www.eeworm.com/read/255755/12058065
m ctranspose.m
%CTRANSPOSE Transpose mapping (sequential or affine)
%
% W = CTRANSPOSE(W)
% W = W'
%
% INPUT
% W Mapping
%
% OUTPUT
% W Transposed mapping
%
% DESCRIPTION
% For the case of affine (linear)
www.eeworm.com/read/150905/12249365
m ctranspose.m
%CTRANSPOSE Transpose mapping (sequential or affine)
%
% W = CTRANSPOSE(W)
% W = W'
%
% INPUT
% W Mapping
%
% OUTPUT
% W Transposed mapping
%
% DESCRIPTION
% For the case of affine (linear)
www.eeworm.com/read/149739/12353654
m ctranspose.m
%CTRANSPOSE Transpose mapping (sequential or affine)
%
% W = CTRANSPOSE(W)
% W = W'
%
% INPUT
% W Mapping
%
% OUTPUT
% W Transposed mapping
%
% DESCRIPTION
% For the case of affine (linear)
www.eeworm.com/read/228003/14403653
makefile
# Makefile for sequential decoder test routine
# If you don't have -lm387, simply remove the reference
# Change CC= to the name of your C compiler
CFLAGS=-O4
CC=gcc
seqtest: seqtest.o sim.o fano.o m