代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/283726/8993664
h arithmetic.h
#pragma once
#include "global.h"
DLL_INTERNAL DWORD GetHexDataByBitNum(int nBitNum, BOOL bReverse=FALSE);
www.eeworm.com/read/283726/8993677
cpp arithmetic.cpp
#include "StdAfx.h"
#include "Arithmetic.h"
//
// 根据位数来制作一个所有位全为“1”的十六进制的数,比如输入 7 位
// 返回 0x7F,8位则返回 0xFF,即根据位数得到最大值
//
DWORD GetHexDataByBitNum(int nBitNum, BOOL bReverse/*=FALSE*/)
{
DW
www.eeworm.com/read/184890/9067904
cpp arithmetic.cpp
//: C10:Arithmetic.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "NamespaceInt.h"
void
www.eeworm.com/read/282288/9105836
input-arithmetic
/* ================================================ */
/* Arithmetic operations & math functions */
/* */
/* This input file tests
www.eeworm.com/read/281673/9142264
cpp arithmetic.cpp
//: C10:Arithmetic.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "NamespaceInt.h"
void
www.eeworm.com/read/377245/9285336
asm arithmetic.asm
;清单1
LSDAA: ADC R16,R16 ;十进制数(在R16中)左移调整子程序
ADDAA: IN R6,SREG ;bcd码相加调整子程序,先保存相加后的
LDI R17,$66 ;状态the old status
ADD R16,R17 ;再将和预加立即数$66
www.eeworm.com/read/363888/9933271
cpp arithmetic.cpp
//: C10:Arithmetic.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "NamespaceInt.h"
void
www.eeworm.com/read/168040/9941180
ilk arithmetic.ilk
www.eeworm.com/read/168040/9941185
pdb arithmetic.pdb
www.eeworm.com/read/168040/9941187