代码搜索:Cartesian
找到约 512 项符合「Cartesian」的源代码
代码结果 512
www.eeworm.com/read/385649/2587113
h treap.h
/* -*- C++ -*- */
#ifndef _TREAP_H_
#define _TREAP_H_
#include
#include
#include
// A Cartesian tree.
// adapted from treap code by Bobby Blumofe
template
www.eeworm.com/read/305575/13765407
m xy2latlon.m
function[lat,lon]=xy2latlon(varargin)
% XY2LATLON Converts Cartesian coordinates into latitude and longitude.
%
% [LAT,LON]=XY2LATLON(X,Y,LATO,LONO) converts (X,Y) position with
% units of kilom
www.eeworm.com/read/343481/11944679
m llh2xyz.m
function xyz = llh2xyz(llh)
%LLH2XYZ Convert from latitude, longitude and height
% to ECEF cartesian coordinates. WGS-84
%
% xyz = LLH2XYZ(llh)
%
% llh(1) = latitude in radians
% llh
www.eeworm.com/read/251835/12317298
m hpplot.m
function [H,RE,IM] = hpplot(w,beta,z,c,re,im,options)
%HPPLOT Image of cartesian grid under Schwarz-Christoffel half-plane map.
% HPPLOT(W,BETA,Z,C) will adaptively plot the images under the
%
www.eeworm.com/read/251835/12317309
m rplot.m
function [H,RE,IM] = rplot(w,beta,z,c,L,re,im,options)
%RPLOT Image of cartesian grid under Schwarz-Christoffel rectangle map.
% RPLOT(W,BETA,Z,C,L) will adaptively plot the images under the
%
www.eeworm.com/read/216898/14987306
am makefile.am
#
# Written by Patrick Guio
#
arraydir = $(includedir)/blitz/array
generatedir = ../generate
genheaders = bops.cc uops.cc
array_HEADERS = asexpr.h cartesian.h cgsolve.h co
www.eeworm.com/read/338759/3313022
am makefile.am
#
# Written by Patrick Guio
#
arraydir = $(includedir)/blitz/array
generatedir = ../generate
genheaders = bops.cc uops.cc
array_HEADERS = asexpr.h cartesian.h cgsolve.h co
www.eeworm.com/read/304962/3781588
h polyhedron_ex.h
#ifndef POLYHEDRON_EX_H_INCLUDED
#define POLYHEDRON_EX_H_INCLUDED
#include
#include
#include
#include
#include
www.eeworm.com/read/237003/13983171
am makefile.am
#
# Written by Patrick Guio
#
arraydir = $(includedir)/blitz/array
generatedir = ../generate
genheaders = bops.cc uops.cc
array_HEADERS = asexpr.h cartesian.h cgsolve.h co
www.eeworm.com/read/362145/10016213
qam makefile.qam
# Standard defines:
CXX = g++
LIBS = -L/usr/local/lib/mingw -lfftw -lfltk_cartesian `fltk-config --ldflags` -lm -lpthreadGC
CXX_FLAGS = -O -Wall `fltk-config --cxxflags`
C_FLAGS = -O -Wall