代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/129891/14219051
c pattern.c
/*
* Copyright (c) 1993 W. Richard Stevens. All rights reserved.
* Permission to use or modify this software and its documentation only for
* educational purposes and without fee is hereby granted
www.eeworm.com/read/129182/14259960
c pattern.c
#include "main.h"
/* like pat_free, except keep pat memory area and deallocate rest */
void pat_reset(pat_t *pat) {
int i, j;
if (pat) {
if (pat->d) free(pat->d);
if (pat->p) free(pat->
www.eeworm.com/read/229720/14324213
class pattern.class
www.eeworm.com/read/126128/14444916
c pattern.c
www.eeworm.com/read/125945/14454175
aps pattern.aps
www.eeworm.com/read/125945/14454181
clw pattern.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CDlgIsodata
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Patter
www.eeworm.com/read/125945/14454184
cpp pattern.cpp
// Pattern.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Pattern.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "PatternDoc.h"
#include "Pa
www.eeworm.com/read/125945/14454186