代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/494289/6381552
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/494289/6381675
cpp zzn2.cpp
/*
* MIRACL C++ Implementation file zzn2.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn2 (Arithmetic over n^2)
*
* Note: This code assumes that
*
www.eeworm.com/read/494289/6381713
h ecn3.h
/*
* MIRACL C++ Header file ecn3.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn3 (Arithmetic on an Elliptic Curve,
* mod n^3)
*
* NOTE :
www.eeworm.com/read/494289/6381722
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/494289/6381742
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/415255/6515837
cpp arith-n.cpp
//------------------------------------------------------------
// arith-n.cpp - order-n arithmetic coding module
#include
#include
#include
#include "errhand.h
www.eeworm.com/read/479115/6699501
c c51des.c
/*DES Arithmetic Based 51 by micheal*/
/************************************************************/
xdata unsigned char en_data[8];
xdata unsigned char des_key[8];
xdata unsigned char en_out_put
www.eeworm.com/read/409205/11341463
m fxquant.m
function X = fxquant( s, bit, rmode, lmode )
%FXQUANT simulated fixed-point arithmetic
%-------
% Usage: X = fxquant( S, BIT, RMODE, LMODE )
%
% returns the input signal S reduced to a w
www.eeworm.com/read/401822/11548795
java bubblesort.java
package com.arithmetic;
import java.util.Random;
/**
* 冒泡排序
* @author Administrator
*
*/
public class BubbleSort {
public static void main(String args[]){
long time=0,startti
www.eeworm.com/read/158309/11626760
Ȧ
//------------------------------------------------------------
// arith-n.cpp - order-n arithmetic coding module
#include
#include
#include
#include "errhand.h