代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/361993/2942079
h network_guid.h
#pragma once
//#include "stdafx.h"
// {11C02A88-8BF9-4863-A7DE-1BF66D60CBA3}
DEFINE_GUID(CLSID_4DyuchiNET,
0x11c02a88, 0x8bf9, 0x4863, 0xa7, 0xde, 0x1b, 0xf6, 0x6d, 0x60, 0xcb, 0xa3);
// {D4
www.eeworm.com/read/360524/2960875
cc,v network.cc,v
head 1.1;
branch ;
access ;
symbols ;
locks ; strict;
comment @@;
1.1
date 96.11.08.11.30.32; author dejong; state Exp;
branches ;
next ;
desc
@Fixed bug in Tcp::recv at EOF
www.eeworm.com/read/360391/2963601
c network_main.c
/* ======================================================================== */
/* Basic header files */
/* =====================================
www.eeworm.com/read/360391/2963602
asm network_main.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC v6.0.8 *
;* Date/Time created: Mon Mar 10 23:02
www.eeworm.com/read/357022/3033400
c inet_network.c
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/356705/3039250
rc2 network.rc2
//
// NETWORK.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
www.eeworm.com/read/356468/3041190
java~1~ network.java~1~
package javacontest;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import java.io.*;
import java.net.*;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
imp
www.eeworm.com/read/356468/3041193
java~2~ network.java~2~
package javacontest;
import java.awt.BorderLayout;
import javax.swing.JFrame;
import java.io.*;
import java.net.*;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
imp
www.eeworm.com/read/355070/3064977
rc2 network.rc2
//
// NETWORK.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
www.eeworm.com/read/352886/3092509
c usbip_network.c
/*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
#include "usbip_network.h"
void pack_uint32_t(int pack, uint32_t *num)
{
uint32_t i;
if (pack)
i = htonl(*num);
else
i = ntohl(*num);
*