代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5434233
rst eval_if.rst
.. Metafunctions/Type Selection//eval_if |30
eval_if
=======
Synopsis
--------
.. parsed-literal::
template<
typename C
, typename F1
, typename F2
www.eeworm.com/read/168845/5434292
cpp eval_if.cpp
// Copyright Aleksey Gurtovoy 2000-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_
www.eeworm.com/read/167893/5451204
c eval.c
/*
* EVAL.C
* Tom Kerrigan's Simple Chess Program (TSCP)
*
* Copyright 1997 Tom Kerrigan
*/
#include
#include "defs.h"
#include "data.h"
#include "protos.h"
#define D
www.eeworm.com/read/167728/5454083
c eval.c
/* poly/eval.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 GNU General Pub
www.eeworm.com/read/167728/5454225
h eval.h
/* evaluate a function discarding the status value in a modifiable way */
#define EVAL_RESULT(fn) \
gsl_sf_result result; \
int status = fn; \
if (status != GSL_SUCCESS) { \
GSL_ERROR_V
www.eeworm.com/read/167728/5454635
c eval.c
/* cheb/eval.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 GNU General Pub
www.eeworm.com/read/166734/5473235
c eval.c
#include
#include
#include "cpp.h"
#define NSTAK 32
#define SGN 0
#define UNS 1
#define UND 2
#define UNSMARK 0x1000
struct value {
long val;
int type;
};
/
www.eeworm.com/read/165926/5476471
t eval.t
# eval.t
# evaluate the regex to test re::DFA::Perl
use strict;
no warnings;
use Test::More tests => 48;
BEGIN { use_ok('re::DFA::Perl'); }
*match = re::DFA::Perl->as_method('(a|ba)*');
is match('
www.eeworm.com/read/165926/5476486
t eval.t
# eval.t
# evaluate the regex to test re::DFA::C
use strict;
no warnings;
use Test::More tests => 48;
BEGIN { use_ok('re::DFA::C'); }
*match = re::DFA::C->as_method('(a|ba)*');
is match('a'), 'a';
www.eeworm.com/read/340665/3268528
ld eval.ld
/* Linker script for the MN10300 Series Evaluation Board.
It differs from the default linker script only in the
addresses assigned to text and stack sections.
*/
OUTPUT_FORMAT("elf32-mn10300",