代码搜索:eval

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

代码结果 10,000
www.eeworm.com/read/375190/2736021

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_0.txt
www.eeworm.com/read/374955/2744886

c eval.c

/* SGPC: Simple Genetic Programming in C (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public domain. All rights reserved.
www.eeworm.com/read/374955/2744911

c eval.c

/* SGPC: Simple Genetic Programming in C (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public domain. All rights reserved.
www.eeworm.com/read/361261/2947887

c eval.c

/***************************************************************************** * eval.c: ***************************************************************************** * Copyright (C) 2004 the Video
www.eeworm.com/read/361261/2947908

h eval.h

/* eval.h: evaluation functions of expressions */ #ifndef EVAL_H #define EVAL_H #include "func_types.h" #include "param_types.h" #define VAL_T 1 #define PREFUN_T 3 #define TREE_T 4 #define NONE_T 0
www.eeworm.com/read/258653/4353056

c eval.c

/* * simple arithmetic expression evaluator * * Copyright (c) 2002-2006 Michael Niedermayer * Copyright (c) 2006 Oded Shimon * * This file is part of
www.eeworm.com/read/258653/4353168

h eval.h

/* * simple arithmetic expression evaluator * * Copyright (c) 2002 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it a
www.eeworm.com/read/256576/4368130

pl eval.pl

#!/usr/bin/perl # # # $numArg = 1; sub rc { ++$numArg; return "timestamp: ". $_[0]; } sub n1 { return "127.0.0.1"; } sub cmd { ++$numArg; print $_[1]; return "Execute Command: '". $_[0
www.eeworm.com/read/158793/5594935

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/154022/5643573

h eval.h

#include #include #define LOW 0 //low level detection value #define HIGH 1 //high level detection value #define FALSE 0 //logic false value #define TRUE 1 //log