代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/187897/8593787
c network.c
#include "graph.h"
static int network_next0 ( network_ctx *ctx, int i )
{
for ( ; i < n_nodes; i++ ) {
if (CHECK_NODEFLAG (i,PROCESSED) ) continue;
/* starts from a node attaching to
www.eeworm.com/read/288820/8605719
conf network.conf
# Configuration file for the network service
# This section contains options which are not specific to any
# particular interface
[General]
# If we want to disable support for specific services
# De
www.eeworm.com/read/288820/8605733
service network.service
[Bluetooth Service]
Identifier=network
Name=Network service
Description=Bluetooth Personal Area Network service
Autostart=false
www.eeworm.com/read/288820/8605789
test-network
#!/usr/bin/python
import dbus
bus = dbus.SystemBus()
manager = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'),
'org.bluez.Manager')
conn = manager.ActivateService('network')
netw
www.eeworm.com/read/288542/8623052
c network.c
/****************************************************************/
/* */
/* network.c */
www.eeworm.com/read/288542/8623370
h network.h
/****************************************************************/
/* */
/* network.h */
www.eeworm.com/read/288078/8653129
h network.h
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/288078/8653273
cpp network.cpp
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/387652/8660870
lib network.lib
www.eeworm.com/read/431199/8701966
h network.h
#ifndef CRYPTOPP_NETWORK_H
#define CRYPTOPP_NETWORK_H
#include "config.h"
#ifdef HIGHRES_TIMER_AVAILABLE
#include "filters.h"
#include "hrtimer.h"
#include
NAMESPACE_BEGIN(CryptoPP)
clas