代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/167133/5469250
c basecode.c
/*
* basecode.c
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
* of this file
www.eeworm.com/read/166793/5472260
java pingpacket.java
/* tab:2
*
*
* "Copyright (c) 2000 and The Regents of the University
* of California. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
*
www.eeworm.com/read/165570/5481317
java mergesort.java
public class MergeSort
{
/** Sort array keys using the recursive merge sort approach. */
public void mergeSortRecursive(int[ ] keys)
{
int[ ] temp = new int[keys.length];
mergeSortHelper(
www.eeworm.com/read/164201/5498315
sh viterbi.sh
#! /zpr/gnu/bin/bash
model=./test.smo
sequence=./test100.sqd
outfile=./viterbi.out
../shmm_viterbi_test $model $sequence $outfile
www.eeworm.com/read/162614/5539948
cc basic_map.cc
// -*- C++ -*-
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it und
www.eeworm.com/read/162614/5539949
cc erase_if.cc
// -*- C++ -*-
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it und
www.eeworm.com/read/162614/5540008
cc 4.cc
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms
www.eeworm.com/read/161559/5551328
sql d_voiptariffgrp.sql
DROP TABLE voiptariffsel;
DROP TABLE voiptariffgrp;
DROP SEQUENCE voiptariffsel_id_seq;
DROP SEQUENCE voiptariffgrp_id_seq;
www.eeworm.com/read/161040/5564092
txt sm_studnet.txt
create sequence s_test
start with 1
increment by 1
minvalue 0
maxvalue 10;
create table sm_student(
id number primary key,
name varchar2(20));
insert into sm_student values(s_test.nextval,
www.eeworm.com/read/158872/5591851
h adperr.h
/*
* Copyright (C) 1995 Advanced RISC Machines Limited. All rights reserved.
*
* This software may be freely used, copied, modified, and distributed
* provided that the above copyright notice is