代码搜索:integration
找到约 3,762 项符合「integration」的源代码
代码结果 3,762
www.eeworm.com/read/102394/15783306
texi integration.texi
@cindex quadrature
@cindex numerical integration (quadrature)
@cindex integration, numerical (quadrature)
@cindex QUADPACK
This chapter describes routines for performing numerical integration
(quadra
www.eeworm.com/read/286954/8735049
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/286954/8735176
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/386037/8770452
js krugle_integration.js
function fetchKruglePids(pidstring) {
jQuery('head').each(function(){
var script_el = document.createElement('script');
script_el.type = 'text/javascript';
script_el.src = kruglepr
www.eeworm.com/read/430034/8771449
doc prompt integration.doc
www.eeworm.com/read/429877/8784264
m pulse_integration.m
function [snrout] = pulse_integration(pt, freq, g, sigma, te, b, nf, loss, range,np,ci_nci)
snr1 = radar_eq(pt, freq, g, sigma, te, b, nf, loss, range) % single pulse SNR
snr1=0
if (ci_nci == 1)
www.eeworm.com/read/381207/9104571
m pulse_integration.m
function [snrout] = pulse_integration(pt, freq, g, sigma, te, b, nf, loss, range,np,ci_nci)
snr1 = radar_eq(pt, freq, g, sigma, te, b, nf, loss, range) % single pulse SNR
snr1=0
if (ci_nci == 1)
www.eeworm.com/read/380937/9121795
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/380937/9121893
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/180265/9314169
m pulse_integration.m
function [snrout] = pulse_integration(pt, freq, g, sigma, te, b, nf, loss, range,np,ci_nci)
snr1 = radar_eq(pt, freq, g, sigma, te, b, nf, loss, range) % single pulse SNR
snr1=0
if (ci_nci == 1)