代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/102935/6227333
c dp_sqrt.c
/* IEEE754 floating point arithmetic
* double precision square root
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
* http://www.algor.co.uk
www.eeworm.com/read/479507/6688072
cpp chess.cpp
//#include
#include "myQFrame.h"
#include "chess.h"
#include "board.h"
#include "arithmetic.h"
//Chess::Chess(int chessx, int chessy, Board *pb) //初始化棋子
//{
// status = t
www.eeworm.com/read/410455/11286330
change_log
Changes in lmfit-2.4, released 27jul2008:
- clearer file headers
- clearer licence (everything has ever been in the public domain)
- machine-dependent arithmetic constants from float.h (suggestion M.
www.eeworm.com/read/401822/11548801
java mergesort.java
package com.arithmetic;
import java.util.Random;
public class MergeSort {
public int[] sort(int[] data) {
int[] temp = new int[data.length];
mergeSort(data, temp, 0, data.length - 1);
www.eeworm.com/read/156908/11753660
c mrarth3.c
/*
* MIRACL arithmetic routines 3 - simple powers and roots
* mrarth3.c
*
* Copyright (c) 1988-2003 Shamus Software Ltd.
*/
#include
#include "miracl.h"
#define mr_abs
www.eeworm.com/read/480930/1305212
c sp_sqrt.c
/* IEEE754 floating point arithmetic
* single precision square root
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
* http://www.algor.co.uk
www.eeworm.com/read/480930/1305222
c dp_sqrt.c
/* IEEE754 floating point arithmetic
* double precision square root
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
* http://www.algor.co.uk
www.eeworm.com/read/480930/1305487
h longlong.h
/* longlong.h -- based on code from gcc-2.95.3
definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991, 92, 94, 95, 96, 1997, 1998 Free Software Foundation, Inc.
This definition
www.eeworm.com/read/480930/1306924
c sp_sqrt.c
/* IEEE754 floating point arithmetic
* single precision square root
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
* http://www.algor.co.uk
www.eeworm.com/read/480930/1306934
c dp_sqrt.c
/* IEEE754 floating point arithmetic
* double precision square root
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
* http://www.algor.co.uk