代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/346994/11706673

c ptr_math.c

/* Demonstrates using pointer arithmetic to access */ /* array elements with pointer notation. */ #include #define MAX 10 /* Declare and initialize an integer array. */ int i_arra
www.eeworm.com/read/156908/11753071

c mrarth1.c

/* * MIRACL arithmetic routines 1 - multiplying and dividing BIG NUMBERS by * integer numbers. * mrarth1.c * * Copyright (c) 1988-1997 Shamus Software Ltd. */ #include "miracl
www.eeworm.com/read/156908/11753515

h ecn6.h

/* * MIRACL C++ Header file ecn6.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class ECn6 (Arithmetic on an Elliptic Curve, * mod n^6) * * NOTE :
www.eeworm.com/read/156908/11753537

h ecn2.h

/* * MIRACL C++ Header file ecn2.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class ECn2 (Arithmetic on an Elliptic Curve, * mod n^2) * * NOTE :
www.eeworm.com/read/156908/11753588

h ecn4.h

/* * MIRACL C++ Header file ecn4.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class ECn4 (Arithmetic on an Elliptic Curve, * mod n^4) * * NOTE :
www.eeworm.com/read/154960/11909609

txt 源程序1.txt

//------------------------------------------------------------ // arith-n.cpp - order-n arithmetic coding module #include #include #include #include "errhand.h
www.eeworm.com/read/257547/11921259

java expressioncalculator.java

/* * Created on 2007-7-12 */ package willishz.soho.arithmetic; import java.util.ArrayList; import java.util.Scanner; /** * calculate an expression(end with "=", decimal supported, bracke
www.eeworm.com/read/152663/12094743

java getvalue.java

package arithmetic.troubleTree; import java.util.*; import java.io.*; public class GetValue { private int matterNum; private int systemNum; private double[][] XX; private double[][]
www.eeworm.com/read/152663/12094747

java test.java

package arithmetic.troubleTree; import java.util.ArrayList; public class test { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub
www.eeworm.com/read/150781/12263005

c sshsh512.c

/* * SHA-512 algorithm as described at * * http://csrc.nist.gov/cryptval/shs.html */ #include "ssh.h" #define BLKSIZE 128 /* * Arithmetic implementations. Note that AND, XOR and