代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/171081/5399451
h rsaref.h
/* RSAREF.H - header file for RSAREF cryptographic toolkit
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#ifndef _R
www.eeworm.com/read/293056/8316313
h rsaeuro.h
/*
RSAEURO.H - header file for RSAEURO cryptographic toolkit
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the
www.eeworm.com/read/266849/11210725
h rsaref.h
/* RSAREF.H - header file for RSAREF cryptographic toolkit
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#ifndef _RSAREF_H
www.eeworm.com/read/100036/15460717
h rsaref.h
/* RSAREF.H - header file for RSAREF cryptographic toolkit
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#ifndef _R
www.eeworm.com/read/111552/15510051
h rsaeuro.h
/*
RSAEURO.H - header file for RSAEURO cryptographic toolkit
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same
www.eeworm.com/read/110265/15537887
h rsaref.h
/* RSAREF.H - header file for RSAREF cryptographic toolkit
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#ifndef _R
www.eeworm.com/read/105985/15649577
h rsaref.h
/* RSAREF.H - header file for RSAREF cryptographic toolkit
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#ifndef _RSAREF_H
www.eeworm.com/read/100567/15871985
h rsaeuro.h
/*
RSAEURO.H - header file for RSAEURO cryptographic toolkit
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same
www.eeworm.com/read/446452/7578488
m beamelementstiffnessnoe.m
function y = BeamElementStiffness(I,L)
%BeamElementStiffness This function returns the element
% stiffness matrix for a beam
% element with modulus
www.eeworm.com/read/315069/13552941
m 123.m
% PID corrector
w=1:10000;
Ti=0.01;
Td=0.01; K=10; C=K*(1+Td*j*w+1./(Ti*j*w));
figure(1);
loglog(w,abs(C));
title(’PID corrector modulus’);
xlabel(’Frequency in rad/s’);
ylabel(’Modulus’