代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/154452/5637284
win32 max_price.sp.win32
DROP TABLE food
GO
CREATE TABLE food
(product CHAR(25),
price MONEY)
GO
INSERT INTO food
VALUES("Carrot", $35.00)
INSERT INTO food
VALUES("Cheeseburger", $50.00)
www.eeworm.com/read/195484/8150922
h pangofc-fontmap.h
/* Pango
* pangofc-fontmap.h: Base fontmap type for fontconfig-based backends
*
* Copyright (C) 2003 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify i
www.eeworm.com/read/395675/8161406
txt 正则表达式(常识).txt
字符 描述
\
将下一个字符标记为一个特殊字符、或一个原义字符、或一个后向引用、或一个八进制转义符。例如,'n' 匹配字符 "n"。'\n' 匹配一个换行符。序列 '\' 匹配 "" 而 "\(" 则匹配 "("。
^
匹配输入字符串的开始位置。如果设置了 RegExp 对象的 Multiline 属性,^ 也匹配 '\n' 或 '\r' 之后的位置。
$
匹配输入字符串的结束位置。 ...
www.eeworm.com/read/195204/8168768
ieee
#include
#include
int f2i(float f) {return *(int*)&f;}
int main()
{
float f;
int k;
cout
www.eeworm.com/read/294912/8193287
h matcher.h
#if !defined(__SENTENCE_MATCHER_H__)
#define __SENTENCE_MATCHER_H__
#pragma warning(disable:4786)
#include "distance.h"
#include
#include
#include
#include
www.eeworm.com/read/294886/8195750
m nnd10lc.m
function nnd10lc(cmd,arg1,arg2,arg3)
%NND10LC Linear pattern classification demonstration.
% First Version, 8-31-95.
%==================================================================
% CON
www.eeworm.com/read/294538/8219341
h stringsearch.h
/*
* Copyright (C) 2001-2006 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/292420/8354438
h getfeature.h
// GetFeature.h: interface for the GetFeature class.
// 2005.1.13-16:02 By Superman
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GETFEATURE_H__F4AF6FFD
www.eeworm.com/read/172814/9689436
h getfeature.h
// GetFeature.h: interface for the GetFeature class.
// 2005.1.13-16:02 By Superman
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GETFEATURE_H__F4AF6FFD