代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/163260/5510933

dsw arithmetic.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/163260/5510935

dsp arithmetic.dsp

# Microsoft Developer Studio Project File - Name="Arithmetic" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86
www.eeworm.com/read/163260/5510937

plg arithmetic.plg

Build Log --------------------Configuration: Arithmetic - Win32 Release-------------------- Command Lines Creating command line "rc.exe /l 0x80
www.eeworm.com/read/319171/3558452

h arithmetic.h

#pragma once #include "..\..\global.h" DLL_INTERNAL DWORD GetHexDataByBitNum(int nBitNum, BOOL bReverse=FALSE); DLL_INTERNAL DWORD GenExclusiveDigit (); DLL_INTERNAL int FindMinValue ( CUIntArra
www.eeworm.com/read/316877/3584690

js arithmetic.js

var addnum = 20 + 30; var addstr = "I love " + "JavaScript"; var sub = 35.75 - 28.25; var mul = 8 * 50; var mod = 65 % 2; var inc = 5 ; inc = ++inc; var dec = 5 ; dec = --dec; var result = "A
www.eeworm.com/read/305303/3774452

java arithmetic.java

/** Various utility methods and conversions for handling mixed-mode arithmetic. * This should possibly be moved to gnu.math. */ package gnu.kawa.functions; import gnu.math.*; import java.math.*; pu
www.eeworm.com/read/287078/4030795

cpp arithmetic.cpp

#include #include #include #include #include using namespace std; double geometricMean(const vector& nums) { double mult = accumulate(nums.be
www.eeworm.com/read/280637/4124584

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/280637/4124587

rc arithmetic.rc

// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // /
www.eeworm.com/read/280637/4124588

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[]