代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/461240/7231212
m fdtd_solve_2d.m
% initialize the matlab workspace
clear all; close all; clc;
% define the problem
define_problem_space_parameters_2d;
define_geometry_2d;
define_sources_2d;
define_output_parameters_2d;
%
www.eeworm.com/read/461240/7231258
m fdtd_solve_2d.m
% initialize the matlab workspace
clear all; close all; clc;
% define the problem
define_problem_space_parameters_2d;
define_geometry_2d;
define_sources_2d;
define_output_parameters_2d;
%
www.eeworm.com/read/461240/7231301
m fdtd_solve_2d.m
% initialize the matlab workspace
clear all; close all; clc;
% define the problem
define_problem_space_parameters_2d;
define_geometry_2d;
define_sources_2d;
define_output_parameters_2d;
%
www.eeworm.com/read/461240/7231346
m fdtd_solve_2d.m
% initialize the matlab workspace
clear all; close all; clc;
% define the problem
define_problem_space_parameters_2d;
define_geometry_2d;
define_sources_2d;
define_output_parameters_2d;
%
www.eeworm.com/read/461240/7231389
m fdtd_solve_2d.m
% initialize the matlab workspace
clear all; close all; clc;
% define the problem
define_problem_space_parameters_2d;
define_geometry_2d;
define_sources_2d;
define_output_parameters_2d;
%
www.eeworm.com/read/449679/7498342
nec car_1.nec
CM Maximum segment length is 0.30000.
CM Number of Segments:
CM 694
CE Start of geometry
GW44,1,0.345000,1.400000,0.900000,0.355000,1.400000,0.900000,0.00159
GW45,1,0.355000,1.400000,0.900000,0.
www.eeworm.com/read/333524/12677587
h qhull.h
/* qhull.h -- user-level header file for using qhull.a library
see README, qhull_a.h
see user.h for all user defineable constants
copyright (c) 1993-1995, The Geometry Center
def
www.eeworm.com/read/244728/12847156
html mainwzpointtest.html
WZ 1.1: Point data
Point Data
Points are often used in COG, in the geometry description as well
as in the grid generation.
#include "wzpoint.
www.eeworm.com/read/244728/12847314
html mainteam7test.html
COG 2.1: TEAM example 7
TEAM example nr.7
This is a grid to describe the geometry of the TEAM (Testing
Electromagnetic Analysis Methods) Workshops nr. 7. It contains an
www.eeworm.com/read/240380/13221250
cs networkutils.cs
//Created by Ismael Chivite. ArcGIS 9.1 Build 647 Nov 2004
using System;
using ESRI.ArcGIS.esriSystem;
using ESRI.ArcGIS.Geometry;
using ESRI.ArcGIS.Carto;
using ESRI.ArcGIS.Geodatabase;
us