代码搜索:INTERFACES

找到约 10,000 项符合「INTERFACES」的源代码

代码结果 10,000
www.eeworm.com/read/116725/14957123

h gui.h

#ifndef H_GUI #define H_GUI #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /********************** Interfaces of Splash ******************************/ int GlobalInit (void); void GlobalC
www.eeworm.com/read/116310/14979306

h igl.h

#ifndef IGL_H #define IGL_H /*================================================================================= FILE: IGL.h SERVICES: OpenGL-ES 3D graphics interfaces EG
www.eeworm.com/read/216987/14983603

f90 reprise.f90

!------------------------------------------------------------------------------! ! MODULE : REPRISE Auteur : J. Gressier ! Date : Decem
www.eeworm.com/read/215440/15061193

sh ipforwarding.sh

#!/bin/sh echo "Setting up IP forwarding rules" echo 1 > /proc/sys/net/ipv4/ip_forward echo -n "/proc/sys/net/ipv4/ip_forward: " cat /proc/sys/net/ipv4/ip_forward for forwarding in /proc/sys/
www.eeworm.com/read/211736/15175075

control

Source: ifstat Priority: optional Maintainer: Ga雔 Roualland Build-Depends: debhelper (>> 3.0.0), libsnmp-dev | libsnmp5-dev, libssl-dev Standards-Version: 3.5.2 Packa
www.eeworm.com/read/205734/15308559

am makefile.am

# # Before making a release, the LTVERSION string should be modified. # The string is of the form CURRENT:REVISION:AGE. # # CURRENT (C) # The most recent interface number that this library implements.
www.eeworm.com/read/169351/5424047

example alarm.conf.example

1 /home/daniele/rrd-alarm/tables/interfaces/ipBytes.rrd above 1 5 now-1h now echo "Alarm 1" 0 #4 #2 ipBytes.rrd below 100000 7 now-25d now echo "Alarm 2" 50 3 ipBytes.rrd below 100000 7 now-25d now ec
www.eeworm.com/read/169351/5424075

sh ntop.sh

#!/bin/sh #---------------------------------------------------------------------- # The following variables may be changed # Most stuff should be changed in ntop.conf # # Network interface(s) to b
www.eeworm.com/read/167365/5460736

pro infoserver.pro

TEMPLATE = app TARGET = infoserver CONFIG += qt warn_on release REQUIRES = network full-config nocrosscompiler HEADERS = server.h \ infodata.h SOURCES = main.cpp \ serv
www.eeworm.com/read/167365/5460749

pro infoclient.pro

TEMPLATE = app TARGET = infoclient CONFIG += qt warn_on release REQUIRES = network full-config nocrosscompiler HEADERS = client.h SOURCES = main.cpp \ client.cpp INTERFACES