代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/109340/6174337
c bcsp_sequence.c
/*
* bcsp_sequence.c -- Implementation of the Sequence layer in the BCSP
* protocol stack
*
* Copyright (C) 2001 Axis Communications AB
*
* Author: Mats Friden
www.eeworm.com/read/100285/6270719
sgml drop_sequence.sgml
DROP SEQUENCE
SQL - Language Statements
DROP S
www.eeworm.com/read/100285/6270745
sgml create_sequence.sgml
CREATE SEQUENCE
SQL - Language Statements
CR
www.eeworm.com/read/100285/6272245
hlp drop_sequence.hlp
.pgaw:Help.f.t insert end "DROP SEQUENCE" {bold} " removes sequence number generators from the data base. With the current implementation of sequences as special tables it works just like the DROP TAB
www.eeworm.com/read/100285/6272309
hlp create_sequence.hlp
.pgaw:Help.f.t insert end \
"CREATE SEQUENCE" {bold} " will enter a new sequence number generator into the current data base. This involves creating and initialising a new single-row table with the na
www.eeworm.com/read/100127/6273971
object_tp_as_sequence
/* Code to handle accessing $name$ objects as sequence objects */
static int
$abbrev$_length(self)
$abbrev$object *self;
{
/* XXXX Return the size of the object */
}
static PyObject *
$abbrev$_co
www.eeworm.com/read/227966/6350212
m sequence_init.m
function X = sequence_init(N)
% X = sequence_init(N)
% Method for proteinfold example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools.
%
% X = se
www.eeworm.com/read/227966/6350213
m sequence_new.m
function W = sequence_new(X)
% W = sequence_new(X)
% Method for proteinfold example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools.
%
% W = sequ