代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/294132/8250865
m deinterleave.m
function [ rx_enc ] = deinterleave(rx_data_matrix)
%
% deinterleave:
% This function does deinterleaving of de-multiplexed GSM
% information bursts, eg. 114 sequential bits as ex
www.eeworm.com/read/266671/11215980
m smcrbf.m
function [rec,mov,q,ypred] = smcrbf(x,y,S,Ndata,bFunction,par);
% PURPOSE : Computes the parameters and number of parameters of a radial basis function (RBF)
% network using the sequential M
www.eeworm.com/read/411674/11233694
c smo_mex.c
/* --------------------------------------------------------------------
smo_mex.c: MEX-file for Sequential Minimal Optimizer.
Compile: mex smo_mex.c ../kernels/kernel_fun.c
Synopsis:
[Alpha,b
www.eeworm.com/read/334737/12579625
cs waveformat.cs
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
namespace SteganoTape {
[StructLayout(LayoutKind.Sequential)]
public class WaveFormat
www.eeworm.com/read/202249/15387571
m bookdemo.m
% PURPOSE : We address here a nonlinear non-Gaussian problem using
% the standard particle filtering algorithm.
% For more details refer to the introduction of our book:
% Sequential Monte Carlo in P
www.eeworm.com/read/111603/15509361
m train.m
function net = train(tutor, x, y, C, kernel, zeta, net)
% TRAIN
%
% Train a support vector classification network, using the sequential minimal
% optimisation algorithm.
%
% net = train(tut
www.eeworm.com/read/272848/10941484
cpp sequentialsearch1.cpp
// sequential search
#include
#include // has copy
using namespace std;
template
int sequentialSearch(T a[], int n, const T& x)
{// Search the unordered lis
www.eeworm.com/read/417725/10979139
cs dxfhatchpatterndata.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
namespace DXFFile
{
[StructLayout(LayoutKind.Sequential)]
www.eeworm.com/read/146126/12668988
cpp sequentialsearch1.cpp
// sequential search
#include
#include // has copy
using namespace std;
template
int sequentialSearch(T a[], int n, const T& x)
{// Search the unordered lis
www.eeworm.com/read/239212/13293991
cs commapi.cs
using System;
using System.Data;
using System.Runtime.InteropServices;
namespace NiceTracker.Serial
{
[StructLayout(LayoutKind.Sequential)]
internal class CommTimeouts
{
public UInt32