代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/153213/12051896
c digit.c
/* DIGIT.C - digit arithmetic routines
*/
/* Copyright (C) 1991-2 RSA Laboratories, a division of RSA Data
Security, Inc. All rights reserved.
*/
#include "../inc/gnn.h"
#include "../in
www.eeworm.com/read/338832/12278779
pl sudoku81.pl
% File : sudoku81.pl (in B-Prolog)
% Author : Neng-Fa ZHOU
% Date : 1996
% Purpose: solve a Japanese arithmetic puzzle (9*9)
top:-
vars(Vars),
labeling(Vars),
display_
www.eeworm.com/read/132269/14102595
c arith.c
#include "arith.h"
#include "files.h"
/*
Declare variables use for arithmetic compression
*/
static int under_flow_count = 0;
static unsigned int low = 0;
static unsigned int rang
www.eeworm.com/read/123658/14616722
h longlong.h
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991, 1992, 1994, 1995 Free Software Foundation, Inc.
This definition file is free software; you can redistribute
www.eeworm.com/read/123658/14618987
c libgcc1-test.c
/* This small function uses all the arithmetic operators that
libgcc1.c can handle. If you can link it, then
you have provided replacements for all the libgcc1.c functions that
your target m
www.eeworm.com/read/206156/15299360
c arith.c
#include "arith.h"
#include "files.h"
/*
Declare variables use for arithmetic compression
*/
static int under_flow_count = 0;
static unsigned int low = 0;
static unsigned int rang
www.eeworm.com/read/12870/263426
h ieeeflt.h
/*
* ieeeflt.h: interface to host-arithmetic-independent IEEE fp package.
* Copyright (C) Codemist Ltd., 1994.
* Copyright (C) Advanced RISC Machines Limited, 1994.
*/
/*
* RCS $Revision:
www.eeworm.com/read/471667/1426615
java serial.java
// Copyright (c) 2003-2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS;
/**
* Helper functions for doing serial arithmetic. These should be used when
* setting/checking SOA serial
www.eeworm.com/read/462783/1542987
java depreciation.java
package com.qrsx.appcam.model;
public class Depreciation {
private Integer id;// 编号 主键
private Integer assetId;// 对应资产ID
private String arithmetic;// 折旧算法
private Asset asset = new
www.eeworm.com/read/250243/4432896
c ieee754.c
/* ieee754 floating point arithmetic
* single and double precision
*
* BUGS
* not much dp done
* doesn't generate IEEE754_INEXACT
*
*/
/*
* MIPS floating point support
* Copyright (C) 1994-20