代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/128531/5985894

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
www.eeworm.com/read/117626/14911265

xml application.xml

www.eeworm.com/read/208834/15234566

txt 1016.txt

Parencodings -------------------------------------------------------------------------------- Time limit: 1 Seconds Memory limit: 32768K Total Submit: 3650 Accepted Submit: 1487 --
www.eeworm.com/read/168845/5433021

cpp transform_view_tests.cpp

/*============================================================================= Copyright (c) 2003 Joel de Guzman Use, modification and distribution is subject to the Boost Software L
www.eeworm.com/read/168845/5433038

cpp misc_tuple_tests.cpp

/*============================================================================= Copyright (C) 1999-2003 Jaakko J鋜vi Copyright (c) 2003 Joel de Guzman Use, modification and distributio
www.eeworm.com/read/168845/5434127

rst insert_range.rst

.. Sequences/Intrinsic Metafunctions//insert_range insert_range ============ Synopsis -------- .. parsed-literal:: template< typename Sequence , typename Pos
www.eeworm.com/read/168845/5434155

rst extensiblesequence.rst

.. Sequences/Concepts//Extensible Sequence |40 Extensible Sequence =================== Description ----------- An |Extensible Sequence| is a sequence that supports insertion and removal of
www.eeworm.com/read/473751/6839229

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/395495/8170672

asv rz_dpsk_spectrum.asv

%用于产生7级伪随机码序列 clear pack input7=[1 0 0 1 1 0 1]; %input7=[1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1]; p7=[0 0 0 1 0 0 1]; prbs7=[ones(1,120) input7];
www.eeworm.com/read/203815/15351213

cpp ga.cpp

// GA.cpp : Defines the entry point for the console application. // #include "stdafx.h" ofstream outfile("c:\\GA_output.txt"); //输出文件 int popsize; //种群大小 int chromosize; //染色体片断长度 in