代码搜索:Gravity

找到约 436 项符合「Gravity」的源代码

代码结果 436
www.eeworm.com/read/392007/8368321

htm gravity.htm

FDC help: Gravity
www.eeworm.com/read/357853/10200036

cpp gravity.cpp

// Gravity.cpp: implementation of the CGravity class. // ////////////////////////////////////////////////////////////////////// #include "Gravity.h" #define PI 3.14 //////////////////////////
www.eeworm.com/read/357853/10200040

h gravity.h

// Gravity.h: interface for the CGravity class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_GRAVITY_H__6696D2AD_624C_424F_A72D_16E6F87FF775__INCLUDE
www.eeworm.com/read/418911/10891977

m gravity.m

function [A,b,x] = gravity(n,example,a,b,d) %GRAVITY Test problem: 1-D gravity surveying model problem % % [A,b,x] = gravity(n,example,a,b,d) % % Discretization of a 1-D model problem in gravity
www.eeworm.com/read/315311/13546135

html gravity.html

Xlib Programming Manual: Window Attributes: Gravity 3.2.3 Gravity Attributes The bit gravity of a window defines which region of the
www.eeworm.com/read/315311/13546783

html gravity.html

Xlib Programming Manual: Events: GravityNotify 10.10.5 GravityNotify Events The X server can report GravityNotify events to c
www.eeworm.com/read/148359/5715900

dsp gravity.dsp

# Microsoft Developer Studio Project File - Name="gravity" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C
www.eeworm.com/read/343481/11944740

m gravity.m

function g = gravity(lat,height) %GRAVITY Plumb-bob gravity calculation. % % g = gravity(lat,height) % % INPUTS % lat = latitude in radians % height = height above the el
www.eeworm.com/read/338293/12314583

m gravity.m

function [A,b,x] = gravity(n,example,a,b,d) %GRAVITY Test problem: 1-D gravity surveying model problem % % [A,b,x] = gravity(n,example,a,b,d) % % Discretization of a 1-D model problem in gravity
www.eeworm.com/read/368989/9669731

m gravity.m

% Copyright Ashish Tewari (c) 2006 function [gc,gnorth]=gravity(r,lat); phi=pi/2-lat; mu=3.986004e14; Re=6378.135e3; J2=1.08263e-3; J3=2.532153e-7; J4=1.6109876e-7; gc=mu*(1-1.5*J2*(3*cos(phi)