代码搜索:parabolic
找到约 137 项符合「parabolic」的源代码
代码结果 137
www.eeworm.com/read/404871/11476768
f90 implhfeq.f90
! **********************************************************************
! AIM IS TO SOLVE THE PARABOLIC HEAT CONDUCTION EQUATION (OR DIFFUSION-EQ.)
! PT/PT = (L/ROH C) * (P^2 T / P X^2)
! WERE L I
www.eeworm.com/read/475765/6777728
m arclenf.m
function xint=arclenf(x)
% CALL: xint=arclenf(x) defines the integrand for a parabolic function
% this is sqrt(1+(df/dx)**2) df/dx = CINT*x
% CINT is a global constant from calling program
www.eeworm.com/read/475765/6777786
m arclenf.m
function xint=arclenf(x)
% CALL: xint=arclenf(x) defines the integrand for a parabolic function
% this is sqrt(1+(df/dx)**2) df/dx = CINT*x
% CINT is a global constant from calling program
www.eeworm.com/read/394483/8221784
m test9.m
[p,e,t]=initmesh('crackg');
u=parabolic(0,0:0.5:5,'crackb',p,e,t,1,0,0,1);
pdeplot(p,e,t,'xydata',u(:,11),'mesh','off',...
'colormap','hot')
www.eeworm.com/read/370048/9621358
m newtonnu.m
% ------------------------------------------------------------------------------
%
% function newtonnu
%
% this function solves keplers equation when the true anomaly is
www.eeworm.com/read/411796/11226303
m freq_pat.m
function lst = freq_pat(H,pat)
% freq_pat.m - generate frequency partition
%
% input:
% H: half length of the frequency span, H needs to be greater than 16
% pat: type of frequency partition w
www.eeworm.com/read/166304/10024727
m 10_methods.m
% simulation data is the received data in practice
% 0:direct cross-correlation
% 1: direct interpolation
% 2: direct parabolic interpolation
% 3: parabolic interpolation with bias-compensation
%
www.eeworm.com/read/242485/13002802
hpp util.hpp
// Sh: A GPU metaprogramming language.
//
// Copyright 2003-2005 Serious Hack Inc.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser G