代码搜索:Numerical

找到约 2,441 项符合「Numerical」的源代码

代码结果 2,441
www.eeworm.com/read/217040/14982005

doc 1nreadme.doc

NUMERICAL RECIPES PASCAL SHAREWARE DISKETTE The entire contents of this diskette are Copyright (C) 1986 by Numerical Recipes Software. HERE ARE ANSWERS TO YOUR IMMEDIATE QUESTIONS:
www.eeworm.com/read/132999/14063560

cpp stdafx.cpp

// stdafx.cpp : 只包括标准包含文件的源文件 // numerical_analysis.pch 将是预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h" #include "numerical_integration.c" #include "parse_string.c"
www.eeworm.com/read/188637/8522565

htm group_codes_in_numerical_order_al_u05_c.htm

Group Codes in Numerical Order [ACG]
www.eeworm.com/read/174714/9575808

hin august.hin

The most obscure program: Lennart Augustsson An interesting use of a recursive call to main. Compile and execute without args. What is the initial value of b, and does it alter t
www.eeworm.com/read/434325/7874143

m readme11.m

NUMERICAL METHODS: MATLAB Programs (c) 1995 by John H. Mathews To Accompany NUMERICAL METHODS for Mathema
www.eeworm.com/read/434325/7874292

m readme7.m

NUMERICAL METHODS: MATLAB Programs (c) 1995 by John H. Mathews To Accompany NUMERICAL METHODS for Mathema
www.eeworm.com/read/434325/7874711

m forwdif.m

function U = forwdif(f,g1,g2,a,b,c,n,m) %--------------------------------------------------------------------------- %FORWDIF Finite difference solution to the heat equation. % Sample call % U
www.eeworm.com/read/305390/13772272

m euler.m

function E=euler(f,a,b,ya,M) %Input - y'=f is the function % - a and b are the left and right endpoints % - ya is the initial condition y(a) % - M is the number o