代码搜索:integration

找到约 3,762 项符合「integration」的源代码

代码结果 3,762
www.eeworm.com/read/310520/13649765

c integration2.c

/* 学生成绩统计 */ # include # define M 5 # define N 10 float score[N][M]; float a_stu[N], a_cor[M]; /* 声明子函数 */ void input_stu(); void avr_stu(); void avr_cor(); float highest(int *
www.eeworm.com/read/310520/13649807

c integration1.c

# include void head1(); void head2(); void head3(); int count; /* 全局变量 */ void main() { register int index; /* 定义为主函数寄存器变量 */ head1(); head2(); head3(); for (index
www.eeworm.com/read/303101/13821735

m integration_is_a_filter.m

%% t = linspace(0,6,301); randn('state',0) acc = 10*randn(size(t)); vel = cumtrapz(t,acc); pos = cumtrapz(t,vel); subplot(3,1,1) plot(t,acc) title('Acceleration') subplot(3,1,2) plot
www.eeworm.com/read/136812/5860425

c integration_test.c

#ifndef lint static char sccsid[] = "@(#)integration_test.c 1.1 92/07/30 Copyr 1990 Sun Micro"; #endif /* * Copyright (c) 1990 by Sun Microsystems, Inc. */ #include #include
www.eeworm.com/read/128026/5992946

c integration2.c

/* 学生成绩统计 */ # include # define M 5 # define N 10 float score[N][M]; float a_stu[N], a_cor[M]; /* 声明子函数 */ void input_stu(); void avr_stu(); void avr_cor(); float highest(int *
www.eeworm.com/read/128026/5992988

c integration1.c

# include void head1(); void head2(); void head3(); int count; /* 全局变量 */ void main() { register int index; /* 定义为主函数寄存器变量 */ head1(); head2(); head3(); for (index
www.eeworm.com/read/107846/6188115

c integration2.c

/* 学生成绩统计 */ # include # define M 5 # define N 10 float score[N][M]; float a_stu[N], a_cor[M]; /* 声明子函数 */ void input_stu(); void avr_stu(); void avr_cor(); float highest(int *
www.eeworm.com/read/107846/6188157

c integration1.c

# include void head1(); void head2(); void head3(); int count; /* 全局变量 */ void main() { register int index; /* 定义为主函数寄存器变量 */ head1(); head2(); head3(); for (index
www.eeworm.com/read/145285/6350455

c integration2.c

/* 学生成绩统计 */ # include # define M 5 # define N 10 float score[N][M]; float a_stu[N], a_cor[M]; /* 声明子函数 */ void input_stu(); void avr_stu(); void avr_cor(); float highest(int *
www.eeworm.com/read/145285/6350497

c integration1.c

# include void head1(); void head2(); void head3(); int count; /* 全局变量 */ void main() { register int index; /* 定义为主函数寄存器变量 */ head1(); head2(); head3(); for (index