代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/323951/13306778
m ip_07_04.m
% MATLAB script for Illustrative Problem 7.4
mapping=[0 1 3 2 7 6 4 5]; % for Gray mapping
M=8;
E=1;
sequence=[0 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0];
[e]=cm_dpske(E,M,mapping,sequence); % e
www.eeworm.com/read/323831/13314064
h iohtktarget.h
// Copyright (C) 2003 Johnny Mariethoz (Johnny.Mariethoz@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and bina
www.eeworm.com/read/323831/13314158
h nllcriterion.h
// Copyright (C) 2003 Samy Bengio (bengio@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with
www.eeworm.com/read/323831/13314348
h ctorchvfunction.h
// Copyright (C) 2003
// Gerhard Neumann (gerhard@igi.tu-graz.ac.at)
//
// This file is part of RL Toolbox.
// http://www.igi.tugraz.at/ril_toolbox
//
// All rights reserved.
www.eeworm.com/read/137229/13339004
m remspike.m
function a_filt=remspike(a,x)
%
% REMSPIKE
%
% Function to remove spikes in data sequence
% held in an array x. The first and last points
% of the sequence are unaltered.
%
% Called: a_filt =
www.eeworm.com/read/322174/13386901
cpp ex563_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#include // include the OTL 4.0 header file
otl_connect db; //
www.eeworm.com/read/322174/13387032
cpp ex606_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_ENTERPRISEDB // Compile OTL 4.0/EnterpriseDB-ODBC
// Uncomment the #define below when used in Linux / Unix
//#defi
www.eeworm.com/read/322174/13387036
cpp ex417_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#include // include the OTL 4.0 header file
otl_conne
www.eeworm.com/read/322174/13387073
cpp ex160_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/322174/13387731
cpp ex518_odbc.cpp
#include
using namespace std;
#include
#define OTL_FREETDS_ODBC_WORKAROUNDS
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile O