代码搜索:Protocol
找到约 10,000 项符合「Protocol」的源代码
代码结果 10,000
www.eeworm.com/read/169775/5410532
c pppshow.c
/* pppShow.c - Point-to-Point Protocol show routines */
/* Copyright 1995-1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01j,14mar99,jdi do
www.eeworm.com/read/169681/5416199
h if_ppp.h
/* if_ppp.h - Point-to-Point Protocol (PPP) Asynchronous driver header */
/* Copyright 1995 Wind River Systems, Inc. */
/*
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
www.eeworm.com/read/167911/5450649
java tmp.java
import java.io.*;
import java.net.*;
import java.security.*;
class tmp {
public static void main(String args[ ]) throws IOException{
String line;
URL u = new URL(args[0]);
www.eeworm.com/read/167911/5450680
java httpsclient.java
import java.io.*;
import java.net.*;
import java.security.*;
class HttpsClient {
public static void main(String args[ ]) throws IOException{
String line;
URL u = new URL(arg