代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/160156/5576582
m interfcode.m
function [exectime, data] = interfcode(seg, data)
BWshare = 0.0; % Fraction of the network bandwidth occupied by this node
if (rand(1) < BWshare)
ttSendMsg(1, 1, 10); % send 10 bytes to myself
en
www.eeworm.com/read/159854/5580137
cpp ipchange.cpp
/******************************************************************************\
* This is a part of the Microsoft Source Code Samples.
* Copyright 1996 - 1998 Microsoft Corporation.
*
www.eeworm.com/read/157712/5603358
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// NetWork.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/156137/5612389
h netif.h
/*
* Copyright (c) 2001, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/156067/5613161
m interfcode.m
function [exectime, data] = interfcode(seg, data)
BWshare = 0.0; % Fraction of the network bandwidth occupied by this node
if (rand(1) < BWshare)
ttSendMsg(1, 1, 10); % send 10 bytes to myself
en
www.eeworm.com/read/156067/5613225
m ttgetmsg.m
% TTGETMSG Get a message that has been received over a network.
%
% Usage: msg = ttGetMsg
% msg = ttGetMsg(network)
%
% Inputs:
% network The network interface from which the message s
www.eeworm.com/read/155175/5629145
java request.java
package com.croftsoft.apps.mars.net.request;
import java.io.Serializable;
/*********************************************************************
* Network request object.
*