代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/126804/14401717
dfm edititemunit.dfm
object EditItemForm: TEditItemForm
Left = 112
Top = -8
BorderIcons = []
BorderStyle = bsDialog
Caption = #24320#21457#39033#30446#20449#24687#32534#36753#31383#21475
ClientHeight = 5
www.eeworm.com/read/120923/14783187
cpp ostring.cpp
//: C05:Ostring.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Output strstreams
#include
www.eeworm.com/read/220661/14793994
html piechart3ddemo3.html
PieChart3DDemo3
A pie chart with a "3D" effect. This example also has a custom
label generator that omits the label for one section.
www.eeworm.com/read/118988/14845543
txt fancybutton.txt
--------------------------------------------------------------
Component: DsFancyButton
Compiler : Delphi 3 or later
Copyright: (c) 1999-2000 Djoko Susilo
Jl. Niaga Raya Q14 Kemang Pr
www.eeworm.com/read/220026/14855725
htm chroma_picture.htm
i = 1
sub Effect( )
C1.className = "c" & i
id = setTimeout("Effect( )",500)
if i = 4 then
i = 1
else
i = i + 1
end if
end sub
.c1 {
www.eeworm.com/read/220026/14855740
htm word_shadow.htm
i = 1
sub window_OnLoad
call Effect
end sub
sub Effect( )
S1.className = "s" & i
id = setTimeout("Effect( )",500)
if i = 4 then
i = 1
else
i = i + 1
www.eeworm.com/read/220026/14855760
htm blur_pictrue.htm
i = 1
sub Effect( )
B1.className = "b" & i
id = setTimeout("Effect( )",500)
if i = 4 then
i = 1
else
i = i + 1
end if
end sub
.b1 {
www.eeworm.com/read/114100/15113422
txt 如何设置activex控件的属性为几种可选值.txt
先 定 义 一 个 枚 举 类 型 , 如 :
Public Enum Stooge
Larry
Curly
Moe
End Enum
然 后 定 义 属 性 类 型 为 该 枚 举 类 型 就 可 以 了 。 如 :
Property Let Name(Effect As Stooge)
www.eeworm.com/read/205378/15317052
s pcm_pcm.s
/************************************************************************/
; (c)1996 Copyright M-Pact, Inc. All rights reserved
;
; Revision 1.0
;
;
; Module: PCM_OUT (PCM output routine)
;
;
www.eeworm.com/read/205376/15317110
s pcm_pcm.s
/************************************************************************/
// (c)1996 Copyright M-Pact, Inc. All rights reserved
//
// Revision 1.0
//
//
// Module: PCM_OUT (PCM output routine)