代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/236491/14013906
m predictstates.m
function xu = predictstates(x,t,Q);
% PURPOSE : Performs the prediction step of the sequential SIR algorithm for
% : the model described in the file sirdemo1.m.
% INPUTS : - x = The state sa
www.eeworm.com/read/113480/15455239
m predictstates.m
function xu = predictstates(x,t,Q);
% PURPOSE : Performs the prediction step of the sequential SIR algorithm for
% : the model described in the file sirdemo1.m.
% INPUTS : - x = The state sa
www.eeworm.com/read/430764/8729012
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/386050/8769096
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/384700/8850778
txt perf.txt
# time ./hdperf /dev/sda 5
$Id: hdperf.c,v 1.4 2005/02/18 23:57:27 nil Exp $
impatient = 5 second timeout
/dev/sda: 156250000 blocks (74GiB)
128 sequential 1048576 byte block reads done in 2.697 sec,
www.eeworm.com/read/354139/10383413
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 f
www.eeworm.com/read/354135/10386918
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 f
www.eeworm.com/read/160517/10522543
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/417725/10979123
cs line.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
namespace DXFFile
{
[StructLayout(LayoutKind.Sequential)]