代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/147926/12511149
java trycapturinggroups.java
import java.util.regex.Matcher;
import java.util.regex.Pattern;
class TryCapturingGroups{
public static void main(String[] args){
String regEx = "[+|-]?(\\d+(\\.\\d*)?)|(\\.\\d+)";
//Strin
www.eeworm.com/read/147926/12511152
java searchandreplace.java
import java.util.regex.Matcher;
import java.util.regex.Pattern;
class SearchAndReplace{
public static void main(String[] args){
String regEx = "dog";
String str = "My dog hasm't got any no
www.eeworm.com/read/147311/12567411
html escape.html
Escaping Special Characters in a Pattern
(Java Developers Almanac Example)
www.eeworm.com/read/334741/12579474
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/205225/15323115
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/204938/15331126
m test_artmap.m
function test_artmap(Io,z,w,rhobar,L,n1,n2,noise)
Io=degrade(Io,noise);
Ic=1-Io;
I=[Io;Ic];
rho=rhobar;
[n np]=size(I);
[Mb M]=size(w);
for pattern=1:np
ok=0;
for j=1:M
T(j)=norm(min(
www.eeworm.com/read/105212/15675185
c match.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All rights reserved
* Simple pattern matching, with '*' and '?' as wi
www.eeworm.com/read/431013/8713399
c xscs.c
/***********************************************
*
* file scstereo.c
*
* Functions: This file contains
* main
* fill_line
* initialize_pattern
*
www.eeworm.com/read/458682/7291476
sh ex4.sh
#!/bin/bash
# "subst", a script that substitutes one pattern for
#+ another in a file,
#+ i.e., "subst Smith Jones letter.txt".
ARGS=3 # Script requires 3 arguments.
E_BADARGS=65 # Wrong
www.eeworm.com/read/339483/12230795
sh ex4.sh
#!/bin/bash
# "subst", a script that substitutes one pattern for
#+ another in a file,
#+ i.e., "subst Smith Jones letter.txt".
ARGS=3 # Script requires 3 arguments.
E_BADARGS=65 # Wrong