代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/156908/11753609
cpp ibe_setx.cpp
/*
Boneh & Franklin's Identity Based Encryption y^2=x^3+x version
Set-up phase
After this program has run the file commonx.ibe contains
www.eeworm.com/read/226937/14446282
c lcgrand.c
/* Prime modulus multiplicative linear congruential generator
Z[i] = (630360016 * Z[i-1]) (mod(pow(2,31) - 1)), based on Marse and Roberts'
portable FORTRAN random-number generator UNIRAN. Mu
www.eeworm.com/read/13816/283921
vhd downcnt.vhd
--downcnt.vhd n modules downcounter
library ieee ;
use ieee.std_logic_1164.all ;
entity downcnt is
generic ( modulus : integer := 8 ) ;
port (
clock : in std_logic ;
e : in std_logic ;--enabl
www.eeworm.com/read/465307/1521007
prl mk_sub_list.prl
#!/usr/local/bin/perl
# This script will generate the list of subset data from the full list
# to be used in discrete model.
#
# usage: mk_sub_list.prl modulus remain full_list_file_name sub_
www.eeworm.com/read/242898/4533374
readme
claw/clawpack/1d/example2/amr
Acoustics equations with pressure pulse initial conditions,
solid wall at x=0, outflow at x=1.
The density and bulk modulus are specified in setprob.data
The code in
www.eeworm.com/read/307266/3726176
cpp ibe_setx.cpp
/*
Boneh & Franklin's Identity Based Encryption y^2=x^3+x version
Set-up phase
After this program has run the file commonx.ibe contains
www.eeworm.com/read/307266/3726528
cpp ibe_setx.cpp
/*
Boneh & Franklin's Identity Based Encryption y^2=x^3+x version
Set-up phase
After this program has run the file commonx.ibe contains
www.eeworm.com/read/247999/12608205
c lcgrand.c
/* Prime modulus multiplicative linear congruential generator
Z[i] = (630360016 * Z[i-1]) (mod(pow(2,31) - 1)), based on Marse and Roberts'
portable FORTRAN random-number generator UNIRAN. Mu
www.eeworm.com/read/100612/15869013
cpp ibe_setx.cpp
/*
Boneh & Franklin's Identity Based Encryption y^2=x^3+x version
Set-up phase
After this program has run the file commonx.ibe contains
www.eeworm.com/read/413179/11163934
m input_file_16ele.m
% Input Data for Example 9.3 (16 element mesh)
% material properties
E = 30e6; % Young's modulus
ne = 0.3; % Poisson's ratio
D = E/(1-ne^2) * [1 ne 0 % constituti