代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/458808/7289061
h pattern.h
// Pattern.h
#pragma once
#include "stdafx.h"
/******************************************************************
// class name: Pattern
// description: 模式结构
类中重载定义了模式运算符,使ISODATA算法的书写更简
www.eeworm.com/read/454324/7394165
c pattern.c
www.eeworm.com/read/451531/7462510
css pattern.css
BODY {
color: #333333;
background-color: #cccccc;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8pt;
background-image: url(images/background2.gif);
background-position:
www.eeworm.com/read/449309/7508929
txt pattern.txt
0 ps U U U U U U U U U U U U U U
0 ps U U U U U U U U 0 0 1 U U U
5000 ps 0 0 0 0 0 0 0 0 0 0 1 U U U
5000 ps 0 0 0 0 0 0 0 0 0 0 1 0 0 U
5000 ps 0 0
www.eeworm.com/read/449305/7509001
txt pattern.txt
0 ps U U U U U U
0 ps 0 0 0 1 0 0
10000 ps 0 0 1 1 0 0
20000 ps 0 0 0 1 0 0
30000 ps 0 0 1 1 0 0
40000 ps 0 0 0 1 0 0
50000 ps 0 0 1 1 0
www.eeworm.com/read/448435/7533531
jpg pattern.jpg
www.eeworm.com/read/447298/7554681
h pattern.h
/*
* Summary: pattern expression handling
* Description: allows to compile and test pattern expressions for nodes
* either in a tree or based on a parser state.
*
* Copy: See Co
www.eeworm.com/read/446970/7562215
dlg pattern.dlg
PATTERN DIALOG 1, 97, 234, 70
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Select Files by Pattern"
{
CONTROL "&Enter a pattern to select files. ", -1, "STATIC", SS_LEFT | WS_CH
www.eeworm.com/read/446970/7562226
c pattern.c
/* Author Mike White, 1996. Based on original WizUnZip code by
* Robert Heath.
*/
#include
#include
#include
#include "pattern.h"
#include "wiz.h"
#include "unzip\wi
www.eeworm.com/read/446970/7562294
h pattern.h
#define IDM_PATTERN_PATTERN 101
#define IDM_PATTERN_TEXT 100
#define IDM_PATTERN_SELECT 102
#define IDM_PATTERN_CANCEL 103
#define IDM_PATTERN_HELP 104
#defin