代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/377229/2704448
java pattern.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under the t
www.eeworm.com/read/377229/2704718
java pattern.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/375190/2733762
cpp pattern.cpp
// Copyright (c) 2001-2008 Hartmut Kaiser
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
www.eeworm.com/read/373621/2760955
v pattern.v
module PATTERN(AX, AY, BX, BY, CX, CY, AREA);
output [11:0] AX, AY, BX, BY, CX, CY;
input [26:0] AREA;
reg [11:0] AX, AY, BX, BY, CX, CY;
//==========================================
www.eeworm.com/read/373584/2761447
v pattern.v
//############################################################################
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// (C) Copyright Laboratory System Integ
www.eeworm.com/read/369885/2792026
java pattern.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y
www.eeworm.com/read/366696/2884982
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/363278/2922258
java pattern.java
/*
* $Id: Pattern.java,v 1.7 2003/11/07 20:16:25 dfs Exp $
*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2
www.eeworm.com/read/363037/2923466
cs pattern.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// A fill type element that describes a hatching pattern.
///
p