代码搜索:refinement

找到约 474 项符合「refinement」的源代码

代码结果 474
www.eeworm.com/read/221024/14773999

html http:^^www.cs.cornell.edu^home^rdz^refinement.html

MIME-Version: 1.0 Server: CERN/3.0 Date: Sunday, 24-Nov-96 22:03:01 GMT Content-Type: text/html Content-Length: 2156 Last-Modified: Thursday, 03-Oct-96 21:45:37 GMT Histog
www.eeworm.com/read/187477/8637163

search resr10_wbn_mbr.search

searches: 7 qualifying rects: 0 qualifying rects (no refinement): 0 avg hits per search: 0.00 pages touched per search: 1.00 cpu time: 0.016667 cpu time per search: 0.002381
www.eeworm.com/read/453243/7423386

m irefinement.m

function dect=irefinement(dect,T,sig_ele) global iii stream=[]; ii=1; while ii
www.eeworm.com/read/196122/8114080

m irefinement.m

function dect=irefinement(dect,T,sig_ele) global iii stream=[]; ii=1; while ii
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/244541/12857334

m irefinement.m

function dect=irefinement(dect,T,sig_ele) global iii stream=[]; ii=1; while ii
www.eeworm.com/read/324048/13293259

m hrefine2d.m

function r = HRefine2d(a,L) % HRefine2d -- 2-d Refinement based on Haar Pyramid % Usage % fine = HRefine2d(coarse,L) % Inputs % coarse 2-d image at a coarse scale: length(coarse)=n %
www.eeworm.com/read/410206/11298480

m refine.m

function [p,t,f] = refine(p,t,ti,f) % REFINE: Refine triangular meshes. % % Quadtree triangle refinement is performed, with each triangle split into % four sub-triangles. The new triangles are
www.eeworm.com/read/410206/11298542

m refine.m

function [p,t,f] = refine(p,t,ti,f) % REFINE: Refine triangular meshes. % % Quadtree triangle refinement is performed, with each triangle split into % four sub-triangles. The new triangles are
www.eeworm.com/read/233811/14134587

c mrefine2.c

/* * Copyright 1997, Regents of the University of Minnesota * * mrefine2.c * * This file contains the driving routines for multilevel refinement * * Started 7/24/97 * George * * $Id: mrefine