代码搜索:XII
找到约 84 项符合「XII」的源代码
代码结果 84
www.eeworm.com/read/158370/11622897
cpp 6xii.cpp
// ReadItem() Input a single data item from a patient log line
// ASSUMPTION: input lines conform to the documented format
// OUT: sex is returned as the letter `F' or `M' (if input)
// age is
www.eeworm.com/read/158370/11622923
cpp 10xii.cpp
// ReadBigInt() Read in a Big Integer of NUMDIG digits
// OUT: array b contains the NUMDIG digits
const int NUMDIG = 20, NUMDIG2 = 21;
#include
void ReadBigInt (int b[ ])
{ int n;
www.eeworm.com/read/148707/12436754
cpp 6xii.cpp
// ReadItem() Input a single data item from a patient log line
// ASSUMPTION: input lines conform to the documented format
// OUT: sex is returned as the letter `F' or `M' (if input)
// age is
www.eeworm.com/read/148707/12436809
cpp 10xii.cpp
// ReadBigInt() Read in a Big Integer of NUMDIG digits
// OUT: array b contains the NUMDIG digits
const int NUMDIG = 20, NUMDIG2 = 21;
#include
void ReadBigInt (int b[ ])
{ int n;
www.eeworm.com/read/190426/8444005
c set.c
#include "es1.h"
#define Zero_Order 0
#define First_Order 1
#define Quadratic_Spline 2
#define Cubic_Spline 3
#define Momentum_Conserving 0
#define Energy_Conserving 1
#define sqr(x) ((x)*(x
www.eeworm.com/read/374306/9411655
m myrls.m
function myRLS
f1=300; f2=1000; fs=8000; N=600; t0=0.02;
for n=1:N
x(n)=6*sin(2*pi*f1/fs*n);
s(n)=sin(2*pi*f2/fs*n);
end
a=1;x=x';s=s';
order=fix(t0*fs);
d=0.8*x;
y=d+s; e0=zeros(N,1)
www.eeworm.com/read/190426/8443983
c accel.c
#include "es1.h"
#define Zero_Order 0
#define First_Order 1
#define Quadratic_Spline 2
#define Cubic_Spline 3
#define Momentum_Conserving 0
#define Energy_Conserving 1
#define sqr(x) ((x)*(x