代码搜索:Prot

找到约 2,417 项符合「Prot」的源代码

代码结果 2,417
www.eeworm.com/read/337834/12338300

c dbmsink.c

/* * A data sink uesful for isolating the impact of dbm settings. * * Can compare with ttcp to see overhead of arpc and dbm parallelism. */ #include #include bool v
www.eeworm.com/read/229812/4752037

gml fstr_op.gml

The &fn. connects the &obj. to the file specified by the :ARG.name parameter, using the specified :ARG.mode and :ARG.prot parameters. The :MONO.mode parameter is optional and usually is not s
www.eeworm.com/read/182181/5264853

java simplenode.java

/* Generated By:JJTree: Do not edit this line. SimpleNode.java */ package com.k_int.codec.comp; public class SimpleNode implements Node { protected Node parent; protected Node[] children; prot
www.eeworm.com/read/338680/3314355

java field.java

package ExampleViewer.form; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Listener; public abstract class Field implements IField { protected Control _control; prot
www.eeworm.com/read/337445/3340397

docs sdp.docs

/* -*- c -*- */ /**@MODULEPAGE "sdp" - SDP Module @section sdp_meta Module Meta Information The @b sdp module provides a simple "C" parser interface for SDP [@RFC2327], Session Description Prot
www.eeworm.com/read/306178/3750483

c gfinger_a.c

/* * File : gfinger_a.c * Creator : Pinkfish@Discworld * : Grendel@Tmi-2 * When : 93-08-15 * * This file is part of the tmi mudlib. Please keep this header intact. * * This prot
www.eeworm.com/read/306178/3750500

c mudlist_a.c

/* * File : mudlist_a.c * Creator : Pinkfish@Discworld * : Grendel@Tmi-2 * When : 93-08-15 * * This file is part of the tmi mudlib. Please keep this header intact. * * This prot
www.eeworm.com/read/106927/15617490

h tapiutils.h

// // TAPIUTILS.H // #define TAPI_CURRENT_VERSION 0x00010004 #include typedef struct tagCommID { HANDLE hComm; char szDeviceName[1]; } CommID; class CTapiConnection { prot
www.eeworm.com/read/330149/12910104

java person.java

import java.util.*; import java.awt.*; import javax.swing.*; import java.io.*; public class Person implements Comparable { protected String frname, lname; private String image; prot
www.eeworm.com/read/328117/13045984

h datelegal.h

#ifndef DATELEGAL_H_H #define DATELEGAL_H_H #include #include #include using namespace std; class DateLegal { private: int year; int month; int day; prot