代码搜索:Identify
找到约 1,886 项符合「Identify」的源代码
代码结果 1,886
www.eeworm.com/read/130612/14181589
java bankoperation.java
// Chapter 15 Exercise 3
import java.util.Random;
/*
This exercise is a little tricky since we have supervisor threads to deal with
as well as clerk threads. Clerks have names to identify who
www.eeworm.com/read/232012/14211657
txt protocol-numbers.txt
PROTOCOL NUMBERS
(last updated 2001 December 18)
In the Internet Protocol version 4 (IPv4) [RFC791] there is a field,
called "Protocol", to identify the next level protocol. This is an 8
bit
www.eeworm.com/read/232012/14211713
txt protocol-numbers.txt
PROTOCOL NUMBERS
(last updated 2001 December 18)
In the Internet Protocol version 4 (IPv4) [RFC791] there is a field,
called "Protocol", to identify the next level protocol. This is an 8
bit
www.eeworm.com/read/229523/14332768
c plural.c
/* A Bison parser, made from plural.y
by GNU bison 1.35. */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse __gettextparse
#define yylex __gettextlex
#define yyerror __gettexter
www.eeworm.com/read/127109/14379121
cpp ce_parse.cpp
/* A Bison parser, made from constexp.y
by GNU bison 1.29. */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse cppExpYYparse
#define yylex cppExpYYlex
#define yyerror cppExpYYer
www.eeworm.com/read/227525/14421502
txt protocol-numbers.txt
PROTOCOL NUMBERS
(last updated 2001 December 18)
In the Internet Protocol version 4 (IPv4) [RFC791] there is a field,
called "Protocol", to identify the next level protocol. This is an 8
bit
www.eeworm.com/read/486037/1254538
h ip_conntrack_tuple.h
#ifndef _IP_CONNTRACK_TUPLE_H
#define _IP_CONNTRACK_TUPLE_H
/* A `tuple' is a structure containing the information to uniquely
identify a connection. ie. if two packets have the same tuple, they
www.eeworm.com/read/486037/1256102
h ip_conntrack_tuple.h
#ifndef _IP_CONNTRACK_TUPLE_H
#define _IP_CONNTRACK_TUPLE_H
/* A `tuple' is a structure containing the information to uniquely
identify a connection. ie. if two packets have the same tuple, they
www.eeworm.com/read/480930/1308179
h ip_conntrack_tuple.h
#ifndef _IP_CONNTRACK_TUPLE_H
#define _IP_CONNTRACK_TUPLE_H
/* A `tuple' is a structure containing the information to uniquely
identify a connection. ie. if two packets have the same tuple, they
www.eeworm.com/read/480510/1317427
h function_object.h
// function_object.h
// Unary predicate to identify negative values
#pragma once
#include
template class is_negative: public std::unary_function
{
public: