代码搜索:pattern

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

代码结果 10,000
www.eeworm.com/read/255469/12079853

h cluster.h

// Cluster.h: interface for the CCluster class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CLUSTER_H__E921280B_4D09_4970_813F_8831EAEDF1F4__INCLUDE
www.eeworm.com/read/253611/12209788

h cluster.h

// Cluster.h: interface for the CCluster class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CLUSTER_H__E921280B_4D09_4970_813F_8831EAEDF1F4__INCLUDE
www.eeworm.com/read/151082/12236333

h cluster.h

// Cluster.h: interface for the CCluster class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CLUSTER_H__E921280B_4D09_4970_813F_8831EAEDF1F4__INCLUDE
www.eeworm.com/read/130492/14189173

java contentpredicate.java

/* * WebSPHINX web crawling toolkit * Copyright (C) 1998,1999 Carnegie Mellon University * * This library is free software; you can redistribute it * and/or modify it under the terms of the GNU
www.eeworm.com/read/130492/14189279

java titlepredicate.java

/* * WebSPHINX web crawling toolkit * Copyright (C) 1998,1999 Carnegie Mellon University * * This library is free software; you can redistribute it * and/or modify it under the terms of the GNU
www.eeworm.com/read/130492/14189339

java urlpredicate.java

/* * WebSPHINX web crawling toolkit * Copyright (C) 1998,1999 Carnegie Mellon University * * This library is free software; you can redistribute it * and/or modify it under the terms of the GNU
www.eeworm.com/read/127767/14335925

txt e429. quintessential regular expression search and replace program.txt

This program finds all matches to a regular expression pattern and replaces them with another string. If the replacement is not a constant string, see e430 Searching and Replacing with Nonconstant V
www.eeworm.com/read/127767/14336431

txt e446. removing line termination characters from a string.txt

A line termination character sequence is a character or character pair from the set: \n, \r, \r\n, \u0085, \u2028, and \u2029. Note: The character pair \n\r is considered a two-line terminator chara
www.eeworm.com/read/127767/14337751

txt e426. removing duplicate whitespace in a string.txt

// Returns a version of the input where all contiguous // whitespace characters are replaced with a single // space. Line terminators are treated like whitespace. public static CharSequ
www.eeworm.com/read/225994/14505778

c match.c

/* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved * Simple pattern matching, with '*' and '?' as wi