代码搜索:Integration

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

代码结果 3,762
www.eeworm.com/read/202630/15377498

c integration_nr.c

/* $Id: integration_nr.c,v 1.2 2005/06/20 03:28:52 zlb Exp $ */ #include #include #include #include "integration_nr.h" #define MACHINE_PREC 1e-15 /* 机器精度 */ double i
www.eeworm.com/read/202630/15377501

h integration_nr.h

/* $Id: integration_nr.h,v 1.2 2005/06/20 03:28:52 zlb Exp $ */ typedef struct INTERVAL_T { double x0, f0, x1, f1, fc; struct INTERVAL_T *last, *next; } interval_t; double integration_nr(dou
www.eeworm.com/read/111220/15516690

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/111220/15516732

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/109003/15568845

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/109003/15568887

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/102394/15783426

h gsl_integration.h

/* integration/gsl_integration.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the