代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/283403/9023837
txt 55. c28x signal generator library (sprc083).txt
The signal generator module repository contains SIN generator ramp generator, trapezoidal & profile- generator modules. The signal generator modules are implemented using modulo arithmetic counter (i.
www.eeworm.com/read/181687/9241497
h tvarith.h
/*
* tvarith.h
* - static inline functions for doing arithmetic on timevals
*/
/*
* This file is part of adns, which is
* Copyright (C) 1997-2000,2003,2006 Ian Jackson
* Copyright (C) 19
www.eeworm.com/read/181164/9272074
cpp a_cal.cpp
/* Copyright is licensed under GNU LGPL. by I.J.Wang 2005
Command line calculator
Read arithmetic expression from standard input and write along with the
evaluated result, to st
www.eeworm.com/read/160163/10561941
c mpi.c
/* Start: bn_error.c */
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoret
www.eeworm.com/read/420885/10769498
h zzn.h
/*
* MIRACL C++ Header file zzn.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ZZn (Arithmetic mod n), using
* Montgomery's Method for modular multip
www.eeworm.com/read/349903/10785264
h monty.h
/*
* MIRACL C++ Header file monty.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ZZn (Arithmetic mod n), using
* Montgomery's Method for modular mult
www.eeworm.com/read/461070/7235028
h arith.h
// These objects implement arithmetic coding as described in
// Bell, Cleary, and Witten "Text Compression" Prentice Hall.
#ifndef _ARITH_CODER_
#define _ARITH_CODER_
#include
www.eeworm.com/read/450947/7474321
v alu8bit.v
module alu(CLK,RESET,A,B,Y,OP,C,N,V,Z);
//****************************************************
// 8 bit arithmetic logic unit
//
// parameter:
// CLK.......system clock
// RESET.....System Res
www.eeworm.com/read/448535/7531523
m polydivgfp.m
function [q,r] = polydivgfp(a,b,p)
%
% Divide a(x)/b(x), and return quotient and remainder in q and r
% using arithmetic in GF(p)
% Coefficients are assumed to be in Matlab standard order (highe
www.eeworm.com/read/439437/7709175
m qfix.m
function [y] = QFix(x,B,Qmode,Omode)
% Fixed-point Arithmetic using (B+1)-bit Representation
% -----------------------------------------------------
% [y] = QFix(x,B,Qmode,Omode)
% y: Decim