代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/171162/5398027
plg arithmetic.plg
Build Log
--------------------Configuration: Arithmetic - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x80
www.eeworm.com/read/168845/5434365
cpp arithmetic.cpp
// Copyright Aleksey Gurtovoy 2001-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/168845/5434578
cpp arithmetic.cpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides
www.eeworm.com/read/165926/5476323
grammar arithmetic.grammar
input: expr eof { $item[1] }
eof: /^\Z/
expr:
{ eval join(' ', @{$item[1]}); }
term:
{ eval join(' ', @{$item[1]});
www.eeworm.com/read/165926/5476325
pl arithmetic.pl
#: parser.pl
package main;
our $RD_TRACE = undef; # default off
our $RD_VERBOSE = undef; # default off
package X;
our ($str, $pos, $level);
package Parser;
use strict;
use warnin
www.eeworm.com/read/165810/5477164
vm arithmetic.vm
#**
@test arithmetic.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't
www.eeworm.com/read/165810/5477229
cmp arithmetic.cmp
6
5
10
5
And the whole thing again with inline set statements
6
5
10
5
www.eeworm.com/read/163260/5510928
def arithmetic.def
; Arithmetic.def : Declares the module parameters for the DLL.
LIBRARY "Arithmetic"
DESCRIPTION 'Arithmetic Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/163260/5510931
rc arithmetic.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/163260/5510932
cpp arithmetic.cpp
// Arithmetic.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]