代码搜索:thin
找到约 1,525 项符合「thin」的源代码
代码结果 1,525
www.eeworm.com/read/132649/5915696
c blast_lookup.c
/*
* ===========================================================================
* PRODUCTION $Log: blast_lookup.c,v $
* PRODUCTION Revision 1000.3 2004/06/01 18:07:25 gouriano
* PRODUCTION PROD
www.eeworm.com/read/126504/6016209
c tl_log.c
/*
** thinlib (c) 2000 Matthew Conte (matt@conte.com)
**
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of version 2 of the GNU Library General
** Pu
www.eeworm.com/read/481773/6638170
css css.css
.listTitle
{
font-size: 10pt;
color: #FFFFFF;
height: 18px;
background-position: center;
;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width:
1px;
border-le
www.eeworm.com/read/471861/6883306
css css.css
.listTitle
{
font-size: 10pt;
color: #FFFFFF;
height: 18px;
background-position: center;
;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width:
1px;
border-le
www.eeworm.com/read/461243/7231163
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 = 1e-3;
thin_
www.eeworm.com/read/188324/8549894
m stmak.m
% STMAK st-宆偺娭悢偺慻棫偰
%
% ST = STMAK(CENTERS, COEFS) 偼丄偮偓偺娭悢偺st-宆傪 ST 偵奿擺偟傑偡丅
%
% x |--> sum_j COEFS(:,j)*psi(x - CENTERS(:,j))
% 偙偙偱 psi 偼丄
% psi(x) := |x|^2 log(|x|^2)
%
%
www.eeworm.com/read/428768/8842953
m tps_compute_kernel.m
%% compute the kernel and basis matrix for thin-plate splines
%% reference: Landmark-based Image Analysis, Karl Rohr, p195
function [K] = tps_compute_kernel(x,z)
[n, d] = size (x);
[m, d] = siz