代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/493005/6403867
c zrandom.c
/*
* zrandom - Blum-Blum-Shub pseudo-random generator
*
* Copyright (C) 1999,2004 Landon Curt Noll
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the v
www.eeworm.com/read/492033/6430237
h creep_rspec.h
#ifndef RSPEC_H
#define RSPEC_H
#include "genfile.h"
#include "alias.h"
#include "iotools.h"
/**
class contains
*/
class rspecmat
{
public:
rspecmat (void);
~rspecmat (void);
void read (
www.eeworm.com/read/492033/6430385
h creep_b3.h
#ifndef B3_H
#define B3_H
#include "genfile.h"
#include "alias.h"
#include "iotools.h"
/**
class contains B3 model of creep
*/
class b3mat
{
public:
b3mat (void);
~b3mat (void);
void read
www.eeworm.com/read/487309/6518996
m gassmnk.m
function k2=gassmnk(k1,kfl1,kfl2,k0,phi)
%GASSMNK Gassmann's relation (moduli)
%
% Fluid substitution using Gassmann equation
% K1: original bulk modulus of rock saturated with fluid of bulk modulus K
www.eeworm.com/read/487309/6519009
m gassmnv.m
function [vp2,vs2,ro2,k2]=gassmnv(vp1,vs1,ro1,rofl1,kfl1,rofl2,kfl2,k0,phi)
%GASSMNV Gassmann's relation (velocities)
%
% Gassmann fluid substituion with velocities as input/outputs
% VP1, VS1, RO1: r
www.eeworm.com/read/480720/6660202
cpp integer.cpp
// integer.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "integer.h"
#include "modarith.h"
#include "nbtheory.h"
#include "asn.h"
#include "words.h"
#in
www.eeworm.com/read/261384/11650575
cpp integer.cpp
// integer.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "integer.h"
#include "modarith.h"
#include "nbtheory.h"
#include "asn.h"
#include "words.h"
#in
www.eeworm.com/read/156908/11753194
cpp polymod.cpp
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field mod p.
*
* WARNING: This class has been cobbled together f
www.eeworm.com/read/156908/11753306
h polymod.h
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field mod p.
*
* WARNING: This class has been cobbled together f