代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/144119/12813536
lef def54_01.lef
#------------------------------------------------------------------------------
# all54Constructs01 testcase
# Definitions
# - "whole correct syntax covered" means all possible enum values for
# at
www.eeworm.com/read/144119/12813539
lef lef_overwrite.lef
#------------------------------------------------------------------------------
# all54Constructs01 testcase
# Definitions
# - "whole correct syntax covered" means all possible enum values for
# at
www.eeworm.com/read/144119/12813545
lef lef54_01.lef
#------------------------------------------------------------------------------
# all54Constructs01 testcase
# Definitions
# - "whole correct syntax covered" means all possible enum values for
# at
www.eeworm.com/read/144119/12813563
lef lef_techattach.tech.lef
VERSION 5.4 ;
NAMESCASESENSITIVE ON ;
NOWIREEXTENSIONATPIN ON ;
BUSBITCHARS "[]" ;
DIVIDERCHAR ":" ;
UNITS
TIME NANOSECONDS 100 ;
CAPACITANCE PICOFARADS 10 ;
RESISTANCE OHMS 10000 ;
POWER MIL
www.eeworm.com/read/144119/12813578
lef def_error.lef
VERSION 5.6 ;
NAMESCASESENSITIVE ON ;
UNITS
DATABASE MICRONS 1000 ;
END UNITS
LAYER M1
TYPE ROUTING ;
PITCH 1.8 ;
WIDTH 1 ;
DIRECTION HORIZONTAL ;
END M1
LAYER V1
TYPE CUT ;
END V1
LAY
www.eeworm.com/read/144119/12813580
ref lef_techattach.lef.ref
VERSION 5.6 ;
NAMESCASESENSITIVE ON ;
NOWIREEXTENSIONATPIN ON ;
BUSBITCHARS "[]" ;
DIVIDERCHAR ":" ;
PROPERTYDEFINITIONS
LIBRARY librealrangeprop REAL RANGE 21 51 25 ;
LIBRARY libintrangeprop INT
www.eeworm.com/read/144119/12813588
lef def_optimizeroutes.lef
VERSION 5.5 ;
NAMESCASESENSITIVE ON ;
UNITS
DATABASE MICRONS 1000 ;
END UNITS
LAYER M1
TYPE ROUTING ;
PITCH 1.8 ;
WIDTH 1 ;
WIREEXTENSION .6 ;
DIRECTION HORIZONTAL ;
END M1
LAYER V1
T
www.eeworm.com/read/144094/12817584
h minutia.h
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/331444/12827780
m imgradient.m
% [dx, dy] = imGradient(im, edges)
%
% Compute the gradient of the image using smooth derivative filters
% optimized for accurate direction estimation. Coordinate system
% corresponds to standard pi
www.eeworm.com/read/331444/12828240
m mkramp.m
% IM = mkRamp(SIZE, DIRECTION, SLOPE, INTERCEPT, ORIGIN)
%
% Compute a matrix of dimension SIZE (a [Y X] 2-vector, or a scalar)
% containing samples of a ramp function, with given gradient DIRECTION
%