代码搜索:Unstructured
找到约 53 项符合「Unstructured」的源代码
代码结果 53
www.eeworm.com/read/123946/14605574
m fsvan.m
function resp = fsvan(w,g,k);
%FSVAN Performance and robustness measures, with unity feedback.
% [RESP] = FSVAN(W,G,K) (K optional.)
% See FSVAN in the MFD reference manual.
%
% G
www.eeworm.com/read/373348/9461888
txt 05.txt
CS 1355
Intro to Programming in C
Monday 2006.9.25 (Week 3)
Lecture notes (at http://r638-2.cs.nthu.edu.tw/C/notes/05.txt)
Chapter 3: Structured Program Development in C
Concepts:
- structur
www.eeworm.com/read/247181/12675788
m plotmod.m
function plotmod(mesh,vals,titstr)
% Creates a 3D surface plot of a vectorfield defined in the
% vertices of an unstructured mesh.
%
% mesh -> Data for 2D unstructured mesh
% vals -> column vector w
www.eeworm.com/read/247181/12675829
m vertex2edge.m
function ev = vertex2edge(mesh,nv)
% Edge element interpolant of p.w. linear continuous vectorfield
% on unstructured mesh
%
% mesh -> data structure for 2D unstructured grid
% nv -> column vector of
www.eeworm.com/read/247181/12675849
m refine.m
function refmesh = refine(mesh)
% Regular refinement of unstructured triangular mesh
%
% mesh -> data structure for unstructured 2D triangulation
%
Nv_ref = mesh.Nv + mesh.Ne;
Nt_ref = 4*mesh.Nt;
x
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/15066/430801
architecture
This file contains a couple of (currently unstructured and incomplete) encoder
implementation notes.
Basic Assumptions
- data structures
Primary data structures are:
- picture data array
www.eeworm.com/read/374564/9396019
architecture
This file contains a couple of (currently unstructured and incomplete) encoder
implementation notes.
Basic Assumptions
- data structures
Primary data structures are:
- picture data arrays, contai
www.eeworm.com/read/364700/9897888
architecture
This file contains a couple of (currently unstructured and incomplete) encoder
implementation notes.
Basic Assumptions
- data structures
Primary data structures are:
- picture data arrays, contai