代码搜索:Cartesian

找到约 512 项符合「Cartesian」的源代码

代码结果 512
www.eeworm.com/read/434656/1868946

m nufft_samples.m

function om = nufft_samples(type, Nd) %function om = nufft_samples(type, Nd) % default simple sampling patterns switch type case 'epi' % blipped echo-planar cartesian samples if length(Nd) == 1
www.eeworm.com/read/393024/2489591

py hexagui.py

#!/usr/bin/python2.4 # Copyright 2007 Ben Lipkowitz # You may distribute this software under the GNU GPL v2 or later # # Hexapod visualization. # In HAL, you must link axis.* to cartesian coordinates
www.eeworm.com/read/388600/2548913

f90 cc2rc.f90

program CC2RC !! interpolates from cartesian coordinates to ray coordinates !! Paul Sava (paul@sep.stanford.edu) !! 08/15/03 use rsf implicit none type (file) :: Fi, Fo, Fr logical
www.eeworm.com/read/356084/3042317

m splitb2.m

% % splitb2: splits a beamlet into a chain of connected segments of 1 scale finner % Usage: % [b,nb] = splitb2(ps,pe,n); % Inputs: % ps,pe beamlet end points in 3D cartesian coordinat
www.eeworm.com/read/356084/3042323

m splitb.m

% % splitb2: splits a beamlet into a chain of connected segments of 1 scale finner % Usage: % [b,nb] = splitb2(ps,pe,n); % Inputs: % ps,pe beamlet end points in 3D cartesian coordinat
www.eeworm.com/read/356084/3042697

m t_cart_2_rectpolar.m

% t_Cart_2_Rect_Polar: transpose of cartesian to rectopolar conversion % C = t_Cart_2_RectPolar(X[,dens]) % Inputs % X possibly complex n*2n array of rectopolar samples % of a trigonometric po
www.eeworm.com/read/139332/5799448

c conics_arr_from_file.c

#include #ifndef CGAL_USE_LEDA #include int main() { std::cout
www.eeworm.com/read/134936/5891370

m streamfunction.m

function [psi,om]=StreamFunctionVorticity(x,y,flag,u,v) % % [psi,om]=StreamFunctionVorticity2D(x,y,u,v) returns % for a 2D velocity field (u,v) on a cartesian grid % the streamfunction (psi) and the v
www.eeworm.com/read/252304/12286794

c pj_units.c

/* definition of standard cartesian units */ #ifndef lint static const char SCCSID[]="@(#)pj_units.c 4.6 93/06/12 GIE REL"; #endif #define PJ_UNITS__ #include /* Field 2 that contains the
www.eeworm.com/read/207169/15281236

asv xyz.asv

function cart=orb2cart(z) %ORB2CART Orbital elements to Cartesian coordinates. % Mfile for converting orbital elements ==> r, v vectors % input is vector z (6 x 1) of classical orbital elements