代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/183086/9179191
c memtest.c
/**********************************************************************
*
* Filename: memtest.c
*
* Description: General-purpose memory testing functions.
*
* Notes: Some of the
www.eeworm.com/read/182744/9193135
java interpunction.java
import java.util.regex.*;
public class Interpunction{
String split[];
public Interpunction(String t){
Pattern p=Pattern.compile("[\\w]+");
split=p.split(t);
if(split.length!=0&&split[0].
www.eeworm.com/read/182737/9193485
py punct.py
######################################################################
#### ####
#### punct.py
www.eeworm.com/read/182282/9209319
c fileselect.c
/*
* fileselect.c - SDL widget set in C
*
* Copyright 2004 by Jeffery L. Post
* thepostspacbellnet
* Version 0.0.3 - 11/26/04
*
* This program is free software; you can redistribute i
www.eeworm.com/read/181930/9224950
txt readme.txt
Example:
编译:mpicc app_match.c –o app_match
运行:可以使用命令 mpirun –np SIZE app_match m n k来运行该串匹配程序,其中SIZE是所使用的处理器个数,m表示文本串长度,n为模式串长度,k为允许误差长度。本实例中使用了SIZE=3个处理器,m=7,n=2,k=1。
mpirun –np 3 app_match 7 2 1
运
www.eeworm.com/read/181894/9232319
cpp bm.cpp
#include
#include "iostream.h"
char t[1000],p[50],q[50];
int l,n,m,k,j=0,i=0,h=0;
int a;
int Pdist(char x)//求出dist[c]的值
{
int a=0,b,flag=0;
while(a
www.eeworm.com/read/181742/9239311
cpp fpattern.cpp
///////////////////////////////////////////////////////////////////////////
// File: fpattern.cpp
// Version: 1.1.0.4
// Updated: 19-Jul-1998
//
// Copyright: Ferdinand Prantl (I'm sorry,
www.eeworm.com/read/376698/9310192
txt arect..txt
% "arect" displays a 3-D plot of a pattern.
function arect(pat, uvw, fig)
% pat: [m, n] array of pattern values
% uvw: [3, m, n] corresponding direction vectors
% where m and n are the
height
%