代码搜索:pattern

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

代码结果 10,000
www.eeworm.com/read/126702/6014328

java bitsetdemo.java

package bitset; /** Initial pattern in bits1: {0, 2, 4, 6, 8, 10, 12, 14} Initial pattern in bits2: {1, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14} bits2 AND bits1: {2, 4, 6, 8, 12, 14}
www.eeworm.com/read/126702/6014329

java~1~ bitsetdemo.java~1~

package bitset; /** * Title: * Description: * Copyright: Copyright (c) 2005 * Company: * @author not attributable * @version 1.0 */ // BitSet Demonst
www.eeworm.com/read/115070/6120495

php unsubscribe.php

www.eeworm.com/read/112162/6150764

c apr_fnmatch.c

/* * Copyright (c) 1989, 1993, 1994 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Guido van Rossum.
www.eeworm.com/read/111042/6159953

java usermoduleconfig.java

/* * $Header: /cvsroot/mvnforum/mvnforum/src/com/mvnforum/user/UserModuleConfig.java,v 1.6 2004/01/18 19:13:12 minhnn Exp $ * $Author: minhnn $ * $Revision: 1.6 $ * $Date: 2004/01/18 19:13:12
www.eeworm.com/read/111042/6159993

java adminmoduleconfig.java

/* * $Header: /cvsroot/mvnforum/mvnforum/src/com/mvnforum/admin/AdminModuleConfig.java,v 1.8 2004/04/30 03:38:18 drjavanomous Exp $ * $Author: drjavanomous $ * $Revision: 1.8 $ * $Date: 2004/0
www.eeworm.com/read/108165/6184901

java resourcepatternresolver.java

/* * Copyright 2002-2004 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
www.eeworm.com/read/493927/6384682

asp index.asp

www.eeworm.com/read/493877/6391800

m bayesleastrisk.m

%函数名称:bayesleastrisk() %参数:sample:待识别样品特征 %返回值:y:待识别样品所属类别 %函数功能:最小风险的贝叶斯分类器 function y=bayesleastrisk(sample) clc; load templet pattern; %对样品库和待测样品进行主成分分析 [pcapat,pcasamp]=pcapro(sample); te
www.eeworm.com/read/493881/6391942

cpp combodlg.cpp

// ComboDlg.cpp : implementation file // #include "stdafx.h" #include "Ex_CommCtrls.h" #include "ScrollDlg.h" #include "ComboDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE