代码搜索:refinement
找到约 474 项符合「refinement」的源代码
代码结果 474
www.eeworm.com/read/187477/8637420
search resr10000m_cv_obj.search
searches: 100
qualifying rects: 70
qualifying rects (no refinement): 0
avg hits per search: 0.70
pages touched per search: 2.39
pages touched per hit: 3.41
cpu time: 0.333333
cpu time pe
www.eeworm.com/read/187477/8637423
search resr10000m_eo_obj.search
searches: 100
qualifying rects: 1698
qualifying rects (no refinement): 101
avg hits per search: 16.98
pages touched per search: 4.19
pages touched per hit: 0.25
cpu time: 0.583333
cpu ti
www.eeworm.com/read/386621/8735024
m lshape.m
function Lshape
% LSHAPE solves Poisson equation in a L-shaped domain with FEM with
% adaptive mesh refinement.
%
% L. Chen & C. Zhang 10-20-2006
%---------------------------------------------------
www.eeworm.com/read/429726/8792577
txt snmpv2-conf.txt
SNMPv2-CONF DEFINITIONS ::= BEGIN
IMPORTS ObjectName, NotificationName, ObjectSyntax
FROM SNMPv2-SMI;
-- definitions for conformance groups
OBJECT-GRO
www.eeworm.com/read/182789/9191203
txt snmpv2-conf.txt
SNMPv2-CONF DEFINITIONS ::= BEGIN
IMPORTS ObjectName, NotificationName, ObjectSyntax
FROM SNMPv2-SMI;
-- definitions for conformance groups
OBJ
www.eeworm.com/read/180494/9305212
m example3_11.m
function [x,y,ier]=minqdef(c,G,A,b,eq,prt,xx);
R=chol(G);
[m,n]=size(A);
A0=A/R;
GG=A0*A0';
c0=R'\c;
cc=-b-A0*c0;
yo=inf+zeros(m,1);
yu=zeros(m,1);yu(eq)=-yo(eq);
[y,fct,ier]=minq(0,cc,GG,y
www.eeworm.com/read/362266/10008429
txt snmpv2-conf.txt
SNMPv2-CONF DEFINITIONS ::= BEGIN
IMPORTS ObjectName, NotificationName, ObjectSyntax
FROM SNMPv2-SMI;
-- definitions for conformance groups
OBJ
www.eeworm.com/read/357685/10203172
snmpv2-conf
SNMPv2-CONF DEFINITIONS ::= BEGIN
IMPORTS ObjectName, NotificationName, ObjectSyntax
FROM SNMPv2-SMI;
-- definitions for conformance groups
OBJECT-GRO
www.eeworm.com/read/278492/10533046
java paintbox.java
//********************************************************************
// PaintBox.java Author: Lewis and Loftus / Peter DePasquale
//
// Refinement #1
//
// Main driver of the PaintBox
www.eeworm.com/read/278492/10533065
java paintbox.java
//********************************************************************
// PaintBox.java Author: Lewis and Loftus / Peter DePasquale
//
// Refinement #2
//
// Main driver of the PaintBox