代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5434064
rst empty_sequence.rst
.. Sequences/Views//empty_sequence
empty_sequence
==============
Synopsis
--------
.. parsed-literal::
struct empty_sequence
{
// |unspecified|
// |...|
www.eeworm.com/read/168845/5434120
rst sequence_tag.rst
.. Sequences/Intrinsic Metafunctions//sequence_tag
sequence_tag
============
Synopsis
--------
.. parsed-literal::
template<
typename X
>
struct sequence
www.eeworm.com/read/168845/5434282
cpp empty_sequence.cpp
// Copyright Aleksey Gurtovoy 2004
// Copyright Alexander Nasonov 2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
//
www.eeworm.com/read/167728/5454277
c bessel_sequence.c
/* specfunc/bessel_sequence.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/162890/5512226
m sequence_init.m
function X = sequence_init(N)
% X = sequence_init(N)
% Method for proteinfold example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools.
%
% X = se
www.eeworm.com/read/162890/5512227
m sequence_new.m
function W = sequence_new(X)
% W = sequence_new(X)
% Method for proteinfold example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools.
%
% W = sequ
www.eeworm.com/read/162890/5512228
m sequence_perturb.m
function W = sequence_perturb(X,W,Ea,T)
% W = sequence_perturb(X,W,Ea,T)
% Method for proteinfold example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA T
www.eeworm.com/read/162890/5512229
m sequence_cost.m
function Ew = sequence_cost(X,W)
% Ew = sequence_cost(X,W)
% Method for proteinfold example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools.
%
%