代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/175670/9537231
bas module1.bas
Attribute VB_Name = "triangular_decomposition"
Option Explicit
Public Function triangular(n As Integer, a() As Double, b() As Double, x() As Double)
'三角分解法
Dim i, j, k, q, p As Integer
Dim U()
www.eeworm.com/read/364508/9904932
m gee_its_simple_backsolve.m
function b = gee_its_simple_backsolve (U, b)
%GEE_ITS_SIMPLE_BACKSOLVE x=U\b where U is upper triangular
% Perform back substitution to solve x=U\b. U must be square. The lower
% triangular part of
www.eeworm.com/read/364508/9904935
m gee_its_simple_forwardsolve.m
function b = gee_its_simple_forwardsolve (L, b)
%GEE_ITS_SIMPLE_FORWARDSOLVE computes x=L\b where L is unit lower triangular
% Perform forward substitution to solve x=L\b. L must be square. The diag
www.eeworm.com/read/410206/11298483
m mesh2d.m
function [p,t] = mesh2d(node,edge,hdata,options)
% MESH2D: 2D unstructured triangular mesh generation.
%
% A 2D unstructured triangular mesh is generated based on a piecewise-
% linear geometry
www.eeworm.com/read/410206/11298546
m mesh2d.m
function [p,t] = mesh2d(node,edge,hdata,options)
% MESH2D: 2D unstructured triangular mesh generation.
%
% A 2D unstructured triangular mesh is generated based on a piecewise-
% linear geometry
www.eeworm.com/read/384270/8883854
special_instruction
// ******************************************************************
//
// The following C++ code computes a sample point and its probability
// on the spherical or triangular luminaire according to
www.eeworm.com/read/366142/2893123
crd test.crd
triangular mesh
boundary = [
(0,0)
(1,1)
(0,2)
]
end
www.eeworm.com/read/270032/11050603
special_instruction
// ******************************************************************
//
// The following C++ code computes a sample point and its probability
// on the spherical or triangular luminaire according to
www.eeworm.com/read/414928/11090895
m fmcw.m
%******************************************************************************
% fmcw.m
%
% Use: Code to generated triangular FMCW signals
%
% Inputs: Amplitude of the carrier signal
%
www.eeworm.com/read/421666/10713934
c glpnet02.c
/* glpnet02.c (permutations to block triangular form) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* This