代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/172011/9726759
m demosicmod.m
function demoSiCmod
% demoSiCmod Least squares fit of bulk modulus of SiC versus temperature
%
% Synopsis: demoSiCmod
%
% Input: none
%
% Output: Plot of line fit to data
[t,D,labels] = l
www.eeworm.com/read/15004/429260
pdf stratified self-calibration with the modulus constraint.pdf
www.eeworm.com/read/236643/14006904
pdf stratified self-calibration with the modulus constraint.pdf
www.eeworm.com/read/201510/15404084
pdf using the constant modulus criterion_ a review.pdf
www.eeworm.com/read/291752/8399631
cpp pfelem.cpp
// pfelem.cpp
//
#include
#include "pfelem.h"
PrimeFieldElem::PrimeFieldElem(void)
{
Modulus=1;
Value=0;
}
PrimeFieldElem::PrimeFieldElem(int modulus)
{
Modulus=modulus
www.eeworm.com/read/331439/12828478
txt implementation notes.txt
Implementation notes
--------------------
The following are general points about the implementation of the quaternion
toolbox. It is intended to expand these notes in due course to give more
detailed
www.eeworm.com/read/294203/8246514
txt implementation notes.txt
Implementation notes
--------------------
The following are general points about the implementation of the quaternion
toolbox. It is intended to expand these notes in due course to give more
detailed
www.eeworm.com/read/292191/8368032
h gf256.h
#ifndef CRYPTOPP_GF256_H
#define CRYPTOPP_GF256_H
#include "cryptlib.h"
NAMESPACE_BEGIN(CryptoPP)
class GF256
{
public:
typedef byte Element;
typedef int RandomizationParameter;
GF
www.eeworm.com/read/292191/8368367
h gf2_32.h
#ifndef CRYPTOPP_GF2_32_H
#define CRYPTOPP_GF2_32_H
#include "cryptlib.h"
NAMESPACE_BEGIN(CryptoPP)
class GF2_32
{
public:
typedef word32 Element;
typedef int RandomizationParameter;
www.eeworm.com/read/291537/8410904
h gf256.h
#ifndef CRYPTOPP_GF256_H
#define CRYPTOPP_GF256_H
#include "cryptlib.h"
NAMESPACE_BEGIN(CryptoPP)
class GF256
{
public:
typedef byte Element;
typedef int RandomizationParameter;
GF