代码搜索:WELL
找到约 9,521 项符合「WELL」的源代码
代码结果 9,521
www.eeworm.com/read/213039/4931683
h handle_l_fifo.h
// -*- C++ -*-
//
// Handle_L_FIFO.h,v 4.7 2002/04/11 02:31:03 ossama Exp
/* Handle connections from local UNIX ACE_FIFO */
/* Read from a well known ACE_FIFO and write to stdout. */
#ifndef
www.eeworm.com/read/213039/4932264
cpp server.cpp
// server.cpp,v 1.9 2003/11/09 20:44:18 dhinton Exp
/* As before, we need a few ACE objects as well as our Logging_Handler
declaration. */
#include "ace/Acceptor.h"
#include "ace/SOCK_Accepto
www.eeworm.com/read/167133/5466372
readme
This is the m68k/linux specific readme file.
The m68k/linux port was put together by birddog@shebiki.demon.co.uk.
It is based on the various other m68k ports as well as the other various
linux port
www.eeworm.com/read/321483/3533792
t 05_about_verbose.t
require 5;
# Time-stamp: "2004-04-24 16:53:03 ADT"
# Summary of, well, things.
use Test;
BEGIN {plan tests => 2};
ok 1;
{
my @out;
push @out,
"\n\nPerl v",
defined($^V) ? sprintf('%vd'
www.eeworm.com/read/316872/3601308
h irq.h
/*
* include/asm-arm/arch-pnx4008/irq.h
*
* PNX4008 IRQ controller driver - header file
* this one is used in entry-arnv.S as well so it cannot contain C code
*
* Copyright (c) 2005 Philips Semi
www.eeworm.com/read/307320/3724118
tcl fq.tcl
#
# This file contains a preliminary cut at fair-queueing for ns
# as well as a number of stubs for Homework 3 in CS268.
#
# $Header: /nfs/jade/vint/CVSROOT/ns-2/tcl/ex/fq.tcl,v 1.17 2004/08/17 15:26:
www.eeworm.com/read/307320/3724160
tcl fq-cbr.tcl
#
# This file contains a preliminary cut at fair-queueing for ns
# as well as a number of stubs for Homework 3 in CS268.
#
# $Header: /nfs/jade/vint/CVSROOT/ns-2/tcl/ex/fq-cbr.tcl,v 1.8 1998/09/01 17:
www.eeworm.com/read/305277/3778880
scala wellkinded_wrongarity2.scala
// test well-kindedness checks
// expecting types of kind *->*
class Monad[m[x]]
trait ms1 extends Monad[String] // wrong
trait ms2[t] extends Monad[t] // wrong
trait ms3[m[_], t] ext
www.eeworm.com/read/304657/3787016
readme
This is the m68k/linux specific readme file.
The m68k/linux port was put together by birddog@shebiki.demon.co.uk.
It is based on the various other m68k ports as well as the other various
linux port
www.eeworm.com/read/304222/3802179
c icompute.c
/*
* icompute.c - compute an integer
*/
/* $Header: icompute.c,v 1.1 89/12/18 14:59:38 eck Exp $ */
#include "loc_incl.h"
/* This routine is used in doprnt.c as well as in tmpfile.c and tmpnam.c.