代码搜索:Integration

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

代码结果 3,762
www.eeworm.com/read/237896/13921056

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/133757/14025365

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/133757/14025443

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/132999/14063548

plg numerical_integration.plg

Build Log --------------------Configuration: numerical_integration - Win32 Debug-------------------- Command Lines Creating temporary file "C:\
www.eeworm.com/read/132999/14063554

dsw numerical_integration.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/132999/14063570

c numerical_integration.c

#include #include #include "numerical_integration.h" #ifdef _cplusplus extern "C" { #endif double sub_get_fun(double x, Token_head *head, Var_name_list *name);
www.eeworm.com/read/132999/14063579

dsp numerical_integration.dsp

# Microsoft Developer Studio Project File - Name="numerical_integration" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE
www.eeworm.com/read/132999/14063582

h numerical_integration.h

#ifndef NUMERICAL_INTEGRATION_H #define NUMERICAL_INTEGRATION_H #ifdef _cplusplus extern "C" { #endif #include "ERRNO.h" #include "parse_string.h" #define TRAPEZOIDAL 0x00000400l