代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/481701/6637186
m magnetic_frill.m
% COMSOL Multiphysics Model M-file
% Generated by COMSOL 3.5 snapshot (COMSOL 3.5.0.468, $Date: 2008/08/15 16:04:11 $)
flclear xfem
% COMSOL version
clear vrsn
vrsn.name = 'COMSOL 3.5';
vrsn.ext = '
www.eeworm.com/read/481727/6637265
m magnetic_frill.m
% COMSOL Multiphysics Model M-file
% Generated by COMSOL 3.5 snapshot (COMSOL 3.5.0.468, $Date: 2008/08/15 16:04:11 $)
flclear xfem
% COMSOL version
clear vrsn
vrsn.name = 'COMSOL 3.5';
vrsn.ext = '
www.eeworm.com/read/410262/11295262
h sys_random.h
//sys_random.h
//the declaration of all random functions needed by the simulation project
//////////////////////////////////////////////////////////////////////////////
#if !defined(CDMA__SIMULAT
www.eeworm.com/read/410206/11298486
m checkgeometry.m
function [node,edge,hdata] = checkgeometry(node,edge,hdata)
% CHECKGEOMETRY: Check a geometry input for MESH2D.
%
% node : Nx2 array of XY geometry nodes
% edge : Mx2 array of connections
www.eeworm.com/read/410206/11298555
m checkgeometry.m
function [node,edge,hdata] = checkgeometry(node,edge,hdata)
% CHECKGEOMETRY: Check a geometry input for MESH2D.
%
% node : Nx2 array of XY geometry nodes
% edge : Mx2 array of connections
www.eeworm.com/read/409487/11321298
modes viafb.modes
#
#
# These data are based on the CRTC parameters in
#
# VIA Integration Graphics Chip
# (C) 2004 VIA Technologies Inc.
#
#
# 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock)
#
#
www.eeworm.com/read/263409/11363864
cs area.cs
using System;
class Area
{
public class Geometry
{
public const double pi = Math.PI;
protected double r;
public Geometry()
{
}