代码搜索:gradient
找到约 2,951 项符合「gradient」的源代码
代码结果 2,951
www.eeworm.com/read/487439/6512412
bas gradient.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Const PLANES = 14 ' Number of planes
Public Const BITSPIXEL = 12 ' Number of bits per pixel
Type RECT
Left As Long
Top
www.eeworm.com/read/485206/6567777
vbw gradient.vbw
frmIn = 67, 22, 420, 343, Z, 22, 22, 375, 343, C
Module1 = 44, 44, 397, 365, C
www.eeworm.com/read/485206/6567778
vbp gradient.vbp
Type=Exe
Form=frmIn.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation
Module=Module1; gradient.bas
IconForm="frmIn"
Startup="frmIn"
Comma
www.eeworm.com/read/485206/6567779
bas gradient.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Const PLANES = 14 ' Number of planes
Public Const BITSPIXEL = 12 ' Number of bits per pixel
Type RECT
Left As Long
Top
www.eeworm.com/read/485231/6568496
gif gradient.gif
www.eeworm.com/read/480593/6666443
m gradient.m
function[im_gradient] = gradient(im)
%%% LOWPASS AN DERIVATIVE FILTER
p = [0.037659 0.249153 0.426375 0.249153 0.037659];
d = [0.109604 0.276691 0.000000 -0.276691 -0.109604];
%%%
www.eeworm.com/read/478821/6704092
bmp gradient.bmp
www.eeworm.com/read/261194/11660184
pm gradient.pm
# ====================================================================
# Copyright (c) 2000 by Soheil Seyfaie. All rights reserved.
# This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/261194/11660253
t gradient.t
BEGIN { $| = 1; print "1..4\n"; }
use SWF qw(Shape Movie Gradient);
require 't/config.pl';
my $m = new SWF::Movie();
$m->setDimension(320, 240);
my $s = new SWF::Shape();
# first gradient- black
www.eeworm.com/read/261194/11660261
xs gradient.xs
/* ====================================================================
* Copyright (c) 2000-2001 by Soheil Seyfaie. All rights reserved.
* This program is free software; you can redistribute it and