代码搜索结果
找到约 10,000 项符合
Protocol 的代码
myurl.cpp
#include "myurl.h"
CMyUrl::CMyUrl(void)
{
}
CMyUrl::~CMyUrl(void)
{
}
CMyUrl::CMyUrl(string url)
{
m_url=url;
}
void CMyUrl::Setpath(string path)
{
m_path=path;
m_path.inser
udp.h
/*
* File: udp.h
* Purpose: User Datagram Protocol, UDP, data definitions
*
* Notes:
*
* Author: Eric DeVolder
* Date: 3-26-96
*
* Modifications:
*
*/
#ifndef _UDP_H
#def
comp-types-11.mm
/* { dg-do compile } */
#include
@protocol Foo
- (id)meth1;
- (id)meth2:(int)arg;
@end
@interface Derived1: Object
@end
@interface Derived2: Object
+ (Derived1 *)new;
@end
id
comp-types-10.m
/* { dg-do compile } */
#include
@protocol Foo
- (id)meth1;
- (id)meth2:(int)arg;
@end
@interface Derived1: Object
@end
@interface Derived2: Object
+ (Derived1 *)new;
@end
id
makefile
#
# Makefile for BNEP protocol
#
O_TARGET := bnep.o
obj-y := core.o sock.o netdev.o crc32.o
obj-m += $(O_TARGET)
include $(TOPDIR)/Rules.make
belprop_polytree_discrete.m
% Make the following polytree, where all arcs point down
% 1 2
% \ /
% 3
% / \
% 4 5
N = 5;
dag = zeros(N,N);
dag(1,3) = 1;
dag(2,3) = 1;
dag(3, [4 5]) = 1;
ns = 2*ones(1,N);
ttoprotoport.c
/*
* conversion from protocol/port string to protocol and port
* Copyright (C) 2002 Mario Strasser ,
* Zuercher Hochschule Winterthur,
*
* This program is free so
cmd_net.h
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free softwa
upputpack.cpp
/**********************************************************************
FileName : UpPutPack.cpp
Description : 放协议包进下端发送队列的函数集
Version : 1.0
Date
command.c
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */