代码搜索:instances
找到约 2,055 项符合「instances」的源代码
代码结果 2,055
www.eeworm.com/read/419052/10888609
h instances.h
/***
instances.h - header file for instances.c
***/
#ifndef MAIN_MODULE
extern int is_first_instance;
extern char active_facility_lockfile[64];
extern char active_facility_countfile[64];
#endif
vo
www.eeworm.com/read/419052/10888658
c instances.c
/***
instances.c - handler routines for multiple IPTraf instances
Copyright (c) Gerard Paul Java 1998
This software is open source; you can redistribute it and/or modify
it under the terms of the G
www.eeworm.com/read/416346/11031895
java instances.java
package gaknn.core;
/**
* Instances class represents the data.
*
* @author Niroshinie Dayaratne
*/
public class Instances {
public final static int CAPACITY = 5000;
/** The dataset's nam
www.eeworm.com/read/317063/13510914
inc instances.inc
#include "graph.h"
#ifdef _MSC_VER
#pragma warning(disable: 4661)
#endif
// Instantiations:
// IMPORTANT:
// flowtype should be 'larger' than tcaptype
//
www.eeworm.com/read/139332/5802399
hpp instances.hpp
/*
*
* Copyright (c) 1998-2002
* Dr John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or cop