代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5434145
rst front.rst
.. Sequences/Intrinsic Metafunctions//front
front
=====
Synopsis
--------
.. parsed-literal::
template<
typename Sequence
>
struct front
{
www.eeworm.com/read/168845/5434225
rst set.rst
.. Sequences/Classes//set |40
set
===
Description
-----------
``set`` is a |variadic|, `associative`__, `extensible`__ sequence of types that
supports constant-time insertion and removal
www.eeworm.com/read/168845/5435374
cpp tuple.cpp
// Copyright David Abrahams 2004.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#inclu
www.eeworm.com/read/165926/5476669
svn-base ll1_table2.t.svn-base
# LL1_table2.t
# Test the LL1_table sub
use Test::Base;
use LL1_table;
use t::Util qw/ parse_grammar dump_LL1_table /;
plan tests => 1 * blocks();
$::LL1_QUIET = 1;
run {
my $block = shift;
www.eeworm.com/read/162614/5526525
f90 equiv_constraint_2.f90
! { dg-do compile }
! { dg-options "-std=f95" }
!
! PR20901 - Checks resolution of types in EQUIVALENCE statement when
! f95 standard is imposed.
!
! Contributed by Paul Thomas
!
www.eeworm.com/read/162614/5539930
cc basic_set.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/161692/5550642
java grass.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
public class Grass extends TiledLayer {
static int TILE_WIDTH = 20;
static int[] FRAME_SEQUENCE = { 2, 3, 2, 4 };
stati
www.eeworm.com/read/161040/5564090
txt script_71_old.txt
---------- sm_emp_sale_data.txt ----------
/*
* 范例名称:数据准备
* 文件名称:sm_emp_sale_data.txt
*/
--insert data need in chap12 sm_saleorderlist,sm_emp
DROP TABLE sm_saleorderlist CASCADE CONSTRA
www.eeworm.com/read/159533/5582725
java threadplaymain.java
/*///////////////////////////////////////////////////////////////////////////////
//文档生成日期:2006.3.28
//
//(1)概述:
//类名称:ThreadPlayMain
//类说明:
// 发送httpConnection请求给我的服务器网页,这个网页会告诉我他看到的IP地址是什么
www.eeworm.com/read/475708/6775855
cpp intstructmap.cpp
/**********************************************************************
FileName : IntStructMap.cpp
Description : 整数-结构体哈希映射类
Version : 1.0
Date