代码搜索:thin
找到约 1,525 项符合「thin」的源代码
代码结果 1,525
www.eeworm.com/read/266592/11218784
fd resource.fd
!MS$FREEFORM
! Microsoft Developer Studio generated include file.
! Used by Scribble.rc
!
integer, parameter :: IDC_DEFAULT_PEN_WIDTHS = 3
integer, parameter :: IDD_ABOUTBOX
www.eeworm.com/read/103249/15738854
css default.css
body
{
border-right: thin groove;
border-top: thin groove;
border-left: thin groove;
color: blue;
border-bottom: thin groove;
font-family: Tahoma, Trebuchet MS
}
www.eeworm.com/read/466959/7024986
css stylesheet.css
body
{
font-size:small;
font-family:宋体;
}
Table
{
background-color: silver;
border-width:thin;
}
www.eeworm.com/read/464305/7166321
m minutiae_extraction.m
function b3=minutiae_extraction(b2)
bw2 = bwmorph(b2,'skel');
b3 = bwmorph(bw2,'thin');
www.eeworm.com/read/132649/5913366
cpp icon_tray.cpp
/*
* ===========================================================================
* PRODUCTION $Log: icon_tray.cpp,v $
* PRODUCTION Revision 1000.1 2004/06/01 21:14:12 gouriano
* PRODUCTION PRODU
www.eeworm.com/read/120799/6070945
h tl_types.h
/*
** thinlib (c) 2001 Matthew Conte (matt@conte.com)
**
**
** tl_types.h
**
** type definitions for thinlib
**
** $Id: $
*/
#ifndef _TL_TYPES_
#define _TL_TYPES_
/* TODO: rethink putt
www.eeworm.com/read/154949/5630994
h tl_types.h
/*
** thinlib (c) 2001 Matthew Conte (matt@conte.com)
**
**
** tl_types.h
**
** type definitions for thinlib
**
** $Id: $
*/
#ifndef _TL_TYPES_
#define _TL_TYPES_
/* TODO: rethink putting these here
www.eeworm.com/read/461243/7231167
m define_geometry.m
disp('defining the problem geometry');
bricks = [];
spheres = [];
thin_wires = [];
% define a thin wire
thin_wires(1).min_x = 0;
thin_wires(1).min_y = 0;
thin_wires(1).min_z = 0.25e-3;
th