代码搜索:pattern

找到约 10,000 项符合「pattern」的源代码

代码结果 10,000
www.eeworm.com/read/20138/833061

bmp pattern.bmp

#define foo_width 16 #define foo_height 16 static char foo_bits[] = { 0x60, 0x06, 0x90, 0x09, 0x90, 0x09, 0xb0, 0x0d, 0x4e, 0x72, 0x49, 0x92, 0x71, 0x8e, 0x8e, 0x71, 0x8e, 0x71, 0x71, 0x8e, 0x49
www.eeworm.com/read/40112/915591

bmp pattern.bmp

#define foo_width 16 #define foo_height 16 static char foo_bits[] = { 0x60, 0x06, 0x90, 0x09, 0x90, 0x09, 0xb0, 0x0d, 0x4e, 0x72, 0x49, 0x92, 0x71, 0x8e, 0x8e, 0x71, 0x8e, 0x71, 0x71, 0x8e, 0x49
www.eeworm.com/read/38039/1093058

mnu pattern.mnu

Fill#PATTERN 填充阵列 # remove the # sign and enter foreign help string in this line Spacing 间距 # Allowance 公差 # Template 模板 #
www.eeworm.com/read/38039/1096923

mnu pattern.mnu

Fill#PATTERN # remove the # sign and enter foreign help string in this line Spacing # remove the # sign and enter foreign help string in this line Allowance # remove the # sign and enter foreign he
www.eeworm.com/read/38039/1100855

mnu pattern.mnu

Fill#PATTERN
www.eeworm.com/read/38039/1103966

bif pattern.bif

! 11-Jul-97 H-03-16 twb $$1 Revised, file created prior to H-03-16 ! 18-Aug-97 H-03-19 twb $$2 Revised, white background ! 27-Aug-97 H-03-19+ twb $$3 Revised, fixed coloring ! 02-Dec-97 H-03-31 twb $$
www.eeworm.com/read/38039/1105527

gif pattern.gif

www.eeworm.com/read/485605/1261571

cs pattern.cs

using System; namespace PatternMaker { /// /// Summary description for Pattern. /// public abstract class Pattern { public Pattern() { // // TODO: Add
www.eeworm.com/read/485605/1261586

vb pattern.vb

Public MustInherit Class Pattern Public MustOverride Sub Draw(ByVal sender As Object, _ ByVal e As System.Windows.Forms.PaintEventArgs) Public MustOverride Function GetEditor() As P
www.eeworm.com/read/485605/1261711

cs pattern.cs

using System; namespace PatternMaker { /// /// Summary description for Pattern. /// public abstract class Pattern { public Pattern() { // // TODO: Add