代码搜索:GD
找到约 10,000 项符合「GD」的源代码
代码结果 10,000
www.eeworm.com/read/192131/8402701
gif gd.gif
www.eeworm.com/read/180653/9299773
js gd.js
var focus_width=348
var focus_height=177
var text_height=0
var swf_height = focus_height+text_height
var pics='images/act/348x177_17game.jpg|images/act/348x177_wd2.jpg|images/act/348x177_k
www.eeworm.com/read/175813/9530047
xpm gd.xpm
/* XPM */
static char *[] = {
/* width height ncolors chars_per_pixel */
"20 28 37 1",
/* colors */
" c #CED5D4",
". c #2B564E",
"X c #A1B2AE",
"o c #BCC7C5",
"O c #7D9591",
"+ c #7C9590",
"@ c #587A
www.eeworm.com/read/175813/9530190
xpm gd.xpm
/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"25 35 2 1",
/* colors */
" c #000",
". c #FFF",
/* pixels */
".........................",
".........................",
www.eeworm.com/read/175813/9530351
xpm gd.xpm
/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"25 35 2 1",
/* colors */
" c #EAEAEA",
". c #063A30",
/* pixels */
" ",
"
www.eeworm.com/read/175813/9530457
xpm gd.xpm
/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"25 35 2 1",
/* colors */
" c #EAEAEA",
". c #063A30",
/* pixels */
" ",
"
www.eeworm.com/read/167149/9979668
jpg gd.jpg
www.eeworm.com/read/350761/10712665
m gd.m
function g = gD( f, scale, ox, oy )
% Gaussian (Derivative) Convolution
K = ceil( 3 * scale );
x = -K:K;
Gs = exp( - x.^2 / (2*scale^2) );
Gs = Gs / sum(Gs
www.eeworm.com/read/275404/10817438