代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/152843/5658856
s ev6-divide.s
/*
* arch/alpha/lib/ev6-divide.S
*
* 21264 version contributed by Rick Gorton
*
* Alpha division..
*/
/*
* The alpha chip doesn't provide hardware division, s
www.eeworm.com/read/294203/8246592
m test_exp.m
function test_exp
% Test code for the quaternion exponential function. This also tests the
% axis, modulus, and unit functions as well as many others.
% Copyright
www.eeworm.com/read/294203/8246838
m inv.m
function R = inv(a)
% INV Inverse of a quaternion (matrix).
% (Quaternion overloading of standard Matlab function.)
%
% For a single quaternion, this function computes the inverse,
% that is the con
www.eeworm.com/read/268338/11142666
cpp mpilib.cpp
/* C source code for multiprecision arithmetic library routines.
These routines implement all of the multiprecision arithmetic
necessary for number-theoretic cryptographic algorithms such
www.eeworm.com/read/335381/12531412
htm mod_6765.htm
modulus
Click on the banner to return to the Class Reference home page.
©Copyright 199
www.eeworm.com/read/319327/13455914
caj 37 the least square constant modulus algorithm for blind adaptive multiuser detection 2001.caj
www.eeworm.com/read/192624/8371969
h mcudriver.h
#ifndef _MCUDRIVER_H
#define _MCUDRIVER_H
// include header file
#include /* common defines and macros */
#include /* derivative information */
#defin
www.eeworm.com/read/192624/8372081
h mcudriver.h
#ifndef _MCUDRIVER_H
#define _MCUDRIVER_H
// include header file
#include /* common defines and macros */
#include /* derivative information */
#defin
www.eeworm.com/read/189159/8487572
vhd downcnt.vhd
library ieee;
use ieee.std_logic_1164.all;
entity downcnt is
generic(modulus:integer:=8); --定义modulus为整型常量,值为8
port(clock:in std_logic;
e:in std_logic;
l:in std_logic;
q:out inte
www.eeworm.com/read/432289/8613047
h generators.h
//: C21:Generators.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Different ways to fill sequences
#ifndef