代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/427960/8909475
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/186125/8958209
makefile
#
# Galois Field Arithmetic Library
# By Arash Partow - 2000
#
# URL: http://www.partow.net/projects/galois/index.html
#
# Copyright Notice:
# Free use of this library is permitted under the
# guideli
www.eeworm.com/read/283498/9016254
asm arith.asm
; ARITH.ASM
;
; A simple recursive descent parser for arithmetic strings.
.xlist
include stdlib.a
includelib stdlib.lib
.list
dseg segment para public 'data'
; Grammar for si
www.eeworm.com/read/283498/9016926
asm pgm9_1.asm
; Pgm9_1.ASM
;
; Several examples demonstrating how to convert various
; arithmetic expressions into assembly language.
.xlist
include stdlib.a
includelib stdlib.lib
.list
dseg
www.eeworm.com/read/178078/9418710
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 t
www.eeworm.com/read/177506/9450499
m fuzarith.m
function out = fuzarith(x, A, B, operator)
%FUZARITH Fuzzy arithmetic.
% C = FUZARITH(X, A, B, OPERATOR) returns a fuzzy set C as the result
% of applying OPERATOR on fuzzy sets A and B of universe
www.eeworm.com/read/363191/9965676
makefile
# Procedures and Programs for Galois-Field Arithmetic and Reed-Solomon Coding.
# Copyright (C) 2003 James S. Plank
#
# This library is free software; you can redistribute it and/or
# modify it unde
www.eeworm.com/read/362152/10015622
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/359005/10171576
m fuzarith.m
function out = fuzarith(x, A, B, operator)
%FUZARITH Fuzzy arithmetic.
% C = FUZARITH(X, A, B, OPERATOR) returns a fuzzy set C as the result
% of applying OPERATOR on fuzzy sets A and B of universe
www.eeworm.com/read/161772/10376511
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