代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/231698/14223049
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/117953/14893529
java arithmetic.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Try out arithmetic operators on integer data. */
public class Arithmetic {
www.eeworm.com/read/117953/14893553
class arithmetic.class
www.eeworm.com/read/214429/15100402
h arithmetic.h
/*
*文件:arithmetic.h
*作者:黄峰
*日期:
*描述:提供基本算法的头文件
*Copyright (C) 2002,深圳宝利达实业有限公司
*/
#ifndef _ARITHMETIC_H
#define _ARITHMETIC_H
#include
#include
#include
www.eeworm.com/read/214429/15100410
c arithmetic.c
#include "../include/arithmetic.h"
//定义全局缓冲池
COMM_LIST g_tcp_buf = NULL, g_tcp_tail = NULL; //TCP接收缓冲
COMM_LIST g_serial_buf = NULL, g_serial_tail = NULL; //串口接收缓冲
SEND_LIST g_tcpsend_bu
www.eeworm.com/read/214429/15100416
o arithmetic.o
www.eeworm.com/read/113971/15119471
c arithmetic.c
/*****************************************************************************
* 本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算
* 表达式的值,同时可以实现四种进制任意两种之间的转换。
* 主要功能:1.四则运算:能够解释并执行四则运算表达式。
* 四则运算就是包含+、—、
www.eeworm.com/read/113971/15119474
txt arithmetic.txt
www.eeworm.com/read/210911/15190000
lib arithmetic.lib
www.eeworm.com/read/210911/15190059