代码搜索:approximating

找到约 61 项符合「approximating」的源代码

代码结果 61
www.eeworm.com/read/305566/3771850

c mkhdiff.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* FUNCTION: compute filter approximating the bandlimited half-differentiator PARAMETERS: h i sam
www.eeworm.com/read/305566/3772168

c mkhdiff.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* FUNCTION: compute filter approximating the bandlimited half-differentiator PARAMETERS: h i sam
www.eeworm.com/read/305566/3773147

c mkhdiff.c

/* Copyright (c) Colorado School of Mines, 1990. /* All rights reserved. */ /* FUNCTION: compute filter approximating the bandlimited half-differentiator PARAMETERS: h i sam
www.eeworm.com/read/251851/12315162

m auto2xsys.m

function auto2xsys() % Construct generic transition system from the current `approximating % automaton`. % % Syntax: % "auto2xsys" % % Description: % Create a generic transition system i
www.eeworm.com/read/217557/14958700

m auto2xsys.m

function auto2xsys() % Construct generic transition system from the current `approximating % automaton`. % % Syntax: % "auto2xsys" % % Description: % Create a generic transition system i
www.eeworm.com/read/13887/285281

m sphere_tri.m

function [FV] = sphere_tri(shape,maxlevel,r) % SPHERE_TRI - generate a triangle mesh approximating a sphere % % The function uses recursive subdivision. The first % approximation is an platoni
www.eeworm.com/read/458682/7291360

sh cannon.sh

#!/bin/bash # cannon.sh: Approximating PI by firing cannonballs. # This is a very simple instance of a "Monte Carlo" simulation: #+ a mathematical model of a real-life event, #+ using pseudorandom nu
www.eeworm.com/read/339483/12230477

sh cannon.sh

#!/bin/bash # cannon.sh: Approximating PI by firing cannonballs. # This is a very simple instance of a "Monte Carlo" simulation: #+ a mathematical model of a real-life event, #+ using pseudorandom nu
www.eeworm.com/read/251851/12315203

m get_auto_state.m

function val = get_auto_state(whichauto,st,param) % Get a parameter of the specified state in the specified `approximating % automaton`. % % Syntax: % "val = get_auto_state(whichauto,st,param
www.eeworm.com/read/251851/12315281

m set_auto_state.m

function set_auto_state(whichauto,st,param,val) % Set a parameter of the specified state in the specified `approximating % automaton`. % % Syntax: % "set_auto_state(whichauto,st,param,val)"