代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/253533/12216611
txt 18.4.txt
Listing 18.4 A Custom Proxy Implementation
public override IMessage Invoke(IMessage msg)
{
Console.WriteLine(“proxy started”);
if (msg is IMethodCallMessage)
Console.WriteLine(“IMethodCallMessage
www.eeworm.com/read/149799/12349500
c ex3.c
//
// example 3: semaphore
// descriptions: The first task turned on LEDs from left to right,moved slowly until the eighth LED lighten,
// then the second task started up , it turned
www.eeworm.com/read/233811/14134561
c minitpart2.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* minitpart2.c
*
* This file contains code that performs the initial partition of the
* coarsest graph
*
* Started 7/23/97
* Geor
www.eeworm.com/read/233811/14134578
c graph.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* graph.c
*
* This file contains functions that deal with setting up the graphs
* for METIS.
*
* Started 7/25/97
* George
*
* $
www.eeworm.com/read/233811/14134587
c mrefine2.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* mrefine2.c
*
* This file contains the driving routines for multilevel refinement
*
* Started 7/24/97
* George
*
* $Id: mrefine
www.eeworm.com/read/233811/14134609
c frename.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* frename.c
*
* This file contains some renaming routines to deal with different Fortran compilers
*
* Started 9/15/97
* George
www.eeworm.com/read/233811/14134611
c kwayvolrefine.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* kwayvolrefine.c
*
* This file contains the driving routines for multilevel k-way refinement
*
* Started 7/28/97
* George
*
* $
www.eeworm.com/read/233811/14134614
c parmetis.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* parmetis.c
*
* This file contains top level routines that are used by ParMETIS
*
* Started 10/14/97
* George
*
* $Id: parmetis
www.eeworm.com/read/123453/14630126
readme
README
The client can be started by using the 'bearerbox' executable.
This will read its configuration settings from the file 'kannel.conf'.
The following are new configuration parameters that are r
www.eeworm.com/read/123453/14631707
c bearerbox.c
/*
* bearerbox.c
*
* this is the core module of the bearerbox. It starts everything and
* listens to HTTP requests and traps signals.
* All started modules are responsible for the rest.
*
* Ka