代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/376060/2715831
cpp function_match.cpp
/* function_match.cpp
* Matching actual with formal arguments and overload resolution
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
www.eeworm.com/read/366702/2866862
c pr31431-2.c
// { dg-options "-std=gnu++0x" }
template void foo();
void bar()
{
foo(); // { dg-error "no matching function" }
}
www.eeworm.com/read/366702/2880415
c pr15698-1.c
/* Test diagnostics for old-style definition not matching prior
prototype are present and give correct location for that prototype
(bug 15698). Original test. */
/* { dg-do compile } */
/* { d
www.eeworm.com/read/357226/3027257
js go_htmlarea.js
//this file contains additions for HTMLarea required by Group-Office
// Returns the next upper parent element (relative to current cursor-position) matching nodeName
HTMLArea.prototype.getParentE
www.eeworm.com/read/265319/4283119
java notifyoperation.java
// Fig: NotifyOperation.java
// This application receives a notification when a matching entry
// is written to the JavaSpace.
package com.deitel.advjhtp1.javaspace.notify;
// Jini core packages
www.eeworm.com/read/265319/4283891
java notifyoperation.java
// Fig: NotifyOperation.java
// This application receives a notification when a matching entry
// is written to the JavaSpace.
package com.deitel.advjhtp1.javaspace.notify;
// Jini core packages
www.eeworm.com/read/393250/8302326
txt 4.13.txt
void DelSubString(StringType &scrStr, StringType subStr)
/* Remove all substring matching 'subStr' from 'scrStr'. */
{
StringType ans,si;
int i,j,lent;
InitStr(ans);
lent=StrLeng
www.eeworm.com/read/174179/9605225
cpp avltree.cpp
#include "AvlTree.h"
#include
/**
* Implements an unbalanced Avl search tree.
* Note that all "matching" is based on the compares method.
* @author Mark Allen
www.eeworm.com/read/369313/9655653
m lhiquerypolygon.m
function [Dq, j] = LMquerypolygon(D, objectname, Xo, Yo, threshold)
%
% Search the database for images that contain an object matching a query
% shape.
%
% [Dq, j] = LMquerypolygon(D, objectname, poly
www.eeworm.com/read/147336/12563464
c parens.c
/* parens.c -- Implementation of matching parentheses feature. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for