代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/402770/11528002
cpp ex160_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2008 // Compile OTL 4/ODBC, MS SQL 2008
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/402770/11528356
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
www.eeworm.com/read/402770/11528393
cpp ex162_oci8.cpp
#include
using namespace std;
#include
// Uncomment the line below when OCI7 is used with OTL
// #define OTL_ORA7 // Compile OTL 4.0/OCI7
#define OTL_ORA8I // Compile OT
www.eeworm.com/read/402770/11528406
cpp ex645_odbc.cpp
#include
using namespace std;
#include
// Compile OTL 4.0/ODBC in Windows. Informix CLI uses the
// regular ODBC header files in Windows
#define OTL_ODBC
// Uncomme
www.eeworm.com/read/402770/11528487
cpp ex159_oci8.cpp
#include
using namespace std;
#include
// Uncomment the line below when OCI7 is used with OTL
// #define OTL_ORA7 // Compile OTL 4.0/OCI7
#define OTL_ORA8I // Compile OT
www.eeworm.com/read/402770/11528497
cpp ex161_db2.cpp
#include
using namespace std;
#include
#define OTL_DB2_CLI // Compile OTL 4.0/DB2-CLI
#include // include the OTL 4.0 header file
otl_connect db; // connect obj
www.eeworm.com/read/401191/11562939
lst tcp.lst
C51 COMPILER V7.50 TCP 12/14/2006 13:34:45 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TCP
OBJECT MODULE PLACED IN TCP
www.eeworm.com/read/158370/11623067
cpp 5iii.cpp
// Sort3() Place three parameters into numerical order
// IN/OUT: x, y, z are any values. Upon return, they
// will be in numeric sequence
void Sort3 (float& x, float& y, float& z)
{ if (x > y)
www.eeworm.com/read/158283/11627703
c callback.c
/*
** 2005 May 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness f
www.eeworm.com/read/158100/11643556
m ladrfilt.m
function [y] = ladrfilt(K,V,x)
% LATTICE/LADDER form realization of IIR filters
% ----------------------------------------------
% [y] = ladrfilt(K,V,x)
% y = output sequence
% K = LATTICE (refle