代码搜索:eval

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

代码结果 10,000
www.eeworm.com/read/302112/13841967

awk eval.awk

#!/bin/gawk # Run the following AWK program on STDIN to analyze the NS2 tracefiles # # To calculate packet latency, we need to store the sending time for # each packet, and figure out when the packet
www.eeworm.com/read/148721/5709600

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/144216/5752514

t eval.t

#!./perl print "1..40\n"; eval 'print "ok 1\n";'; if ($@ eq '') {print "ok 2\n";} else {print "not ok 2\n";} eval "\$foo\n = # this is a comment\n'ok 3';"; print $foo,"\n"; eval "\$foo\n =
www.eeworm.com/read/140180/5794231

c eval.c

/***************************************************************************** * eval.c: ***************************************************************************** * Copyright (C) 2004 VideoLAN
www.eeworm.com/read/140180/5794252

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/139332/5801897

hpp eval_if.hpp

#ifndef BOOST_MPL_EVAL_IF_HPP_INCLUDED #define BOOST_MPL_EVAL_IF_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accomp
www.eeworm.com/read/136827/5847302

c eval.c

/* * simple arithmetic expression evaluator * * Copyright (c) 2002 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it under the
www.eeworm.com/read/136821/5851707

c eval.c

/* * simple arithmetic expression evaluator * * Copyright (c) 2002 Michael Niedermayer * * This library is free software; you can redistribute it and/or * modify it under the
www.eeworm.com/read/131762/5928173

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/131315/5931642

c eval.c

/* * Copyright (c) 1983 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted pr