代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/285689/8822968
c seqlprin.c
/***************************************************/
/* 打印顺序表的各结点值 */
/* 文件名seqlprin.c, 函数名print_sequence_list() */
/**********************************************
www.eeworm.com/read/180164/9317509
h rcf_tcp.h
#ifdef TCP_GLOBALS
#define TCP_EXT
#else
#define TCP_EXT extern
#endif
#define LINK_IDLE_TIMEOUT 900000 //5 HOURS IDLE WILL EVENT CLOSE
/*tcp state define */
#define TCP_STATE_CLOSED
www.eeworm.com/read/357227/10213389
h ekasami.h
#ifndef _EKASAMI_H
#define _EKASAMI_H
/*
* $Log: ekasami.h,v $
* Revision 1.1 2000/05/03 14:30:04 bjc97r
* Initial revision
n *
*/
#include "gf.h"
#include "mseq.h"
#include "lmseq.h"
typedef
www.eeworm.com/read/468861/6980681
h crf_thread.h
#ifndef CRF_THREAD_H
#define CRF_THREAD_H
#include "thread.h"
#include "crf.h"
class CRF;
struct sequence;
struct sequence1;
class crf_thread: public thread //all data are borrowed from crf
{
public:
www.eeworm.com/read/298577/7950607
h rcf_tcp.h
#ifdef TCP_GLOBALS
#define TCP_EXT
#else
#define TCP_EXT extern
#endif
#define LINK_IDLE_TIMEOUT 900000 //5 HOURS IDLE WILL EVENT CLOSE
/*tcp state define */
#define TCP_STATE_CLOSED
www.eeworm.com/read/332820/12725041
+ϩ
作者:逍遥一派
email: daviid99@21cn.com
日期:00-3-14 上午 11:44:44
若是顺序号,不需要建触发器,可建立一个sequece,在将sequece 的值赋予该字段.
create sequence sequence_name increment by 1
start with 1;
insert into ta
www.eeworm.com/read/323831/13313804
h ioascii.h
// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms,
www.eeworm.com/read/323831/13314000
h iohtk.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/308025/13711027
h rcf_tcp.h
#ifdef TCP_GLOBALS
#define TCP_EXT
#else
#define TCP_EXT extern
#endif
#define LINK_IDLE_TIMEOUT 900000 //5 HOURS IDLE WILL EVENT CLOSE
/*tcp state define */
#define TCP_STATE_CLOSED
www.eeworm.com/read/147766/5723275
c vsyscall.c
/*
* linux/arch/x86_64/kernel/vsyscall.c
*
* Copyright (C) 2001 Andrea Arcangeli SuSE
*
* Thanks to hpa@transmeta.com for some useful hint.
* Special thanks to Ingo Molnar f