代码搜索:Disc

找到约 1,656 项符合「Disc」的源代码

代码结果 1,656
www.eeworm.com/read/463950/7171678

m muller.m

function [p,Y,err]=muller(f1043,p0,p1,p2,delta,max1) % f是给定的非线性方程。 % p0,p1,p2是给定的初始值。 % delta是近似值的误差界。 % max1是迭代次数的上限。 % p为所求得到方程的近似解。 % y=f(p)。 % err为p的误差估计。 P=[p0,p1,p2], k=0, Y=[fe
www.eeworm.com/read/460982/7236116

m analyticanelastic.m

% MATLABScript for obtaning the analytical solution for 2D wave propagation % in a viscoelastic medium, based on the Appendix B of paper of Carcione et % al. (1988)(1), corrected in (2). % % The
www.eeworm.com/read/446504/7577334

py halmanager.py

#!/usr/bin/env python # -*- coding: utf-8 -*- # HalManager.py # # Author: Laudeci Oliveira # Rafael Proen脙搂a # # This program is free softwa
www.eeworm.com/read/246126/12754581

h servo.h

/************************************************************************** (C)Copyright Cheertek Inc. 2002-2003, D300, all right reserved Product : WinDVD Firmware
www.eeworm.com/read/244728/12847409

html maincogpolartest.html

COG 2.1: Intersection with disc Intersection with a disc In this variant, instead of the 3D cube, the intersection of the
www.eeworm.com/read/486654/6524950

cpp 2246.cpp

/* This Code is Submitted by wywcgs for Problem 2246 on 2006-08-19 at 16:49:26 */ #include #include #include #include using namespace std; const int N =
www.eeworm.com/read/485150/6566163

m doubleint_mdp.m

function [xplus, rplus] = doubleint_mdp(m, x, u) % Implements the discrete-time dynamics of a double integrator with % bounded position and velocity, controlled in acceleration. % [XPLUS, RPLUS] =
www.eeworm.com/read/485150/6566171

m nav_mdp.m

function [xplus, rplus] = nav_mdp(m, x, u) % Implements the discrete-time dynamics of the navigation problem. % [XPLUS, RPLUS] = NAV_MDP(M, X, U) % % This function conforms to the specifications
www.eeworm.com/read/481966/6634249

cpp 2246.cpp

/* This Code is Submitted by wywcgs for Problem 2246 on 2006-08-19 at 16:49:26 */ #include #include #include #include using namespace std; const int N =
www.eeworm.com/read/400062/11583904

cpp quadratic.cpp

// Demonstration program for testing CPP_parser.g /* 1999-2004 Version 3.0 July 2004 * Modified by David Wigg at London South Bank University for CPP_parser.g * * See MyReadMe.txt for furthe