代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/413319/11159610
h gf2m.h
/*
* MIRACL C++ Header file gf2m.h
*
* AUTHOR : M.Scott
*
* PURPOSE : Definition of class GF2m (Arithmetic in the field GF(2^m)
*
* NOTE: : The field basis is set dyna
www.eeworm.com/read/334891/12564382
txt eightqueen.java.txt
package bia.arithmetic;
import java.util.Date;
public class EightQueen {
Queen[] stack = new Queen[8];
int sp = 0;
int num = 0;
public EightQueen() {
num = 8;
stack = new Queen[n
www.eeworm.com/read/133540/14036160
cpp stddev.cpp
#include
#include "stddev.h"
/**
Calculate the arithmetic mean (a.k.a. average)
*/
double stddev::calc_mean_( const double *v, const size_t N )
{
double mean = 0.0;
do
www.eeworm.com/read/133540/14036193
cpp stddev.cpp
#include
#include "stddev.h"
/**
Calculate the arithmetic mean (a.k.a. average)
*/
double stddev::calc_mean_( const double *v, const size_t N )
{
double mean = 0.0;
do
www.eeworm.com/read/101124/15852228
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 "global.h"
#include "rsaref.h"
www.eeworm.com/read/100612/15868816
h gf2m.h
/*
* MIRACL C++ Header file gf2m.h
*
* AUTHOR : M.Scott
*
* PURPOSE : Definition of class GF2m (Arithmetic in the field GF(2^m)
*
* NOTE: : The field basis is set dyna
www.eeworm.com/read/100612/15868966
c mrecgf2m.c
/*
* MIRACL routines for arithmetic over GF(2^m), and
* implementation of Elliptic Curve Cryptography over GF(2^m)
* mrecgf2m.c
*
* Curve equation is Y^2 + XY = X^3 + A.X^2 + B
*
www.eeworm.com/read/430115/8765521
c pidcontrol.c
#include "Headfiles.h"
/*
void PID_Arithmetic(int kp_parameter, int ki_parameter, int kd_parameter,
int *error_sum, int error, int *offset,
int *pid_outpu
www.eeworm.com/read/385281/8810335
html arithprogression-arith.html
Code Fragment
/**
* Arithmetic progression.
*/
clas