代码搜索:微分几何
找到约 3,133 项符合「微分几何」的源代码
代码结果 3,133
www.eeworm.com/read/178166/9416844
m 使用极限微分求解导数(微分).m
%__________________________________________________________________________
%说明:使用极限的微分求解。
%格式如下:f'(x)=[f(x+10^(-k)*h)-f(x-10^(-k)*h)]/2*(10(-k)h
%允许误差为|Dn+1-Dn|>=|Dn-Dn-1|或者|Dn-Dn-1|
www.eeworm.com/read/382761/9001300
dsw 数值微分.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/382761/9001303
opt 数值微分.opt
www.eeworm.com/read/382761/9001306
dsp 数值微分.dsp
# Microsoft Developer Studio Project File - Name="数值微分" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/382761/9001312
plg 数值微分.plg
Build Log
--------------------Configuration: 数值微分 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\admin\LO
www.eeworm.com/read/382761/9001316
ncb 数值微分.ncb
www.eeworm.com/read/382761/9001319
cpp 数值微分.cpp
// 数值微分.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "math.h"
#include "iostream.h"
class CDiff
{
public:
double h, y;
www.eeworm.com/read/398046/8007788
txt 常微分.txt
function [tout,yout,varargout] = ode45(odefile,tspan,y0,options,varargin)
%[tout,yout] = ode45('ypfun', tspan, y0, options)
%这里字符串ypfun是用以表示f(t, y)的M文件名,
%tspan=[t0, tfinal]表示自变量初值t0和终值tf
% y0
www.eeworm.com/read/328145/13044853
pdf 动态微分.pdf
www.eeworm.com/read/328145/13044863