代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5944524
c read8.c
/*-
* Copyright (c) 1979, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/130382/5957786
c getattr.c
/*
* Copyright (c) 1990 Regents of the University of Michigan.
* All rights reserved.
*
* getattr.c
*/
#ifndef lint
static char copyright[] = "@(#) Copyright (c) 1990 Regents of the
www.eeworm.com/read/129132/5975077
java defaultsequencescheme.java
/*
* Java SMPP API
* Copyright (C) 1998 - 2002 by Oran Kelly
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lic
www.eeworm.com/read/113184/6135469
sql turbine-oracle.sql
-----------------------------------------------------------------------------
-- Copyright 2004 The Apache Software Foundation
--
-- Licensed under the Apache License, Version 2.0 (the "License");
www.eeworm.com/read/112303/6145945
h random.h
/*
* random.h
*
* Mersenne Twister random number generator.
* From Makoto Matsumoto and Takuji Nishimura.
*
* Portable Windows Library
*
* Copyright (c) 1993-2000 Equivalence Pty. Ltd.
*
* T
www.eeworm.com/read/111042/6160133
sql mvnforum_update_oracle8.sql
-- This script is used to upgrade mvnForum from beta3 to rc1
-- This sql script creates 2 new table : mvnforumWatch and mvnforumAttachment
--
-- Database: Oracle 8i
-- drop table mvnforumWat
www.eeworm.com/read/110972/6160727
readme
The file 'verify' is a simple Unix shell script. When run, (e.g. "csh
verify" or "verify" at the command line) it will compare output between
the encoder's picture sequence reconstruction and the dec
www.eeworm.com/read/110972/6163366
h rtp.h
#include
#include
struct rtpbits {
int sequence:16; /* sequence number: random */
int pt:7; /* payload type: 14 for MPEG audio */
int m:1; /* marker: 0 */
www.eeworm.com/read/101082/6241498
c time_.c
/*
char id_time[] = "@(#)time_.c 1.1";
*
* return the current time as an integer
*
* calling sequence:
* integer time
* i = time()
* where:
* i will receive the current GMT in seconds.
*/
lo