代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/172593/5383855
c xmemtest.c
#include
#include
#include "utils.h"
#include "uart.h"
#include "xmemtest.h"
extern u_char GetChar(void);
#define MERR_BAD_ADDR 1
#define MERR_BAD_DATA 2
#define ME
www.eeworm.com/read/169893/5409714
h params_local.h
/*****************************************************************************/
// File: params_local.h [scope = CORESYS/PARAMETERS]
// Version: Kakadu, V2.2
// Author: David Taubman
// Last Revised:
www.eeworm.com/read/165261/5484153
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/163844/5507874
c sdram_test.c
/*
* File: sdram_test.c
* Purpose: Test the SDRAM on the M5282EVB
*
* Notes: The Ethernet test requires SDRAM for the buffers and
* buffer descriptors. Therefore, sdram_test() must be
www.eeworm.com/read/162614/5521437
c template17.c
// { dg-do assemble }
// GROUPS passed templates
struct Regex { int i; Regex(char *, int); };
template
class NDAMName {
public:
static const Regex pattern;
static unsigned sequence
www.eeworm.com/read/162614/5526706
c 980506-3.c
unsigned char lookup_table [257];
static int
build_lookup (pattern)
unsigned char *pattern;
{
int m;
m = strlen (pattern) - 1;
memset (lookup_table, ++m, 257);
return m;
}
int main
www.eeworm.com/read/159023/5589058
h stringhelper.h
/*
* Copyright 2003,2004 The Apache Software Foundation.
*
* 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/159023/5589087
h patternconverter.h
/*
* Copyright 2003,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*