代码搜索:integration
找到约 3,762 项符合「integration」的源代码
代码结果 3,762
www.eeworm.com/read/338034/12327477
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/230764/14275408
seqdb 2230_integration.seqdb
www.eeworm.com/read/126308/14433529
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/126308/14433615
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/124283/14579686
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
www.eeworm.com/read/216987/14983408
f90 integration.f90
!------------------------------------------------------------------------------!
! Procedure : integration Auteur : J. Gressier
! Date : Juill
www.eeworm.com/read/216987/14983659
f90 integration.f90
!------------------------------------------------------------------------------!
! MODULE : INTEGRATION Auteur : J. Gressier
! Date : Avril
www.eeworm.com/read/115116/15025960
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/115116/15026034
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/212047/15167084
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