代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/381240/9100955
m loop3.m
%LOOP3
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% LOOP3 has a somewhat better mesh quality than LOOP2
%
www.eeworm.com/read/281807/9132852
m loop3.m
%LOOP3
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% LOOP3 has a somewhat better mesh quality than LOOP2
%
www.eeworm.com/read/372001/9525664
m bpm_triangle.m
% Beam Propagation Method 6 Marzo 2007
% Edgar Guevara Codina
% Dispositivos Optoelectronicos
% Propagacion de un pulso gaussiano por una guia de onda con perfil triangular
close all; clear all;
www.eeworm.com/read/445119/7599175
m loop3.m
%LOOP3
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% LOOP3 has a somewhat better mesh quality than LOOP2
%
www.eeworm.com/read/126884/6011152
java ampflag.java
package org.trinet.jiggle;
import org.trinet.jasi.Amplitude;
import java.awt.*;
/**
* Triangular graphical marker to show where an amplitude reading is.
*
* Empty triangle means unassoc
www.eeworm.com/read/151556/12201437
m backsub.m
function X=backsub(A,B)
%Input - A is an n x n upper-triangular nonsingular matrix
% - B is an n x 1 matrix
%Output - X is the solution to the linear system AX = B
%Find the dimension of B and
www.eeworm.com/read/222350/14695311
ctl tri-rods.ctl
; A triangular lattice of dielectric rods in air. (This structure has
; a band-gap for TM fields.) This file is used in the "Data Analysis
; Tutorial" section of the MPB manual.
(set! num-bands 8)
www.eeworm.com/read/170881/5402674
ctl tri-rods.ctl
; A triangular lattice of dielectric rods in air. (This structure has
; a band-gap for TM fields.) This file is used in the "Data Analysis
; Tutorial" section of the MPB manual.
(set! num-bands 8)
www.eeworm.com/read/402041/2334036
java ampflag.java
package org.trinet.jiggle;
import org.trinet.jasi.Amplitude;
import java.awt.*;
/**
* Triangular graphical marker to show where an amplitude reading is.
*
* Empty triangle means unassoc
www.eeworm.com/read/377738/2697147
cpp pex3_16.cpp
#include
#pragma hdrstop
#include "trimat.h"
// solve the triangular system A*X = C
void SolveEqn(const TriMat& A, double X[], double C[])
{
// matrix is numRows x numRows